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:0x4f3a5353f9f81ce15a4cfc239227cbaf8a3eb135|verified:true|block:23732482|tx:0x2935e0f4007a373e6b766c2c955ce78366d653b6828e6e7dfca2e015b6248a26|first_check:1762347732

Submitted on: 2025-11-05 14:02:14

Comments

Log in to comment.

No comments yet.