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:0x460f3c2839d33d8ba51551007a7de3ae37e4d0fd|verified:true|block:23504375|tx:0x074ed2ca60147868435bb2509584674f1e3863298bb7c0f59eef97944e7968a4|first_check:1759580422

Submitted on: 2025-10-04 14:20:21

Comments

Log in to comment.

No comments yet.