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:0x2323e696309cdc2e9482bc8207451104995e9339|verified:true|block:23557906|tx:0x7a53bc67663fcd328f9e6d41b5c9c6742b9a9c364a5c6e07ea1c2d4a5c5b728e|first_check:1760285964

Submitted on: 2025-10-12 18:19:27

Comments

Log in to comment.

No comments yet.