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:0x6a1e6b126cf23118ccfa25e499deb5a5a99e2947|verified:true|block:23660701|tx:0xf504121098b9685eaee5270a247a8df5e03fd832bdb05a261994b6bf97086c5f|first_check:1761479010

Submitted on: 2025-10-26 12:43:30

Comments

Log in to comment.

No comments yet.