IERC20Issuance_v1.sol
Functions
setMinter
function setMinter(address _minter, bool _allowed) external;Name
Type
Description
mint
function mint(address _to, uint _amount) external;Name
Type
Description
burn
Name
Type
Description
allowedMinters
Name
Type
Description
Name
Type
Description
Events
MinterSet
Errors
IERC20Issuance__CallerIsNotMinter
Last updated