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:0x2ee26bd9d4597adc0663a45d75da334a478c2ea9|verified:true|block:23518408|tx:0x06d7560c73b95ad0340e98630bd2e1103aa007c57e6ba977c735da52c474553b|first_check:1759753413

Submitted on: 2025-10-06 14:23:34

Comments

Log in to comment.

No comments yet.