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:0xe28d98421dd16c3e2d9899ea060a5fab5aa85752|verified:true|block:23657488|tx:0x1da53d98873341a63816d8c048801ef3bc71451aa9ed7a01a3e54b4421b09b05|first_check:1761469795

Submitted on: 2025-10-26 10:09:56

Comments

Log in to comment.

No comments yet.