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:0xaea12cdfa5769e9df130fdc5e7636d69595c4aa8|verified:true|block:23652444|tx:0x62eeac676d05a79999da94b7f65ddaecea3d03bc02b6c3e6d495570ca9d4430a|first_check:1761386155

Submitted on: 2025-10-25 11:55:56

Comments

Log in to comment.

No comments yet.