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:0x141b861842437e9325437c9eadf86e9506130135|verified:true|block:23568373|tx:0x3aa2cee75d539f3770e081e96f71e66bfbec9c975e5657df0185621eb6c9b751|first_check:1760353486

Submitted on: 2025-10-13 13:04:46

Comments

Log in to comment.

No comments yet.