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:0x0b250b5b28217e67155e60adf2b6b96d5b4863ea|verified:true|block:23708996|tx:0x4c3b2eebee745467da4038b181224a15743b16f66861945bb64a1cec1363381d|first_check:1762079266

Submitted on: 2025-11-02 11:27:48

Comments

Log in to comment.

No comments yet.