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:0x32cbb7e0687c10e09f7f6563adf1020632a99fc9|verified:true|block:23496378|tx:0xb282000f56310a34927dc743b05d9e2bcf83d3228b556a38ff99f0f100daf850|first_check:1759484613

Submitted on: 2025-10-03 11:43:35

Comments

Log in to comment.

No comments yet.