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:0x3c6bde5e46ab19e9ed163ba656d48a2fcb69b154|verified:true|block:23525045|tx:0x1578c392d0d1c0a450ff368126f22d359caa6416a278533fcc5409387255a0b4|first_check:1759830660

Submitted on: 2025-10-07 11:51:00

Comments

Log in to comment.

No comments yet.