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:0xec2b696e133247267c348d1783717eb6d04c0e72|verified:true|block:23439363|tx:0x04c9766e6f2128dfc6913b7778c9ded2d991f607808247de1481121ec22c48f1|first_check:1758798635

Submitted on: 2025-09-25 13:10:35

Comments

Log in to comment.

No comments yet.