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:0x5fb70b980258e8769bcba95c677b951025049750|verified:true|block:23573439|tx:0x4222825bf3f2c6af613287f11e313d3c65f009554d983fe5e0053825a4567b42|first_check:1760433602

Submitted on: 2025-10-14 11:20:02

Comments

Log in to comment.

No comments yet.