Events
EVM Information Only
This section is related only to the EVM implementation of EUROe
The EUROe Stablecoin emits events similarly to other ERC20 tokens. The below table illustrates the some of the commonaly queried events that are emitted.
Type | Trigger | Event name | Function | Example transaction |
---|---|---|---|---|
Supply changes | Tokens are minted | Transfer | mint() mintSet() | View on Etherscan ↗ |
Tokens are burned | Transfer | burnFromWithPermit() burnFrom() burn() | View on Etherscan ↗ | |
Fund movements | Tokens are transferred | Transfer | transfer() transferFrom() | View on Etherscan ↗ |
Critical admin actions | The contract is paused | Paused | pause() | View on Etherscan ↗ |
The contract is unpaused | Unpaused | unpause() | View on Etherscan ↗ | |
The implementation is upgraded | Upgraded | upgradeTo() upgradeToAndCall() | N/A |