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:0x33f5e40575fe3a3a90009f6f9d62fa54b0a551b2|verified:true|block:23504996|tx:0x7aadd426678e54c9a7e7dbfd55532e4c463e63bf5e45a7adf2a2bdd95df96d95|first_check:1759591552

Submitted on: 2025-10-04 17:25:52

Comments

Log in to comment.

No comments yet.