APE Price: $1.41 (+7.84%)

Contract

0xF6e03A00e0E988eae3f09B6A13046203397a3d33

Overview

APE Balance

Apechain LogoApechain LogoApechain Logo0 APE

APE Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
0x6080604035621812024-11-05 10:50:1524 days ago1730803815IN
 Create: Test
0 APE0.0020074225.42069

Parent Transaction Hash Block From To
View All Internal Transactions

Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Test

Compiler Version
v0.8.23+commit.f704f362

Optimization Enabled:
Yes with 800 runs

Other Settings:
paris EvmVersion
File 1 of 1 : Test.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.23;

/**
 *
 * @dev Abstract contract that handles delegating governance votes of an asset when possible.
 * Compatible with any token that extends OpenZeppelin ERC20Votes/ERC20VotesUpgradeable or implements `delegate(address)`
 */
contract Test {
    function blockNumber() external view returns (uint256) {
        return block.number;
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 800
  },
  "evmVersion": "paris",
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[],"name":"blockNumber","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]

6080604052348015600f57600080fd5b50607680601d6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c806357e871e714602d575b600080fd5b4360405190815260200160405180910390f3fea26469706673582212208ab1a8647079c13f9cffff4a571ef813840709cdeaab2a386f2d5d244d5e4ee464736f6c63430008170033

Deployed Bytecode

0x6080604052348015600f57600080fd5b506004361060285760003560e01c806357e871e714602d575b600080fd5b4360405190815260200160405180910390f3fea26469706673582212208ab1a8647079c13f9cffff4a571ef813840709cdeaab2a386f2d5d244d5e4ee464736f6c63430008170033

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.