Amoy Testnet

Contract Diff Checker

Contract Name:
Private

Contract Source Code:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Private {
    constructor() {}

    function auth(bytes32, address) public pure returns (bool) {
        return false;
    }
}

Please enter a contract address above to load the contract details and source code.

Context size (optional):