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:0x3835f7d3365cf4b83f63f0e570913b1ecb3c7d21|verified:true|block:23555372|tx:0x470887cf3f6278fe36a2fcd3aa390042dbaf56e47c57f8125428b696c9f40ab8|first_check:1760271548

Submitted on: 2025-10-12 14:19:11

Comments

Log in to comment.

No comments yet.