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:0x295f593e4ed0839113f54c2997bdd6ecf0ff187a|verified:true|block:23611022|tx:0xf4c78a50c49f579bd824733cfb7fb3a6c8969afecff692a7e016a107a8fa81e9|first_check:1760873472

Submitted on: 2025-10-19 13:31:14

Comments

Log in to comment.

No comments yet.