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:0x7bf8e6589dfdb0dcf110b7bf155f959e82e39ce8|verified:true|block:23467800|tx:0x35bc4e218cdff98d2b4d2d59bde72c2a79fc8a7a5c0a2188aed9efd6314780d0|first_check:1759142519

Submitted on: 2025-09-29 12:42:01

Comments

Log in to comment.

No comments yet.