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:0x951a045579428c9279464dda4d475a0f08050cf0|verified:true|block:23546204|tx:0xb54906d902667ffd0a58e172c514e74b6ac96f0015bc861fe48a4a358848851e|first_check:1760087859

Submitted on: 2025-10-10 11:17:39

Comments

Log in to comment.

No comments yet.