Counter

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

contract Counter {
    uint16 public x = 0;

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

Tags:
addr:0xd84ac4de545c4a77fd6ada8261abf7bc261b7452|verified:true|block:23489488|tx:0x53cf61b0f669055bc6d9654dda45b459d64e45d4227b844d6ff5cf6b37df08ac|first_check:1759404351

Submitted on: 2025-10-02 13:25:52

Comments

Log in to comment.

No comments yet.