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:0xba1944d9ff7573cc216430d3d1f02cba14f4e3b8|verified:true|block:23482155|tx:0x88c82ff6b9fb26c8f9fc59c8a57f17f17d5a3df3065f889629c8f839269cc9b7|first_check:1759323297

Submitted on: 2025-10-01 14:54:57

Comments

Log in to comment.

No comments yet.