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:0xccd0aaa2a2922ffd5d99512c4dcfe7b2af588f3d|verified:true|block:23463580|tx:0x7f62bc25351316528a8df72c93ac2ff684370ff62bfe71ebaebadeeb1322cbde|first_check:1759135104

Submitted on: 2025-09-29 10:38:25

Comments

Log in to comment.

No comments yet.