Events
Learn custom events of the Gluwacoin standard
Mint
MUST trigger on any successful call to mint(address _to, uint256 _value)
.
event Mint(address indexed _mintTo, uint256 _value)
Burnt
MUST trigger on any successful call to burn(address _to, uint256 _value)
.
event Burnt(uint256 _value)
Last updated