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:0x11ed0658f91f01ef291a2302a331f47802192d48|verified:true|block:23684366|tx:0x0b0d0bc405744558343d8344759bd8eb617e009f975c9a7feda1c4473b6d0673|first_check:1761756851

Submitted on: 2025-10-29 17:54:11

Comments

Log in to comment.

No comments yet.