This interface represents the IMoto contract. It extends the IOP20Contract and adds the ability to have an admin address that can mint and burn tokens. IMoto
Contracts
Readonly
Gets the current admin address.
The address to burn tokens from.
The amount of tokens to burn.
Burns tokens from a specified address. Only callable by the admin.
The address to mint tokens to.
The amount of tokens to mint.
Mints tokens to a specified address. Only callable by the admin.
The new admin address.
Changes the contract admin. Only callable by the current admin.
Description
This interface represents the IMoto contract. It extends the IOP20Contract and adds the ability to have an admin address that can mint and burn tokens. IMoto
Cathegory
Contracts