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:0x7e6a9cf2b2a2fbca446519e76feae2da836dfc90|verified:true|block:23518059|tx:0x835542cb255baa30109b0c4328bced19d7c5dcf2c79989d65f4391a3e3691d7e|first_check:1759748780

Submitted on: 2025-10-06 13:06:21

Comments

Log in to comment.

No comments yet.