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:0x23c5b9c493efdfffbbe7ffd638097ac2f8468390|verified:true|block:23460871|tx:0x052ec22ee9f7122b26c775787003366c877a5f4951dc82e6b5d92103251172b6|first_check:1759055251

Submitted on: 2025-09-28 12:27:31

Comments

Log in to comment.

No comments yet.