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:0x17ff6011cd7a687044cd5db6cf1cdf5c65186515|verified:true|block:23732372|tx:0xc54c16707d905261fac0f311fcc1489d4c5a34c1983473365a73c016f6e9304d|first_check:1762347750

Submitted on: 2025-11-05 14:02:04

Comments

Log in to comment.

No comments yet.