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:0x0b13f7bc118b0ec735d825aa11e6d68acd052030|verified:true|block:23660689|tx:0xc558859e336f02069c111226f17e44b60db39b5fcb18adb147e1bdf74f66eeb5|first_check:1761478778

Submitted on: 2025-10-26 12:39:38

Comments

Log in to comment.

No comments yet.