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:0xb20d716fb3ef22097a63abfae5c8559ee1139e15|verified:true|block:23652428|tx:0x93491c8ae71239571cd4072c009d69080e9ed592557757c505e75eb2228a540a|first_check:1761386180

Submitted on: 2025-10-25 11:55:49

Comments

Log in to comment.

No comments yet.