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:0xd30ba8f08c5e0e5da34a5f7d4e9db703afb107e0|verified:true|block:23536267|tx:0x83070abb24cd97718f737cd15e68d4b4b6f4049ee89ac3018ac8a9d1c5191442|first_check:1759995234

Submitted on: 2025-10-09 09:33:54

Comments

Log in to comment.

No comments yet.