ETH Price: $2,519.46 (+3.21%)

Contract

0x7254A030092adcB10a13Fb73D6179D447ee0f809
 

Multichain Info

Transaction Hash
Method
Block
From
To
Bridge199313872024-05-23 8:27:35102 days ago1716452855IN
0x7254A030...47ee0f809
0.00033977 ETH0.002567459.99456748
Bridge197778732024-05-01 21:08:59124 days ago1714597739IN
0x7254A030...47ee0f809
0.00041588 ETH0.001773557.0345419
Bridge196701672024-04-16 19:36:47139 days ago1713296207IN
0x7254A030...47ee0f809
0.00040189 ETH0.002377169.42822078
Bridge195721772024-04-03 2:09:47153 days ago1712110187IN
0x7254A030...47ee0f809
0.00036822 ETH0.0052591620.85967879
Bridge195288982024-03-27 23:54:59159 days ago1711583699IN
0x7254A030...47ee0f809
0.00035019 ETH0.0073542629.16821017
Bridge195233992024-03-27 4:45:35160 days ago1711514735IN
0x7254A030...47ee0f809
0.00035019 ETH0.0046007718.24742471
Bridge195116922024-03-25 13:08:23161 days ago1711372103IN
0x7254A030...47ee0f809
0.00036705 ETH0.0060326923.48072976
Bridge195065592024-03-24 19:45:35162 days ago1711309535IN
0x7254A030...47ee0f809
0.00028303 ETH0.005029920.08956026
Bridge195038782024-03-24 10:42:11162 days ago1711276931IN
0x7254A030...47ee0f809
0.00036705 ETH0.0049630919.31758523
Bridge194977332024-03-23 13:56:11163 days ago1711202171IN
0x7254A030...47ee0f809
0.00028303 ETH0.0051900820.34036827
Bridge194906982024-03-22 14:15:47164 days ago1711116947IN
0x7254A030...47ee0f809
0.00026462 ETH0.0100226439.27955414
Bridge194865472024-03-22 0:18:11165 days ago1711066691IN
0x7254A030...47ee0f809
0.00034865 ETH0.006587125.63744104
Bridge194719822024-03-19 23:12:59167 days ago1710889979IN
0x7254A030...47ee0f809
0.00027854 ETH0.0101967635.23876766
Transfer Ownersh...194647592024-03-18 22:51:59168 days ago1710802319IN
0x7254A030...47ee0f809
0 ETH0.0008132928.39014863
Bridge194152392024-03-11 23:50:47175 days ago1710201047IN
0x7254A030...47ee0f809
0.00023485 ETH0.0179688756.37081767
Set Min Dst Gas194151252024-03-11 23:27:47175 days ago1710199667IN
0x7254A030...47ee0f809
0 ETH0.0041257785.85881086
Set Trusted Remo...194151242024-03-11 23:27:35175 days ago1710199655IN
0x7254A030...47ee0f809
0 ETH0.0080449585.34857681
Set Use Custom A...194151232024-03-11 23:27:23175 days ago1710199643IN
0x7254A030...47ee0f809
0 ETH0.003777180.37245845
Register Token194150992024-03-11 23:22:35175 days ago1710199355IN
0x7254A030...47ee0f809
0 ETH0.0066889580.39514164
0x60c06040193942172024-03-09 1:19:47178 days ago1709947187IN
 Contract Creation
0 ETH0.1556158945.53923281

Latest 14 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
199313872024-05-23 8:27:35102 days ago1716452855
0x7254A030...47ee0f809
0.00033977 ETH
197778732024-05-01 21:08:59124 days ago1714597739
0x7254A030...47ee0f809
0.00041588 ETH
196701672024-04-16 19:36:47139 days ago1713296207
0x7254A030...47ee0f809
0.00040189 ETH
195721772024-04-03 2:09:47153 days ago1712110187
0x7254A030...47ee0f809
0.00036822 ETH
195288982024-03-27 23:54:59159 days ago1711583699
0x7254A030...47ee0f809
0.00035019 ETH
195233992024-03-27 4:45:35160 days ago1711514735
0x7254A030...47ee0f809
0.00035019 ETH
195116922024-03-25 13:08:23161 days ago1711372103
0x7254A030...47ee0f809
0.00036705 ETH
195065592024-03-24 19:45:35162 days ago1711309535
0x7254A030...47ee0f809
0.00028303 ETH
195038782024-03-24 10:42:11162 days ago1711276931
0x7254A030...47ee0f809
0.00036705 ETH
194977332024-03-23 13:56:11163 days ago1711202171
0x7254A030...47ee0f809
0.00028303 ETH
194906982024-03-22 14:15:47164 days ago1711116947
0x7254A030...47ee0f809
0.00026462 ETH
194865472024-03-22 0:18:11165 days ago1711066691
0x7254A030...47ee0f809
0.00034865 ETH
194719822024-03-19 23:12:59167 days ago1710889979
0x7254A030...47ee0f809
0.00027854 ETH
194152392024-03-11 23:50:47175 days ago1710201047
0x7254A030...47ee0f809
0.00023485 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x3c3370d9...21121E332
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
OriginalTokenBridge

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license
File 1 of 18 : OriginalTokenBridge.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;

import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {LzLib} from "@layerzerolabs/solidity-examples/contracts/libraries/LzLib.sol";
import {TokenBridgeBase} from "./TokenBridgeBase.sol";
import {IWETH} from "./interfaces/IWETH.sol";

/// @dev Locks an ERC20 on the source chain and sends LZ message to the remote chain to mint a wrapped token
contract OriginalTokenBridge is TokenBridgeBase {
    using SafeERC20 for IERC20;

    /// @notice Tokens that can be bridged to the remote chain
    mapping(address => bool) public supportedTokens;

    /// @notice Token conversion rates from local decimals (LD) to shared decimals (SD).
    /// E.g., if local decimals is 18 and shared decimals is 6, the conversion rate is 10^12
    mapping(address => uint) public LDtoSDConversionRate;

    /// @notice Total value locked per each supported token in shared decimals
    mapping(address => uint) public totalValueLockedSD;

    /// @notice LayerZero id of the remote chain where wrapped tokens are minted
    uint16 public remoteChainId;

    /// @notice Address of the wrapped native gas token (e.g. WETH, WBNB, WMATIC)
    address public immutable weth;

    event SendToken(address token, address from, address to, uint amount);
    event ReceiveToken(address token, address to, uint amount);
    event SetRemoteChainId(uint16 remoteChainId);
    event RegisterToken(address token);
    event WithdrawFee(address indexed token, address to, uint amount);

    constructor(address _endpoint, uint16 _remoteChainId, address _weth) TokenBridgeBase(_endpoint) {
        require(_weth != address(0), "OriginalTokenBridge: invalid WETH address");
        remoteChainId = _remoteChainId;
        weth = _weth;
    }

    /// @notice Registers a token for bridging
    /// @param token address of the token
    /// @param sharedDecimals number of decimals used for all original tokens mapped to the same wrapped token.
    /// E.g., 6 is shared decimals for USDC on Ethereum, BSC and Polygon
    function registerToken(address token, uint8 sharedDecimals) external onlyOwner {
        require(token != address(0), "OriginalTokenBridge: invalid token address");
        require(!supportedTokens[token], "OriginalTokenBridge: token already registered");

        uint8 localDecimals = _getTokenDecimals(token);
        require(localDecimals >= sharedDecimals, "OriginalTokenBridge: shared decimals must be less than or equal to local decimals");

        supportedTokens[token] = true;
        LDtoSDConversionRate[token] = 10**(localDecimals - sharedDecimals);
        emit RegisterToken(token);
    }

    function setRemoteChainId(uint16 _remoteChainId) external onlyOwner {
        remoteChainId = _remoteChainId;
        emit SetRemoteChainId(_remoteChainId);
    }

    function accruedFeeLD(address token) public view returns (uint) {
        return IERC20(token).balanceOf(address(this)) - _amountSDtoLD(token, totalValueLockedSD[token]);
    }

    function estimateBridgeFee(bool useZro, bytes calldata adapterParams) public view returns (uint nativeFee, uint zroFee) {
        // Only the payload format matters when estimating fee, not the actual data
        bytes memory payload = abi.encode(PT_MINT, address(this), address(this), 0);
        return lzEndpoint.estimateFees(remoteChainId, address(this), payload, useZro, adapterParams);
    }

    /// @notice Bridges ERC20 to the remote chain
    /// @dev Locks an ERC20 on the source chain and sends LZ message to the remote chain to mint a wrapped token
    function bridge(address token, uint amountLD, address to, LzLib.CallParams calldata callParams, bytes memory adapterParams) external payable nonReentrant {
        require(supportedTokens[token], "OriginalTokenBridge: token is not supported");
   
        // Supports tokens with transfer fee
        uint balanceBefore = IERC20(token).balanceOf(address(this));
        IERC20(token).safeTransferFrom(msg.sender, address(this), amountLD);
        uint balanceAfter = IERC20(token).balanceOf(address(this));
        (uint amountWithoutDustLD, uint dust) = _removeDust(token, balanceAfter - balanceBefore);

        // return dust to the sender
        if (dust > 0) {
            IERC20(token).safeTransfer(msg.sender, dust);
        }

        _bridge(token, amountWithoutDustLD, to, msg.value, callParams, adapterParams);
    }

    /// @notice Bridges native gas token (e.g. ETH) to the remote chain
    /// @dev Locks WETH on the source chain and sends LZ message to the remote chain to mint a wrapped token
    function bridgeNative(uint amountLD, address to, LzLib.CallParams calldata callParams, bytes memory adapterParams) external payable nonReentrant {
        require(supportedTokens[weth], "OriginalTokenBridge: token is not supported");
        require(msg.value >= amountLD, "OriginalTokenBridge: not enough value sent");
        (uint amountWithoutDustLD, ) = _removeDust(weth, amountLD);
        IWETH(weth).deposit{value: amountWithoutDustLD}();
        _bridge(weth, amountWithoutDustLD, to, msg.value - amountWithoutDustLD, callParams, adapterParams);
    }

    function _bridge(address token, uint amountLD, address to, uint nativeFee, LzLib.CallParams calldata callParams, bytes memory adapterParams) private {
        require(to != address(0), "OriginalTokenBridge: invalid to");
        _checkAdapterParams(remoteChainId, PT_MINT, adapterParams);

        uint amountSD = _amountLDtoSD(token, amountLD);
        require(amountSD > 0, "OriginalTokenBridge: invalid amount");

        totalValueLockedSD[token] += amountSD;
        bytes memory payload = abi.encode(PT_MINT, token, to, amountSD);
        _lzSend(remoteChainId, payload, callParams.refundAddress, callParams.zroPaymentAddress, adapterParams, nativeFee);
        emit SendToken(token, msg.sender, to, amountLD);
    }

    function withdrawFee(address token, address to, uint amountLD) public onlyOwner {
        uint feeLD = accruedFeeLD(token);
        require(amountLD <= feeLD, "OriginalTokenBridge: not enough fees collected");

        IERC20(token).safeTransfer(to, amountLD);
        emit WithdrawFee(token, to, amountLD);
    }

    /// @notice Receives ERC20 tokens or ETH from the remote chain
    /// @dev Unlocks locked ERC20 tokens or ETH in response to LZ message from the remote chain
    function _nonblockingLzReceive(uint16 srcChainId, bytes memory, uint64, bytes memory payload) internal virtual override {
        require(srcChainId == remoteChainId, "OriginalTokenBridge: invalid source chain id");

        (uint8 packetType, address token, address to, uint withdrawalAmountSD, uint totalAmountSD, bool unwrapWeth) = abi.decode(payload, (uint8, address, address, uint, uint, bool));
        require(packetType == PT_UNLOCK, "OriginalTokenBridge: unknown packet type");
        require(supportedTokens[token], "OriginalTokenBridge: token is not supported");

        totalValueLockedSD[token] -= totalAmountSD;
        uint withdrawalAmountLD = _amountSDtoLD(token, withdrawalAmountSD);

        if (token == weth && unwrapWeth) {
            IWETH(weth).withdraw(withdrawalAmountLD);
            (bool success, ) = payable(to).call{value: withdrawalAmountLD}("");
            require(success, "OriginalTokenBridge: failed to send");
            emit ReceiveToken(address(0), to, withdrawalAmountLD);
        } else {
            IERC20(token).safeTransfer(to, withdrawalAmountLD);
            emit ReceiveToken(token, to, withdrawalAmountLD);
        }
    }

    function _getTokenDecimals(address token) internal view returns (uint8) {
        (bool success, bytes memory data) = token.staticcall(abi.encodeWithSignature("decimals()"));
        require(success, "OriginalTokenBridge: failed to get token decimals");
        return abi.decode(data, (uint8));
    }

    function _amountSDtoLD(address token, uint amountSD) internal view returns (uint) {
        return amountSD * LDtoSDConversionRate[token];
    }

    function _amountLDtoSD(address token, uint amountLD) internal view returns (uint) {
        return amountLD / LDtoSDConversionRate[token];
    }

    function _removeDust(address token, uint amountLD) internal view returns (uint amountWithoutDustLD, uint dust) {
        dust = amountLD % LDtoSDConversionRate[token];
        amountWithoutDustLD = amountLD - dust;
    }

    /// @dev Allows receiving ETH when calling WETH.withdraw()
    receive() external payable {}
}

File 2 of 18 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }

    function _contextSuffixLength() internal view virtual returns (uint256) {
        return 0;
    }
}

File 3 of 18 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby disabling any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        _transferOwnership(address(0));
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _transferOwnership(newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

File 4 of 18 : ILayerZeroReceiver.sol
// SPDX-License-Identifier: MIT

pragma solidity >=0.5.0;

interface ILayerZeroReceiver {
    // @notice LayerZero endpoint will invoke this function to deliver the message on the destination
    // @param _srcChainId - the source endpoint identifier
    // @param _srcAddress - the source sending contract address from the source chain
    // @param _nonce - the ordered message nonce
    // @param _payload - the signed payload is the UA bytes has encoded to be sent
    function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) external;
}

File 5 of 18 : ILayerZeroUserApplicationConfig.sol
// SPDX-License-Identifier: MIT

pragma solidity >=0.5.0;

interface ILayerZeroUserApplicationConfig {
    // @notice set the configuration of the LayerZero messaging library of the specified version
    // @param _version - messaging library version
    // @param _chainId - the chainId for the pending config change
    // @param _configType - type of configuration. every messaging library has its own convention.
    // @param _config - configuration in the bytes. can encode arbitrary content.
    function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external;

    // @notice set the send() LayerZero messaging library version to _version
    // @param _version - new messaging library version
    function setSendVersion(uint16 _version) external;

    // @notice set the lzReceive() LayerZero messaging library version to _version
    // @param _version - new messaging library version
    function setReceiveVersion(uint16 _version) external;

    // @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload
    // @param _srcChainId - the chainId of the source chain
    // @param _srcAddress - the contract address of the source contract at the source chain
    function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external;
}

File 6 of 18 : ILayerZeroEndpoint.sol
// SPDX-License-Identifier: MIT

pragma solidity >=0.5.0;

import "./ILayerZeroUserApplicationConfig.sol";

interface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig {
    // @notice send a LayerZero message to the specified address at a LayerZero endpoint.
    // @param _dstChainId - the destination chain identifier
    // @param _destination - the address on destination chain (in bytes). address length/format may vary by chains
    // @param _payload - a custom bytes payload to send to the destination contract
    // @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address
    // @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction
    // @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination
    function send(uint16 _dstChainId, bytes calldata _destination, bytes calldata _payload, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable;

    // @notice used by the messaging library to publish verified payload
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source contract (as bytes) at the source chain
    // @param _dstAddress - the address on destination chain
    // @param _nonce - the unbound message ordering nonce
    // @param _gasLimit - the gas limit for external contract execution
    // @param _payload - verified payload to send to the destination contract
    function receivePayload(uint16 _srcChainId, bytes calldata _srcAddress, address _dstAddress, uint64 _nonce, uint _gasLimit, bytes calldata _payload) external;

    // @notice get the inboundNonce of a lzApp from a source chain which could be EVM or non-EVM chain
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source chain contract address
    function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (uint64);

    // @notice get the outboundNonce from this source chain which, consequently, is always an EVM
    // @param _srcAddress - the source chain contract address
    function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64);

    // @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery
    // @param _dstChainId - the destination chain identifier
    // @param _userApplication - the user app address on this EVM chain
    // @param _payload - the custom message to send over LayerZero
    // @param _payInZRO - if false, user app pays the protocol fee in native token
    // @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain
    function estimateFees(uint16 _dstChainId, address _userApplication, bytes calldata _payload, bool _payInZRO, bytes calldata _adapterParam) external view returns (uint nativeFee, uint zroFee);

    // @notice get this Endpoint's immutable source identifier
    function getChainId() external view returns (uint16);

    // @notice the interface to retry failed message on this Endpoint destination
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source chain contract address
    // @param _payload - the payload to be retried
    function retryPayload(uint16 _srcChainId, bytes calldata _srcAddress, bytes calldata _payload) external;

    // @notice query if any STORED payload (message blocking) at the endpoint.
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source chain contract address
    function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool);

    // @notice query if the _libraryAddress is valid for sending msgs.
    // @param _userApplication - the user app address on this EVM chain
    function getSendLibraryAddress(address _userApplication) external view returns (address);

    // @notice query if the _libraryAddress is valid for receiving msgs.
    // @param _userApplication - the user app address on this EVM chain
    function getReceiveLibraryAddress(address _userApplication) external view returns (address);

    // @notice query if the non-reentrancy guard for send() is on
    // @return true if the guard is on. false otherwise
    function isSendingPayload() external view returns (bool);

    // @notice query if the non-reentrancy guard for receive() is on
    // @return true if the guard is on. false otherwise
    function isReceivingPayload() external view returns (bool);

    // @notice get the configuration of the LayerZero messaging library of the specified version
    // @param _version - messaging library version
    // @param _chainId - the chainId for the pending config change
    // @param _userApplication - the contract address of the user application
    // @param _configType - type of configuration. every messaging library has its own convention.
    function getConfig(uint16 _version, uint16 _chainId, address _userApplication, uint _configType) external view returns (bytes memory);

    // @notice get the send() LayerZero messaging library version
    // @param _userApplication - the contract address of the user application
    function getSendVersion(address _userApplication) external view returns (uint16);

    // @notice get the lzReceive() LayerZero messaging library version
    // @param _userApplication - the contract address of the user application
    function getReceiveVersion(address _userApplication) external view returns (uint16);
}

File 7 of 18 : BytesLib.sol
// SPDX-License-Identifier: Unlicense
/*
 * @title Solidity Bytes Arrays Utils
 * @author Gonçalo Sá <[email protected]>
 *
 * @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity.
 *      The library lets you concatenate, slice and type cast bytes arrays both in memory and storage.
 */
