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:0xa418aa6c5505e5b4b42cc629d4f1a070a311c685|verified:true|block:23496481|tx:0xc71c6bca09cc9bc79645f48ac69e385f9fb1396a9a16d200de7e0c5d4b55bdcf|first_check:1759485201

Submitted on: 2025-10-03 11:53:23

Comments

Log in to comment.

No comments yet.