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:0x29061edf7a227edf1ea02e8b63aa9da7d01eabc0|verified:true|block:23504472|tx:0xf082b41df1eccb6632914df6ed4343a6c5d870d0998963a8b308ce829513af8c|first_check:1759582209

Submitted on: 2025-10-04 14:50:08

Comments

Log in to comment.

No comments yet.