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:0xd04ae72fb7d35c54eaf4541e44c3c12cc8a450ea|verified:true|block:23578085|tx:0x694ce9b4de2eb1b9db46e15128897520ebe931e552b12f0fb9ae9d4bba177922|first_check:1760512359

Submitted on: 2025-10-15 09:12:40

Comments

Log in to comment.

No comments yet.