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:0xcd14c2adb7f5ff6a26a21b68ddc74c970db608e9|verified:true|block:23725186|tx:0x9f261a84b293458d983471020171d09015d84dc80e4542010672d9ae5f9f99a8|first_check:1762256793

Submitted on: 2025-11-04 12:46:35

Comments

Log in to comment.

No comments yet.