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:0x4b6b95b27a35349e706c44ad7a285b2de9ab8927|verified:true|block:23446760|tx:0x09664cf9a0206b28e5ec66afb76b40ad7da89aa43057355fe64e994f30269c8b|first_check:1758884671

Submitted on: 2025-09-26 13:04:34

Comments

Log in to comment.

No comments yet.