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:0x09c4c73a9147a09f35a5e358b69329d2b36b28de|verified:true|block:23623390|tx:0xbfe338626dd566e4a33161d002cd515f82b795273f9fd9a7d5230589a7da1f0b|first_check:1761041885

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

Comments

Log in to comment.

No comments yet.