🌱Contracts

Contracts deployed on Tron network.

This table is currently in beta, with data available from genesis to November 2023. The columns may change with time.

Broadly, we can observe 2 types of contract creation "events" on Tron.

Columns

Column NameDescription

create_type

Contracts can be created at transaction or trace (internal transactions) level on Tron.

For trace contract, there are no ABIs and bytecode available.

result

The contract result of this transaction. Note that in Tron, for failed contract deployments, there will also be a address created.

address

Contract address deployed.

name

Name of the contract specified during deployment.

bytecode

Contract bytecode.

abi

Contract ABI.

origin_energy_limit

Value of owner consume energy limit for each transaction.

consume_user_resource_percent

User energy payment percentage of the whole energy payment which includes both contract deployer payment and user energy payment.

call_value

TRX amount sent to smart contract during creation.

receipt_contract_result

The contract result of this transaction.

receipt_fee

The transaction fee used.

fee_limit

The cost limit for energy and fee when trigger and create contract.

origin_address

Address of smart contract owner at creation..

transaction_hash

Transaction hash of the contract deployment.

block_hash

Block hash of the transaction.

block_number

Block number when the transaction.

raw_data_hex

Raw data in transaction.

Last updated