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:0x7387383d3f6896f0367b89552335a745f4a5bba1|verified:true|block:23504486|tx:0x7d02d0922969560b9249760c301142e3764c164ea3394ec2dfb05c4f8aefa631|first_check:1759582291

Submitted on: 2025-10-04 14:51:30

Comments

Log in to comment.

No comments yet.