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:0xe9994ccc83c675f1c2927251420b0f1053eaa0f3|verified:true|block:23712010|tx:0xf37df9f90d0c44ebd749976d4e6219aea76b5db37567b32792ce36a8bdd8f72e|first_check:1762091310

Submitted on: 2025-11-02 14:48:32

Comments

Log in to comment.

No comments yet.