Gluwa
Gluwacoin Documentation
Gluwacoin Documentation
  • What is Gluwacoin
  • Gluwacoin Token Standard
    • Methods
    • Events
  • Legal
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Mint
  • Burnt
  1. Gluwacoin Token Standard

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)
PreviousMethodsNextTerms of Use

Last updated 5 years ago