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:0xc79c1e19e2ab27750118f3f1b3ddbce8708b5d65|verified:true|block:23468008|tx:0xea3265346b7a27d6f3a8de4d7534cd96eb5706e90083db128853c189a19a75df|first_check:1759143287

Submitted on: 2025-09-29 12:54:49

Comments

Log in to comment.

No comments yet.