pragma solidity >=0.8.0 <0.9.0;


library BytesLib {
    function concat(
        bytes memory _preBytes,
        bytes memory _postBytes
    )
    internal
    pure
    returns (bytes memory)
    {
        bytes memory tempBytes;

        assembly {
        // Get a location of some free memory and store it in tempBytes as
        // Solidity does for memory variables.
            tempBytes := mload(0x40)

        // Store the length of the first bytes array at the beginning of
        // the memory for tempBytes.
            let length := mload(_preBytes)
            mstore(tempBytes, length)

        // Maintain a memory counter for the current write location in the
        // temp bytes array by adding the 32 bytes for the array length to
        // the starting location.
            let mc := add(tempBytes, 0x20)
        // Stop copying when the memory counter reaches the length of the
        // first bytes array.
            let end := add(mc, length)

            for {
            // Initialize a copy counter to the start of the _preBytes data,
            // 32 bytes into its memory.
                let cc := add(_preBytes, 0x20)
            } lt(mc, end) {
            // Increase both counters by 32 bytes each iteration.
                mc := add(mc, 0x20)
                cc := add(cc, 0x20)
            } {
            // Write the _preBytes data into the tempBytes memory 32 bytes
            // at a time.
                mstore(mc, mload(cc))
            }

        // Add the length of _postBytes to the current length of tempBytes
        // and store it as the new length in the first 32 bytes of the
        // tempBytes memory.
            length := mload(_postBytes)
            mstore(tempBytes, add(length, mload(tempBytes)))

        // Move the memory counter back from a multiple of 0x20 to the
        // actual end of the _preBytes data.
            mc := end
        // Stop copying when the memory counter reaches the new combined
        // length of the arrays.
            end := add(mc, length)

            for {
                let cc := add(_postBytes, 0x20)
            } lt(mc, end) {
                mc := add(mc, 0x20)
                cc := add(cc, 0x20)
            } {
                mstore(mc, mload(cc))
            }

        // Update the free-memory pointer by padding our last write location
        // to 32 bytes: add 31 bytes to the end of tempBytes to move to the
        // next 32 byte block, then round down to the nearest multiple of
        // 32. If the sum of the length of the two arrays is zero then add
        // one before rounding down to leave a blank 32 bytes (the length block with 0).
            mstore(0x40, and(
            add(add(end, iszero(add(length, mload(_preBytes)))), 31),
            not(31) // Round down to the nearest 32 bytes.
            ))
        }

        return tempBytes;
    }

    function concatStorage(bytes storage _preBytes, bytes memory _postBytes) internal {
        assembly {
        // Read the first 32 bytes of _preBytes storage, which is the length
        // of the array. (We don't need to use the offset into the slot
        // because arrays use the entire slot.)
            let fslot := sload(_preBytes.slot)
        // Arrays of 31 bytes or less have an even value in their slot,
        // while longer arrays have an odd value. The actual length is
        // the slot divided by two for odd values, and the lowest order
        // byte divided by two for even values.
        // If the slot is even, bitwise and the slot with 255 and divide by
        // two to get the length. If the slot is odd, bitwise and the slot
        // with -1 and divide by two.
            let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2)
            let mlength := mload(_postBytes)
            let newlength := add(slength, mlength)
        // slength can contain both the length and contents of the array
        // if length < 32 bytes so let's prepare for that
        // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage
            switch add(lt(slength, 32), lt(newlength, 32))
            case 2 {
            // Since the new array still fits in the slot, we just need to
            // update the contents of the slot.
            // uint256(bytes_storage) = uint256(bytes_storage) + uint256(bytes_memory) + new_length
                sstore(
                _preBytes.slot,
                // all the modifications to the slot are inside this
                // next block
                add(
                // we can just add to the slot contents because the
                // bytes we want to change are the LSBs
                fslot,
                add(
                mul(
                div(
                // load the bytes from memory
                mload(add(_postBytes, 0x20)),
                // zero all bytes to the right
                exp(0x100, sub(32, mlength))
                ),
                // and now shift left the number of bytes to
                // leave space for the length in the slot
                exp(0x100, sub(32, newlength))
                ),
                // increase length by the double of the memory
                // bytes length
                mul(mlength, 2)
                )
                )
                )
            }
            case 1 {
            // The stored value fits in the slot, but the combined value
            // will exceed it.
            // get the keccak hash to get the contents of the array
                mstore(0x0, _preBytes.slot)
                let sc := add(keccak256(0x0, 0x20), div(slength, 32))

            // save new length
                sstore(_preBytes.slot, add(mul(newlength, 2), 1))

            // The contents of the _postBytes array start 32 bytes into
            // the structure. Our first read should obtain the `submod`
            // bytes that can fit into the unused space in the last word
            // of the stored array. To get this, we read 32 bytes starting
            // from `submod`, so the data we read overlaps with the array
            // contents by `submod` bytes. Masking the lowest-order
            // `submod` bytes allows us to add that value directly to the
            // stored value.

                let submod := sub(32, slength)
                let mc := add(_postBytes, submod)
                let end := add(_postBytes, mlength)
                let mask := sub(exp(0x100, submod), 1)

                sstore(
                sc,
                add(
                and(
                fslot,
                0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00
                ),
                and(mload(mc), mask)
                )
                )

                for {
                    mc := add(mc, 0x20)
                    sc := add(sc, 1)
                } lt(mc, end) {
                    sc := add(sc, 1)
                    mc := add(mc, 0x20)
                } {
                    sstore(sc, mload(mc))
                }

                mask := exp(0x100, sub(mc, end))

                sstore(sc, mul(div(mload(mc), mask), mask))
            }
            default {
            // get the keccak hash to get the contents of the array
                mstore(0x0, _preBytes.slot)
            // Start copying to the last used word of the stored array.
                let sc := add(keccak256(0x0, 0x20), div(slength, 32))

            // save new length
                sstore(_preBytes.slot, add(mul(newlength, 2), 1))

            // Copy over the first `submod` bytes of the new data as in
            // case 1 above.
                let slengthmod := mod(slength, 32)
                let mlengthmod := mod(mlength, 32)
                let submod := sub(32, slengthmod)
                let mc := add(_postBytes, submod)
                let end := add(_postBytes, mlength)
                let mask := sub(exp(0x100, submod), 1)

                sstore(sc, add(sload(sc), and(mload(mc), mask)))

                for {
                    sc := add(sc, 1)
                    mc := add(mc, 0x20)
                } lt(mc, end) {
                    sc := add(sc, 1)
                    mc := add(mc, 0x20)
                } {
                    sstore(sc, mload(mc))
                }

                mask := exp(0x100, sub(mc, end))

                sstore(sc, mul(div(mload(mc), mask), mask))
            }
        }
    }

    function slice(
        bytes memory _bytes,
        uint256 _start,
        uint256 _length
    )
    internal
    pure
    returns (bytes memory)
    {
        require(_length + 31 >= _length, "slice_overflow");
        require(_bytes.length >= _start + _length, "slice_outOfBounds");

        bytes memory tempBytes;

        assembly {
            switch iszero(_length)
            case 0 {
            // Get a location of some free memory and store it in tempBytes as
            // Solidity does for memory variables.
                tempBytes := mload(0x40)

            // The first word of the slice result is potentially a partial
            // word read from the original array. To read it, we calculate
            // the length of that partial word and start copying that many
            // bytes into the array. The first word we copy will start with
            // data we don't care about, but the last `lengthmod` bytes will
            // land at the beginning of the contents of the new array. When
            // we're done copying, we overwrite the full first word with
            // the actual length of the slice.
                let lengthmod := and(_length, 31)

            // The multiplication in the next line is necessary
            // because when slicing multiples of 32 bytes (lengthmod == 0)
            // the following copy loop was copying the origin's length
            // and then ending prematurely not copying everything it should.
                let mc := add(add(tempBytes, lengthmod), mul(0x20, iszero(lengthmod)))
                let end := add(mc, _length)

                for {
                // The multiplication in the next line has the same exact purpose
                // as the one above.
                    let cc := add(add(add(_bytes, lengthmod), mul(0x20, iszero(lengthmod))), _start)
                } lt(mc, end) {
                    mc := add(mc, 0x20)
                    cc := add(cc, 0x20)
                } {
                    mstore(mc, mload(cc))
                }

                mstore(tempBytes, _length)

            //update free-memory pointer
            //allocating the array padded to 32 bytes like the compiler does now
                mstore(0x40, and(add(mc, 31), not(31)))
            }
            //if we want a zero-length slice let's just return a zero-length array
            default {
                tempBytes := mload(0x40)
            //zero out the 32 bytes slice we are about to return
            //we need to do it because Solidity does not garbage collect
                mstore(tempBytes, 0)

                mstore(0x40, add(tempBytes, 0x20))
            }
        }

        return tempBytes;
    }

    function toAddress(bytes memory _bytes, uint256 _start) internal pure returns (address) {
        require(_bytes.length >= _start + 20, "toAddress_outOfBounds");
        address tempAddress;

        assembly {
            tempAddress := div(mload(add(add(_bytes, 0x20), _start)), 0x1000000000000000000000000)
        }

        return tempAddress;
    }

    function toUint8(bytes memory _bytes, uint256 _start) internal pure returns (uint8) {
        require(_bytes.length >= _start + 1 , "toUint8_outOfBounds");
        uint8 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x1), _start))
        }

        return tempUint;
    }

    function toUint16(bytes memory _bytes, uint256 _start) internal pure returns (uint16) {
        require(_bytes.length >= _start + 2, "toUint16_outOfBounds");
        uint16 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x2), _start))
        }

        return tempUint;
    }

    function toUint32(bytes memory _bytes, uint256 _start) internal pure returns (uint32) {
        require(_bytes.length >= _start + 4, "toUint32_outOfBounds");
        uint32 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x4), _start))
        }

        return tempUint;
    }

    function toUint64(bytes memory _bytes, uint256 _start) internal pure returns (uint64) {
        require(_bytes.length >= _start + 8, "toUint64_outOfBounds");
        uint64 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x8), _start))
        }

        return tempUint;
    }

    function toUint96(bytes memory _bytes, uint256 _start) internal pure returns (uint96) {
        require(_bytes.length >= _start + 12, "toUint96_outOfBounds");
        uint96 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0xc), _start))
        }

        return tempUint;
    }

    function toUint128(bytes memory _bytes, uint256 _start) internal pure returns (uint128) {
        require(_bytes.length >= _start + 16, "toUint128_outOfBounds");
        uint128 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x10), _start))
        }

        return tempUint;
    }

    function toUint256(bytes memory _bytes, uint256 _start) internal pure returns (uint256) {
        require(_bytes.length >= _start + 32, "toUint256_outOfBounds");
        uint256 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x20), _start))
        }

        return tempUint;
    }

    function toBytes32(bytes memory _bytes, uint256 _start) internal pure returns (bytes32) {
        require(_bytes.length >= _start + 32, "toBytes32_outOfBounds");
        bytes32 tempBytes32;

        assembly {
            tempBytes32 := mload(add(add(_bytes, 0x20), _start))
        }

        return tempBytes32;
    }

    function equal(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bool) {
        bool success = true;

        assembly {
            let length := mload(_preBytes)

        // if lengths don't match the arrays are not equal
            switch eq(length, mload(_postBytes))
            case 1 {
            // cb is a circuit breaker in the for loop since there's
            //  no said feature for inline assembly loops
            // cb = 1 - don't breaker
            // cb = 0 - break
                let cb := 1

                let mc := add(_preBytes, 0x20)
                let end := add(mc, length)

                for {
                    let cc := add(_postBytes, 0x20)
                // the next line is the loop condition:
                // while(uint256(mc < end) + cb == 2)
                } eq(add(lt(mc, end), cb), 2) {
                    mc := add(mc, 0x20)
                    cc := add(cc, 0x20)
                } {
                // if any of these checks fails then arrays are not equal
                    if iszero(eq(mload(mc), mload(cc))) {
                    // unsuccess:
                        success := 0
                        cb := 0
                    }
                }
            }
            default {
            // unsuccess:
                success := 0
            }
        }

        return success;
    }

    function equalStorage(
        bytes storage _preBytes,
        bytes memory _postBytes
    )
    internal
    view
    returns (bool)
    {
        bool success = true;

        assembly {
        // we know _preBytes_offset is 0
            let fslot := sload(_preBytes.slot)
        // Decode the length of the stored array like in concatStorage().
            let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2)
            let mlength := mload(_postBytes)

        // if lengths don't match the arrays are not equal
            switch eq(slength, mlength)
            case 1 {
            // slength can contain both the length and contents of the array
            // if length < 32 bytes so let's prepare for that
            // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage
                if iszero(iszero(slength)) {
                    switch lt(slength, 32)
                    case 1 {
                    // blank the last byte which is the length
                        fslot := mul(div(fslot, 0x100), 0x100)

                        if iszero(eq(fslot, mload(add(_postBytes, 0x20)))) {
                        // unsuccess:
                            success := 0
                        }
                    }
                    default {
                    // cb is a circuit breaker in the for loop since there's
                    //  no said feature for inline assembly loops
                    // cb = 1 - don't breaker
                    // cb = 0 - break
                        let cb := 1

                    // get the keccak hash to get the contents of the array
                        mstore(0x0, _preBytes.slot)
                        let sc := keccak256(0x0, 0x20)

                        let mc := add(_postBytes, 0x20)
                        let end := add(mc, mlength)

                    // the next line is the loop condition:
                    // while(uint256(mc < end) + cb == 2)
                        for {} eq(add(lt(mc, end), cb), 2) {
                            sc := add(sc, 1)
                            mc := add(mc, 0x20)
                        } {
                            if iszero(eq(sload(sc), mload(mc))) {
                            // unsuccess:
                                success := 0
                                cb := 0
                            }
                        }
                    }
                }
            }
            default {
            // unsuccess:
                success := 0
            }
        }

        return success;
    }
}

File 8 of 18 : LzApp.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "@openzeppelin/contracts/access/Ownable.sol";
import "../interfaces/ILayerZeroReceiver.sol";
import "../interfaces/ILayerZeroUserApplicationConfig.sol";
import "../interfaces/ILayerZeroEndpoint.sol";
import "../util/BytesLib.sol";

/*
 * a generic LzReceiver implementation
 */
abstract contract LzApp is Ownable, ILayerZeroReceiver, ILayerZeroUserApplicationConfig {
    using BytesLib for bytes;

    ILayerZeroEndpoint public immutable lzEndpoint;
    mapping(uint16 => bytes) public trustedRemoteLookup;
    mapping(uint16 => mapping(uint16 => uint)) public minDstGasLookup;
    address public precrime;

    event SetPrecrime(address precrime);
    event SetTrustedRemote(uint16 _remoteChainId, bytes _path);
    event SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress);
    event SetMinDstGas(uint16 _dstChainId, uint16 _type, uint _minDstGas);

    constructor(address _endpoint) {
        lzEndpoint = ILayerZeroEndpoint(_endpoint);
    }

    function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual override {
        // lzReceive must be called by the endpoint for security
        require(_msgSender() == address(lzEndpoint), "LzApp: invalid endpoint caller");

        bytes memory trustedRemote = trustedRemoteLookup[_srcChainId];
        // if will still block the message pathway from (srcChainId, srcAddress). should not receive message from untrusted remote.
        require(_srcAddress.length == trustedRemote.length && trustedRemote.length > 0 && keccak256(_srcAddress) == keccak256(trustedRemote), "LzApp: invalid source sending contract");

        _blockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
    }

    // abstract function - the default behaviour of LayerZero is blocking. See: NonblockingLzApp if you dont need to enforce ordered messaging
    function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual;

    function _lzSend(uint16 _dstChainId, bytes memory _payload, address payable _refundAddress, address _zroPaymentAddress, bytes memory _adapterParams, uint _nativeFee) internal virtual {
        bytes memory trustedRemote = trustedRemoteLookup[_dstChainId];
        require(trustedRemote.length != 0, "LzApp: destination chain is not a trusted source");
        lzEndpoint.send{value: _nativeFee}(_dstChainId, trustedRemote, _payload, _refundAddress, _zroPaymentAddress, _adapterParams);
    }

    function _checkGasLimit(uint16 _dstChainId, uint16 _type, bytes memory _adapterParams, uint _extraGas) internal view virtual {
        uint providedGasLimit = _getGasLimit(_adapterParams);
        uint minGasLimit = minDstGasLookup[_dstChainId][_type] + _extraGas;
        require(minGasLimit > 0, "LzApp: minGasLimit not set");
        require(providedGasLimit >= minGasLimit, "LzApp: gas limit is too low");
    }

    function _getGasLimit(bytes memory _adapterParams) internal pure virtual returns (uint gasLimit) {
        require(_adapterParams.length >= 34, "LzApp: invalid adapterParams");
        assembly {
            gasLimit := mload(add(_adapterParams, 34))
        }
    }

    //---------------------------UserApplication config----------------------------------------
    function getConfig(uint16 _version, uint16 _chainId, address, uint _configType) external view returns (bytes memory) {
        return lzEndpoint.getConfig(_version, _chainId, address(this), _configType);
    }

    // generic config for LayerZero user Application
    function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external override onlyOwner {
        lzEndpoint.setConfig(_version, _chainId, _configType, _config);
    }

    function setSendVersion(uint16 _version) external override onlyOwner {
        lzEndpoint.setSendVersion(_version);
    }

    function setReceiveVersion(uint16 _version) external override onlyOwner {
        lzEndpoint.setReceiveVersion(_version);
    }

    function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external override onlyOwner {
        lzEndpoint.forceResumeReceive(_srcChainId, _srcAddress);
    }

    // _path = abi.encodePacked(remoteAddress, localAddress)
    // this function set the trusted path for the cross-chain communication
    function setTrustedRemote(uint16 _srcChainId, bytes calldata _path) external onlyOwner {
        trustedRemoteLookup[_srcChainId] = _path;
        emit SetTrustedRemote(_srcChainId, _path);
    }

    function setTrustedRemoteAddress(uint16 _remoteChainId, bytes calldata _remoteAddress) external onlyOwner {
        trustedRemoteLookup[_remoteChainId] = abi.encodePacked(_remoteAddress, address(this));
        emit SetTrustedRemoteAddress(_remoteChainId, _remoteAddress);
    }

    function getTrustedRemoteAddress(uint16 _remoteChainId) external view returns (bytes memory) {
        bytes memory path = trustedRemoteLookup[_remoteChainId];
        require(path.length != 0, "LzApp: no trusted path record");
        return path.slice(0, path.length - 20); // the last 20 bytes should be address(this)
    }

    function setPrecrime(address _precrime) external onlyOwner {
        precrime = _precrime;
        emit SetPrecrime(_precrime);
    }

    function setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint _minGas) external onlyOwner {
        require(_minGas > 0, "LzApp: invalid minGas");
        minDstGasLookup[_dstChainId][_packetType] = _minGas;
        emit SetMinDstGas(_dstChainId, _packetType, _minGas);
    }

    //--------------------------- VIEW FUNCTION ----------------------------------------
    function isTrustedRemote(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool) {
        bytes memory trustedSource = trustedRemoteLookup[_srcChainId];
        return keccak256(trustedSource) == keccak256(_srcAddress);
    }
}

