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:0xdca40af2969757e12b102a99fe5ae95e841a2cbe|verified:true|block:23518123|tx:0x6e1f6603b008d2c789a12479ea72b00fcb84bca633c10930ea79fefcd29c480a|first_check:1759748913

Submitted on: 2025-10-06 13:08:34

Comments

Log in to comment.

No comments yet.