ETH Price: $2,165.30 (+0.43%)
Gas: 0.04 Gwei

Contract

0x1A5467e42e9D8A4E841602873D667984FdDc2419
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Advanced mode:
Parent Transaction Hash Method Block
From
To
View All Internal Transactions
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x2d962259...1c3baf343
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Timelock

Compiler Version
v0.8.13+commit.abaa5c0e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity Standard Json-Input format)

// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;

contract Timelock {
     function checkLock(uint lockTimestamp) public view {
        require(lockTimestamp <= block.timestamp, "Function not yet executable");
     }
}

Settings
{
  "remappings": [
    "ds-test/=lib/forge-std/lib/ds-test/src/",
    "forge-std/=lib/forge-std/src/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "metadata": {
    "bytecodeHash": "ipfs"
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "london",
  "libraries": {}
}

Contract Security Audit

Contract ABI

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

0x608060405234801561001057600080fd5b5060e28061001f6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c806331c29eee14602d575b600080fd5b603c60383660046094565b603e565b005b4281111560915760405162461bcd60e51b815260206004820152601b60248201527f46756e6374696f6e206e6f74207965742065786563757461626c650000000000604482015260640160405180910390fd5b50565b60006020828403121560a557600080fd5b503591905056fea2646970667358221220d185cbb21a58f411a96d54e3c7253c92ede8a41d659df47a7bab72a6dfef4d3b64736f6c634300080d0033

Deployed Bytecode

0x6080604052348015600f57600080fd5b506004361060285760003560e01c806331c29eee14602d575b600080fd5b603c60383660046094565b603e565b005b4281111560915760405162461bcd60e51b815260206004820152601b60248201527f46756e6374696f6e206e6f74207965742065786563757461626c650000000000604482015260640160405180910390fd5b50565b60006020828403121560a557600080fd5b503591905056fea2646970667358221220d185cbb21a58f411a96d54e3c7253c92ede8a41d659df47a7bab72a6dfef4d3b64736f6c634300080d0033

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

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.