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:0x4c89f3d26451170e8542431e4745532e20df225a|verified:true|block:23439478|tx:0x3d0669fa8be6af605bc92ff5ae6830d1a00111d66ed2b121dd27094d3e58e5b0|first_check:1758800009

Submitted on: 2025-09-25 13:33:29

Comments

Log in to comment.

No comments yet.