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:0xeab2580fecafb5a78f15030fe186768fdecaef7a|verified:true|block:23394137|tx:0x89ef561fe4e160b93234572890f3ac31709718677549dd62e77d07aa69fee0a7|first_check:1758276606

Submitted on: 2025-09-19 12:10:07

Comments

Log in to comment.

No comments yet.