rigoToken docs
RigoToken
UnlimitedAllowanceToken is ERC20
name
symbol
decimals
minter
Returns the address of the minter.
Return Values
rigoblock
Returns the address of the Rigoblock Dao.
Return Values
onlyMinter
onlyRigoblock
constructor
mintToken
Allows minter to create new tokens.
Mint method is reserved for minter module.
Parameters
Name
Type
Description
recipient
address
Address receiving the new tokens.
amount
uint256
Number of minted tokens.
changeMintingAddress
Allows Rigoblock Dao to update minter.
Parameters
Name
Type
Description
newAddress
address
Address of the new minter.
changeRigoblockAddress
Allows Rigoblock Dao to update its address.
Parameters
Name
Type
Description
newAddress
address
Address of the new Dao.
Last updated