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:0x75da8e4b22fdea6b30ecfdbb6cce3fcc8fb97ebd|verified:true|block:23477594|tx:0xcae06213f1b8e29458a430085ad427a6de426ad3b597d83c13798fa9c317a138|first_check:1759256912

Submitted on: 2025-09-30 20:28:32

Comments

Log in to comment.

No comments yet.