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:0x3656efeee34659bf1d4643b355e5d490e9b9864d|verified:true|block:23496088|tx:0x3555dde678e14b3cb4c8d899c1ebbfa30df9a46308caeaffccdcf188ba56a4da|first_check:1759484006

Submitted on: 2025-10-03 11:33:27

Comments

Log in to comment.

No comments yet.