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:0xae76cc975ac9304fd71a78a907c3eacfdfe1b0d6|verified:true|block:23547113|tx:0x6a51acbf7626cb48ea91c94d170628f8b71437efaf8b0222f08d199b48e41b38|first_check:1760100272

Submitted on: 2025-10-10 14:44:32

Comments

Log in to comment.

No comments yet.