Contract Overview
Balance:
0 ETH
EtherValue:
$0.00
My Name Tag:
Not Available, login to update
[ Download CSV Export ]
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x64e1e0824a1dc973804dfa29efdb8dec677a9eb8 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
Counter
Compiler Version
v0.8.22+commit.4fc1097e
Contract Source Code (Solidity)
/** *Submitted for verification at basescan.org on 2024-04-15 */ // SPDX-License-Identifier: MIT // WTF Solidity by 0xAA pragma solidity ^0.8.4; contract Counter { uint public count; // Function to increment count by 1 function inc() public { count += 1; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"name":"count","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"inc","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Deployed Bytecode
0x608060405234801561000f575f80fd5b5060043610610034575f3560e01c806306661abd14610038578063371303c014610056575b5f80fd5b610040610060565b60405161004d9190610097565b60405180910390f35b61005e610065565b005b5f5481565b60015f8082825461007691906100dd565b92505081905550565b5f819050919050565b6100918161007f565b82525050565b5f6020820190506100aa5f830184610088565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6100e78261007f565b91506100f28361007f565b925082820190508082111561010a576101096100b0565b5b9291505056fea2646970667358221220c3bde2d0d19d1dba2d20304f1451d83643d56c7c3ac71d9b5c34407469faaac464736f6c63430008160033
Deployed ByteCode Sourcemap
87:143:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;111:17;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;176:51;;;:::i;:::-;;111:17;;;;:::o;176:51::-;218:1;209:5;;:10;;;;;;;:::i;:::-;;;;;;;;176:51::o;7:77:1:-;44:7;73:5;62:16;;7:77;;;:::o;90:118::-;177:24;195:5;177:24;:::i;:::-;172:3;165:37;90:118;;:::o;214:222::-;307:4;345:2;334:9;330:18;322:26;;358:71;426:1;415:9;411:17;402:6;358:71;:::i;:::-;214:222;;;;:::o;442:180::-;490:77;487:1;480:88;587:4;584:1;577:15;611:4;608:1;601:15;628:191;668:3;687:20;705:1;687:20;:::i;:::-;682:25;;721:20;739:1;721:20;:::i;:::-;716:25;;764:1;761;757:9;750:16;;785:3;782:1;779:10;776:36;;;792:18;;:::i;:::-;776:36;628:191;;;;:::o
Swarm Source
ipfs://c3bde2d0d19d1dba2d20304f1451d83643d56c7c3ac71d9b5c34407469faaac4
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.