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:0xc58658d7e60d255c545856b7e3d482996b421bdd|verified:true|block:23517909|tx:0x1062036cabc14d9bfd9931713a763cbe0bac443453d3eaf67bfdf2343dbad7d9|first_check:1759747981

Submitted on: 2025-10-06 12:53:02

Comments

Log in to comment.

No comments yet.