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:0x502e241334760b765c3d0512101c44425256f2b1|verified:true|block:23708878|tx:0xeddec1430b5b0aa0a65a6fa09542f594f1e89423882843e9da70087136fa1b46|first_check:1762078502

Submitted on: 2025-11-02 11:15:03

Comments

Log in to comment.

No comments yet.