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:0x36e2bb762761809f6a67bf8c3e75c51e53c4c332|verified:true|block:23518171|tx:0x424f8a74a8f73e160cbc1856f6e4da58d2c0c0bb400e535d8b5964c8f9ead4fd|first_check:1759748982

Submitted on: 2025-10-06 13:09:43

Comments

Log in to comment.

No comments yet.