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:0x1f2f3e908ed277796935d04d1777fe8a829d0591|verified:true|block:23432908|tx:0xd1fc61581159eee0d6912082fb1706c4f93a00bf8b1223be09441f288fb06741|first_check:1758736731

Submitted on: 2025-09-24 19:58:52

Comments

Log in to comment.

No comments yet.