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:0xac2d57cd8903db89d1240a9983bfed0fa35f59d5|verified:true|block:23428123|tx:0xb5579a42b7c5fc6918e008653468caa0f9c6f6dd232a6f54c3e6e83aa386b63b|first_check:1758728136

Submitted on: 2025-09-24 17:35:41

Comments

Log in to comment.

No comments yet.