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:0x3aca96bc6096f5a1fef5730316b8151c617bce7e|verified:true|block:23504342|tx:0x5fb9c4058b7e366d5623f515a4169aef02b73d62db36e7133bf4452f4ad5ab2f|first_check:1759580071

Submitted on: 2025-10-04 14:14:31

Comments

Log in to comment.

No comments yet.