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:0xb96e7c1af408d74ac3a85193e520749646ce1385|verified:true|block:23482309|tx:0x54870d3d8871a9aff7db5ac40841b68f5677d844502952ab520a12e0f06927f2|first_check:1759323633

Submitted on: 2025-10-01 15:00:33

Comments

Log in to comment.

No comments yet.