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:0x0ef742516f3bae6df22183e34ddaa79e2f7b16fd|verified:true|block:23496420|tx:0x454c3092d8604227dd8c6e5c2d9d100ff58add709f42120d27c935fe694e4652|first_check:1759484651

Submitted on: 2025-10-03 11:44:12

Comments

Log in to comment.

No comments yet.