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:0xa26ae1022e6047cf2f63bae57cdb99f5667db86a|verified:true|block:23518149|tx:0xda9e7888f08472bcec3bcd75efacae5221ba5bc321168139c57bac668e83106b|first_check:1759748973

Submitted on: 2025-10-06 13:09:35

Comments

Log in to comment.

No comments yet.