Decoded USDT data on the Tron network.
tether_tron.tether_usd_evt_addedblacklist
: Records events where addresses are added to the blacklist by the contract. This could imply restrictions on transactions for the addresses involved.
tether_tron.tether_usd_evt_approval
: Logs approval events, indicating when a user has allowed another account to withdraw a certain amount of USDT on their behalf.
tether_tron.tether_usd_evt_deprecate
: Captures instances where the contract has been deprecated, which might happen when a contract is upgraded or migrated.
tether_tron.tether_usd_evt_destroyedblackfunds
: Details events where funds from blacklisted addresses are destroyed or removed from circulation by the contract.
tether_tron.tether_usd_evt_issue
: Contains records of issue events, where new USDT tokens are created and issued within the ecosystem.
tether_tron.tether_usd_evt_ownershipttransferred
: Logs the transfer of contract ownership events, which indicates a change in who can execute administrative functions on the contract.
tether_tron.tether_usd_evt_params
: Stores data related to changes in the contract’s operational parameters, which could include things like fees, transaction limits, or other configuration settings.
tether_tron.tether_usd_evt_pause
: Details when the contract has been paused, which prevents all transfers, issuances, and blacklisting until it is unpaused.
tether_tron.tether_usd_evt_removedblacklist
: Logs events where addresses are removed from the blacklist, usually re-enabling their ability to execute transactions.
tether_tron.tether_usd_evt_transfer
: Tracks transfer events between addresses, a core functionality for a token contract, logging the sender, receiver, and amount.
tether_tron.tether_usd_evt_unpause
: Captures the moments when the contract’s pause is lifted, thereby resuming normal operations and transactions.
tether_tron
schema in the Dune database.