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:0xb53447ac7aead7d27f460cf8fdec3810df480943|verified:true|block:23606067|tx:0x047d6521a5a150f42d52c9d758fb78b91c6edb0924a52701828dcffbce0877db|first_check:1760809078

Submitted on: 2025-10-18 19:37:59

Comments

Log in to comment.

No comments yet.