Overview
ETH Balance
0 ETH
ETH Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 239 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Execute | 422391 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422391 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422391 | 46 days ago | IN | 0 ETH | 0.00000426 | ||||
Execute | 422391 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422390 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422390 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422390 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422390 | 46 days ago | IN | 0 ETH | 0.00000426 | ||||
Execute | 422389 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422389 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422389 | 46 days ago | IN | 0 ETH | 0.00000426 | ||||
Execute | 422389 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422388 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422388 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422388 | 46 days ago | IN | 0 ETH | 0.00000426 | ||||
Execute | 422388 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422387 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422387 | 46 days ago | IN | 0 ETH | 0.00000426 | ||||
Execute | 422387 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422387 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422386 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422386 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422386 | 46 days ago | IN | 0 ETH | 0.00000423 | ||||
Execute | 422386 | 46 days ago | IN | 0 ETH | 0.00000426 | ||||
Execute | 422385 | 46 days ago | IN | 0 ETH | 0.00000423 |
Latest 1 internal transaction
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
410693 | 46 days ago | Contract Creation | 0 ETH |
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Source Code Verified (Exact Match)
Contract Name:
TimestampExecutor
Compiler Version
v0.8.24+commit.e11b9ed9
ZkSolc Version
v1.5.7
Optimization Enabled:
Yes with Mode 3
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract TimestampExecutor { uint256 public timestamp; // Variable to store the timestamp // Constructor to set the default timestamp to current block.timestamp constructor() { timestamp = block.timestamp; } // Function to set the timestamp function setTimestamp(uint256 _timestamp) public { timestamp = _timestamp; } // Function to get the current value of the timestamp function getTimestamp() public view returns (uint256) { return timestamp; } // Function to execute only if current block.timestamp is greater than or equal to the stored timestamp event ExecutedSuccessfully(address user); function execute() public { require(block.timestamp >= timestamp && msg.sender !=0x7D2c1d87553817aD56902F7f291A938890d7e1dC, "Current block.timestamp is less than the set timestamp"); emit ExecutedSuccessfully(msg.sender); } }
{ "evmVersion": "paris", "optimizer": { "enabled": true, "mode": "3" }, "outputSelection": { "*": { "*": [ "abi", "metadata" ], "": [ "ast" ] } }, "detectMissingLibraries": false, "forceEVMLA": false, "enableEraVMExtensions": false, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"user","type":"address"}],"name":"ExecutedSuccessfully","type":"event"},{"inputs":[],"name":"execute","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getTimestamp","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_timestamp","type":"uint256"}],"name":"setTimestamp","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"timestamp","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
9c4d535b000000000000000000000000000000000000000000000000000000000000000001000035916aaabc28443cf681f17cc625b1b38d678047cf570c26e64fd3611500000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x00010000000000020000008003000039000000400030043f00000001002001900000003b0000c13d00000060021002700000002302200197000000040020008c0000006e0000413d000000000301043b000000e003300270000000250030009c000000450000213d000000280030009c000000490000613d000000290030009c0000006e0000c13d0000000001000416000000000001004b0000006e0000c13d000000000100041a000100000001001d0000002a0100004100000000001004430000000001000414000000230010009c0000002301008041000000c0011002100000002b011001c70000800b02000039008900840000040f00000001002001900000005a0000613d000000000101043b000000010010006c000000270000413d00000000010004110000002c0010009c0000005b0000c13d000000400100043d00000064021000390000002f03000041000000000032043500000044021000390000003003000041000000000032043500000024021000390000003603000039000000000032043500000031020000410000000000210435000000040210003900000020030000390000000000320435000000230010009c0000002301008041000000400110021000000032011001c70000008b000104300000000001000416000000000001004b0000006e0000c13d008900710000040f000000000010041b00000020010000390000010000100443000001200000044300000024010000410000008a0001042e000000260030009c000000500000613d000000270030009c0000006e0000c13d0000000001000416000000000001004b0000006e0000c13d000000000100041a000000800010043f00000033010000410000008a0001042e000000240020008c0000006e0000413d0000000002000416000000000002004b0000006e0000c13d0000000401100370000000000101043b000000000010041b00000000010000190000008a0001042e000000000001042f000000400200043d0000000000120435000000230020009c000000230200804100000040012002100000000002000414000000230020009c0000002302008041000000c002200210000000000112019f0000002d011001c70000800d0200003900000001030000390000002e040000410089007f0000040f00000001002001900000006e0000613d00000000010000190000008a0001042e00000000010000190000008b00010430000000000001042f0000002a0100004100000000001004430000000001000414000000230010009c0000002301008041000000c0011002100000002b011001c70000800b02000039008900840000040f00000001002001900000007e0000613d000000000101043b000000000001042d000000000001042f00000082002104210000000102000039000000000001042d0000000002000019000000000001042d00000087002104230000000102000039000000000001042d0000000002000019000000000001042d00000089000004320000008a0001042e0000008b0001043000000000000000000000000000000000000000000000000000000000ffffffff000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000a0a2b57200000000000000000000000000000000000000000000000000000000a0a2b57300000000000000000000000000000000000000000000000000000000b80777ea00000000000000000000000000000000000000000000000000000000188ec3560000000000000000000000000000000000000000000000000000000061461954796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913202000002000000000000000000000000000000040000000000000000000000000000000000000000000000007d2c1d87553817ad56902f7f291a938890d7e1dc0200000000000000000000000000000000000020000000000000000000000000a6a2166da2f78b892c86c2456da59b49ca6711378dc61fd9f8b1d127614a94687468616e20746865207365742074696d657374616d700000000000000000000043757272656e7420626c6f636b2e74696d657374616d70206973206c6573732008c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000000000000000000000000000000000000000000200000008000000000000000000ba7d1c331f479be7d3765244375e15adcb5d6b1bd64db935a5f5e01ec711e68
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ Download: CSV Export ]
[ 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.