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:0xc9da4caf02387ebf90c68901588b81b9ee2fd58b|verified:true|block:23504412|tx:0x288bd2fa057b5300e62eb54d67e41b9f5a8fbe8827a7258c13d78c5f9b1cc9ef|first_check:1759580971

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

Comments

Log in to comment.

No comments yet.