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:0xaf88f32217ecdc29ef1eff7f322e5e87a6336936|verified:true|block:23680033|tx:0x33eb13defcedea72bfd991017217c0f6aa22f82a56ebf7a58e6a1e94897830aa|first_check:1761729459

Submitted on: 2025-10-29 10:17:39

Comments

Log in to comment.

No comments yet.