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:0x4b7722ea9f359fff328db23bf7026cd8c499edc4|verified:true|block:23504463|tx:0x6b6981b5ca548cf2dc0f129d533ac4fe4e1e66a64b89f100329b47eb385cb44d|first_check:1759582084

Submitted on: 2025-10-04 14:48:04

Comments

Log in to comment.

No comments yet.