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:0x74e9835f7e72f3f7f426f78a249a1ef740ee84e5|verified:true|block:23710260|tx:0xe6affb4dc2b86de91290cf421a08be71811d198cf38ae4a5ab669182ac89239a|first_check:1762082389

Submitted on: 2025-11-02 12:19:50

Comments

Log in to comment.

No comments yet.