ODI Token Contracts
OpenDevICON Token Contracts implement IRC2 standard token which is equivalent to ERC20 for ICON blockchain. It helps to keep track of fungible tokens.
There are a few core contracts to implement IRC2 token.
This has been extended to implement the following.
- IRC2Mintable: To create token supply.
- IRC2Capped: Total supply cannot exceed the cap amount.
- IRC2Burnable: To destroy the tokens.
- IRC2Pausable: To pause token operation for all users.
- IRC2Snapshot: To add snapshot mechanism.
Visit OpenDevICON for more info.