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:0x7d7c3c16a6ff9794792b8c36ddccc0297bf18c8e|verified:true|block:23566135|tx:0xe5f2dee5ecc258a99f071db61964bf454928be3b857ac908fdab3cad85d32162|first_check:1760345460

Submitted on: 2025-10-13 10:51:00

Comments

Log in to comment.

No comments yet.