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:0x74fec9f596958913136b0d237b895841d54ed51a|verified:true|block:23450079|tx:0xa9baf4dfb6c987256561710a2e34ab0efc8e75387ed578ce2f48800a89cd292f|first_check:1758963471

Submitted on: 2025-09-27 10:57:52

Comments

Log in to comment.

No comments yet.