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:0x16bcd6791b120db3a1069fc10a29f9ebc4a07674|verified:true|block:23475175|tx:0x31f1bab1ffababa00b5c88da5188dad155aff80f0da80c1ba9d44058f8d4c2b9|first_check:1759231280

Submitted on: 2025-09-30 13:21:20

Comments

Log in to comment.

No comments yet.