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:0xfb4b1de330684d4ac3ff288b20c8a765c0898bf3|verified:true|block:23546481|tx:0xaea3de4c502175366241d6d1451f71ef942d7c4b9f4ab364c68f77f1c891cd98|first_check:1760092658

Submitted on: 2025-10-10 12:37:38

Comments

Log in to comment.

No comments yet.