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:0x017efb12ad1f032cb1d43db869e9f85ab58104cf|verified:true|block:23639666|tx:0x4ba4c1b7e294b3102803daad5115794e66942effd2af93bcae6dd0409a8e4efe|first_check:1761305833

Submitted on: 2025-10-24 13:37:16

Comments

Log in to comment.

No comments yet.