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:0xae42e245d5dcf8e8231896f8afacbd0b76a389ba|verified:true|block:23739753|tx:0x818fd8f888fd212a826429824fb98b378c51e070582c9d4abc41a021224d0809|first_check:1762431056

Submitted on: 2025-11-06 13:10:57

Comments

Log in to comment.

No comments yet.