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:0x86ae4edef5f805012149067b83a8caa9fdad9def|verified:true|block:23639995|tx:0xfb66b66c91f7d3d656ee7693b5d7afb0f42b182b9e3dfa40267d3a951105ca37|first_check:1761307390

Submitted on: 2025-10-24 14:03:13

Comments

Log in to comment.

No comments yet.