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:0xca9d1dbcbde1eb7b450de4f4e6cf781842c7c7c8|verified:true|block:23427990|tx:0xede4ba1bb2721f1295e11220ac81fc5cede9c32b1210242bf1044d61e1806d10|first_check:1758727833

Submitted on: 2025-09-24 17:30:38

Comments

Log in to comment.

No comments yet.