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:0x0f0df6fae5ec100702fff7350b0b59cccf51cac7|verified:true|block:23660720|tx:0x2bdd881fc82e465fd43b7ae7ab0d3c477791a9ffe49ecb572f8fd5ece5f8b53c|first_check:1761479017

Submitted on: 2025-10-26 12:43:37

Comments

Log in to comment.

No comments yet.