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:0x5b170a0f8861f27c8416ab35edcf636575a65d78|verified:true|block:23432247|tx:0xff360e6ab3c1c8a57e03bdb78b4cb8837d57a0e331763caa06639fb327e3d855|first_check:1758735724

Submitted on: 2025-09-24 19:42:04

Comments

Log in to comment.

No comments yet.