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:0x8c25490168af36b8df97b11fa136c32b7d0e3513|verified:true|block:23640064|tx:0x5b4bf20a11237ed562a639a9876b3225009f7a8fe9be5ded16bf1633fc714aa0|first_check:1761307397

Submitted on: 2025-10-24 14:03:20

Comments

Log in to comment.

No comments yet.