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:0x91e81b4d66732119308d354661f4aebb0f8bac1b|verified:true|block:23504334|tx:0xb7aaf8eec879af1fe97ff97753db12ec1f4987932e66ea1194a9d54148d38873|first_check:1759580002

Submitted on: 2025-10-04 14:13:21

Comments

Log in to comment.

No comments yet.