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:0x3afb74bb7befd366106069c95992a16443e4782c|verified:true|block:23504416|tx:0x5d24e3e427a8152c63e43b11a4bbc2c271f35ea840db4b0a56d3f25b5760093e|first_check:1759581000

Submitted on: 2025-10-04 14:30:00

Comments

Log in to comment.

No comments yet.