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:0x39794a52281c13d32e474f500191e373cec4c7f9|verified:true|block:23611564|tx:0xde374f4e1c04fc6974937fe6087fa70b32b30928c76b980d96c4d8dbd97358c8|first_check:1760875458

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

Comments

Log in to comment.

No comments yet.