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:0x4c1580b7c2567994876d59633d8ba40814179073|verified:true|block:23405909|tx:0x85a6748774888758839d37b133156fec1386e6cb0f0b583e79ac2da88d5dff76|first_check:1758394663

Submitted on: 2025-09-20 20:57:45

Comments

Log in to comment.

No comments yet.