Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
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");
}
}{
"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
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"uint256","name":"lockTimestamp","type":"uint256"}],"name":"checkLock","outputs":[],"stateMutability":"view","type":"function"}]Contract Creation Code
0x608060405234801561001057600080fd5b5060e28061001f6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c806331c29eee14602d575b600080fd5b603c60383660046094565b603e565b005b4281111560915760405162461bcd60e51b815260206004820152601b60248201527f46756e6374696f6e206e6f74207965742065786563757461626c650000000000604482015260640160405180910390fd5b50565b60006020828403121560a557600080fd5b503591905056fea2646970667358221220d185cbb21a58f411a96d54e3c7253c92ede8a41d659df47a7bab72a6dfef4d3b64736f6c634300080d0033
Deployed Bytecode
0x6080604052348015600f57600080fd5b506004361060285760003560e01c806331c29eee14602d575b600080fd5b603c60383660046094565b603e565b005b4281111560915760405162461bcd60e51b815260206004820152601b60248201527f46756e6374696f6e206e6f74207965742065786563757461626c650000000000604482015260640160405180910390fd5b50565b60006020828403121560a557600080fd5b503591905056fea2646970667358221220d185cbb21a58f411a96d54e3c7253c92ede8a41d659df47a7bab72a6dfef4d3b64736f6c634300080d0033
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
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.