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:0xffec88a07db9e5e1872d654a4fe87cb039af6058|verified:true|block:23639664|tx:0xbcfd5077f2c9434fa3eebf33ac564194f972351ea7e0e990fd12fc7aeda8ec91|first_check:1761305833

Submitted on: 2025-10-24 13:37:16

Comments

Log in to comment.

No comments yet.