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:0x2767cc845e05662c584f7429d0667b101f153d56|verified:true|block:23639853|tx:0x878d5ea962ca3509465f674c44323c88508cf691f9ed0868e966fad61a44bd38|first_check:1761307371

Submitted on: 2025-10-24 14:02:54

Comments

Log in to comment.

No comments yet.