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:0x8664db9fb7da1e75390fd20a86a13a29782f3676|verified:true|block:23474932|tx:0x91dc80847d6741563ccb895ee3f4e9ebd7b7c3b09a9783832b24b58780b55033|first_check:1759225729

Submitted on: 2025-09-30 11:48:49

Comments

Log in to comment.

No comments yet.