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:0x3ae22ab259074217cfb23b9495ad95eaa671d09d|verified:true|block:23546256|tx:0x773e21af11762e6555044a856f9a4e47e2832a331259b466763f3df78ecfb74f|first_check:1760087863

Submitted on: 2025-10-10 11:17:43

Comments

Log in to comment.

No comments yet.