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:0x0bbb4c2559ee68aba8f17019f8b375c47d531551|verified:true|block:23611078|tx:0xed96d9403767f4db86d61afb0cc6c342cdb82333358fdaa9e2fa1a1eb81fecb0|first_check:1760873529

Submitted on: 2025-10-19 13:32:11

Comments

Log in to comment.

No comments yet.