File 9 of 18 : ExcessivelySafeCall.sol
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity >=0.7.6;

library ExcessivelySafeCall {
    uint256 constant LOW_28_MASK =
    0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff;

    /// @notice Use when you _really_ really _really_ don't trust the called
    /// contract. This prevents the called contract from causing reversion of
    /// the caller in as many ways as we can.
    /// @dev The main difference between this and a solidity low-level call is
    /// that we limit the number of bytes that the callee can cause to be
    /// copied to caller memory. This prevents stupid things like malicious
    /// contracts returning 10,000,000 bytes causing a local OOG when copying
    /// to memory.
    /// @param _target The address to call
    /// @param _gas The amount of gas to forward to the remote contract
    /// @param _maxCopy The maximum number of bytes of returndata to copy
    /// to memory.
    /// @param _calldata The data to send to the remote contract
    /// @return success and returndata, as `.call()`. Returndata is capped to
    /// `_maxCopy` bytes.
    function excessivelySafeCall(
        address _target,
        uint256 _gas,
        uint16 _maxCopy,
        bytes memory _calldata
    ) internal returns (bool, bytes memory) {
        // set up for assembly call
        uint256 _toCopy;
        bool _success;
        bytes memory _returnData = new bytes(_maxCopy);
        // dispatch message to recipient
        // by assembly calling "handle" function
        // we call via assembly to avoid memcopying a very large returndata
        // returned by a malicious contract
        assembly {
            _success := call(
            _gas, // gas
            _target, // recipient
            0, // ether value
            add(_calldata, 0x20), // inloc
            mload(_calldata), // inlen
            0, // outloc
            0 // outlen
            )
        // limit our copy to 256 bytes
            _toCopy := returndatasize()
            if gt(_toCopy, _maxCopy) {
                _toCopy := _maxCopy
            }
        // Store the length of the copied bytes
            mstore(_returnData, _toCopy)
        // copy the bytes from returndata[0:_toCopy]
            returndatacopy(add(_returnData, 0x20), 0, _toCopy)
        }
        return (_success, _returnData);
    }

    /// @notice Use when you _really_ really _really_ don't trust the called
    /// contract. This prevents the called contract from causing reversion of
    /// the caller in as many ways as we can.
    /// @dev The main difference between this and a solidity low-level call is
    /// that we limit the number of bytes that the callee can cause to be
    /// copied to caller memory. This prevents stupid things like malicious
    /// contracts returning 10,000,000 bytes causing a local OOG when copying
    /// to memory.
    /// @param _target The address to call
    /// @param _gas The amount of gas to forward to the remote contract
    /// @param _maxCopy The maximum number of bytes of returndata to copy
    /// to memory.
    /// @param _calldata The data to send to the remote contract
    /// @return success and returndata, as `.call()`. Returndata is capped to
    /// `_maxCopy` bytes.
    function excessivelySafeStaticCall(
        address _target,
        uint256 _gas,
        uint16 _maxCopy,
        bytes memory _calldata
    ) internal view returns (bool, bytes memory) {
        // set up for assembly call
        uint256 _toCopy;
        bool _success;
        bytes memory _returnData = new bytes(_maxCopy);
        // dispatch message to recipient
        // by assembly calling "handle" function
        // we call via assembly to avoid memcopying a very large returndata
        // returned by a malicious contract
        assembly {
            _success := staticcall(
            _gas, // gas
            _target, // recipient
            add(_calldata, 0x20), // inloc
            mload(_calldata), // inlen
            0, // outloc
            0 // outlen
            )
        // limit our copy to 256 bytes
            _toCopy := returndatasize()
            if gt(_toCopy, _maxCopy) {
                _toCopy := _maxCopy
            }
        // Store the length of the copied bytes
            mstore(_returnData, _toCopy)
        // copy the bytes from returndata[0:_toCopy]
            returndatacopy(add(_returnData, 0x20), 0, _toCopy)
        }
        return (_success, _returnData);
    }

    /**
     * @notice Swaps function selectors in encoded contract calls
     * @dev Allows reuse of encoded calldata for functions with identical
     * argument types but different names. It simply swaps out the first 4 bytes
     * for the new selector. This function modifies memory in place, and should
     * only be used with caution.
     * @param _newSelector The new 4-byte selector
     * @param _buf The encoded contract args
     */
    function swapSelector(bytes4 _newSelector, bytes memory _buf)
    internal
    pure
    {
        require(_buf.length >= 4);
        uint256 _mask = LOW_28_MASK;
        assembly {
        // load the first word of
            let _word := mload(add(_buf, 0x20))
        // mask out the top 4 bytes
        // /x
            _word := and(_word, _mask)
            _word := or(_newSelector, _word)
            mstore(add(_buf, 0x20), _word)
        }
    }
}

File 10 of 18 : ReentrancyGuard.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (security/ReentrancyGuard.sol)

pragma solidity ^0.8.0;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and making it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        _nonReentrantBefore();
        _;
        _nonReentrantAfter();
    }

    function _nonReentrantBefore() private {
        // On the first call to nonReentrant, _status will be _NOT_ENTERED
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;
    }

    function _nonReentrantAfter() private {
        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
     * `nonReentrant` function in the call stack.
     */
    function _reentrancyGuardEntered() internal view returns (bool) {
        return _status == _ENTERED;
    }
}

File 11 of 18 : NonblockingLzApp.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "./LzApp.sol";
import "../util/ExcessivelySafeCall.sol";

/*
 * the default LayerZero messaging behaviour is blocking, i.e. any failed message will block the channel
 * this abstract class try-catch all fail messages and store locally for future retry. hence, non-blocking
 * NOTE: if the srcAddress is not configured properly, it will still block the message pathway from (srcChainId, srcAddress)
 */
abstract contract NonblockingLzApp is LzApp {
    using ExcessivelySafeCall for address;

    constructor(address _endpoint) LzApp(_endpoint) {}

    mapping(uint16 => mapping(bytes => mapping(uint64 => bytes32))) public failedMessages;

    event MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason);
    event RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash);

    // overriding the virtual function in LzReceiver
    function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual override {
        (bool success, bytes memory reason) = address(this).excessivelySafeCall(gasleft(), 150, abi.encodeWithSelector(this.nonblockingLzReceive.selector, _srcChainId, _srcAddress, _nonce, _payload));
        // try-catch all errors/exceptions
        if (!success) {
            _storeFailedMessage(_srcChainId, _srcAddress, _nonce, _payload, reason);
        }
    }

    function _storeFailedMessage(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload, bytes memory _reason) internal virtual {
        failedMessages[_srcChainId][_srcAddress][_nonce] = keccak256(_payload);
        emit MessageFailed(_srcChainId, _srcAddress, _nonce, _payload, _reason);
    }

    function nonblockingLzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual {
        // only internal transaction
        require(_msgSender() == address(this), "NonblockingLzApp: caller must be LzApp");
        _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
    }

    //@notice override this function
    function _nonblockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual;

    function retryMessage(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public payable virtual {
        // assert there is message to retry
        bytes32 payloadHash = failedMessages[_srcChainId][_srcAddress][_nonce];
        require(payloadHash != bytes32(0), "NonblockingLzApp: no stored message");
        require(keccak256(_payload) == payloadHash, "NonblockingLzApp: invalid payload");
        // clear the stored message
        failedMessages[_srcChainId][_srcAddress][_nonce] = bytes32(0);
        // execute the message. revert if it fails again
        _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
        emit RetryMessageSuccess(_srcChainId, _srcAddress, _nonce, payloadHash);
    }
}

File 12 of 18 : IERC20Permit.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
 * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
 *
 * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
 * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
 * need to send a transaction, and thus is not required to hold Ether at all.
 *
 * ==== Security Considerations
 *
 * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature
 * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be
 * considered as an intention to spend the allowance in any specific way. The second is that because permits have
 * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should
 * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be
 * generally recommended is:
 *
 * ```solidity
 * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {
 *     try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}
 *     doThing(..., value);
 * }
 *
 * function doThing(..., uint256 value) public {
 *     token.safeTransferFrom(msg.sender, address(this), value);
 *     ...
 * }
 * ```
 *
 * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of
 * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also
 * {SafeERC20-safeTransferFrom}).
 *
 * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so
 * contracts should have entry points that don't rely on permit.
 */
interface IERC20Permit {
    /**
     * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
     * given ``owner``'s signed approval.
     *
     * IMPORTANT: The same issues {IERC20-approve} has related to transaction
     * ordering also apply here.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `deadline` must be a timestamp in the future.
     * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
     * over the EIP712-formatted function arguments.
     * - the signature must use ``owner``'s current nonce (see {nonces}).
     *
     * For more information on the signature format, see the
     * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
     * section].
     *
     * CAUTION: See Security Considerations above.
     */
    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;

    /**
     * @dev Returns the current nonce for `owner`. This value must be
     * included whenever a signature is generated for {permit}.
     *
     * Every successful call to {permit} increases ``owner``'s nonce by one. This
     * prevents a signature from being used multiple times.
     */
    function nonces(address owner) external view returns (uint256);

    /**
     * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
     */
    // solhint-disable-next-line func-name-mixedcase
    function DOMAIN_SEPARATOR() external view returns (bytes32);
}

File 13 of 18 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     *
     * Furthermore, `isContract` will also return true if the target contract within
     * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
     * which only has an effect at the end of a transaction.
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
     *
     * _Available since v4.8._
     */
    function verifyCallResultFromTarget(
        address target,
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        if (success) {
            if (returndata.length == 0) {
                // only check isContract if the call was successful and the return data is empty
                // otherwise we already know that it was a contract
                require(isContract(target), "Address: call to non-contract");
            }
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    /**
     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason or using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    function _revert(bytes memory returndata, string memory errorMessage) private pure {
        // Look for revert reason and bubble it up if present
        if (returndata.length > 0) {
            // The easiest way to bubble the revert reason is using memory via assembly
            /// @solidity memory-safe-assembly
            assembly {
                let returndata_size := mload(returndata)
                revert(add(32, returndata), returndata_size)
            }
        } else {
            revert(errorMessage);
        }
    }
}

File 14 of 18 : IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);

    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `from` to `to` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address from, address to, uint256 amount) external returns (bool);
}

File 15 of 18 : SafeERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)

pragma solidity ^0.8.0;

import "../IERC20.sol";
import "../extensions/IERC20Permit.sol";
import "../../../utils/Address.sol";

/**
 * @title SafeERC20
 * @dev Wrappers around ERC20 operations that throw on failure (when the token
 * contract returns false). Tokens that return no value (and instead revert or
 * throw on failure) are also supported, non-reverting calls are assumed to be
 * successful.
 * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
 * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
 */
library SafeERC20 {
    using Address for address;

    /**
     * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,
     * non-reverting calls are assumed to be successful.
     */
    function safeTransfer(IERC20 token, address to, uint256 value) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
    }

    /**
     * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the
     * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.
     */
    function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
    }

    /**
     * @dev Deprecated. This function has issues similar to the ones found in
     * {IERC20-approve}, and its usage is discouraged.
     *
     * Whenever possible, use {safeIncreaseAllowance} and
     * {safeDecreaseAllowance} instead.
     */
    function safeApprove(IERC20 token, address spender, uint256 value) internal {
        // safeApprove should only be called when setting an initial allowance,
        // or when resetting it to zero. To increase and decrease it, use
        // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
        require(
            (value == 0) || (token.allowance(address(this), spender) == 0),
            "SafeERC20: approve from non-zero to non-zero allowance"
        );
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
    }

    /**
     * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,
     * non-reverting calls are assumed to be successful.
     */
    function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
        uint256 oldAllowance = token.allowance(address(this), spender);
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));
    }

    /**
     * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,
     * non-reverting calls are assumed to be successful.
     */
    function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {
        unchecked {
            uint256 oldAllowance = token.allowance(address(this), spender);
            require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));
        }
    }

    /**
     * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,
     * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval
     * to be set to zero before setting it to a non-zero value, such as USDT.
     */
    function forceApprove(IERC20 token, address spender, uint256 value) internal {
        bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);

        if (!_callOptionalReturnBool(token, approvalCall)) {
            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));
            _callOptionalReturn(token, approvalCall);
        }
    }

    /**
     * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.
     * Revert on invalid signature.
     */
    function safePermit(
        IERC20Permit token,
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) internal {
        uint256 nonceBefore = token.nonces(owner);
        token.permit(owner, spender, value, deadline, v, r, s);
        uint256 nonceAfter = token.nonces(owner);
        require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed");
    }

    /**
     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
     * on the return value: the return value is optional (but if data is returned, it must not be false).
     * @param token The token targeted by the call.
     * @param data The call data (encoded using abi.encode or one of its variants).
     */
    function _callOptionalReturn(IERC20 token, bytes memory data) private {
        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
        // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that
        // the target address contains contract code and also asserts for success in the low-level call.

        bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
        require(returndata.length == 0 || abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
    }

    /**
     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
     * on the return value: the return value is optional (but if data is returned, it must not be false).
     * @param token The token targeted by the call.
     * @param data The call data (encoded using abi.encode or one of its variants).
     *
     * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.
     */
    function _callOptionalReturnBool(IERC20 token, bytes memory data) private returns (bool) {
        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
        // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false
        // and not revert is the subcall reverts.

        (bool success, bytes memory returndata) = address(token).call(data);
        return
            success && (returndata.length == 0 || abi.decode(returndata, (bool))) && Address.isContract(address(token));
    }
}

File 16 of 18 : LzLib.sol
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.6.0;
pragma experimental ABIEncoderV2;

library LzLib {
    // LayerZero communication
    struct CallParams {
        address payable refundAddress;
        address zroPaymentAddress;
    }

    //---------------------------------------------------------------------------
    // Address type handling

    struct AirdropParams {
        uint airdropAmount;
        bytes32 airdropAddress;
    }

    function buildAdapterParams(LzLib.AirdropParams memory _airdropParams, uint _uaGasLimit) internal pure returns (bytes memory adapterParams) {
        if (_airdropParams.airdropAmount == 0 && _airdropParams.airdropAddress == bytes32(0x0)) {
            adapterParams = buildDefaultAdapterParams(_uaGasLimit);
        } else {
            adapterParams = buildAirdropAdapterParams(_uaGasLimit, _airdropParams);
        }
    }

    // Build Adapter Params
    function buildDefaultAdapterParams(uint _uaGas) internal pure returns (bytes memory) {
        // txType 1
        // bytes  [2       32      ]
        // fields [txType  extraGas]
        return abi.encodePacked(uint16(1), _uaGas);
    }

    function buildAirdropAdapterParams(uint _uaGas, AirdropParams memory _params) internal pure returns (bytes memory) {
        require(_params.airdropAmount > 0, "Airdrop amount must be greater than 0");
        require(_params.airdropAddress != bytes32(0x0), "Airdrop address must be set");

        // txType 2
        // bytes  [2       32        32            bytes[]         ]
        // fields [txType  extraGas  dstNativeAmt  dstNativeAddress]
        return abi.encodePacked(uint16(2), _uaGas, _params.airdropAmount, _params.airdropAddress);
    }

    function getGasLimit(bytes memory _adapterParams) internal pure returns (uint gasLimit) {
        require(_adapterParams.length == 34 || _adapterParams.length > 66, "Invalid adapterParams");
        assembly {
            gasLimit := mload(add(_adapterParams, 34))
        }
    }

    // Decode Adapter Params
    function decodeAdapterParams(bytes memory _adapterParams) internal pure returns (uint16 txType, uint uaGas, uint airdropAmount, address payable airdropAddress) {
        require(_adapterParams.length == 34 || _adapterParams.length > 66, "Invalid adapterParams");
        assembly {
            txType := mload(add(_adapterParams, 2))
            uaGas := mload(add(_adapterParams, 34))
        }
        require(txType == 1 || txType == 2, "Unsupported txType");
        require(uaGas > 0, "Gas too low");

        if (txType == 2) {
            assembly {
                airdropAmount := mload(add(_adapterParams, 66))
                airdropAddress := mload(add(_adapterParams, 86))
            }
        }
    }

    //---------------------------------------------------------------------------
    // Address type handling
    function bytes32ToAddress(bytes32 _bytes32Address) internal pure returns (address _address) {
        return address(uint160(uint(_bytes32Address)));
    }

    function addressToBytes32(address _address) internal pure returns (bytes32 _bytes32Address) {
        return bytes32(uint(uint160(_address)));
    }
}

File 17 of 18 : TokenBridgeBase.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;

import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {NonblockingLzApp} from "@layerzerolabs/solidity-examples/contracts/lzApp/NonblockingLzApp.sol";

/// @dev An abstract contract containing a common functionality used by OriginalTokenBridge and WrappedTokenBridge
abstract contract TokenBridgeBase is NonblockingLzApp, ReentrancyGuard {
    /// @notice A packet type used to identify messages requesting minting of wrapped tokens
    uint8 public constant PT_MINT = 0;

    /// @notice A packet type used to identify messages requesting unlocking of original tokens
    uint8 public constant PT_UNLOCK = 1;

    bool public useCustomAdapterParams;

    event SetUseCustomAdapterParams(bool useCustomAdapterParams);

    constructor(address _endpoint) NonblockingLzApp(_endpoint) {}

    /// @notice Sets the `useCustomAdapterParams` flag indicating whether the contract uses custom adapter parameters or the default ones
    /// @dev Can be called only by the bridge owner
    function setUseCustomAdapterParams(bool _useCustomAdapterParams) external onlyOwner {
        useCustomAdapterParams = _useCustomAdapterParams;
        emit SetUseCustomAdapterParams(_useCustomAdapterParams);
    }

    /// @dev Checks `adapterParams` for correctness
    function _checkAdapterParams(uint16 dstChainId, uint16 pkType, bytes memory adapterParams) internal virtual {
        if (useCustomAdapterParams) {
            _checkGasLimit(dstChainId, pkType, adapterParams, 0);
        } else {
            require(adapterParams.length == 0, "TokenBridgeBase: adapterParams must be empty");
        }
    }

    /// @dev Overrides the renounce ownership logic inherited from openZeppelin `Ownable`
    function renounceOwnership() public override onlyOwner {}
}

File 18 of 18 : IWETH.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;

/// @title Interface for WETH and other wrapped native gas tokens (e.g., WBNB, WAVAX, etc.)
interface IWETH {
    /// @notice Deposit ether to get wrapped ether
    function deposit() external payable;

