oTOKEN

contracts/OTOKENFactory.sol:OTOKEN

OTOKEN Name (NAME) - string

The name of the OTOKEN. For example, 'CaptainTokenOption' or 'CrunchTokenOption'.

OTOKEN Symbol (SYMBOL) - string

The symbol of the OTOKEN. For example, 'oCAPN' or 'oCRCH'.

OTOKEN Initial Supply (INITIAL_SUPPLY) - uint256

Initial OTOKEN supply minted to multisig wallet. This is the only OTOKEN that can ever be minted freely, after deployment only the Minter contract will be able to mint OTOKEN according to its emissions schedule. This must include the whole initial supply allocation.

Examples:

  • 10,000 initial supply of OTOKEN: 10000

  • 23,000,000 initial supply of OTOKEN: 23000000

Last updated