JBPrices
Inherits: JBControlled, JBPermissioned, Ownable, IJBPrices
Manages and normalizes price feeds. Price feeds are contracts which return the "pricing currency" cost of 1 "unit currency".
State Variables
DEFAULT_PROJECT_ID
The ID to store default values in.
uint256 public constant override DEFAULT_PROJECT_ID = 0;
PROJECTS
Mints ERC-721s that represent project ownership and transfers.
IJBProjects public immutable override PROJECTS;