    /// @notice Withdraw wrapped ether to get ether
    function withdraw(uint) external;
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  },
  "metadata": {
    "useLiteralContent": true
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_endpoint","type":"address"},{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"address","name":"_weth","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes","name":"_payload","type":"bytes"},{"indexed":false,"internalType":"bytes","name":"_reason","type":"bytes"}],"name":"MessageFailed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ReceiveToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"}],"name":"RegisterToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes32","name":"_payloadHash","type":"bytes32"}],"name":"RetryMessageSuccess","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SendToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":false,"internalType":"uint16","name":"_type","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"_minDstGas","type":"uint256"}],"name":"SetMinDstGas","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"precrime","type":"address"}],"name":"SetPrecrime","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"remoteChainId","type":"uint16"}],"name":"SetRemoteChainId","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_path","type":"bytes"}],"name":"SetTrustedRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"SetTrustedRemoteAddress","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"useCustomAdapterParams","type":"bool"}],"name":"SetUseCustomAdapterParams","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"WithdrawFee","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"LDtoSDConversionRate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_MINT","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_UNLOCK","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"accruedFeeLD","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"components":[{"internalType":"address payable","name":"refundAddress","type":"address"},{"internalType":"address","name":"zroPaymentAddress","type":"address"}],"internalType":"struct LzLib.CallParams","name":"callParams","type":"tuple"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"name":"bridge","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"components":[{"internalType":"address payable","name":"refundAddress","type":"address"},{"internalType":"address","name":"zroPaymentAddress","type":"address"}],"internalType":"struct LzLib.CallParams","name":"callParams","type":"tuple"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"name":"bridgeNative","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bool","name":"useZro","type":"bool"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"name":"estimateBridgeFee","outputs":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"zroFee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"uint64","name":"","type":"uint64"}],"name":"failedMessages","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"forceResumeReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"_configType","type":"uint256"}],"name":"getConfig","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"getTrustedRemoteAddress","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"isTrustedRemote","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lzEndpoint","outputs":[{"internalType":"contract ILayerZeroEndpoint","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"lzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"uint16","name":"","type":"uint16"}],"name":"minDstGasLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"nonblockingLzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"precrime","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint8","name":"sharedDecimals","type":"uint8"}],"name":"registerToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"remoteChainId","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"retryMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"uint256","name":"_configType","type":"uint256"},{"internalType":"bytes","name":"_config","type":"bytes"}],"name":"setConfig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint16","name":"_packetType","type":"uint16"},{"internalType":"uint256","name":"_minGas","type":"uint256"}],"name":"setMinDstGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_precrime","type":"address"}],"name":"setPrecrime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setReceiveVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"setRemoteChainId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setSendVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_path","type":"bytes"}],"name":"setTrustedRemote","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"setTrustedRemoteAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_useCustomAdapterParams","type":"bool"}],"name":"setUseCustomAdapterParams","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"supportedTokens","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"totalValueLockedSD","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"trustedRemoteLookup","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"useCustomAdapterParams","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"weth","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amountLD","type":"uint256"}],"name":"withdrawFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052600436106102285760003560e01c80638da5cb5b11610123578063d1deba1f116100ab578063eb8d72b71161006f578063eb8d72b71461072f578063ed629c5c1461074f578063f2fde38b14610769578063f5ecbdbc14610789578063fe359a0d146107a957600080fd5b8063d1deba1f14610681578063df2a5b3b14610694578063e823553e146106b4578063e9518196146106e1578063eab45d9c1461070f57600080fd5b8063a6c3d165116100f2578063a6c3d165146105da578063b353aaa7146105fa578063baf3292d1461062e578063c7e82ebd1461064e578063cbed8b9c1461066157600080fd5b80638da5cb5b1461055c578063950c8a741461057a5780639f38369a1461059a578063a2f27ae0146105ba57600080fd5b806342d65a8d116101b157806368c4ac261161017557806368c4ac261461049d57806368ea28b0146104cd578063715018a6146104e25780637533d788146104f75780638cfd8f5c1461052457600080fd5b806342d65a8d146103c757806346f6f9b5146103e75780635a4967e51461040e5780635b8c41e61461042e57806366ad5c8a1461047d57600080fd5b806320211678116101f857806320211678146102b65780632d09c4ed146102f057806338db1ebc1461032b5780633d8b38f61461034b5780633fc8cef31461037b57600080fd5b80621d35671461023457806307e0db17146102565780631095b6d71461027657806310ddb1371461029657600080fd5b3661022f57005b600080fd5b34801561024057600080fd5b5061025461024f366004612e12565b6107bc565b005b34801561026257600080fd5b50610254610271366004612ea5565b6109ed565b34801561028257600080fd5b50610254610291366004612ed5565b610a76565b3480156102a257600080fd5b506102546102b1366004612ea5565b610b52565b3480156102c257600080fd5b506102d66102d1366004612f24565b610baa565b604080519283526020830191909152015b60405180910390f35b3480156102fc57600080fd5b5061031d61030b366004612f78565b60096020526000908152604090205481565b6040519081526020016102e7565b34801561033757600080fd5b50610254610346366004612ea5565b610c8b565b34801561035757600080fd5b5061036b610366366004612f95565b610cde565b60405190151581526020016102e7565b34801561038757600080fd5b506103af7f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc281565b6040516001600160a01b0390911681526020016102e7565b3480156103d357600080fd5b506102546103e2366004612f95565b610daa565b3480156103f357600080fd5b506103fc600081565b60405160ff90911681526020016102e7565b34801561041a57600080fd5b50610254610429366004612fc2565b610e30565b34801561043a57600080fd5b5061031d6104493660046130be565b6004602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561048957600080fd5b50610254610498366004612e12565b611050565b3480156104a957600080fd5b5061036b6104b8366004612f78565b60076020526000908152604090205460ff1681565b3480156104d957600080fd5b506103fc600181565b3480156104ee57600080fd5b5061025461112c565b34801561050357600080fd5b50610517610512366004612ea5565b611136565b6040516102e7919061316b565b34801561053057600080fd5b5061031d61053f36600461317e565b600260209081526000928352604080842090915290825290205481565b34801561056857600080fd5b506000546001600160a01b03166103af565b34801561058657600080fd5b506003546103af906001600160a01b031681565b3480156105a657600080fd5b506105176105b5366004612ea5565b6111d0565b3480156105c657600080fd5b5061031d6105d5366004612f78565b6112e6565b3480156105e657600080fd5b506102546105f5366004612f95565b611382565b34801561060657600080fd5b506103af7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67581565b34801561063a57600080fd5b50610254610649366004612f78565b6113fe565b61025461065c3660046131c9565b611454565b34801561066d57600080fd5b5061025461067c366004613233565b611604565b61025461068f366004612e12565b611699565b3480156106a057600080fd5b506102546106af3660046132a1565b6118af565b3480156106c057600080fd5b5061031d6106cf366004612f78565b60086020526000908152604090205481565b3480156106ed57600080fd5b50600a546106fc9061ffff1681565b60405161ffff90911681526020016102e7565b34801561071b57600080fd5b5061025461072a3660046132dd565b611961565b34801561073b57600080fd5b5061025461074a366004612f95565b6119aa565b34801561075b57600080fd5b5060065461036b9060ff1681565b34801561077557600080fd5b50610254610784366004612f78565b611a04565b34801561079557600080fd5b506105176107a43660046132fa565b611a7d565b6102546107b7366004613347565b611b30565b337f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b0316146108395760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff861660009081526001602052604081208054610857906133c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610883906133c4565b80156108d05780601f106108a5576101008083540402835291602001916108d0565b820191906000526020600020905b8154815290600101906020018083116108b357829003601f168201915b505050505090508051868690501480156108eb575060008151115b801561091357508051602082012060405161090990889088906133f8565b6040518091039020145b61096e5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f6044820152651b9d1c9858dd60d21b6064820152608401610830565b6109e48787878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611cb092505050565b50505050505050565b6109f5611d29565b6040516307e0db1760e01b815261ffff821660048201527f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b0316906307e0db17906024015b600060405180830381600087803b158015610a5b57600080fd5b505af1158015610a6f573d6000803e3d6000fd5b5050505050565b610a7e611d29565b6000610a89846112e6565b905080821115610af25760405162461bcd60e51b815260206004820152602e60248201527f4f726967696e616c546f6b656e4272696467653a206e6f7420656e6f7567682060448201526d1999595cc818dbdb1b1958dd195960921b6064820152608401610830565b610b066001600160a01b0385168484611d83565b604080516001600160a01b038581168252602082018590528616917ff15a0a3784dea9b4fe33bc98e2450745e262d310237b2868ea8ef56967ff3ecb910160405180910390a250505050565b610b5a611d29565b6040516310ddb13760e01b815261ffff821660048201527f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b0316906310ddb13790602401610a41565b60408051600060208201819052308284018190526060830181905260808084018390528451808503909101815260a0840194859052600a5463040a7bb160e41b909552919384937f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b0316926340a7bb1092610c3e9261ffff909116919086908c908c908c9060a401613431565b6040805180830381865afa158015610c5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c7e9190613487565b9250925050935093915050565b610c93611d29565b600a805461ffff191661ffff83169081179091556040519081527fe8df78a276e2b718a366328e9120b436ea83832fbeede026392fed933e3ffa5b906020015b60405180910390a150565b61ffff831660009081526001602052604081208054829190610cff906133c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610d2b906133c4565b8015610d785780601f10610d4d57610100808354040283529160200191610d78565b820191906000526020600020905b815481529060010190602001808311610d5b57829003601f168201915b505050505090508383604051610d8f9291906133f8565b60405180910390208180519060200120149150509392505050565b610db2611d29565b6040516342d65a8d60e01b81526001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67516906342d65a8d90610e02908690869086906004016134ab565b600060405180830381600087803b158015610e1c57600080fd5b505af11580156109e4573d6000803e3d6000fd5b610e38611d29565b6001600160a01b038216610ea15760405162461bcd60e51b815260206004820152602a60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420746f6b604482015269656e206164647265737360b01b6064820152608401610830565b6001600160a01b03821660009081526007602052604090205460ff1615610f205760405162461bcd60e51b815260206004820152602d60248201527f4f726967696e616c546f6b656e4272696467653a20746f6b656e20616c72656160448201526c191e481c9959da5cdd195c9959609a1b6064820152608401610830565b6000610f2b83611deb565b90508160ff168160ff161015610fc35760405162461bcd60e51b815260206004820152605160248201527f4f726967696e616c546f6b656e4272696467653a20736861726564206465636960448201527f6d616c73206d757374206265206c657373207468616e206f7220657175616c20606482015270746f206c6f63616c20646563696d616c7360781b608482015260a401610830565b6001600160a01b0383166000908152600760205260409020805460ff19166001179055610ff082826134df565b610ffb90600a6135dc565b6001600160a01b03841660008181526008602090815260409182902093909355519081527ff7fe8023cb2e36bde1d59a88ac5763a8c11be6d25e6819f71bb7e23e5bf0dc1691015b60405180910390a1505050565b3330146110ae5760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d7573742062656044820152650204c7a4170760d41b6064820152608401610830565b6111248686868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611ef192505050565b505050505050565b611134611d29565b565b6001602052600090815260409020805461114f906133c4565b80601f016020809104026020016040519081016040528092919081815260200182805461117b906133c4565b80156111c85780601f1061119d576101008083540402835291602001916111c8565b820191906000526020600020905b8154815290600101906020018083116111ab57829003601f168201915b505050505081565b61ffff81166000908152600160205260408120805460609291906111f3906133c4565b80601f016020809104026020016040519081016040528092919081815260200182805461121f906133c4565b801561126c5780601f106112415761010080835404028352916020019161126c565b820191906000526020600020905b81548152906001019060200180831161124f57829003601f168201915b5050505050905080516000036112c45760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610830565b6112df6000601483516112d791906135eb565b83919061228b565b9392505050565b6001600160a01b03811660009081526009602052604081205461130a908390612398565b6040516370a0823160e01b81523060048201526001600160a01b038416906370a0823190602401602060405180830381865afa15801561134e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061137291906135fe565b61137c91906135eb565b92915050565b61138a611d29565b81813060405160200161139f93929190613617565b60408051601f1981840301815291815261ffff85166000908152600160205220906113ca9082613683565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce838383604051611043939291906134ab565b611406611d29565b600380546001600160a01b0319166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b90602001610cd3565b61145c6123bb565b6001600160a01b037f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc21660009081526007602052604090205460ff166114b45760405162461bcd60e51b815260040161083090613742565b833410156115175760405162461bcd60e51b815260206004820152602a60248201527f4f726967696e616c546f6b656e4272696467653a206e6f7420656e6f756768206044820152691d985b1d59481cd95b9d60b21b6064820152608401610830565b60006115437f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc286612414565b5090507f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc26001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b1580156115a157600080fd5b505af11580156115b5573d6000803e3d6000fd5b50505050506115f37f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2828684346115ec91906135eb565b878761244e565b506115fe6001600555565b50505050565b61160c611d29565b6040516332fb62e760e21b81526001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675169063cbed8b9c90611660908890889088908890889060040161378d565b600060405180830381600087803b15801561167a57600080fd5b505af115801561168e573d6000803e3d6000fd5b505050505050505050565b61ffff861660009081526004602052604080822090516116bc90889088906133f8565b90815260408051602092819003830190206001600160401b0387166000908152925290205490508061173c5760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201526261676560e81b6064820152608401610830565b80838360405161174d9291906133f8565b6040518091039020146117ac5760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f616044820152601960fa1b6064820152608401610830565b61ffff871660009081526004602052604080822090516117cf90899089906133f8565b90815260408051602092819003830181206001600160401b038916600090815290845282902093909355601f88018290048202830182019052868252611867918991899089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611ef192505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e5878787878560405161189e9594939291906137bb565b60405180910390a150505050505050565b6118b7611d29565b600081116118ff5760405162461bcd60e51b81526020600482015260156024820152744c7a4170703a20696e76616c6964206d696e47617360581b6044820152606401610830565b61ffff83811660008181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac090606001611043565b611969611d29565b6006805460ff19168215159081179091556040519081527f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a490602001610cd3565b6119b2611d29565b61ffff831660009081526001602052604090206119d08284836137f6565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab838383604051611043939291906134ab565b611a0c611d29565b6001600160a01b038116611a715760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610830565b611a7a8161261c565b50565b604051633d7b2f6f60e21b815261ffff808616600483015284166024820152306044820152606481018290526060907f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b03169063f5ecbdbc90608401600060405180830381865afa158015611afd573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b2591908101906138b5565b90505b949350505050565b611b386123bb565b6001600160a01b03851660009081526007602052604090205460ff16611b705760405162461bcd60e51b815260040161083090613742565b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015611bb7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bdb91906135fe565b9050611bf26001600160a01b03871633308861266c565b6040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015611c39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c5d91906135fe565b9050600080611c7589611c7086866135eb565b612414565b90925090508015611c9457611c946001600160a01b038a163383611d83565b611ca2898389348a8a61244e565b50505050610a6f6001600555565b600080611d135a60966366ad5c8a60e01b89898989604051602401611cd8949392919061392b565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152309291906126a4565b915091508161112457611124868686868561272e565b6000546001600160a01b031633146111345760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610830565b6040516001600160a01b038316602482015260448101829052611de690849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526127cb565b505050565b60408051600481526024810182526020810180516001600160e01b031663313ce56760e01b1790529051600091829182916001600160a01b03861691611e319190613969565b600060405180830381855afa9150503d8060008114611e6c576040519150601f19603f3d011682016040523d82523d6000602084013e611e71565b606091505b509150915081611edd5760405162461bcd60e51b815260206004820152603160248201527f4f726967696e616c546f6b656e4272696467653a206661696c656420746f2067604482015270657420746f6b656e20646563696d616c7360781b6064820152608401610830565b80806020019051810190611b289190613985565b600a5461ffff858116911614611f5e5760405162461bcd60e51b815260206004820152602c60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420736f7560448201526b1c98d94818da185a5b881a5960a21b6064820152608401610830565b60008060008060008086806020019051810190611f7b91906139a2565b955095509550955095509550600160ff168660ff1614611fee5760405162461bcd60e51b815260206004820152602860248201527f4f726967696e616c546f6b656e4272696467653a20756e6b6e6f776e207061636044820152676b6574207479706560c01b6064820152608401610830565b6001600160a01b03851660009081526007602052604090205460ff166120265760405162461bcd60e51b815260040161083090613742565b6001600160a01b0385166000908152600960205260408120805484929061204e9084906135eb565b90915550600090506120608685612398565b90507f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc26001600160a01b0316866001600160a01b03161480156120a05750815b1561221e57604051632e1a7d4d60e01b8152600481018290527f000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc26001600160a01b031690632e1a7d4d90602401600060405180830381600087803b15801561210757600080fd5b505af115801561211b573d6000803e3d6000fd5b505050506000856001600160a01b03168260405160006040518083038185875af1925050503d806000811461216c576040519150601f19603f3d011682016040523d82523d6000602084013e612171565b606091505b50509050806121ce5760405162461bcd60e51b815260206004820152602360248201527f4f726967696e616c546f6b656e4272696467653a206661696c656420746f2073604482015262195b9960ea1b6064820152608401610830565b60408051600081526001600160a01b03881660208201529081018390527f5e3da8fba24af91505c66214c9e629ba712ce2c1b8c318f14f7024fdcba544a89060600160405180910390a15061227e565b6122326001600160a01b0387168683611d83565b604080516001600160a01b038089168252871660208201529081018290527f5e3da8fba24af91505c66214c9e629ba712ce2c1b8c318f14f7024fdcba544a89060600160405180910390a15b5050505050505050505050565b60608161229981601f613a16565b10156122d85760405162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b6044820152606401610830565b6122e28284613a16565b845110156123265760405162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b6044820152606401610830565b606082158015612345576040519150600082526020820160405261238f565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561237e578051835260209283019201612366565b5050858452601f01601f1916604052505b50949350505050565b6001600160a01b0382166000908152600860205260408120546112df9083613a29565b60026005540361240d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610830565b6002600555565b6001600160a01b03821660009081526008602052604081205481906124399084613a56565b905061244581846135eb565b91509250929050565b6001600160a01b0384166124a45760405162461bcd60e51b815260206004820152601f60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420746f006044820152606401610830565b600a546124b79061ffff166000836128a0565b60006124c3878761291c565b9050600081116125215760405162461bcd60e51b815260206004820152602360248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420616d6f6044820152621d5b9d60ea1b6064820152608401610830565b6001600160a01b03871660009081526009602052604081208054839290612549908490613a16565b9091555050604080516000602082018190526001600160a01b03808b169383019390935291871660608201526080810183905260a00160408051601f19818403018152919052600a549091506125c29061ffff16826125ab6020880188612f78565b6125bb6040890160208a01612f78565b878a61293f565b604080516001600160a01b038a811682523360208301528816818301526060810189905290517f49b9b5358c9580b3e6c5ee10b8b260c1e64bede87cb8a212e9e20a0b7dc20e5a9181900360800190a15050505050505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040516001600160a01b03808516602483015283166044820152606481018290526115fe9085906323b872dd60e01b90608401611daf565b6000606060008060008661ffff166001600160401b038111156126c9576126c9612ffb565b6040519080825280601f01601f1916602001820160405280156126f3576020820181803683370190505b50905060008087516020890160008d8df191503d925086831115612715578692505b828152826000602083013e909890975095505050505050565b8180519060200120600460008761ffff1661ffff1681526020019081526020016000208560405161275f9190613969565b9081526040805191829003602090810183206001600160401b0388166000908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c906127bc9087908790879087908790613a6a565b60405180910390a15050505050565b6000612820826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ad99092919063ffffffff16565b90508051600014806128415750808060200190518101906128419190613ac8565b611de65760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610830565b60065460ff16156128b857611de68383836000612ae8565b805115611de65760405162461bcd60e51b815260206004820152602c60248201527f546f6b656e427269646765426173653a2061646170746572506172616d73206d60448201526b75737420626520656d70747960a01b6064820152608401610830565b6001600160a01b0382166000908152600860205260408120546112df9083613ae5565b61ffff86166000908152600160205260408120805461295d906133c4565b80601f0160208091040260200160405190810160405280929190818152602001828054612989906133c4565b80156129d65780601f106129ab576101008083540402835291602001916129d6565b820191906000526020600020905b8154815290600101906020018083116129b957829003601f168201915b505050505090508051600003612a475760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201526f61207472757374656420736f7572636560801b6064820152608401610830565b60405162c5803160e81b81526001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675169063c5803100908490612a9e908b9086908c908c908c908c90600401613af9565b6000604051808303818588803b158015612ab757600080fd5b505af1158015612acb573d6000803e3d6000fd5b505050505050505050505050565b6060611b288484600085612bc7565b6000612af383612ca2565b61ffff808716600090815260026020908152604080832093891683529290529081205491925090612b25908490613a16565b905060008111612b775760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610830565b808210156111245760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610830565b606082471015612c285760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610830565b600080866001600160a01b03168587604051612c449190613969565b60006040518083038185875af1925050503d8060008114612c81576040519150601f19603f3d011682016040523d82523d6000602084013e612c86565b606091505b5091509150612c9787838387612cfe565b979650505050505050565b6000602282511015612cf65760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610830565b506022015190565b60608315612d6d578251600003612d66576001600160a01b0385163b612d665760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610830565b5081611b28565b611b288383815115612d825781518083602001fd5b8060405162461bcd60e51b8152600401610830919061316b565b803561ffff81168114612dae57600080fd5b919050565b60008083601f840112612dc557600080fd5b5081356001600160401b03811115612ddc57600080fd5b602083019150836020828501011115612df457600080fd5b9250929050565b80356001600160401b0381168114612dae57600080fd5b60008060008060008060808789031215612e2b57600080fd5b612e3487612d9c565b955060208701356001600160401b0380821115612e5057600080fd5b612e5c8a838b01612db3565b9097509550859150612e7060408a01612dfb565b94506060890135915080821115612e8657600080fd5b50612e9389828a01612db3565b979a9699509497509295939492505050565b600060208284031215612eb757600080fd5b6112df82612d9c565b6001600160a01b0381168114611a7a57600080fd5b600080600060608486031215612eea57600080fd5b8335612ef581612ec0565b92506020840135612f0581612ec0565b929592945050506040919091013590565b8015158114611a7a57600080fd5b600080600060408486031215612f3957600080fd5b8335612f4481612f16565b925060208401356001600160401b03811115612f5f57600080fd5b612f6b86828701612db3565b9497909650939450505050565b600060208284031215612f8a57600080fd5b81356112df81612ec0565b600080600060408486031215612faa57600080fd5b612f4484612d9c565b60ff81168114611a7a57600080fd5b60008060408385031215612fd557600080fd5b8235612fe081612ec0565b91506020830135612ff081612fb3565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b038111828210171561303957613039612ffb565b604052919050565b60006001600160401b0382111561305a5761305a612ffb565b50601f01601f191660200190565b600082601f83011261307957600080fd5b813561308c61308782613041565b613011565b8181528460208386010111156130a157600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156130d357600080fd5b6130dc84612d9c565b925060208401356001600160401b038111156130f757600080fd5b61310386828701613068565b92505061311260408501612dfb565b90509250925092565b60005b8381101561313657818101518382015260200161311e565b50506000910152565b6000815180845261315781602086016020860161311b565b601f01601f19169290920160200192915050565b6020815260006112df602083018461313f565b6000806040838503121561319157600080fd5b61319a83612d9c565b91506131a860208401612d9c565b90509250929050565b6000604082840312156131c357600080fd5b50919050565b60008060008060a085870312156131df57600080fd5b8435935060208501356131f181612ec0565b925061320086604087016131b1565b915060808501356001600160401b0381111561321b57600080fd5b61322787828801613068565b91505092959194509250565b60008060008060006080868803121561324b57600080fd5b61325486612d9c565b945061326260208701612d9c565b93506040860135925060608601356001600160401b0381111561328457600080fd5b61329088828901612db3565b969995985093965092949392505050565b6000806000606084860312156132b657600080fd5b6132bf84612d9c565b92506132cd60208501612d9c565b9150604084013590509250925092565b6000602082840312156132ef57600080fd5b81356112df81612f16565b6000806000806080858703121561331057600080fd5b61331985612d9c565b935061332760208601612d9c565b9250604085013561333781612ec0565b9396929550929360600135925050565b600080600080600060c0868803121561335f57600080fd5b853561336a81612ec0565b945060208601359350604086013561338181612ec0565b925061339087606088016131b1565b915060a08601356001600160401b038111156133ab57600080fd5b6133b788828901613068565b9150509295509295909350565b600181811c908216806133d857607f821691505b6020821081036131c357634e487b7160e01b600052602260045260246000fd5b8183823760009101908152919050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b61ffff871681526001600160a01b038616602082015260a06040820181905260009061345f9083018761313f565b8515156060840152828103608084015261347a818587613408565b9998505050505050505050565b6000806040838503121561349a57600080fd5b505080516020909101519092909150565b61ffff84168152604060208201526000611b25604083018486613408565b634e487b7160e01b600052601160045260246000fd5b60ff828116828216039081111561137c5761137c6134c9565b600181815b80851115613533578160001904821115613519576135196134c9565b8085161561352657918102915b93841c93908002906134fd565b509250929050565b60008261354a5750600161137c565b816135575750600061137c565b816001811461356d576002811461357757613593565b600191505061137c565b60ff841115613588576135886134c9565b50506001821b61137c565b5060208310610133831016604e8410600b84101617156135b6575081810a61137c565b6135c083836134f8565b80600019048211156135d4576135d46134c9565b029392505050565b60006112df60ff84168361353b565b8181038181111561137c5761137c6134c9565b60006020828403121561361057600080fd5b5051919050565b8284823760609190911b6bffffffffffffffffffffffff19169101908152601401919050565b601f821115611de657600081815260208120601f850160051c810160208610156136645750805b601f850160051c820191505b8181101561112457828155600101613670565b81516001600160401b0381111561369c5761369c612ffb565b6136b0816136aa84546133c4565b8461363d565b602080601f8311600181146136e557600084156136cd5750858301515b600019600386901b1c1916600185901b178555611124565b600085815260208120601f198616915b82811015613714578886015182559484019460019091019084016136f5565b50858210156137325787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6020808252602b908201527f4f726967696e616c546f6b656e4272696467653a20746f6b656e206973206e6f60408201526a1d081cdd5c1c1bdc9d195960aa1b606082015260800190565b600061ffff808816835280871660208401525084604083015260806060830152612c97608083018486613408565b61ffff861681526080602082015260006137d9608083018688613408565b6001600160401b0394909416604083015250606001529392505050565b6001600160401b0383111561380d5761380d612ffb565b6138218361381b83546133c4565b8361363d565b6000601f841160018114613855576000851561383d5750838201355b600019600387901b1c1916600186901b178355610a6f565b600083815260209020601f19861690835b828110156138865786850135825560209485019460019092019101613866565b50868210156138a35760001960f88860031b161c19848701351681555b505060018560011b0183555050505050565b6000602082840312156138c757600080fd5b81516001600160401b038111156138dd57600080fd5b8201601f810184136138ee57600080fd5b80516138fc61308782613041565b81815285602083850101111561391157600080fd5b61392282602083016020860161311b565b95945050505050565b61ffff85168152608060208201526000613948608083018661313f565b6001600160401b03851660408401528281036060840152612c97818561313f565b6000825161397b81846020870161311b565b9190910192915050565b60006020828403121561399757600080fd5b81516112df81612fb3565b60008060008060008060c087890312156139bb57600080fd5b86516139c681612fb3565b60208801519096506139d781612ec0565b60408801519095506139e881612ec0565b80945050606087015192506080870151915060a0870151613a0881612f16565b809150509295509295509295565b8082018082111561137c5761137c6134c9565b808202811582820484141761137c5761137c6134c9565b634e487b7160e01b600052601260045260246000fd5b600082613a6557613a65613a40565b500690565b61ffff8616815260a060208201526000613a8760a083018761313f565b6001600160401b03861660408401528281036060840152613aa8818661313f565b90508281036080840152613abc818561313f565b98975050505050505050565b600060208284031215613ada57600080fd5b81516112df81612f16565b600082613af457613af4613a40565b500490565b61ffff8716815260c060208201526000613b1660c083018861313f565b8281036040840152613b28818861313f565b6001600160a01b0387811660608601528616608085015283810360a0850152905061347a818561313f56fea2646970667358221220511410d0b7b6a6255e4d889630560b1b490026b20b56f5d437cf30afefc6689864736f6c63430008110033

