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:0xcbfe11eea75b0e2a5b6c12e476a16ae93e4817e7|verified:true|block:23666256|tx:0x2fc05cf872468d6a4cde3476b70d60b59979e87a805e75f59a9d88bd6b7bb2ee|first_check:1761562518

Submitted on: 2025-10-27 11:55:18

Comments

Log in to comment.

No comments yet.