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:0xa73f2f5217748cfd87e93ad48feda41e4bc3f893|verified:true|block:23432582|tx:0x9cffc8ff90befce90b1f3f5e7bdc1a8cee6ece433910e451ea30e55ad255cd45|first_check:1758736554

Submitted on: 2025-09-24 19:55:54

Comments

Log in to comment.

No comments yet.