Deployed Bytecode Sourcemap

509:8070:15:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1035:753:4;;;;;;;;;;-1:-1:-1;1035:753:4;;;;;:::i;:::-;;:::i;:::-;;3834:121;;;;;;;;;;-1:-1:-1;3834:121:4;;;;;:::i;:::-;;:::i;5988:313:15:-;;;;;;;;;;-1:-1:-1;5988:313:15;;;;;:::i;:::-;;:::i;3961:127:4:-;;;;;;;;;;-1:-1:-1;3961:127:4;;;;;:::i;:::-;;:::i;3112:398:15:-;;;;;;;;;;-1:-1:-1;3112:398:15;;;;;:::i;:::-;;:::i;:::-;;;;3199:25:18;;;3255:2;3240:18;;3233:34;;;;3172:18;3112:398:15;;;;;;;;1033:50;;;;;;;;;;-1:-1:-1;1033:50:15;;;;;:::i;:::-;;;;;;;;;;;;;;;;;3676:25:18;;;3664:2;3649:18;1033:50:15;3530:177:18;2762:162:15;;;;;;;;;;-1:-1:-1;2762:162:15;;;;;:::i;:::-;;:::i;5744:247:4:-;;;;;;;;;;-1:-1:-1;5744:247:4;;;;;:::i;:::-;;:::i;:::-;;;4363:14:18;;4356:22;4338:41;;4326:2;4311:18;5744:247:4;4198:187:18;1287:29:15;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;4554:32:18;;;4536:51;;4524:2;4509:18;1287:29:15;4390:203:18;4094:176:4;;;;;;;;;;-1:-1:-1;4094:176:4;;;;;:::i;:::-;;:::i;534:33:16:-;;;;;;;;;;;;566:1;534:33;;;;;4770:4:18;4758:17;;;4740:36;;4728:2;4713:18;534:33:16;4598:184:18;2152:604:15;;;;;;;;;;-1:-1:-1;2152:604:15;;;;;:::i;:::-;;:::i;617:85:5:-;;;;;;;;;;-1:-1:-1;617:85:5;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1820:342;;;;;;;;;;-1:-1:-1;1820:342:5;;;;;:::i;:::-;;:::i;659:47:15:-;;;;;;;;;;-1:-1:-1;659:47:15;;;;;:::i;:::-;;;;;;;;;;;;;;;;670:35:16;;;;;;;;;;;;704:1;670:35;;1787:57;;;;;;;;;;;;;:::i;520:51:4:-;;;;;;;;;;-1:-1:-1;520:51:4;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;577:65::-;;;;;;;;;;-1:-1:-1;577:65:4;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;1201:85:8;;;;;;;;;;-1:-1:-1;1247:7:8;1273:6;-1:-1:-1;;;;;1273:6:8;1201:85;;648:23:4;;;;;;;;;;-1:-1:-1;648:23:4;;;;-1:-1:-1;;;;;648:23:4;;;4898:326;;;;;;;;;;-1:-1:-1;4898:326:4;;;;;:::i;:::-;;:::i;2930:176:15:-;;;;;;;;;;-1:-1:-1;2930:176:15;;;;;:::i;:::-;;:::i;4614:278:4:-;;;;;;;;;;-1:-1:-1;4614:278:4;;;;;:::i;:::-;;:::i;468:46::-;;;;;;;;;;;;;;;5230:133;;;;;;;;;;-1:-1:-1;5230:133:4;;;;;:::i;:::-;;:::i;4694:560:15:-;;;;;;:::i;:::-;;:::i;3626:202:4:-;;;;;;;;;;-1:-1:-1;3626:202:4;;;;;:::i;:::-;;:::i;2343:757:5:-;;;;;;:::i;:::-;;:::i;5369:280:4:-;;;;;;;;;;-1:-1:-1;5369:280:4;;;;;:::i;:::-;;:::i;895:52:15:-;;;;;;;;;;-1:-1:-1;895:52:15;;;;;:::i;:::-;;;;;;;;;;;;;;1171:27;;;;;;;;;;-1:-1:-1;1171:27:15;;;;;;;;;;;10217:6:18;10205:19;;;10187:38;;10175:2;10160:18;1171:27:15;10043:188:18;1077:214:16;;;;;;;;;;-1:-1:-1;1077:214:16;;;;;:::i;:::-;;:::i;4413:195:4:-;;;;;;;;;;-1:-1:-1;4413:195:4;;;;;:::i;:::-;;:::i;712:34:16:-;;;;;;;;;;-1:-1:-1;712:34:16;;;;;;;;2074:198:8;;;;;;;;;;-1:-1:-1;2074:198:8;;;;;:::i;:::-;;:::i;3358:209:4:-;;;;;;;;;;-1:-1:-1;3358:209:4;;;;;:::i;:::-;;:::i;3679:828:15:-;;;;;;:::i;:::-;;:::i;1035:753:4:-;734:10:14;1273::4;-1:-1:-1;;;;;1249:35:4;;1241:78;;;;-1:-1:-1;;;1241:78:4;;11951:2:18;1241:78:4;;;11933:21:18;11990:2;11970:18;;;11963:30;12029:32;12009:18;;;12002:60;12079:18;;1241:78:4;;;;;;;;;1359:32;;;1330:26;1359:32;;;:19;:32;;;;;1330:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1563:13;:20;1541:11;;:18;;:42;:70;;;;;1610:1;1587:13;:20;:24;1541:70;:124;;;;-1:-1:-1;1641:24:4;;;;;;1615:22;;;;1625:11;;;;1615:22;:::i;:::-;;;;;;;;:50;1541:124;1533:175;;;;-1:-1:-1;;;1533:175:4;;12971:2:18;1533:175:4;;;12953:21:18;13010:2;12990:18;;;12983:30;13049:34;13029:18;;;13022:62;-1:-1:-1;;;13100:18:18;;;13093:36;13146:19;;1533:175:4;12769:402:18;1533:175:4;1719:62;1738:11;1751;;1719:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;1719:62:4;;;;;;;;;;;;;;;;;;;;;;1764:6;;-1:-1:-1;1719:62:4;-1:-1:-1;1772:8:4;;;;;;1719:62;;1772:8;;;;1719:62;;;;;;;;;-1:-1:-1;1719:18:4;;-1:-1:-1;;;1719:62:4:i;:::-;1166:622;1035:753;;;;;;:::o;3834:121::-;1094:13:8;:11;:13::i;:::-;3913:35:4::1;::::0;-1:-1:-1;;;3913:35:4;;10217:6:18;10205:19;;3913:35:4::1;::::0;::::1;10187:38:18::0;3913:10:4::1;-1:-1:-1::0;;;;;3913:25:4::1;::::0;::::1;::::0;10160:18:18;;3913:35:4::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;3834:121:::0;:::o;5988:313:15:-;1094:13:8;:11;:13::i;:::-;6078:10:15::1;6091:19;6104:5;6091:12;:19::i;:::-;6078:32;;6140:5;6128:8;:17;;6120:76;;;::::0;-1:-1:-1;;;6120:76:15;;13378:2:18;6120:76:15::1;::::0;::::1;13360:21:18::0;13417:2;13397:18;;;13390:30;13456:34;13436:18;;;13429:62;-1:-1:-1;;;13507:18:18;;;13500:44;13561:19;;6120:76:15::1;13176:410:18::0;6120:76:15::1;6207:40;-1:-1:-1::0;;;;;6207:26:15;::::1;6234:2:::0;6238:8;6207:26:::1;:40::i;:::-;6262:32;::::0;;-1:-1:-1;;;;;13783:32:18;;;13765:51;;13847:2;13832:18;;13825:34;;;6262:32:15;::::1;::::0;::::1;::::0;13738:18:18;6262:32:15::1;;;;;;;6068:233;5988:313:::0;;;:::o;3961:127:4:-;1094:13:8;:11;:13::i;:::-;4043:38:4::1;::::0;-1:-1:-1;;;4043:38:4;;10217:6:18;10205:19;;4043:38:4::1;::::0;::::1;10187::18::0;4043:10:4::1;-1:-1:-1::0;;;;;4043:28:4::1;::::0;::::1;::::0;10160:18:18;;4043:38:4::1;10043:188:18::0;3112:398:15;3349:52;;;3203:14;3349:52;;;14103:36:18;;;3377:4:15;14193:18:18;;;14186:43;;;14245:18;;;14238:43;;;14297:18;;;;14290:45;;;3349:52:15;;;;;;;;;;14075:19:18;;;3349:52:15;;;;3442:13;;-1:-1:-1;;;3418:85:15;;;3203:14;;;;3418:10;-1:-1:-1;;;;;3418:23:15;;;;:85;;3442:13;;;;;3377:4;3349:52;;3481:6;;3489:13;;;;3418:85;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3411:92;;;;;3112:398;;;;;;:::o;2762:162::-;1094:13:8;:11;:13::i;:::-;2840::15::1;:30:::0;;-1:-1:-1;;2840:30:15::1;;::::0;::::1;::::0;;::::1;::::0;;;2885:32:::1;::::0;10187:38:18;;;2885:32:15::1;::::0;10175:2:18;10160:18;2885:32:15::1;;;;;;;;2762:162:::0;:::o;5744:247:4:-;5885:32;;;5840:4;5885:32;;;:19;:32;;;;;5856:61;;5840:4;;5885:32;5856:61;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5972:11;;5962:22;;;;;;;:::i;:::-;;;;;;;;5944:13;5934:24;;;;;;:50;5927:57;;;5744:247;;;;;:::o;4094:176::-;1094:13:8;:11;:13::i;:::-;4208:55:4::1;::::0;-1:-1:-1;;;4208:55:4;;-1:-1:-1;;;;;4208:10:4::1;:29;::::0;::::1;::::0;:55:::1;::::0;4238:11;;4251;;;;4208:55:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;2152:604:15::0;1094:13:8;:11;:13::i;:::-;-1:-1:-1;;;;;2249:19:15;::::1;2241:74;;;::::0;-1:-1:-1;;;2241:74:15;;16072:2:18;2241:74:15::1;::::0;::::1;16054:21:18::0;16111:2;16091:18;;;16084:30;16150:34;16130:18;;;16123:62;-1:-1:-1;;;16201:18:18;;;16194:40;16251:19;;2241:74:15::1;15870:406:18::0;2241:74:15::1;-1:-1:-1::0;;;;;2334:22:15;::::1;;::::0;;;:15:::1;:22;::::0;;;;;::::1;;2333:23;2325:81;;;::::0;-1:-1:-1;;;2325:81:15;;16483:2:18;2325:81:15::1;::::0;::::1;16465:21:18::0;16522:2;16502:18;;;16495:30;16561:34;16541:18;;;16534:62;-1:-1:-1;;;16612:18:18;;;16605:43;16665:19;;2325:81:15::1;16281:409:18::0;2325:81:15::1;2417:19;2439:24;2457:5;2439:17;:24::i;:::-;2417:46;;2498:14;2481:31;;:13;:31;;;;2473:125;;;::::0;-1:-1:-1;;;2473:125:15;;16897:2:18;2473:125:15::1;::::0;::::1;16879:21:18::0;16936:2;16916:18;;;16909:30;16975:34;16955:18;;;16948:62;17046:34;17026:18;;;17019:62;-1:-1:-1;;;17097:19:18;;;17090:48;17155:19;;2473:125:15::1;16695:485:18::0;2473:125:15::1;-1:-1:-1::0;;;;;2609:22:15;::::1;;::::0;;;:15:::1;:22;::::0;;;;:29;;-1:-1:-1;;2609:29:15::1;2634:4;2609:29;::::0;;2683:30:::1;2699:14:::0;2683:13;:30:::1;:::i;:::-;2678:36;::::0;:2:::1;:36;:::i;:::-;-1:-1:-1::0;;;;;2648:27:15;::::1;;::::0;;;:20:::1;:27;::::0;;;;;;;;:66;;;;2729:20;4536:51:18;;;2729:20:15::1;::::0;4509:18:18;2729:20:15::1;;;;;;;;2231:525;2152:604:::0;;:::o;1820:342:5:-;734:10:14;2032:4:5;2008:29;2000:80;;;;-1:-1:-1;;;2000:80:5;;19058:2:18;2000:80:5;;;19040:21:18;19097:2;19077:18;;;19070:30;19136:34;19116:18;;;19109:62;-1:-1:-1;;;19187:18:18;;;19180:36;19233:19;;2000:80:5;18856:402:18;2000:80:5;2090:65;2112:11;2125;;2090:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2090:65:5;;;;;;;;;;;;;;;;;;;;;;2138:6;;-1:-1:-1;2090:65:5;-1:-1:-1;2146:8:5;;;;;;2090:65;;2146:8;;;;2090:65;;;;;;;;;-1:-1:-1;2090:21:5;;-1:-1:-1;;;2090:65:5:i;:::-;1820:342;;;;;;:::o;1787:57:16:-;1094:13:8;:11;:13::i;:::-;1787:57:16:o;520:51:4:-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;4898:326::-;5021:35;;;5001:17;5021:35;;;:19;:35;;;;;5001:55;;4977:12;;5001:17;5021:35;5001:55;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5074:4;:11;5089:1;5074:16;5066:58;;;;-1:-1:-1;;;5066:58:4;;19465:2:18;5066:58:4;;;19447:21:18;19504:2;19484:18;;;19477:30;19543:31;19523:18;;;19516:59;19592:18;;5066:58:4;19263:353:18;5066:58:4;5141:31;5152:1;5169:2;5155:4;:11;:16;;;;:::i;:::-;5141:4;;:31;:10;:31::i;:::-;5134:38;4898:326;-1:-1:-1;;;4898:326:4:o;2930:176:15:-;-1:-1:-1;;;;;3073:25:15;;2988:4;3073:25;;;:18;:25;;;;;;3052:47;;3066:5;;3052:13;:47::i;:::-;3011:38;;-1:-1:-1;;;3011:38:15;;3043:4;3011:38;;;4536:51:18;-1:-1:-1;;;;;3011:23:15;;;;;4509:18:18;;3011:38:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:88;;;;:::i;:::-;3004:95;2930:176;-1:-1:-1;;2930:176:15:o;4614:278:4:-;1094:13:8;:11;:13::i;:::-;4785:14:4::1;;4809:4;4768:47;;;;;;;;;;:::i;:::-;;::::0;;-1:-1:-1;;4768:47:4;;::::1;::::0;;;;;;4730:35:::1;::::0;::::1;;::::0;;;:19:::1;4768:47;4730:35:::0;;;:85:::1;::::0;:35;:85:::1;:::i;:::-;;4830:55;4854:14;4870;;4830:55;;;;;;;;:::i;5230:133::-:0;1094:13:8;:11;:13::i;:::-;5299:8:4::1;:20:::0;;-1:-1:-1;;;;;;5299:20:4::1;-1:-1:-1::0;;;;;5299:20:4;::::1;::::0;;::::1;::::0;;;5334:22:::1;::::0;4536:51:18;;;5334:22:4::1;::::0;4524:2:18;4509:18;5334:22:4::1;4390:203:18::0;4694:560:15;2261:21:9;:19;:21::i;:::-;-1:-1:-1;;;;;4873:4:15::1;4857:21;;::::0;;;:15:::1;:21;::::0;;;;;::::1;;4849:77;;;;-1:-1:-1::0;;;4849:77:15::1;;;;;;;:::i;:::-;4957:8;4944:9;:21;;4936:76;;;::::0;-1:-1:-1;;;4936:76:15;;23120:2:18;4936:76:15::1;::::0;::::1;23102:21:18::0;23159:2;23139:18;;;23132:30;23198:34;23178:18;;;23171:62;-1:-1:-1;;;23249:18:18;;;23242:40;23299:19;;4936:76:15::1;22918:406:18::0;4936:76:15::1;5023:24;5053:27;5065:4;5071:8;5053:11;:27::i;:::-;5022:58;;;5096:4;-1:-1:-1::0;;;;;5090:19:15::1;;5117;5090:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;5149:98;5157:4;5163:19;5184:2;5200:19;5188:9;:31;;;;:::i;:::-;5221:10;5233:13;5149:7;:98::i;:::-;4839:415;2303:20:9::0;1716:1;2809:7;:22;2629:209;2303:20;4694:560:15;;;;:::o;3626:202:4:-;1094:13:8;:11;:13::i;:::-;3759:62:4::1;::::0;-1:-1:-1;;;3759:62:4;;-1:-1:-1;;;;;3759:10:4::1;:20;::::0;::::1;::::0;:62:::1;::::0;3780:8;;3790;;3800:11;;3813:7;;;;3759:62:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;3626:202:::0;;;;;:::o;2343:757:5:-;2552:27;;;2530:19;2552:27;;;:14;:27;;;;;;:40;;;;2580:11;;;;2552:40;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2552:48:5;;;;;;;;;;;;-1:-1:-1;2552:48:5;2610:73;;;;-1:-1:-1;;;2610:73:5;;24034:2:18;2610:73:5;;;24016:21:18;24073:2;24053:18;;;24046:30;24112:34;24092:18;;;24085:62;-1:-1:-1;;;24163:18:18;;;24156:33;24206:19;;2610:73:5;23832:399:18;2610:73:5;2724:11;2711:8;;2701:19;;;;;;;:::i;:::-;;;;;;;;:34;2693:80;;;;-1:-1:-1;;;2693:80:5;;24438:2:18;2693:80:5;;;24420:21:18;24477:2;24457:18;;;24450:30;24516:34;24496:18;;;24489:62;-1:-1:-1;;;24567:18:18;;;24560:31;24608:19;;2693:80:5;24236:397:18;2693:80:5;2819:27;;;2878:1;2819:27;;;:14;:27;;;;;;:40;;;;2847:11;;;;2819:40;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2819:48:5;;;;;;;;;;;;:61;;;;2947:65;;;;;;;;;;;;;;;;;;;2969:11;;2982;;2947:65;;;;;;2982:11;2947:65;;2982:11;2947:65;;;;;;;;;-1:-1:-1;;2947:65:5;;;;;;;;;;;;;;;;;;;;;;2995:6;;-1:-1:-1;2947:65:5;-1:-1:-1;3003:8:5;;;;;;2947:65;;3003:8;;;;2947:65;;;;;;;;;-1:-1:-1;2947:21:5;;-1:-1:-1;;;2947:65:5:i;:::-;3027:66;3047:11;3060;;3073:6;3081:11;3027:66;;;;;;;;;;:::i;:::-;;;;;;;;2476:624;2343:757;;;;;;:::o;5369:280:4:-;1094:13:8;:11;:13::i;:::-;5492:1:4::1;5482:7;:11;5474:45;;;::::0;-1:-1:-1;;;5474:45:4;;25338:2:18;5474:45:4::1;::::0;::::1;25320:21:18::0;25377:2;25357:18;;;25350:30;-1:-1:-1;;;25396:18:18;;;25389:51;25457:18;;5474:45:4::1;25136:345:18::0;5474:45:4::1;5529:28;::::0;;::::1;;::::0;;;:15:::1;:28;::::0;;;;;;;:41;;::::1;::::0;;;;;;;;;;:51;;;5595:47;;25709:34:18;;;25759:18;;25752:43;;;;25811:18;;;25804:34;;;5595:47:4::1;::::0;25672:2:18;25657:18;5595:47:4::1;25486:358:18::0;1077:214:16;1094:13:8;:11;:13::i;:::-;1171:22:16::1;:48:::0;;-1:-1:-1;;1171:48:16::1;::::0;::::1;;::::0;;::::1;::::0;;;1234:50:::1;::::0;4338:41:18;;;1234:50:16::1;::::0;4326:2:18;4311:18;1234:50:16::1;4198:187:18::0;4413:195:4;1094:13:8;:11;:13::i;:::-;4510:32:4::1;::::0;::::1;;::::0;;;:19:::1;:32;::::0;;;;:40:::1;4545:5:::0;;4510:32;:40:::1;:::i;:::-;;4565:36;4582:11;4595:5;;4565:36;;;;;;;;:::i;2074:198:8:-:0;1094:13;:11;:13::i;:::-;-1:-1:-1;;;;;2162:22:8;::::1;2154:73;;;::::0;-1:-1:-1;;;2154:73:8;;27258:2:18;2154:73:8::1;::::0;::::1;27240:21:18::0;27297:2;27277:18;;;27270:30;27336:34;27316:18;;;27309:62;-1:-1:-1;;;27387:18:18;;;27380:36;27433:19;;2154:73:8::1;27056:402:18::0;2154:73:8::1;2237:28;2256:8;2237:18;:28::i;:::-;2074:198:::0;:::o;3358:209:4:-;3492:68;;-1:-1:-1;;;3492:68:4;;27700:6:18;27733:15;;;3492:68:4;;;27715:34:18;27785:15;;27765:18;;;27758:43;3541:4:4;27817:18:18;;;27810:60;27886:18;;;27879:34;;;3461:12:4;;3492:10;-1:-1:-1;;;;;3492:20:4;;;;27662:19:18;;3492:68:4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3492:68:4;;;;;;;;;;;;:::i;:::-;3485:75;;3358:209;;;;;;;:::o;3679:828:15:-;2261:21:9;:19;:21::i;:::-;-1:-1:-1;;;;;3851:22:15;::::1;;::::0;;;:15:::1;:22;::::0;;;;;::::1;;3843:78;;;;-1:-1:-1::0;;;3843:78:15::1;;;;;;;:::i;:::-;4001:38;::::0;-1:-1:-1;;;4001:38:15;;4033:4:::1;4001:38;::::0;::::1;4536:51:18::0;3980:18:15::1;::::0;-1:-1:-1;;;;;4001:23:15;::::1;::::0;::::1;::::0;4509:18:18;;4001:38:15::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3980:59:::0;-1:-1:-1;4049:67:15::1;-1:-1:-1::0;;;;;4049:30:15;::::1;4080:10;4100:4;4107:8:::0;4049:30:::1;:67::i;:::-;4146:38;::::0;-1:-1:-1;;;4146:38:15;;4178:4:::1;4146:38;::::0;::::1;4536:51:18::0;4126:17:15::1;::::0;-1:-1:-1;;;;;4146:23:15;::::1;::::0;::::1;::::0;4509:18:18;;4146:38:15::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;4126:58:::0;-1:-1:-1;4195:24:15::1;::::0;4234:48:::1;4246:5:::0;4253:28:::1;4268:13:::0;4126:58;4253:28:::1;:::i;:::-;4234:11;:48::i;:::-;4194:88:::0;;-1:-1:-1;4194:88:15;-1:-1:-1;4334:8:15;;4330:83:::1;;4358:44;-1:-1:-1::0;;;;;4358:26:15;::::1;4385:10;4397:4:::0;4358:26:::1;:44::i;:::-;4423:77;4431:5;4438:19;4459:2;4463:9;4474:10;4486:13;4423:7;:77::i;:::-;3833:674;;;;2303:20:9::0;1716:1;2809:7;:22;2629:209;980:508:5;1129:12;1143:19;1166:153;1200:9;1211:3;1239:34;;;1275:11;1288;1301:6;1309:8;1216:102;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1216:102:5;;;;;;;;;;;;;;-1:-1:-1;;;;;1216:102:5;-1:-1:-1;;;;;;1216:102:5;;;;;;;;;;1174:4;;1166:153;;:33;:153::i;:::-;1128:191;;;;1377:7;1372:110;;1400:71;1420:11;1433;1446:6;1454:8;1464:6;1400:19;:71::i;1359:130:8:-;1247:7;1273:6;-1:-1:-1;;;;;1273:6:8;734:10:14;1422:23:8;1414:68;;;;-1:-1:-1;;;1414:68:8;;29338:2:18;1414:68:8;;;29320:21:18;;;29357:18;;;29350:30;29416:34;29396:18;;;29389:62;29468:18;;1414:68:8;29136:356:18;941:175:12;1050:58;;-1:-1:-1;;;;;13783:32:18;;1050:58:12;;;13765:51:18;13832:18;;;13825:34;;;1023:86:12;;1043:5;;-1:-1:-1;;;1073:23:12;13738:18:18;;1050:58:12;;;;-1:-1:-1;;1050:58:12;;;;;;;;;;;;;;-1:-1:-1;;;;;1050:58:12;-1:-1:-1;;;;;;1050:58:12;;;;;;;;;;1023:19;:86::i;:::-;941:175;;;:::o;7652:301:15:-;7787:37;;;;;;;;;;;;;;;;-1:-1:-1;;;;;7787:37:15;-1:-1:-1;;;7787:37:15;;;7770:55;;7717:5;;;;;;-1:-1:-1;;;;;7770:16:15;;;:55;;7787:37;7770:55;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7734:91;;;;7843:7;7835:69;;;;-1:-1:-1;;;7835:69:15;;29991:2:18;7835:69:15;;;29973:21:18;30030:2;30010:18;;;30003:30;30069:34;30049:18;;;30042:62;-1:-1:-1;;;30120:18:18;;;30113:47;30177:19;;7835:69:15;29789:413:18;7835:69:15;7932:4;7921:25;;;;;;;;;;;;:::i;6470:1176::-;6622:13;;;6608:27;;;6622:13;;6608:27;6600:84;;;;-1:-1:-1;;;6600:84:15;;30661:2:18;6600:84:15;;;30643:21:18;30700:2;30680:18;;;30673:30;30739:34;30719:18;;;30712:62;-1:-1:-1;;;30790:18:18;;;30783:42;30842:19;;6600:84:15;30459:408:18;6600:84:15;6696:16;6714:13;6729:10;6741:23;6766:18;6786:15;6816:7;6805:64;;;;;;;;;;;;:::i;:::-;6695:174;;;;;;;;;;;;704:1:16;6887:23:15;;:10;:23;;;6879:76;;;;-1:-1:-1;;;6879:76:15;;31863:2:18;6879:76:15;;;31845:21:18;31902:2;31882:18;;;31875:30;31941:34;31921:18;;;31914:62;-1:-1:-1;;;31992:18:18;;;31985:38;32040:19;;6879:76:15;31661:404:18;6879:76:15;-1:-1:-1;;;;;6973:22:15;;;;;;:15;:22;;;;;;;;6965:78;;;;-1:-1:-1;;;6965:78:15;;;;;;;:::i;:::-;-1:-1:-1;;;;;7054:25:15;;;;;;:18;:25;;;;;:42;;7083:13;;7054:25;:42;;7083:13;;7054:42;:::i;:::-;;;;-1:-1:-1;7106:23:15;;-1:-1:-1;7132:40:15;7146:5;7153:18;7132:13;:40::i;:::-;7106:66;;7196:4;-1:-1:-1;;;;;7187:13:15;:5;-1:-1:-1;;;;;7187:13:15;;:27;;;;;7204:10;7187:27;7183:457;;;7230:40;;-1:-1:-1;;;7230:40:15;;;;;3676:25:18;;;7236:4:15;-1:-1:-1;;;;;7230:20:15;;;;3649:18:18;;7230:40:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7285:12;7311:2;-1:-1:-1;;;;;7303:16:15;7327:18;7303:47;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7284:66;;;7372:7;7364:55;;;;-1:-1:-1;;;7364:55:15;;32482:2:18;7364:55:15;;;32464:21:18;32521:2;32501:18;;;32494:30;32560:34;32540:18;;;32533:62;-1:-1:-1;;;32611:18:18;;;32604:33;32654:19;;7364:55:15;32280:399:18;7364:55:15;7438:48;;;7459:1;32924:34:18;;-1:-1:-1;;;;;32994:15:18;;32989:2;32974:18;;32967:43;33026:18;;;33019:34;;;7438:48:15;;32874:2:18;32859:18;7438:48:15;;;;;;;7216:281;7183:457;;;7517:50;-1:-1:-1;;;;;7517:26:15;;7544:2;7548:18;7517:26;:50::i;:::-;7586:43;;;-1:-1:-1;;;;;32942:15:18;;;32924:34;;32994:15;;32989:2;32974:18;;32967:43;33026:18;;;33019:34;;;7586:43:15;;32874:2:18;32859:18;7586:43:15;;;;;;;7183:457;6590:1056;;;;;;;6470:1176;;;;:::o;8865:2712:6:-;8999:12;9051:7;9035:12;9051:7;9045:2;9035:12;:::i;:::-;:23;;9027:50;;;;-1:-1:-1;;;9027:50:6;;33396:2:18;9027:50:6;;;33378:21:18;33435:2;33415:18;;;33408:30;-1:-1:-1;;;33454:18:18;;;33447:44;33508:18;;9027:50:6;33194:338:18;9027:50:6;9112:16;9121:7;9112:6;:16;:::i;:::-;9095:6;:13;:33;;9087:63;;;;-1:-1:-1;;;9087:63:6;;33739:2:18;9087:63:6;;;33721:21:18;33778:2;33758:18;;;33751:30;-1:-1:-1;;;33797:18:18;;;33790:47;33854:18;;9087:63:6;33537:341:18;9087:63:6;9161:22;9224:15;;9252:1895;;;;11288:4;11282:11;11269:24;;11466:1;11455:9;11448:20;11514:4;11503:9;11499:20;11493:4;11486:34;9217:2317;;9252:1895;9426:4;9420:11;9407:24;;10053:2;10044:7;10040:16;10419:9;10412:17;10406:4;10402:28;10390:9;10379;10375:25;10371:60;10467:7;10463:2;10459:16;10711:6;10697:9;10690:17;10684:4;10680:28;10668:9;10660:6;10656:22;10652:57;10648:70;10493:417;10744:3;10740:2;10737:11;10493:417;;;10882:9;;10871:21;;10785:4;10777:13;;;;10817;10493:417;;;-1:-1:-1;;10928:26:6;;;11128:2;11111:11;-1:-1:-1;;11107:25:6;11101:4;11094:39;-1:-1:-1;9217:2317:6;-1:-1:-1;11561:9:6;8865:2712;-1:-1:-1;;;;8865:2712:6:o;7959:144:15:-;-1:-1:-1;;;;;8069:27:15;;8035:4;8069:27;;;:20;:27;;;;;;8058:38;;:8;:38;:::i;2336:287:9:-;1759:1;2468:7;;:19;2460:63;;;;-1:-1:-1;;;2460:63:9;;34258:2:18;2460:63:9;;;34240:21:18;34297:2;34277:18;;;34270:30;34336:33;34316:18;;;34309:61;34387:18;;2460:63:9;34056:355:18;2460:63:9;1759:1;2598:7;:18;2336:287::o;8259:220:15:-;-1:-1:-1;;;;;8398:27:15;;8333:24;8398:27;;;:20;:27;;;;;;8333:24;;8387:38;;:8;:38;:::i;:::-;8380:45;-1:-1:-1;8457:15:15;8380:45;8457:8;:15;:::i;:::-;8435:37;;8259:220;;;;;:::o;5260:722::-;-1:-1:-1;;;;;5427:16:15;;5419:60;;;;-1:-1:-1;;;5419:60:15;;34867:2:18;5419:60:15;;;34849:21:18;34906:2;34886:18;;;34879:30;34945:33;34925:18;;;34918:61;34996:18;;5419:60:15;34665:355:18;5419:60:15;5509:13;;5489:58;;5509:13;;;5533;5489:19;:58::i;:::-;5558:13;5574:30;5588:5;5595:8;5574:13;:30::i;:::-;5558:46;;5633:1;5622:8;:12;5614:60;;;;-1:-1:-1;;;5614:60:15;;35227:2:18;5614:60:15;;;35209:21:18;35266:2;35246:18;;;35239:30;35305:34;35285:18;;;35278:62;-1:-1:-1;;;35356:18:18;;;35349:33;35399:19;;5614:60:15;35025:399:18;5614:60:15;-1:-1:-1;;;;;5685:25:15;;;;;;:18;:25;;;;;:37;;5714:8;;5685:25;:37;;5714:8;;5685:37;:::i;:::-;;;;-1:-1:-1;;5755:40:15;;;5732:20;5755:40;;;35656:36:18;;;-1:-1:-1;;;;;35766:15:18;;;35746:18;;;35739:43;;;;35818:15;;;35798:18;;;35791:43;35850:18;;;35843:34;;;35628:19;;5755:40:15;;;-1:-1:-1;;5755:40:15;;;;;;;;;5813:13;;5755:40;;-1:-1:-1;5805:113:15;;5813:13;;5755:40;5837:24;5755:40;5837:24;;:10;:24;:::i;:::-;5863:28;;;;;;;;:::i;:::-;5893:13;5908:9;5805:7;:113::i;:::-;5933:42;;;-1:-1:-1;;;;;36435:15:18;;;36417:34;;5950:10:15;36482:2:18;36467:18;;36460:43;36539:15;;36519:18;;;36512:43;36586:2;36571:18;;36564:34;;;5933:42:15;;;;;;;36366:3:18;5933:42:15;;;5409:573;;5260:722;;;;;;:::o;2426:187:8:-;2499:16;2518:6;;-1:-1:-1;;;;;2534:17:8;;;-1:-1:-1;;;;;;2534:17:8;;;;;;2566:40;;2518:6;;;;;;;2566:40;;2499:16;2566:40;2489:124;2426:187;:::o;1355:203:12:-;1482:68;;-1:-1:-1;;;;;32942:15:18;;;1482:68:12;;;32924:34:18;32994:15;;32974:18;;;32967:43;33026:18;;;33019:34;;;1455:96:12;;1475:5;;-1:-1:-1;;;1505:27:12;32859:18:18;;1482:68:12;32684:375:18;1118:1240:7;1275:4;1281:12;1341:15;1366:13;1389:24;1426:8;1416:19;;-1:-1:-1;;;;;1416:19:7;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1416:19:7;;1389:46;;1904:1;1879;1846:9;1840:16;1812:4;1801:9;1797:20;1767:1;1733:7;1708:4;1690:239;1678:251;;1992:16;1981:27;;2036:8;2027:7;2024:21;2021:76;;;2075:8;2064:19;;2021:76;2178:7;2165:11;2158:28;2294:7;2291:1;2284:4;2271:11;2267:22;2252:50;2329:8;;;;-1:-1:-1;1118:1240:7;-1:-1:-1;;;;;;1118:1240:7:o;1494:320:5:-;1717:8;1707:19;;;;;;1656:14;:27;1671:11;1656:27;;;;;;;;;;;;;;;1684:11;1656:40;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1656:48:5;;;;;;;;;:70;;;;1741:66;;;;1755:11;;1768;;1697:6;;1789:8;;1799:7;;1741:66;:::i;:::-;;;;;;;;1494:320;;;;;:::o;5196:642:12:-;5615:23;5641:69;5669:4;5641:69;;;;;;;;;;;;;;;;;5649:5;-1:-1:-1;;;;;5641:27:12;;;:69;;;;;:::i;:::-;5615:95;;5728:10;:17;5749:1;5728:22;:56;;;;5765:10;5754:30;;;;;;;;;;;;:::i;:::-;5720:111;;;;-1:-1:-1;;;5720:111:12;;37782:2:18;5720:111:12;;;37764:21:18;37821:2;37801:18;;;37794:30;37860:34;37840:18;;;37833:62;-1:-1:-1;;;37911:18:18;;;37904:40;37961:19;;5720:111:12;37580:406:18;1349:342:16;1471:22;;;;1467:218;;;1509:52;1524:10;1536:6;1544:13;1559:1;1509:14;:52::i;1467:218::-;1600:20;;:25;1592:82;;;;-1:-1:-1;;;1592:82:16;;38193:2:18;1592:82:16;;;38175:21:18;38232:2;38212:18;;;38205:30;38271:34;38251:18;;;38244:62;-1:-1:-1;;;38322:18:18;;;38315:42;38374:19;;1592:82:16;37991:408:18;8109:144:15;-1:-1:-1;;;;;8219:27:15;;8185:4;8219:27;;;:20;:27;;;;;;8208:38;;:8;:38;:::i;2072:491:4:-;2294:32;;;2265:26;2294:32;;;:19;:32;;;;;2265:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2344:13;:20;2368:1;2344:25;2336:86;;;;-1:-1:-1;;;2336:86:4;;38731:2:18;2336:86:4;;;38713:21:18;38770:2;38750:18;;;38743:30;38809:34;38789:18;;;38782:62;-1:-1:-1;;;38860:18:18;;;38853:46;38916:19;;2336:86:4;38529:412:18;2336:86:4;2432:124;;-1:-1:-1;;;2432:124:4;;-1:-1:-1;;;;;2432:10:4;:15;;;;2455:10;;2432:124;;2467:11;;2480:13;;2495:8;;2505:14;;2521:18;;2541:14;;2432:124;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2255:308;2072:491;;;;;;:::o;4108:223:13:-;4241:12;4272:52;4294:6;4302:4;4308:1;4311:12;4272:21;:52::i;2569:415:4:-;2704:21;2728:28;2741:14;2728:12;:28::i;:::-;2785;;;;2766:16;2785:28;;;:15;:28;;;;;;;;:35;;;;;;;;;;;;2704:52;;-1:-1:-1;2766:16:4;2785:47;;2823:9;;2785:47;:::i;:::-;2766:66;;2864:1;2850:11;:15;2842:54;;;;-1:-1:-1;;;2842:54:4;;39990:2:18;2842:54:4;;;39972:21:18;40029:2;40009:18;;;40002:30;40068:28;40048:18;;;40041:56;40114:18;;2842:54:4;39788:350:18;2842:54:4;2934:11;2914:16;:31;;2906:71;;;;-1:-1:-1;;;2906:71:4;;40345:2:18;2906:71:4;;;40327:21:18;40384:2;40364:18;;;40357:30;40423:29;40403:18;;;40396:57;40470:18;;2906:71:4;40143:351:18;5165:446:13;5330:12;5387:5;5362:21;:30;;5354:81;;;;-1:-1:-1;;;5354:81:13;;40701:2:18;5354:81:13;;;40683:21:18;40740:2;40720:18;;;40713:30;40779:34;40759:18;;;40752:62;-1:-1:-1;;;40830:18:18;;;40823:36;40876:19;;5354:81:13;40499:402:18;5354:81:13;5446:12;5460:23;5487:6;-1:-1:-1;;;;;5487:11:13;5506:5;5513:4;5487:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5445:73;;;;5535:69;5562:6;5570:7;5579:10;5591:12;5535:26;:69::i;:::-;5528:76;5165:446;-1:-1:-1;;;;;;;5165:446:13:o;2990:266:4:-;3072:13;3130:2;3105:14;:21;:27;;3097:68;;;;-1:-1:-1;;;3097:68:4;;41108:2:18;3097:68:4;;;41090:21:18;41147:2;41127:18;;;41120:30;41186;41166:18;;;41159:58;41234:18;;3097:68:4;40906:352:18;3097:68:4;-1:-1:-1;3236:2:4;3216:23;3210:30;;2990:266::o;7671:628:13:-;7851:12;7879:7;7875:418;;;7906:10;:17;7927:1;7906:22;7902:286;;-1:-1:-1;;;;;1702:19:13;;;8113:60;;;;-1:-1:-1;;;8113:60:13;;41465:2:18;8113:60:13;;;41447:21:18;41504:2;41484:18;;;41477:30;41543:31;41523:18;;;41516:59;41592:18;;8113:60:13;41263:353:18;8113:60:13;-1:-1:-1;8208:10:13;8201:17;;7875:418;8249:33;8257:10;8269:12;8980:17;;:21;8976:379;;9208:10;9202:17;9264:15;9251:10;9247:2;9243:19;9236:44;8976:379;9331:12;9324:20;;-1:-1:-1;;;9324:20:13;;;;;;;;:::i;14:159:18:-;81:20;;141:6;130:18;;120:29;;110:57;;163:1;160;153:12;110:57;14:159;;;:::o;178:347::-;229:8;239:6;293:3;286:4;278:6;274:17;270:27;260:55;;311:1;308;301:12;260:55;-1:-1:-1;334:20:18;;-1:-1:-1;;;;;366:30:18;;363:50;;;409:1;406;399:12;363:50;446:4;438:6;434:17;422:29;;498:3;491:4;482:6;474;470:19;466:30;463:39;460:59;;;515:1;512;505:12;460:59;178:347;;;;;:::o;530:171::-;597:20;;-1:-1:-1;;;;;646:30:18;;636:41;;626:69;;691:1;688;681:12;706:862;812:6;820;828;836;844;852;905:3;893:9;884:7;880:23;876:33;873:53;;;922:1;919;912:12;873:53;945:28;963:9;945:28;:::i;:::-;935:38;;1024:2;1013:9;1009:18;996:32;-1:-1:-1;;;;;1088:2:18;1080:6;1077:14;1074:34;;;1104:1;1101;1094:12;1074:34;1143:58;1193:7;1184:6;1173:9;1169:22;1143:58;:::i;:::-;1220:8;;-1:-1:-1;1117:84:18;-1:-1:-1;1117:84:18;;-1:-1:-1;1274:37:18;1307:2;1292:18;;1274:37;:::i;:::-;1264:47;;1364:2;1353:9;1349:18;1336:32;1320:48;;1393:2;1383:8;1380:16;1377:36;;;1409:1;1406;1399:12;1377:36;;1448:60;1500:7;1489:8;1478:9;1474:24;1448:60;:::i;:::-;706:862;;;;-1:-1:-1;706:862:18;;-1:-1:-1;706:862:18;;1527:8;;706:862;-1:-1:-1;;;706:862:18:o;1573:184::-;1631:6;1684:2;1672:9;1663:7;1659:23;1655:32;1652:52;;;1700:1;1697;1690:12;1652:52;1723:28;1741:9;1723:28;:::i;1762:131::-;-1:-1:-1;;;;;1837:31:18;;1827:42;;1817:70;;1883:1;1880;1873:12;1898:456;1975:6;1983;1991;2044:2;2032:9;2023:7;2019:23;2015:32;2012:52;;;2060:1;2057;2050:12;2012:52;2099:9;2086:23;2118:31;2143:5;2118:31;:::i;:::-;2168:5;-1:-1:-1;2225:2:18;2210:18;;2197:32;2238:33;2197:32;2238:33;:::i;:::-;1898:456;;2290:7;;-1:-1:-1;;;2344:2:18;2329:18;;;;2316:32;;1898:456::o;2359:118::-;2445:5;2438:13;2431:21;2424:5;2421:32;2411:60;;2467:1;2464;2457:12;2482:538;2558:6;2566;2574;2627:2;2615:9;2606:7;2602:23;2598:32;2595:52;;;2643:1;2640;2633:12;2595:52;2682:9;2669:23;2701:28;2723:5;2701:28;:::i;:::-;2748:5;-1:-1:-1;2804:2:18;2789:18;;2776:32;-1:-1:-1;;;;;2820:30:18;;2817:50;;;2863:1;2860;2853:12;2817:50;2902:58;2952:7;2943:6;2932:9;2928:22;2902:58;:::i;:::-;2482:538;;2979:8;;-1:-1:-1;2876:84:18;;-1:-1:-1;;;;2482:538:18:o;3278:247::-;3337:6;3390:2;3378:9;3369:7;3365:23;3361:32;3358:52;;;3406:1;3403;3396:12;3358:52;3445:9;3432:23;3464:31;3489:5;3464:31;:::i;3712:481::-;3790:6;3798;3806;3859:2;3847:9;3838:7;3834:23;3830:32;3827:52;;;3875:1;3872;3865:12;3827:52;3898:28;3916:9;3898:28;:::i;4787:114::-;4871:4;4864:5;4860:16;4853:5;4850:27;4840:55;;4891:1;4888;4881:12;4906:384;4972:6;4980;5033:2;5021:9;5012:7;5008:23;5004:32;5001:52;;;5049:1;5046;5039:12;5001:52;5088:9;5075:23;5107:31;5132:5;5107:31;:::i;:::-;5157:5;-1:-1:-1;5214:2:18;5199:18;;5186:32;5227:31;5186:32;5227:31;:::i;:::-;5277:7;5267:17;;;4906:384;;;;;:::o;5295:127::-;5356:10;5351:3;5347:20;5344:1;5337:31;5387:4;5384:1;5377:15;5411:4;5408:1;5401:15;5427:275;5498:2;5492:9;5563:2;5544:13;;-1:-1:-1;;5540:27:18;5528:40;;-1:-1:-1;;;;;5583:34:18;;5619:22;;;5580:62;5577:88;;;5645:18;;:::i;:::-;5681:2;5674:22;5427:275;;-1:-1:-1;5427:275:18:o;5707:186::-;5755:4;-1:-1:-1;;;;;5780:6:18;5777:30;5774:56;;;5810:18;;:::i;:::-;-1:-1:-1;5876:2:18;5855:15;-1:-1:-1;;5851:29:18;5882:4;5847:40;;5707:186::o;5898:462::-;5940:5;5993:3;5986:4;5978:6;5974:17;5970:27;5960:55;;6011:1;6008;6001:12;5960:55;6047:6;6034:20;6078:48;6094:31;6122:2;6094:31;:::i;:::-;6078:48;:::i;:::-;6151:2;6142:7;6135:19;6197:3;6190:4;6185:2;6177:6;6173:15;6169:26;6166:35;6163:55;;;6214:1;6211;6204:12;6163:55;6279:2;6272:4;6264:6;6260:17;6253:4;6244:7;6240:18;6227:55;6327:1;6302:16;;;6320:4;6298:27;6291:38;;;;6306:7;5898:462;-1:-1:-1;;;5898:462:18:o;6365:464::-;6449:6;6457;6465;6518:2;6506:9;6497:7;6493:23;6489:32;6486:52;;;6534:1;6531;6524:12;6486:52;6557:28;6575:9;6557:28;:::i;:::-;6547:38;;6636:2;6625:9;6621:18;6608:32;-1:-1:-1;;;;;6655:6:18;6652:30;6649:50;;;6695:1;6692;6685:12;6649:50;6718:49;6759:7;6750:6;6739:9;6735:22;6718:49;:::i;:::-;6708:59;;;6786:37;6819:2;6808:9;6804:18;6786:37;:::i;:::-;6776:47;;6365:464;;;;;:::o;7016:250::-;7101:1;7111:113;7125:6;7122:1;7119:13;7111:113;;;7201:11;;;7195:18;7182:11;;;7175:39;7147:2;7140:10;7111:113;;;-1:-1:-1;;7258:1:18;7240:16;;7233:27;7016:250::o;7271:270::-;7312:3;7350:5;7344:12;7377:6;7372:3;7365:19;7393:76;7462:6;7455:4;7450:3;7446:14;7439:4;7432:5;7428:16;7393:76;:::i;:::-;7523:2;7502:15;-1:-1:-1;;7498:29:18;7489:39;;;;7530:4;7485:50;;7271:270;-1:-1:-1;;7271:270:18:o;7546:217::-;7693:2;7682:9;7675:21;7656:4;7713:44;7753:2;7742:9;7738:18;7730:6;7713:44;:::i;7768:256::-;7834:6;7842;7895:2;7883:9;7874:7;7870:23;7866:32;7863:52;;;7911:1;7908;7901:12;7863:52;7934:28;7952:9;7934:28;:::i;:::-;7924:38;;7981:37;8014:2;8003:9;7999:18;7981:37;:::i;:::-;7971:47;;7768:256;;;;;:::o;8263:158::-;8326:5;8371:2;8362:6;8357:3;8353:16;8349:25;8346:45;;;8387:1;8384;8377:12;8346:45;-1:-1:-1;8409:6:18;8263:158;-1:-1:-1;8263:158:18:o;8426:656::-;8550:6;8558;8566;8574;8627:3;8615:9;8606:7;8602:23;8598:33;8595:53;;;8644:1;8641;8634:12;8595:53;8680:9;8667:23;8657:33;;8740:2;8729:9;8725:18;8712:32;8753:31;8778:5;8753:31;:::i;:::-;8803:5;-1:-1:-1;8827:66:18;8885:7;8880:2;8865:18;;8827:66;:::i;:::-;8817:76;;8944:3;8933:9;8929:19;8916:33;-1:-1:-1;;;;;8964:6:18;8961:30;8958:50;;;9004:1;9001;8994:12;8958:50;9027:49;9068:7;9059:6;9048:9;9044:22;9027:49;:::i;:::-;9017:59;;;8426:656;;;;;;;:::o;9087:622::-;9182:6;9190;9198;9206;9214;9267:3;9255:9;9246:7;9242:23;9238:33;9235:53;;;9284:1;9281;9274:12;9235:53;9307:28;9325:9;9307:28;:::i;:::-;9297:38;;9354:37;9387:2;9376:9;9372:18;9354:37;:::i;:::-;9344:47;;9438:2;9427:9;9423:18;9410:32;9400:42;;9493:2;9482:9;9478:18;9465:32;-1:-1:-1;;;;;9512:6:18;9509:30;9506:50;;;9552:1;9549;9542:12;9506:50;9591:58;9641:7;9632:6;9621:9;9617:22;9591:58;:::i;:::-;9087:622;;;;-1:-1:-1;9087:622:18;;-1:-1:-1;9668:8:18;;9565:84;9087:622;-1:-1:-1;;;9087:622:18:o;9714:324::-;9789:6;9797;9805;9858:2;9846:9;9837:7;9833:23;9829:32;9826:52;;;9874:1;9871;9864:12;9826:52;9897:28;9915:9;9897:28;:::i;:::-;9887:38;;9944:37;9977:2;9966:9;9962:18;9944:37;:::i;:::-;9934:47;;10028:2;10017:9;10013:18;10000:32;9990:42;;9714:324;;;;;:::o;10236:241::-;10292:6;10345:2;10333:9;10324:7;10320:23;10316:32;10313:52;;;10361:1;10358;10351:12;10313:52;10400:9;10387:23;10419:28;10441:5;10419:28;:::i;10482:460::-;10566:6;10574;10582;10590;10643:3;10631:9;10622:7;10618:23;10614:33;10611:53;;;10660:1;10657;10650:12;10611:53;10683:28;10701:9;10683:28;:::i;:::-;10673:38;;10730:37;10763:2;10752:9;10748:18;10730:37;:::i;:::-;10720:47;;10817:2;10806:9;10802:18;10789:32;10830:31;10855:5;10830:31;:::i;:::-;10482:460;;;;-1:-1:-1;10880:5:18;;10932:2;10917:18;10904:32;;-1:-1:-1;;10482:460:18:o;10947:797::-;11080:6;11088;11096;11104;11112;11165:3;11153:9;11144:7;11140:23;11136:33;11133:53;;;11182:1;11179;11172:12;11133:53;11221:9;11208:23;11240:31;11265:5;11240:31;:::i;:::-;11290:5;-1:-1:-1;11342:2:18;11327:18;;11314:32;;-1:-1:-1;11398:2:18;11383:18;;11370:32;11411:33;11370:32;11411:33;:::i;:::-;11463:7;-1:-1:-1;11489:66:18;11547:7;11542:2;11527:18;;11489:66;:::i;:::-;11479:76;;11606:3;11595:9;11591:19;11578:33;-1:-1:-1;;;;;11626:6:18;11623:30;11620:50;;;11666:1;11663;11656:12;11620:50;11689:49;11730:7;11721:6;11710:9;11706:22;11689:49;:::i;:::-;11679:59;;;10947:797;;;;;;;;:::o;12108:380::-;12187:1;12183:12;;;;12230;;;12251:61;;12305:4;12297:6;12293:17;12283:27;;12251:61;12358:2;12350:6;12347:14;12327:18;12324:38;12321:161;;12404:10;12399:3;12395:20;12392:1;12385:31;12439:4;12436:1;12429:15;12467:4;12464:1;12457:15;12493:271;12676:6;12668;12663:3;12650:33;12632:3;12702:16;;12727:13;;;12702:16;12493:271;-1:-1:-1;12493:271:18:o;14346:266::-;14434:6;14429:3;14422:19;14486:6;14479:5;14472:4;14467:3;14463:14;14450:43;-1:-1:-1;14538:1:18;14513:16;;;14531:4;14509:27;;;14502:38;;;;14594:2;14573:15;;;-1:-1:-1;;14569:29:18;14560:39;;;14556:50;;14346:266::o;14617:667::-;14908:6;14896:19;;14878:38;;-1:-1:-1;;;;;14952:32:18;;14947:2;14932:18;;14925:60;14972:3;15016:2;15001:18;;14994:31;;;-1:-1:-1;;15048:45:18;;15073:19;;15065:6;15048:45;:::i;:::-;15143:6;15136:14;15129:22;15124:2;15113:9;15109:18;15102:50;15201:9;15193:6;15189:22;15183:3;15172:9;15168:19;15161:51;15229:49;15271:6;15263;15255;15229:49;:::i;:::-;15221:57;14617:667;-1:-1:-1;;;;;;;;;14617:667:18:o;15289:245::-;15368:6;15376;15429:2;15417:9;15408:7;15404:23;15400:32;15397:52;;;15445:1;15442;15435:12;15397:52;-1:-1:-1;;15468:16:18;;15524:2;15509:18;;;15503:25;15468:16;;15503:25;;-1:-1:-1;15289:245:18:o;15539:326::-;15734:6;15726;15722:19;15711:9;15704:38;15778:2;15773;15762:9;15758:18;15751:30;15685:4;15798:61;15855:2;15844:9;15840:18;15832:6;15824;15798:61;:::i;17185:127::-;17246:10;17241:3;17237:20;17234:1;17227:31;17277:4;17274:1;17267:15;17301:4;17298:1;17291:15;17317:151;17407:4;17400:12;;;17386;;;17382:31;;17425:14;;17422:40;;;17442:18;;:::i;17473:422::-;17562:1;17605:5;17562:1;17619:270;17640:7;17630:8;17627:21;17619:270;;;17699:4;17695:1;17691:6;17687:17;17681:4;17678:27;17675:53;;;17708:18;;:::i;:::-;17758:7;17748:8;17744:22;17741:55;;;17778:16;;;;17741:55;17857:22;;;;17817:15;;;;17619:270;;;17623:3;17473:422;;;;;:::o;17900:806::-;17949:5;17979:8;17969:80;;-1:-1:-1;18020:1:18;18034:5;;17969:80;18068:4;18058:76;;-1:-1:-1;18105:1:18;18119:5;;18058:76;18150:4;18168:1;18163:59;;;;18236:1;18231:130;;;;18143:218;;18163:59;18193:1;18184:10;;18207:5;;;18231:130;18268:3;18258:8;18255:17;18252:43;;;18275:18;;:::i;:::-;-1:-1:-1;;18331:1:18;18317:16;;18346:5;;18143:218;;18445:2;18435:8;18432:16;18426:3;18420:4;18417:13;18413:36;18407:2;18397:8;18394:16;18389:2;18383:4;18380:12;18376:35;18373:77;18370:159;;;-1:-1:-1;18482:19:18;;;18514:5;;18370:159;18561:34;18586:8;18580:4;18561:34;:::i;:::-;18631:6;18627:1;18623:6;18619:19;18610:7;18607:32;18604:58;;;18642:18;;:::i;:::-;18680:20;;17900:806;-1:-1:-1;;;17900:806:18:o;18711:140::-;18769:5;18798:47;18839:4;18829:8;18825:19;18819:4;18798:47;:::i;19621:128::-;19688:9;;;19709:11;;;19706:37;;;19723:18;;:::i;19754:184::-;19824:6;19877:2;19865:9;19856:7;19852:23;19848:32;19845:52;;;19893:1;19890;19883:12;19845:52;-1:-1:-1;19916:16:18;;19754:184;-1:-1:-1;19754:184:18:o;19943:360::-;20154:6;20146;20141:3;20128:33;20224:2;20220:15;;;;-1:-1:-1;;20216:53:18;20180:16;;20205:65;;;20294:2;20286:11;;19943:360;-1:-1:-1;19943:360:18:o;20433:544::-;20534:2;20529:3;20526:11;20523:448;;;20570:1;20595:5;20591:2;20584:17;20640:4;20636:2;20626:19;20710:2;20698:10;20694:19;20691:1;20687:27;20681:4;20677:38;20746:4;20734:10;20731:20;20728:47;;;-1:-1:-1;20769:4:18;20728:47;20824:2;20819:3;20815:12;20812:1;20808:20;20802:4;20798:31;20788:41;;20879:82;20897:2;20890:5;20887:13;20879:82;;;20942:17;;;20923:1;20912:13;20879:82;;21153:1348;21277:3;21271:10;-1:-1:-1;;;;;21296:6:18;21293:30;21290:56;;;21326:18;;:::i;:::-;21355:96;21444:6;21404:38;21436:4;21430:11;21404:38;:::i;:::-;21398:4;21355:96;:::i;:::-;21506:4;;21570:2;21559:14;;21587:1;21582:662;;;;22288:1;22305:6;22302:89;;;-1:-1:-1;22357:19:18;;;22351:26;22302:89;-1:-1:-1;;21110:1:18;21106:11;;;21102:24;21098:29;21088:40;21134:1;21130:11;;;21085:57;22404:81;;21552:943;;21582:662;20380:1;20373:14;;;20417:4;20404:18;;-1:-1:-1;;21618:20:18;;;21735:236;21749:7;21746:1;21743:14;21735:236;;;21838:19;;;21832:26;21817:42;;21930:27;;;;21898:1;21886:14;;;;21765:19;;21735:236;;;21739:3;21999:6;21990:7;21987:19;21984:201;;;22060:19;;;22054:26;-1:-1:-1;;22143:1:18;22139:14;;;22155:3;22135:24;22131:37;22127:42;22112:58;22097:74;;21984:201;-1:-1:-1;;;;;22231:1:18;22215:14;;;22211:22;22198:36;;-1:-1:-1;21153:1348:18:o;22506:407::-;22708:2;22690:21;;;22747:2;22727:18;;;22720:30;22786:34;22781:2;22766:18;;22759:62;-1:-1:-1;;;22852:2:18;22837:18;;22830:41;22903:3;22888:19;;22506:407::o;23329:498::-;23529:4;23558:6;23603:2;23595:6;23591:15;23580:9;23573:34;23655:2;23647:6;23643:15;23638:2;23627:9;23623:18;23616:43;;23695:6;23690:2;23679:9;23675:18;23668:34;23738:3;23733:2;23722:9;23718:18;23711:31;23759:62;23816:3;23805:9;23801:19;23793:6;23785;23759:62;:::i;24638:493::-;24887:6;24879;24875:19;24864:9;24857:38;24931:3;24926:2;24915:9;24911:18;24904:31;24838:4;24952:62;25009:3;24998:9;24994:19;24986:6;24978;24952:62;:::i;:::-;-1:-1:-1;;;;;25050:31:18;;;;25045:2;25030:18;;25023:59;-1:-1:-1;25113:2:18;25098:18;25091:34;24944:70;24638:493;-1:-1:-1;;;24638:493:18:o;25849:1202::-;-1:-1:-1;;;;;25966:3:18;25963:27;25960:53;;;25993:18;;:::i;:::-;26022:93;26111:3;26071:38;26103:4;26097:11;26071:38;:::i;:::-;26065:4;26022:93;:::i;:::-;26141:1;26166:2;26161:3;26158:11;26183:1;26178:615;;;;26837:1;26854:3;26851:93;;;-1:-1:-1;26910:19:18;;;26897:33;26851:93;-1:-1:-1;;21110:1:18;21106:11;;;21102:24;21098:29;21088:40;21134:1;21130:11;;;21085:57;26957:78;;26151:894;;26178:615;20380:1;20373:14;;;20417:4;20404:18;;-1:-1:-1;;26214:17:18;;;26314:9;26336:229;26350:7;26347:1;26344:14;26336:229;;;26439:19;;;26426:33;26411:49;;26546:4;26531:20;;;;26499:1;26487:14;;;;26366:12;26336:229;;;26340:3;26593;26584:7;26581:16;26578:159;;;26717:1;26713:6;26707:3;26701;26698:1;26694:11;26690:21;26686:34;26682:39;26669:9;26664:3;26660:19;26647:33;26643:79;26635:6;26628:95;26578:159;;;26780:1;26774:3;26771:1;26767:11;26763:19;26757:4;26750:33;26151:894;;25849:1202;;;:::o;27924:647::-;28003:6;28056:2;28044:9;28035:7;28031:23;28027:32;28024:52;;;28072:1;28069;28062:12;28024:52;28105:9;28099:16;-1:-1:-1;;;;;28130:6:18;28127:30;28124:50;;;28170:1;28167;28160:12;28124:50;28193:22;;28246:4;28238:13;;28234:27;-1:-1:-1;28224:55:18;;28275:1;28272;28265:12;28224:55;28304:2;28298:9;28329:48;28345:31;28373:2;28345:31;:::i;28329:48::-;28400:2;28393:5;28386:17;28440:7;28435:2;28430;28426;28422:11;28418:20;28415:33;28412:53;;;28461:1;28458;28451:12;28412:53;28474:67;28538:2;28533;28526:5;28522:14;28517:2;28513;28509:11;28474:67;:::i;:::-;28560:5;27924:647;-1:-1:-1;;;;;27924:647:18:o;28576:555::-;28833:6;28825;28821:19;28810:9;28803:38;28877:3;28872:2;28861:9;28857:18;28850:31;28784:4;28904:45;28944:3;28933:9;28929:19;28921:6;28904:45;:::i;:::-;-1:-1:-1;;;;;28989:6:18;28985:31;28980:2;28969:9;28965:18;28958:59;29065:9;29057:6;29053:22;29048:2;29037:9;29033:18;29026:50;29093:32;29118:6;29110;29093:32;:::i;29497:287::-;29626:3;29664:6;29658:13;29680:66;29739:6;29734:3;29727:4;29719:6;29715:17;29680:66;:::i;:::-;29762:16;;;;;29497:287;-1:-1:-1;;29497:287:18:o;30207:247::-;30275:6;30328:2;30316:9;30307:7;30303:23;30299:32;30296:52;;;30344:1;30341;30334:12;30296:52;30376:9;30370:16;30395:29;30418:5;30395:29;:::i;30872:784::-;30998:6;31006;31014;31022;31030;31038;31091:3;31079:9;31070:7;31066:23;31062:33;31059:53;;;31108:1;31105;31098:12;31059:53;31140:9;31134:16;31159:29;31182:5;31159:29;:::i;:::-;31257:2;31242:18;;31236:25;31207:5;;-1:-1:-1;31270:33:18;31236:25;31270:33;:::i;:::-;31374:2;31359:18;;31353:25;31322:7;;-1:-1:-1;31387:33:18;31353:25;31387:33;:::i;:::-;31439:7;31429:17;;;31486:2;31475:9;31471:18;31465:25;31455:35;;31530:3;31519:9;31515:19;31509:26;31499:36;;31580:3;31569:9;31565:19;31559:26;31594:30;31616:7;31594:30;:::i;:::-;31643:7;31633:17;;;30872:784;;;;;;;;:::o;33064:125::-;33129:9;;;33150:10;;;33147:36;;;33163:18;;:::i;33883:168::-;33956:9;;;33987;;34004:15;;;33998:22;;33984:37;33974:71;;34025:18;;:::i;34416:127::-;34477:10;34472:3;34468:20;34465:1;34458:31;34508:4;34505:1;34498:15;34532:4;34529:1;34522:15;34548:112;34580:1;34606;34596:35;;34611:18;;:::i;:::-;-1:-1:-1;34645:9:18;;34548:112::o;36609:716::-;36912:6;36904;36900:19;36889:9;36882:38;36956:3;36951:2;36940:9;36936:18;36929:31;36863:4;36983:45;37023:3;37012:9;37008:19;37000:6;36983:45;:::i;:::-;-1:-1:-1;;;;;37068:6:18;37064:31;37059:2;37048:9;37044:18;37037:59;37144:9;37136:6;37132:22;37127:2;37116:9;37112:18;37105:50;37178:32;37203:6;37195;37178:32;:::i;:::-;37164:46;;37259:9;37251:6;37247:22;37241:3;37230:9;37226:19;37219:51;37287:32;37312:6;37304;37287:32;:::i;:::-;37279:40;36609:716;-1:-1:-1;;;;;;;;36609:716:18:o;37330:245::-;37397:6;37450:2;37438:9;37429:7;37425:23;37421:32;37418:52;;;37466:1;37463;37456:12;37418:52;37498:9;37492:16;37517:28;37539:5;37517:28;:::i;38404:120::-;38444:1;38470;38460:35;;38475:18;;:::i;:::-;-1:-1:-1;38509:9:18;;38404:120::o;38946:837::-;39295:6;39287;39283:19;39272:9;39265:38;39339:3;39334:2;39323:9;39319:18;39312:31;39246:4;39366:45;39406:3;39395:9;39391:19;39383:6;39366:45;:::i;:::-;39459:9;39451:6;39447:22;39442:2;39431:9;39427:18;39420:50;39493:32;39518:6;39510;39493:32;:::i;:::-;-1:-1:-1;;;;;39599:15:18;;;39594:2;39579:18;;39572:43;39652:15;;39646:3;39631:19;;39624:44;39705:22;;;39552:3;39684:19;;39677:51;39479:46;-1:-1:-1;39745:32:18;39479:46;39762:6;39745:32;:::i

Swarm Source

ipfs://511410d0b7b6a6255e4d889630560b1b490026b20b56f5d437cf30afefc66898

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.