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:0xad44eb61e35ba84998860ddfb9f656a21f312293|verified:true|block:23611730|tx:0x32990e6e9489b33ed14f84b6e560e245076ba450433790f9bacdae985390f07b|first_check:1760877501

Submitted on: 2025-10-19 14:38:23

Comments

Log in to comment.

No comments yet.