Admin Functions Overview
Collection of all the Admin functions from MISO Token Smart Contracts
Mintable Token Smart Contract
Parameter
Description
to
Address of new tokens recipient.
amount
Amount of tokens minted.
Function for minting new tokens. Requires Minter Role.
Pauses all token transfers. Requires Pauser Role.
Unpauses all token transfers. Requires Pauser Role.
Sushi Token Smart Contract
Parameter
Description
_to
Address of new tokens recipient.
_amount
Amount of tokens minted.
Function for minting new tokens. Requires Minter Role.
Last updated