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:0x7ae1c68958d123d7d8138bda61cb937072556d24|verified:true|block:23739313|tx:0x9eabf1677cb2adc85c66abe8c88c387086543275eae56d56739190f2b3aaeb94|first_check:1762429201

Submitted on: 2025-11-06 12:40:01

Comments

Log in to comment.

No comments yet.