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:0x1af9c3693c45e6994c7d568185cda1aed1e069a5|verified:true|block:23610941|tx:0x3b7a9d21d781c4319e939dc47e3053fb72daa17c7a8af23cef423016c0e73494|first_check:1760873393

Submitted on: 2025-10-19 13:29:55

Comments

Log in to comment.

No comments yet.