Last updated 9 months ago
function constructor( address core ) public
Chi token constructor
function mint( address account, uint256 amount ) external
mint CHI tokens
function _transfer( address sender, address recipient, uint256 amount ) internal
core
address
Chi Core address to reference
account
the account to mint to
amount
uint256
the amount to mint
sender
recipient