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:0x54c5778edf2f634a71342fe3fda566b24e40f22b|verified:true|block:23588318|tx:0x1686eb97036075065a71292e7e3eebef3285abf2a869dea12d272e821d4c7b46|first_check:1760606128

Submitted on: 2025-10-16 11:15:30

Comments

Log in to comment.

No comments yet.