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:0x2b97c5490a2cc07af10a73fedcda8ef7af0fcf94|verified:true|block:23517822|tx:0xf05ae8828ecce2356cac7390095516caae7f7b8644fd276ef5df367e3dc3c1b9|first_check:1759747711

Submitted on: 2025-10-06 12:48:32

Comments

Log in to comment.

No comments yet.