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:0x870ae3d2974b40d4564bf75c53b8c1485c28517e|verified:true|block:23504607|tx:0x986a0244e2d819ed67f373d234b55b7ed2fe6e1af493f415ebce6fe7d0792350|first_check:1759583508

Submitted on: 2025-10-04 15:11:48

Comments

Log in to comment.

No comments yet.