JBToken
An ERC-20 token that can be used by a project in the JBTokenStore
.
Code
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/JBToken.sol
Interfaces
Name | Description |
---|---|
IJBToken | Allows this contract to be used by projects in the JBTokenStore. |
Inheritance
Contract | Description |
---|---|
ERC20Votes | General token standard for fungible membership with snapshot capabilities sufficient to interact with standard governance contracts. |
Ownable | Includes convenience functionality for specifying an address that owns the contract, with modifiers that only allow access by the owner. |