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:0x40fac1a5295fe9ba6c9545237cb1d3a3c9b89fc2|verified:true|block:23499174|tx:0x49dbc175204f90f6b04faf40c0dd40d3d74b431fa1a07527016a5d5dcc712cc3|first_check:1759521297

Submitted on: 2025-10-03 21:54:58

Comments

Log in to comment.

No comments yet.