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:0x49a2a0c0973e75bfa99b1b4f71a1e8e4346571e7|verified:true|block:23505020|tx:0xcb0d24f844aecc3f09adffb1374d18af454ef8d5c10d805db772deddb8eb9716|first_check:1759591854

Submitted on: 2025-10-04 17:30:54

Comments

Log in to comment.

No comments yet.