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:0xbab4b792e786bcbd16a1ef486e01ea0b3eb08d3a|verified:true|block:23590194|tx:0x4218ff562f4ea4f5fb3bbf0da4455d1c9d5970d740cea99eca735614ea49168f|first_check:1760620944

Submitted on: 2025-10-16 15:22:27

Comments

Log in to comment.

No comments yet.