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:0xb1dffa613811bbb79f370e201cf339b6159bc566|verified:true|block:23482408|tx:0x6043f3d3f9238e0d54567f08d6c22d1f2054c22d184f0e79b70559d5c14a6b13|first_check:1759323845

Submitted on: 2025-10-01 15:04:05

Comments

Log in to comment.

No comments yet.