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:0x15c9314597cc03971ee077837f1c9ff188984f1e|verified:true|block:23641120|tx:0x1f42a493778ad85b179fbbb8d89f07adbb6631930b1fadc185f4828d8c59da0d|first_check:1761310763

Submitted on: 2025-10-24 14:59:26

Comments

Log in to comment.

No comments yet.