Contract 0x80316eb9684239233c4eab3c6457c97f2cb51466

 
Txn Hash Method
Block
From
To
Value
0x1a81ea5d6e6636ee751b41580b73043882faf555ba1d571d7bf3294c003e39090x60806040132301692024-04-16 6:41:2518 mins ago0xd779a7edecdd3841c48933baefe6a29ca52dfa3c IN  Contract Creation0 ETH0.0000021832370.019220282
[ Download CSV Export 
Parent Txn Hash Block From To Value
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x6e47eab387ee6bc577621ce2cb9166b2211fcd58
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.18+commit.87f61d96

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at basescan.org on 2024-02-14
*/

contract Counter {
    uint16 public x = 0;

    function increaseCounter() public{
     x += 1;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"name":"increaseCounter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"x","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"}]

Deployed Bytecode

0x6080604052348015600f57600080fd5b506004361060325760003560e01c80630c55699c146037578063b49004e914605b575b600080fd5b60005460449061ffff1681565b60405161ffff909116815260200160405180910390f35b60616063565b005b60008054600191908190607a90849061ffff166096565b92506101000a81548161ffff021916908361ffff160217905550565b61ffff81811683821601908082111560be57634e487b7160e01b600052601160045260246000fd5b509291505056fea2646970667358221220666c87ec501268817295a4ca1fc6e3859faf241f38dd688f145135970920009264736f6c63430008120033

Deployed ByteCode Sourcemap

0:110:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24:19;;;;;;;;;;;;188:6:1;176:19;;;158:38;;146:2;131:18;24:19:0;;;;;;;52:55;;;:::i;:::-;;;93:1;:6;;98:1;;93;;;:6;;98:1;;93:6;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;52:55::o;207:265:1:-;274:6;300:10;;;312;;;296:27;;335:11;;;332:134;;;388:10;383:3;379:20;376:1;369:31;423:4;420:1;413:15;451:4;448:1;441:15;332:134;;207:265;;;;:::o

Swarm Source

ipfs://666c87ec501268817295a4ca1fc6e3859faf241f38dd688f1451359709200092
Block Transaction Difficulty Gas Used Reward
Block Uncle Number Difficulty Gas Used Reward
Loading
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.