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:0x6b68648db82394efd985c8d3f18229b42c23e54e|verified:true|block:23601996|tx:0xbb64921db25585f66e647c91b93413f2f31683fdf70163fe5a2b4212082be35e|first_check:1760777165

Submitted on: 2025-10-18 10:46:07

Comments

Log in to comment.

No comments yet.