odi-token-contracts

Implementation of Mintable, Burnable, Capped, Pausable and Snapshot IRC2 token that can be used as standard token equivalent to ERC20 for ICON blockchain.


License
MIT
Install
pip install odi-token-contracts==0.0.5

Documentation

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.

  • IIRC2: Interface IRC2 methods should confirm into.
  • IRC2: The base implementation of IRC2 contract.

This has been extended to implement the following.

Visit OpenDevICON for more info.