Owner Capabilities

Privileged functions that only owner of the contract can execute, these are usually related to setting global parameters or changing the state of the contract.

  • addCoreVestedTokensBulk - The owner of the contract can mint up to 35,800,000 tokens. The owner can choose the vesting policy of the new minted tokens. The tokens which were minted using this function will have a cliff of 1 month.

  • addPrivateSaleVestedTokensBulk - The owner of the contract can mint 26,700,000 tokens. The owner can choose the vesting policy of the new minted tokens. The tokens which were minted using this function do not have a cliff and 15% of the amount allocated is released immediately.

Last updated