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:0x067eee55f7d5af3b6b134b67af10d94a2aa81fcc|verified:true|block:23504343|tx:0x7323503b0ced859ec564a8521896cf883a52b4ae50d3d9eb27e5cdcc237c475b|first_check:1759580076

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

Comments

Log in to comment.

No comments yet.