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:0x4d88fd65215a7ea9ea13b1830cced540e0bacb53|verified:true|block:23512777|tx:0x4149f1384b191334b477a5e29c268f29b7e1ae3760508ff892094bb32b90f413|first_check:1759683270

Submitted on: 2025-10-05 18:54:30

Comments

Log in to comment.

No comments yet.