Skip to main content

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.

TypeTriggerEvent nameFunctionExample transaction
Supply changesTokens are mintedTransfermint()
mintSet()
View on Etherscan ↗
Tokens are burnedTransferburnFromWithPermit()
burnFrom()
burn()
View on Etherscan ↗
Fund movementsTokens are transferredTransfertransfer()
transferFrom()
View on Etherscan ↗
Critical admin actionsThe contract is pausedPausedpause()View on Etherscan ↗
The contract is unpausedUnpausedunpause()View on Etherscan ↗
The implementation is upgradedUpgradedupgradeTo()
upgradeToAndCall()
N/A