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:0xc40bfea10e588bb45ac2361d799c6de2d4fc5e14|verified:true|block:23496397|tx:0xa89872f6a5f481cb5410c1fbb198d7672b24e6b51732d000a21f60dde6dc5a65|first_check:1759484618

Submitted on: 2025-10-03 11:43:40

Comments

Log in to comment.

No comments yet.