Contract Tab

Contract The Contract Tab provides detailed technical information about a smart contract, enabling users to analyze its functionality, verify its integrity, and explore its components. This tab is divided into the following sections:

  • Compiler Details This section displays information about the contract’s compilation and verification process:

    • Verification Status: Indicates whether the contract is partially or fully verified.

    • Contract Name: The identifier for the contract (e.g., Blockdag).

    • Compiler Version: Specifies the Solidity compiler version used for the contract (e.g., v0.8.20).

    • Optimization Enabled: States whether optimization was applied during compilation (e.g., False).

    • Optimization Runs: The number of optimization runs performed (e.g., 200).

    • Verified At: The date and time when the contract was verified (e.g., 23rd Jul 2024, 15:29:17).

Last updated

Was this helpful?