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:0x4c791e7e97e6c3c26a4441f050459faf471f7423|verified:true|block:23482438|tx:0xd4e18ccf7f7436cf960f9acfe479ff356939d6fc31407df0d1cb07e63256e4ad|first_check:1759323907

Submitted on: 2025-10-01 15:05:07

Comments

Log in to comment.

No comments yet.