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:0xca446c912068e528feb7d37aed2933adfdfc073e|verified:true|block:23639528|tx:0xb738e0f0b940e74658c8d9b31f24445f7e37d06fdd60cef585c00f43130d8b6e|first_check:1761305300

Submitted on: 2025-10-24 13:28:23

Comments

Log in to comment.

No comments yet.