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:0xcd832f37d6e0c5f548391c1fa2a6b90457c52452|verified:true|block:23611077|tx:0x7da7d76a8c8ac6f70875656ac2511e81e37cce26e6b71e7328a7dd50a63cf56d|first_check:1760873521

Submitted on: 2025-10-19 13:32:03

Comments

Log in to comment.

No comments yet.