Overview
ETH Balance
0 ETH
ETH Value
$0.00More Info
Private Name Tags
ContractCreator
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
567072 | 44 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.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x148AFeC8...44F4770c3 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
SimpleCounter
Compiler Version
v0.8.20+commit.a1b79de6
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.20; contract SimpleCounter { uint256 public counter; event IncrementCounter(uint256 newCounterValue, address msgSender); function increment() external { counter++; emit IncrementCounter(counter, msg.sender); } }
{ "evmVersion": "paris", "optimizer": { "enabled": true, "mode": "3" }, "outputSelection": { "*": { "*": [ "abi", "metadata" ], "": [ "ast" ] } }, "detectMissingLibraries": false, "forceEVMLA": false, "enableEraVMExtensions": true, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newCounterValue","type":"uint256"},{"indexed":false,"internalType":"address","name":"msgSender","type":"address"}],"name":"IncrementCounter","type":"event"},{"inputs":[],"name":"counter","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"increment","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Deployed Bytecode
0x0000008003000039000000400030043f0000000100200190000000130000c13d0000001200100198000000380000613d000000000101043b000000e001100270000000130010009c0000001b0000613d000000140010009c000000380000c13d0000000001000416000000000001004b000000380000c13d000000000100041a000000800010043f0000001a01000041000000400001042e0000000001000416000000000001004b000000380000c13d0000002001000039000001000010044300000120000004430000001101000041000000400001042e0000000001000416000000000001004b000000380000c13d000000000100041a000000010110003a000000270000c13d0000001801000041000000000010043f0000001101000039000000040010043f00000019010000410000004100010430000000000010041b000000800010043f0000000001000411000000a00010043f0000000001000414000000150010009c0000001501008041000000c00110021000000016011001c70000800d0200003900000001030000390000001704000041003f003a0000040f0000000100200190000000380000613d0000000001000019000000400001042e000000000100001900000041000104300000003d002104210000000102000039000000000001042d0000000002000019000000000001042d0000003f00000432000000400001042e000000410001043000000000000000000000000000000000000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000fffffffc00000000000000000000000000000000000000000000000000000000000000000000000000000000d09de08a0000000000000000000000000000000000000000000000000000000061bc221a00000000000000000000000000000000000000000000000000000000ffffffff0200000000000000000000000000000000000040000000800000000000000000d26752d6efe11773b4a85cdfa0b3fe9efa9707bd50024c7beaed659a141f78584e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000200000008000000000000000000000000000000000000000000000000000000000000000000000000000000000455d4c19026e836215a875deb6680a0ce4f957b23d411c5a3cc707a16f7ccd04
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ 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.