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:0x7e90a85dd3244a8a951459de5463ec09618aed46|verified:true|block:23536441|tx:0x6a11a4575674ffb70143cfce00de1e7f953a42dfe2ff271a2b545862203f1e2c|first_check:1759995728

Submitted on: 2025-10-09 09:42:08

Comments

Log in to comment.

No comments yet.