Description of the tron.logs table on Dune
logs
table represents the logs generated by the Tron Virtual Machine (TVM) when a contract is executed. Logs are a way to store data on the blockchain. Logs originate from events that occur during the execution of a smart contract. A log consists of:
Topic0
is the hash of the signature of the event (indexed), and the remaining topics are indexed parameters of the event.