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:0x09264017bcfe147b65c77ace99d5fa7463f33f66|verified:true|block:23439416|tx:0x6cc989fa6a7cab56ca34a3bf8117686ad4af67b79108a502b48d3dba0e618f72|first_check:1758799279

Submitted on: 2025-09-25 13:21:19

Comments

Log in to comment.

No comments yet.