Skip to content

This is a repository for ODI library of SCORE classes.

Notifications You must be signed in to change notification settings

OpenDevICON/odi-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

ODI Token Contracts

IRC2

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.

IRC3

OpenDevICON Token Contracts implement IRC3 standard token which is equivalent to ERC721 for ICON blockchain. It helps to keep track of [non-fungible] tokens.

There are a few core contracts to implement IRC3 token.

  • IIRC3: Interface IRC3 methods should confirm into.
  • IRC3: The base implementation of IRC3 contract.

This has been extended to implement the following.

  • IRC3Mintable: To create non-funglible token.
  • IRC3Burnable: To destroy the non-fungible token.
  • IRC3Pausable To pause token operation for all users.
  • IRC3Updatable: To update the created non-fungible tokens.

About

This is a repository for ODI library of SCORE classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages