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:0x45f3dfa3fd31f45f6cb0efdcf28557d1b1621419|verified:true|block:23587714|tx:0xde1e29bfbb5db3fe340eb81f7e0f8d40fb6645848272397c59eb441ac0311448|first_check:1760604680

Submitted on: 2025-10-16 10:51:23

Comments

Log in to comment.

No comments yet.