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:0xfb754d1ee4f6e6fea765b82909e75a13b3551890|verified:true|block:23504376|tx:0x2a3690a6d14433045e567ce9630ff6b6cbb2665699e81d7e787d1bbe17f9f20c|first_check:1759580431

Submitted on: 2025-10-04 14:20:31

Comments

Log in to comment.

No comments yet.