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:0x33121dfc8660d1a8abb3bd0544befbcf38ff5835|verified:true|block:23556179|tx:0x270d5fb66069310bf758cdf2c553a145c726a787f93270c04d6f408f09263e1a|first_check:1760281088

Submitted on: 2025-10-12 16:58:11

Comments

Log in to comment.

No comments yet.