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:0x35af8e16544340b0460209fcd1a6cb152014cf94|verified:true|block:23388753|tx:0x75cfbdef10e2f70f9ddafe4c88d9576dabb6db90c3deac5b8567f7a62b50b39f|first_check:1758191519

Submitted on: 2025-09-18 12:32:01

Comments

Log in to comment.

No comments yet.