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:0xe53fca0e22b244ca6ac69875cbaf0f5d86bda6f0|verified:true|block:23454364|tx:0x2c9c52399e878a4cadab6ac3274c20ca85242ceac7d6d03a9276f2e1e2d0b935|first_check:1758976449

Submitted on: 2025-09-27 14:34:10

Comments

Log in to comment.

No comments yet.