Skip to main content

Contract Details

Select a contract in the Contracts List to view contract's details information.

contract-details

Contract Overview and More Info

Contract Overview and More Info section show basic information of the contract: Aura balance, Aura value, contract creator and transaction hash that contract was instantiated. If this smart contract is token, token tracker field will show token name linked to smart contract. Choose the token name to view token's details information.

Activity

Below Contract Overview and More Info section is the Activity section, which includes Transactions and Contract.

Transactions

contracts-details-tx

Tab Transactions show 20 latest transactions of this contract. Choose View all to see total transactions.

ColumnDescription
Txn HashTransaction hash that executes contract, choose txn hash to see transaction details
MethodMethod to execute contract, is one of the functions in the contract
BlockBlock height that transaction hash is stored in, choose block height to see block details
TimeTime that transaction is on-chain
FromAddress sent execute contract transaction, choose address to see account details
ToContract address was executed in this transaction
ValueAura value was transferred in this transaction
Txn FeeFee of this transaction

Contract

contracts-code

There are 3 tabs in Contract section, they are:

  • Code: show all information of contract source code, e.g Contract Name, Compiler Version, Link and file contract source code, all contract schema files and Contract creation code.
  • Read Contract: show all read functions of this contract.
contracts-read
  • Write Contract: show all write functions of this contract.
Note:

Only verified contracts have Contract source code details. Unverified contracts only show Contract creation code. Contract creator chooses Verify and Publish to verify contract source code of this smart contract.

unverified-contract