Super Token Events
Query Super Token Event Data
Last updated
Was this helpful?
Query Super Token Event Data
Last updated
Was this helpful?
Transfer
: emitted when super tokens are transferred. Will decrement the super token balance of the from address (ie. the same as ERC20 transfer).
Solidity Event:
Sample Subgraph Query:
tokenUpgraded
: emitted when tokens are upgraded (i.e. wrapped). This will increment a user’s super token balance and decrement a user’s balance in the underlying token
Sample Subgraph Query:
tokenDowngraded
: emitted when tokens are downgraded (i.e. unwrapped). This will decrement a user’s super token balance, and increment their balance of the underlying token
Sample Subgraph Query: