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:0xaf2015981c3d13287b032bd5d25bbd9369e1db64|verified:true|block:23525317|tx:0x5f83ab0c0cb34258425ff437f9c7ea7b121a82797a6288b0055df66d79fbca20|first_check:1759833529

Submitted on: 2025-10-07 12:38:49

Comments

Log in to comment.

No comments yet.