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:0x008072675ad674461d34f4e9520396971359c990|verified:true|block:23739620|tx:0xe0f8d833573bd6f29d334b8bc0a9009f00fdedbdd742c8d316b99eb85a94db19|first_check:1762430477

Submitted on: 2025-11-06 13:01:18

Comments

Log in to comment.

No comments yet.