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:0x4f0c3b956586ecb2de562be56b52268e80124620|verified:true|block:23620525|tx:0x75b9927b5b1344e9964662a0e71f512d0c7abab7aa2627f880451abb79505b4b|first_check:1761034330

Submitted on: 2025-10-21 10:12:12

Comments

Log in to comment.

No comments yet.