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:0x59107f4b11c31d46ee83f9cdc7cea48abdece35c|verified:true|block:23661988|tx:0x5d9bde22db3cf593787fefc0f5a8fe851b7950cdf0cc5525e257b594186c84d1|first_check:1761485971

Submitted on: 2025-10-26 14:39:32

Comments

Log in to comment.

No comments yet.