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:0xb5477622dba55df16b400c759197c37f2beca6ee|verified:true|block:23504371|tx:0x5cc885919597c58689ce62965e1b3d8de5129fb62647f8a5e9c5029a186e7dda|first_check:1759580383

Submitted on: 2025-10-04 14:19:42

Comments

Log in to comment.

No comments yet.