Feature Tip: Add private address tag to any address under My Name Tag !
More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 3,564 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Send | 21320632 | 9 hrs ago | IN | 0.00155947 ETH | 0.00570837 | ||||
Send | 21319141 | 14 hrs ago | IN | 0.00155947 ETH | 0.00501504 | ||||
Send | 21311489 | 40 hrs ago | IN | 0.00118453 ETH | 0.00416965 | ||||
Send | 21306816 | 2 days ago | IN | 0.00118453 ETH | 0.00350629 | ||||
Send | 21306355 | 2 days ago | IN | 0.00118453 ETH | 0.00304154 | ||||
Send | 21302657 | 2 days ago | IN | 0.00118453 ETH | 0.00447363 | ||||
Send | 21302474 | 2 days ago | IN | 0.00118453 ETH | 0.00404702 | ||||
Send | 21297174 | 3 days ago | IN | 0.00118539 ETH | 0.00246693 | ||||
Send | 21289127 | 4 days ago | IN | 0.00114075 ETH | 0.00272137 | ||||
Send | 21278261 | 6 days ago | IN | 0.00115015 ETH | 0.00316397 | ||||
Send | 21276086 | 6 days ago | IN | 0.00115015 ETH | 0.00270449 | ||||
Send | 21271510 | 7 days ago | IN | 0.00115015 ETH | 0.00520871 | ||||
Send | 21271283 | 7 days ago | IN | 0.00115015 ETH | 0.0025981 | ||||
Send | 21263575 | 8 days ago | IN | 0.00115163 ETH | 0.00244134 | ||||
Send | 21250871 | 10 days ago | IN | 0.00108823 ETH | 0.00475205 | ||||
Send | 21249923 | 10 days ago | IN | 0.00108823 ETH | 0.00310274 | ||||
Send | 21244098 | 11 days ago | IN | 0.00108823 ETH | 0.0049027 | ||||
Send | 21244090 | 11 days ago | IN | 0.00108823 ETH | 0.0050128 | ||||
Send | 21241855 | 11 days ago | IN | 0.00108825 ETH | 0.00307871 | ||||
Send | 21240355 | 11 days ago | IN | 0.00108825 ETH | 0.00370155 | ||||
Send | 21239682 | 11 days ago | IN | 0.00108825 ETH | 0.00351155 | ||||
Send | 21234632 | 12 days ago | IN | 0.00109718 ETH | 0.00325759 | ||||
Send | 21234590 | 12 days ago | IN | 0.00109718 ETH | 0.00289367 | ||||
Send | 21231850 | 12 days ago | IN | 0.00109718 ETH | 0.00439883 | ||||
Send | 21228754 | 13 days ago | IN | 0.00109718 ETH | 0.00395511 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
21320632 | 9 hrs ago | 0.00155947 ETH | ||||
21319141 | 14 hrs ago | 0.00155947 ETH | ||||
21311489 | 40 hrs ago | 0.00118453 ETH | ||||
21306816 | 2 days ago | 0.00118453 ETH | ||||
21306355 | 2 days ago | 0.00118453 ETH | ||||
21302657 | 2 days ago | 0.00118453 ETH | ||||
21302474 | 2 days ago | 0.00118453 ETH | ||||
21297174 | 3 days ago | 0.00118539 ETH | ||||
21289127 | 4 days ago | 0.00114075 ETH | ||||
21278261 | 6 days ago | 0.00115015 ETH | ||||
21276086 | 6 days ago | 0.00115015 ETH | ||||
21271510 | 7 days ago | 0.00115015 ETH | ||||
21271283 | 7 days ago | 0.00115015 ETH | ||||
21263575 | 8 days ago | 0.00115163 ETH | ||||
21250871 | 10 days ago | 0.00108823 ETH | ||||
21249923 | 10 days ago | 0.00108823 ETH | ||||
21244098 | 11 days ago | 0.00108823 ETH | ||||
21244090 | 11 days ago | 0.00108823 ETH | ||||
21241855 | 11 days ago | 0.00108825 ETH | ||||
21240355 | 11 days ago | 0.00108825 ETH | ||||
21239682 | 11 days ago | 0.00108825 ETH | ||||
21234632 | 12 days ago | 0.00109718 ETH | ||||
21234590 | 12 days ago | 0.00109718 ETH | ||||
21231850 | 12 days ago | 0.00109718 ETH | ||||
21228754 | 13 days ago | 0.00109718 ETH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
WoolWrapper
Compiler Version
v0.8.24+commit.e11b9ed9
Optimization Enabled:
No with 200 runs
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.24; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {OFTAdapter} from "@layerzerolabs/lz-evm-oapp-v2/contracts/oft/OFTAdapter.sol"; contract WoolWrapper is OFTAdapter { constructor( address _token, address _lzEndpoint, address _delegate ) OFTAdapter(_token, _lzEndpoint, _delegate) Ownable(_delegate) {} }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { ILayerZeroEndpointV2 } from "@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol"; /** * @title IOAppCore */ interface IOAppCore { // Custom error messages error OnlyPeer(uint32 eid, bytes32 sender); error NoPeer(uint32 eid); error InvalidEndpointCall(); error InvalidDelegate(); // Event emitted when a peer (OApp) is set for a corresponding endpoint event PeerSet(uint32 eid, bytes32 peer); /** * @notice Retrieves the OApp version information. * @return senderVersion The version of the OAppSender.sol contract. * @return receiverVersion The version of the OAppReceiver.sol contract. */ function oAppVersion() external view returns (uint64 senderVersion, uint64 receiverVersion); /** * @notice Retrieves the LayerZero endpoint associated with the OApp. * @return iEndpoint The LayerZero endpoint as an interface. */ function endpoint() external view returns (ILayerZeroEndpointV2 iEndpoint); /** * @notice Retrieves the peer (OApp) associated with a corresponding endpoint. * @param _eid The endpoint ID. * @return peer The peer address (OApp instance) associated with the corresponding endpoint. */ function peers(uint32 _eid) external view returns (bytes32 peer); /** * @notice Sets the peer address (OApp instance) for a corresponding endpoint. * @param _eid The endpoint ID. * @param _peer The address of the peer to be associated with the corresponding endpoint. */ function setPeer(uint32 _eid, bytes32 _peer) external; /** * @notice Sets the delegate address for the OApp Core. * @param _delegate The address of the delegate to be set. */ function setDelegate(address _delegate) external; }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; /** * @title IOAppMsgInspector * @dev Interface for the OApp Message Inspector, allowing examination of message and options contents. */ interface IOAppMsgInspector { // Custom error message for inspection failure error InspectionFailed(bytes message, bytes options); /** * @notice Allows the inspector to examine LayerZero message contents and optionally throw a revert if invalid. * @param _message The message payload to be inspected. * @param _options Additional options or parameters for inspection. * @return valid A boolean indicating whether the inspection passed (true) or failed (false). * * @dev Optionally done as a revert, OR use the boolean provided to handle the failure. */ function inspect(bytes calldata _message, bytes calldata _options) external view returns (bool valid); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; /** * @dev Struct representing enforced option parameters. */ struct EnforcedOptionParam { uint32 eid; // Endpoint ID uint16 msgType; // Message Type bytes options; // Additional options } /** * @title IOAppOptionsType3 * @dev Interface for the OApp with Type 3 Options, allowing the setting and combining of enforced options. */ interface IOAppOptionsType3 { // Custom error message for invalid options error InvalidOptions(bytes options); // Event emitted when enforced options are set event EnforcedOptionSet(EnforcedOptionParam[] _enforcedOptions); /** * @notice Sets enforced options for specific endpoint and message type combinations. * @param _enforcedOptions An array of EnforcedOptionParam structures specifying enforced options. */ function setEnforcedOptions(EnforcedOptionParam[] calldata _enforcedOptions) external; /** * @notice Combines options for a given endpoint and message type. * @param _eid The endpoint ID. * @param _msgType The OApp message type. * @param _extraOptions Additional options passed by the caller. * @return options The combination of caller specified options AND enforced options. */ function combineOptions( uint32 _eid, uint16 _msgType, bytes calldata _extraOptions ) external view returns (bytes memory options); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { ILayerZeroReceiver, Origin } from "@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol"; interface IOAppReceiver is ILayerZeroReceiver { /** * @notice Indicates whether an address is an approved composeMsg sender to the Endpoint. * @param _origin The origin information containing the source endpoint and sender address. * - srcEid: The source chain endpoint ID. * - sender: The sender address on the src chain. * - nonce: The nonce of the message. * @param _message The lzReceive payload. * @param _sender The sender address. * @return isSender Is a valid sender. * * @dev Applications can optionally choose to implement a separate composeMsg sender that is NOT the bridging layer. * @dev The default sender IS the OAppReceiver implementer. */ function isComposeMsgSender( Origin calldata _origin, bytes calldata _message, address _sender ) external view returns (bool isSender); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol"; import { IOAppOptionsType3, EnforcedOptionParam } from "../interfaces/IOAppOptionsType3.sol"; /** * @title OAppOptionsType3 * @dev Abstract contract implementing the IOAppOptionsType3 interface with type 3 options. */ abstract contract OAppOptionsType3 is IOAppOptionsType3, Ownable { uint16 internal constant OPTION_TYPE_3 = 3; // @dev The "msgType" should be defined in the child contract. mapping(uint32 eid => mapping(uint16 msgType => bytes enforcedOption)) public enforcedOptions; /** * @dev Sets the enforced options for specific endpoint and message type combinations. * @param _enforcedOptions An array of EnforcedOptionParam structures specifying enforced options. * * @dev Only the owner/admin of the OApp can call this function. * @dev Provides a way for the OApp to enforce things like paying for PreCrime, AND/OR minimum dst lzReceive gas amounts etc. * @dev These enforced options can vary as the potential options/execution on the remote may differ as per the msgType. * eg. Amount of lzReceive() gas necessary to deliver a lzCompose() message adds overhead you dont want to pay * if you are only making a standard LayerZero message ie. lzReceive() WITHOUT sendCompose(). */ function setEnforcedOptions(EnforcedOptionParam[] calldata _enforcedOptions) public virtual onlyOwner { _setEnforcedOptions(_enforcedOptions); } /** * @dev Sets the enforced options for specific endpoint and message type combinations. * @param _enforcedOptions An array of EnforcedOptionParam structures specifying enforced options. * * @dev Provides a way for the OApp to enforce things like paying for PreCrime, AND/OR minimum dst lzReceive gas amounts etc. * @dev These enforced options can vary as the potential options/execution on the remote may differ as per the msgType. * eg. Amount of lzReceive() gas necessary to deliver a lzCompose() message adds overhead you dont want to pay * if you are only making a standard LayerZero message ie. lzReceive() WITHOUT sendCompose(). */ function _setEnforcedOptions(EnforcedOptionParam[] memory _enforcedOptions) internal virtual { for (uint256 i = 0; i < _enforcedOptions.length; i++) { // @dev Enforced options are only available for optionType 3, as type 1 and 2 dont support combining. _assertOptionsType3(_enforcedOptions[i].options); enforcedOptions[_enforcedOptions[i].eid][_enforcedOptions[i].msgType] = _enforcedOptions[i].options; } emit EnforcedOptionSet(_enforcedOptions); } /** * @notice Combines options for a given endpoint and message type. * @param _eid The endpoint ID. * @param _msgType The OAPP message type. * @param _extraOptions Additional options passed by the caller. * @return options The combination of caller specified options AND enforced options. * * @dev If there is an enforced lzReceive option: * - {gasLimit: 200k, msg.value: 1 ether} AND a caller supplies a lzReceive option: {gasLimit: 100k, msg.value: 0.5 ether} * - The resulting options will be {gasLimit: 300k, msg.value: 1.5 ether} when the message is executed on the remote lzReceive() function. * @dev This presence of duplicated options is handled off-chain in the verifier/executor. */ function combineOptions( uint32 _eid, uint16 _msgType, bytes calldata _extraOptions ) public view virtual returns (bytes memory) { bytes memory enforced = enforcedOptions[_eid][_msgType]; // No enforced options, pass whatever the caller supplied, even if it's empty or legacy type 1/2 options. if (enforced.length == 0) return _extraOptions; // No caller options, return enforced if (_extraOptions.length == 0) return enforced; // @dev If caller provided _extraOptions, must be type 3 as its the ONLY type that can be combined. if (_extraOptions.length >= 2) { _assertOptionsType3(_extraOptions); // @dev Remove the first 2 bytes containing the type from the _extraOptions and combine with enforced. return bytes.concat(enforced, _extraOptions[2:]); } // No valid set of options was found. revert InvalidOptions(_extraOptions); } /** * @dev Internal function to assert that options are of type 3. * @param _options The options to be checked. */ function _assertOptionsType3(bytes memory _options) internal pure virtual { uint16 optionsType; assembly { optionsType := mload(add(_options, 2)) } if (optionsType != OPTION_TYPE_3) revert InvalidOptions(_options); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; // @dev Import the 'MessagingFee' and 'MessagingReceipt' so it's exposed to OApp implementers // solhint-disable-next-line no-unused-import import { OAppSender, MessagingFee, MessagingReceipt } from "./OAppSender.sol"; // @dev Import the 'Origin' so it's exposed to OApp implementers // solhint-disable-next-line no-unused-import import { OAppReceiver, Origin } from "./OAppReceiver.sol"; import { OAppCore } from "./OAppCore.sol"; /** * @title OApp * @dev Abstract contract serving as the base for OApp implementation, combining OAppSender and OAppReceiver functionality. */ abstract contract OApp is OAppSender, OAppReceiver { /** * @dev Constructor to initialize the OApp with the provided endpoint and owner. * @param _endpoint The address of the LOCAL LayerZero endpoint. * @param _delegate The delegate capable of making OApp configurations inside of the endpoint. */ constructor(address _endpoint, address _delegate) OAppCore(_endpoint, _delegate) {} /** * @notice Retrieves the OApp version information. * @return senderVersion The version of the OAppSender.sol implementation. * @return receiverVersion The version of the OAppReceiver.sol implementation. */ function oAppVersion() public pure virtual override(OAppSender, OAppReceiver) returns (uint64 senderVersion, uint64 receiverVersion) { return (SENDER_VERSION, RECEIVER_VERSION); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol"; import { IOAppCore, ILayerZeroEndpointV2 } from "./interfaces/IOAppCore.sol"; /** * @title OAppCore * @dev Abstract contract implementing the IOAppCore interface with basic OApp configurations. */ abstract contract OAppCore is IOAppCore, Ownable { // The LayerZero endpoint associated with the given OApp ILayerZeroEndpointV2 public immutable endpoint; // Mapping to store peers associated with corresponding endpoints mapping(uint32 eid => bytes32 peer) public peers; /** * @dev Constructor to initialize the OAppCore with the provided endpoint and delegate. * @param _endpoint The address of the LOCAL Layer Zero endpoint. * @param _delegate The delegate capable of making OApp configurations inside of the endpoint. * * @dev The delegate typically should be set as the owner of the contract. */ constructor(address _endpoint, address _delegate) { endpoint = ILayerZeroEndpointV2(_endpoint); if (_delegate == address(0)) revert InvalidDelegate(); endpoint.setDelegate(_delegate); } /** * @notice Sets the peer address (OApp instance) for a corresponding endpoint. * @param _eid The endpoint ID. * @param _peer The address of the peer to be associated with the corresponding endpoint. * * @dev Only the owner/admin of the OApp can call this function. * @dev Indicates that the peer is trusted to send LayerZero messages to this OApp. * @dev Set this to bytes32(0) to remove the peer address. * @dev Peer is a bytes32 to accommodate non-evm chains. */ function setPeer(uint32 _eid, bytes32 _peer) public virtual onlyOwner { _setPeer(_eid, _peer); } /** * @notice Sets the peer address (OApp instance) for a corresponding endpoint. * @param _eid The endpoint ID. * @param _peer The address of the peer to be associated with the corresponding endpoint. * * @dev Indicates that the peer is trusted to send LayerZero messages to this OApp. * @dev Set this to bytes32(0) to remove the peer address. * @dev Peer is a bytes32 to accommodate non-evm chains. */ function _setPeer(uint32 _eid, bytes32 _peer) internal virtual { peers[_eid] = _peer; emit PeerSet(_eid, _peer); } /** * @notice Internal function to get the peer address associated with a specific endpoint; reverts if NOT set. * ie. the peer is set to bytes32(0). * @param _eid The endpoint ID. * @return peer The address of the peer associated with the specified endpoint. */ function _getPeerOrRevert(uint32 _eid) internal view virtual returns (bytes32) { bytes32 peer = peers[_eid]; if (peer == bytes32(0)) revert NoPeer(_eid); return peer; } /** * @notice Sets the delegate address for the OApp. * @param _delegate The address of the delegate to be set. * * @dev Only the owner/admin of the OApp can call this function. * @dev Provides the ability for a delegate to set configs, on behalf of the OApp, directly on the Endpoint contract. */ function setDelegate(address _delegate) public onlyOwner { endpoint.setDelegate(_delegate); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { IOAppReceiver, Origin } from "./interfaces/IOAppReceiver.sol"; import { OAppCore } from "./OAppCore.sol"; /** * @title OAppReceiver * @dev Abstract contract implementing the ILayerZeroReceiver interface and extending OAppCore for OApp receivers. */ abstract contract OAppReceiver is IOAppReceiver, OAppCore { // Custom error message for when the caller is not the registered endpoint/ error OnlyEndpoint(address addr); // @dev The version of the OAppReceiver implementation. // @dev Version is bumped when changes are made to this contract. uint64 internal constant RECEIVER_VERSION = 2; /** * @notice Retrieves the OApp version information. * @return senderVersion The version of the OAppSender.sol contract. * @return receiverVersion The version of the OAppReceiver.sol contract. * * @dev Providing 0 as the default for OAppSender version. Indicates that the OAppSender is not implemented. * ie. this is a RECEIVE only OApp. * @dev If the OApp uses both OAppSender and OAppReceiver, then this needs to be override returning the correct versions. */ function oAppVersion() public view virtual returns (uint64 senderVersion, uint64 receiverVersion) { return (0, RECEIVER_VERSION); } /** * @notice Indicates whether an address is an approved composeMsg sender to the Endpoint. * @dev _origin The origin information containing the source endpoint and sender address. * - srcEid: The source chain endpoint ID. * - sender: The sender address on the src chain. * - nonce: The nonce of the message. * @dev _message The lzReceive payload. * @param _sender The sender address. * @return isSender Is a valid sender. * * @dev Applications can optionally choose to implement separate composeMsg senders that are NOT the bridging layer. * @dev The default sender IS the OAppReceiver implementer. */ function isComposeMsgSender( Origin calldata /*_origin*/, bytes calldata /*_message*/, address _sender ) public view virtual returns (bool) { return _sender == address(this); } /** * @notice Checks if the path initialization is allowed based on the provided origin. * @param origin The origin information containing the source endpoint and sender address. * @return Whether the path has been initialized. * * @dev This indicates to the endpoint that the OApp has enabled msgs for this particular path to be received. * @dev This defaults to assuming if a peer has been set, its initialized. * Can be overridden by the OApp if there is other logic to determine this. */ function allowInitializePath(Origin calldata origin) public view virtual returns (bool) { return peers[origin.srcEid] == origin.sender; } /** * @notice Retrieves the next nonce for a given source endpoint and sender address. * @dev _srcEid The source endpoint ID. * @dev _sender The sender address. * @return nonce The next nonce. * * @dev The path nonce starts from 1. If 0 is returned it means that there is NO nonce ordered enforcement. * @dev Is required by the off-chain executor to determine the OApp expects msg execution is ordered. * @dev This is also enforced by the OApp. * @dev By default this is NOT enabled. ie. nextNonce is hardcoded to return 0. */ function nextNonce(uint32 /*_srcEid*/, bytes32 /*_sender*/) public view virtual returns (uint64 nonce) { return 0; } /** * @dev Entry point for receiving messages or packets from the endpoint. * @param _origin The origin information containing the source endpoint and sender address. * - srcEid: The source chain endpoint ID. * - sender: The sender address on the src chain. * - nonce: The nonce of the message. * @param _guid The unique identifier for the received LayerZero message. * @param _message The payload of the received message. * @param _executor The address of the executor for the received message. * @param _extraData Additional arbitrary data provided by the corresponding executor. * * @dev Entry point for receiving msg/packet from the LayerZero endpoint. */ function lzReceive( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address _executor, bytes calldata _extraData ) public payable virtual { // Ensures that only the endpoint can attempt to lzReceive() messages to this OApp. if (address(endpoint) != msg.sender) revert OnlyEndpoint(msg.sender); // Ensure that the sender matches the expected peer for the source endpoint. if (_getPeerOrRevert(_origin.srcEid) != _origin.sender) revert OnlyPeer(_origin.srcEid, _origin.sender); // Call the internal OApp implementation of lzReceive. _lzReceive(_origin, _guid, _message, _executor, _extraData); } /** * @dev Internal function to implement lzReceive logic without needing to copy the basic parameter validation. */ function _lzReceive( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address _executor, bytes calldata _extraData ) internal virtual; }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { SafeERC20, IERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import { MessagingParams, MessagingFee, MessagingReceipt } from "@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol"; import { OAppCore } from "./OAppCore.sol"; /** * @title OAppSender * @dev Abstract contract implementing the OAppSender functionality for sending messages to a LayerZero endpoint. */ abstract contract OAppSender is OAppCore { using SafeERC20 for IERC20; // Custom error messages error NotEnoughNative(uint256 msgValue); error LzTokenUnavailable(); // @dev The version of the OAppSender implementation. // @dev Version is bumped when changes are made to this contract. uint64 internal constant SENDER_VERSION = 1; /** * @notice Retrieves the OApp version information. * @return senderVersion The version of the OAppSender.sol contract. * @return receiverVersion The version of the OAppReceiver.sol contract. * * @dev Providing 0 as the default for OAppReceiver version. Indicates that the OAppReceiver is not implemented. * ie. this is a SEND only OApp. * @dev If the OApp uses both OAppSender and OAppReceiver, then this needs to be override returning the correct versions */ function oAppVersion() public view virtual returns (uint64 senderVersion, uint64 receiverVersion) { return (SENDER_VERSION, 0); } /** * @dev Internal function to interact with the LayerZero EndpointV2.quote() for fee calculation. * @param _dstEid The destination endpoint ID. * @param _message The message payload. * @param _options Additional options for the message. * @param _payInLzToken Flag indicating whether to pay the fee in LZ tokens. * @return fee The calculated MessagingFee for the message. * - nativeFee: The native fee for the message. * - lzTokenFee: The LZ token fee for the message. */ function _quote( uint32 _dstEid, bytes memory _message, bytes memory _options, bool _payInLzToken ) internal view virtual returns (MessagingFee memory fee) { return endpoint.quote( MessagingParams(_dstEid, _getPeerOrRevert(_dstEid), _message, _options, _payInLzToken), address(this) ); } /** * @dev Internal function to interact with the LayerZero EndpointV2.send() for sending a message. * @param _dstEid The destination endpoint ID. * @param _message The message payload. * @param _options Additional options for the message. * @param _fee The calculated LayerZero fee for the message. * - nativeFee: The native fee. * - lzTokenFee: The lzToken fee. * @param _refundAddress The address to receive any excess fee values sent to the endpoint. * @return receipt The receipt for the sent message. * - guid: The unique identifier for the sent message. * - nonce: The nonce of the sent message. * - fee: The LayerZero fee incurred for the message. */ function _lzSend( uint32 _dstEid, bytes memory _message, bytes memory _options, MessagingFee memory _fee, address _refundAddress ) internal virtual returns (MessagingReceipt memory receipt) { // @dev Push corresponding fees to the endpoint, any excess is sent back to the _refundAddress from the endpoint. uint256 messageValue = _payNative(_fee.nativeFee); if (_fee.lzTokenFee > 0) _payLzToken(_fee.lzTokenFee); return // solhint-disable-next-line check-send-result endpoint.send{ value: messageValue }( MessagingParams(_dstEid, _getPeerOrRevert(_dstEid), _message, _options, _fee.lzTokenFee > 0), _refundAddress ); } /** * @dev Internal function to pay the native fee associated with the message. * @param _nativeFee The native fee to be paid. * @return nativeFee The amount of native currency paid. * * @dev If the OApp needs to initiate MULTIPLE LayerZero messages in a single transaction, * this will need to be overridden because msg.value would contain multiple lzFees. * @dev Should be overridden in the event the LayerZero endpoint requires a different native currency. * @dev Some EVMs use an ERC20 as a method for paying transactions/gasFees. * @dev The endpoint is EITHER/OR, ie. it will NOT support both types of native payment at a time. */ function _payNative(uint256 _nativeFee) internal virtual returns (uint256 nativeFee) { if (msg.value != _nativeFee) revert NotEnoughNative(msg.value); return _nativeFee; } /** * @dev Internal function to pay the LZ token fee associated with the message. * @param _lzTokenFee The LZ token fee to be paid. * * @dev If the caller is trying to pay in the specified lzToken, then the lzTokenFee is passed to the endpoint. * @dev Any excess sent, is passed back to the specified _refundAddress in the _lzSend(). */ function _payLzToken(uint256 _lzTokenFee) internal virtual { // @dev Cannot cache the token because it is not immutable in the endpoint. address lzToken = endpoint.lzToken(); if (lzToken == address(0)) revert LzTokenUnavailable(); // Pay LZ token fee by sending tokens to the endpoint. IERC20(lzToken).safeTransferFrom(msg.sender, address(endpoint), _lzTokenFee); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { MessagingReceipt, MessagingFee } from "../../oapp/OAppSender.sol"; /** * @dev Struct representing token parameters for the OFT send() operation. */ struct SendParam { uint32 dstEid; // Destination endpoint ID. bytes32 to; // Recipient address. uint256 amountLD; // Amount to send in local decimals. uint256 minAmountLD; // Minimum amount to send in local decimals. bytes extraOptions; // Additional options supplied by the caller to be used in the LayerZero message. bytes composeMsg; // The composed message for the send() operation. bytes oftCmd; // The OFT command to be executed, unused in default OFT implementations. } /** * @dev Struct representing OFT limit information. * @dev These amounts can change dynamically and are up the the specific oft implementation. */ struct OFTLimit { uint256 minAmountLD; // Minimum amount in local decimals that can be sent to the recipient. uint256 maxAmountLD; // Maximum amount in local decimals that can be sent to the recipient. } /** * @dev Struct representing OFT receipt information. */ struct OFTReceipt { uint256 amountSentLD; // Amount of tokens ACTUALLY debited from the sender in local decimals. // @dev In non-default implementations, the amountReceivedLD COULD differ from this value. uint256 amountReceivedLD; // Amount of tokens to be received on the remote side. } /** * @dev Struct representing OFT fee details. * @dev Future proof mechanism to provide a standardized way to communicate fees to things like a UI. */ struct OFTFeeDetail { int256 feeAmountLD; // Amount of the fee in local decimals. string description; // Description of the fee. } /** * @title IOFT * @dev Interface for the OftChain (OFT) token. * @dev Does not inherit ERC20 to accommodate usage by OFTAdapter as well. * @dev This specific interface ID is '0x02e49c2c'. */ interface IOFT { // Custom error messages error InvalidLocalDecimals(); error SlippageExceeded(uint256 amountLD, uint256 minAmountLD); // Events event OFTSent( bytes32 indexed guid, // GUID of the OFT message. uint32 dstEid, // Destination Endpoint ID. address indexed fromAddress, // Address of the sender on the src chain. uint256 amountSentLD, // Amount of tokens sent in local decimals. uint256 amountReceivedLD // Amount of tokens received in local decimals. ); event OFTReceived( bytes32 indexed guid, // GUID of the OFT message. uint32 srcEid, // Source Endpoint ID. address indexed toAddress, // Address of the recipient on the dst chain. uint256 amountReceivedLD // Amount of tokens received in local decimals. ); /** * @notice Retrieves interfaceID and the version of the OFT. * @return interfaceId The interface ID. * @return version The version. * * @dev interfaceId: This specific interface ID is '0x02e49c2c'. * @dev version: Indicates a cross-chain compatible msg encoding with other OFTs. * @dev If a new feature is added to the OFT cross-chain msg encoding, the version will be incremented. * ie. localOFT version(x,1) CAN send messages to remoteOFT version(x,1) */ function oftVersion() external view returns (bytes4 interfaceId, uint64 version); /** * @notice Retrieves the address of the token associated with the OFT. * @return token The address of the ERC20 token implementation. */ function token() external view returns (address); /** * @notice Indicates whether the OFT contract requires approval of the 'token()' to send. * @return requiresApproval Needs approval of the underlying token implementation. * * @dev Allows things like wallet implementers to determine integration requirements, * without understanding the underlying token implementation. */ function approvalRequired() external view returns (bool); /** * @notice Retrieves the shared decimals of the OFT. * @return sharedDecimals The shared decimals of the OFT. */ function sharedDecimals() external view returns (uint8); /** * @notice Provides a quote for OFT-related operations. * @param _sendParam The parameters for the send operation. * @return limit The OFT limit information. * @return oftFeeDetails The details of OFT fees. * @return receipt The OFT receipt information. */ function quoteOFT( SendParam calldata _sendParam ) external view returns (OFTLimit memory, OFTFeeDetail[] memory oftFeeDetails, OFTReceipt memory); /** * @notice Provides a quote for the send() operation. * @param _sendParam The parameters for the send() operation. * @param _payInLzToken Flag indicating whether the caller is paying in the LZ token. * @return fee The calculated LayerZero messaging fee from the send() operation. * * @dev MessagingFee: LayerZero msg fee * - nativeFee: The native fee. * - lzTokenFee: The lzToken fee. */ function quoteSend(SendParam calldata _sendParam, bool _payInLzToken) external view returns (MessagingFee memory); /** * @notice Executes the send() operation. * @param _sendParam The parameters for the send operation. * @param _fee The fee information supplied by the caller. * - nativeFee: The native fee. * - lzTokenFee: The lzToken fee. * @param _refundAddress The address to receive any excess funds from fees etc. on the src. * @return receipt The LayerZero messaging receipt from the send() operation. * @return oftReceipt The OFT receipt information. * * @dev MessagingReceipt: LayerZero msg receipt * - guid: The unique identifier for the sent message. * - nonce: The nonce of the sent message. * - fee: The LayerZero fee incurred for the message. */ function send( SendParam calldata _sendParam, MessagingFee calldata _fee, address _refundAddress ) external payable returns (MessagingReceipt memory, OFTReceipt memory); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; library OFTComposeMsgCodec { // Offset constants for decoding composed messages uint8 private constant NONCE_OFFSET = 8; uint8 private constant SRC_EID_OFFSET = 12; uint8 private constant AMOUNT_LD_OFFSET = 44; uint8 private constant COMPOSE_FROM_OFFSET = 76; /** * @dev Encodes a OFT composed message. * @param _nonce The nonce value. * @param _srcEid The source endpoint ID. * @param _amountLD The amount in local decimals. * @param _composeMsg The composed message. * @return _msg The encoded Composed message. */ function encode( uint64 _nonce, uint32 _srcEid, uint256 _amountLD, bytes memory _composeMsg // 0x[composeFrom][composeMsg] ) internal pure returns (bytes memory _msg) { _msg = abi.encodePacked(_nonce, _srcEid, _amountLD, _composeMsg); } /** * @dev Retrieves the nonce from the composed message. * @param _msg The message. * @return The nonce value. */ function nonce(bytes calldata _msg) internal pure returns (uint64) { return uint64(bytes8(_msg[:NONCE_OFFSET])); } /** * @dev Retrieves the source endpoint ID from the composed message. * @param _msg The message. * @return The source endpoint ID. */ function srcEid(bytes calldata _msg) internal pure returns (uint32) { return uint32(bytes4(_msg[NONCE_OFFSET:SRC_EID_OFFSET])); } /** * @dev Retrieves the amount in local decimals from the composed message. * @param _msg The message. * @return The amount in local decimals. */ function amountLD(bytes calldata _msg) internal pure returns (uint256) { return uint256(bytes32(_msg[SRC_EID_OFFSET:AMOUNT_LD_OFFSET])); } /** * @dev Retrieves the composeFrom value from the composed message. * @param _msg The message. * @return The composeFrom value. */ function composeFrom(bytes calldata _msg) internal pure returns (bytes32) { return bytes32(_msg[AMOUNT_LD_OFFSET:COMPOSE_FROM_OFFSET]); } /** * @dev Retrieves the composed message. * @param _msg The message. * @return The composed message. */ function composeMsg(bytes calldata _msg) internal pure returns (bytes memory) { return _msg[COMPOSE_FROM_OFFSET:]; } /** * @dev Converts an address to bytes32. * @param _addr The address to convert. * @return The bytes32 representation of the address. */ function addressToBytes32(address _addr) internal pure returns (bytes32) { return bytes32(uint256(uint160(_addr))); } /** * @dev Converts bytes32 to an address. * @param _b The bytes32 value to convert. * @return The address representation of bytes32. */ function bytes32ToAddress(bytes32 _b) internal pure returns (address) { return address(uint160(uint256(_b))); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; library OFTMsgCodec { // Offset constants for encoding and decoding OFT messages uint8 private constant SEND_TO_OFFSET = 32; uint8 private constant SEND_AMOUNT_SD_OFFSET = 40; /** * @dev Encodes an OFT LayerZero message. * @param _sendTo The recipient address. * @param _amountShared The amount in shared decimals. * @param _composeMsg The composed message. * @return _msg The encoded message. * @return hasCompose A boolean indicating whether the message has a composed payload. */ function encode( bytes32 _sendTo, uint64 _amountShared, bytes memory _composeMsg ) internal view returns (bytes memory _msg, bool hasCompose) { hasCompose = _composeMsg.length > 0; // @dev Remote chains will want to know the composed function caller ie. msg.sender on the src. _msg = hasCompose ? abi.encodePacked(_sendTo, _amountShared, addressToBytes32(msg.sender), _composeMsg) : abi.encodePacked(_sendTo, _amountShared); } /** * @dev Checks if the OFT message is composed. * @param _msg The OFT message. * @return A boolean indicating whether the message is composed. */ function isComposed(bytes calldata _msg) internal pure returns (bool) { return _msg.length > SEND_AMOUNT_SD_OFFSET; } /** * @dev Retrieves the recipient address from the OFT message. * @param _msg The OFT message. * @return The recipient address. */ function sendTo(bytes calldata _msg) internal pure returns (bytes32) { return bytes32(_msg[:SEND_TO_OFFSET]); } /** * @dev Retrieves the amount in shared decimals from the OFT message. * @param _msg The OFT message. * @return The amount in shared decimals. */ function amountSD(bytes calldata _msg) internal pure returns (uint64) { return uint64(bytes8(_msg[SEND_TO_OFFSET:SEND_AMOUNT_SD_OFFSET])); } /** * @dev Retrieves the composed message from the OFT message. * @param _msg The OFT message. * @return The composed message. */ function composeMsg(bytes calldata _msg) internal pure returns (bytes memory) { return _msg[SEND_AMOUNT_SD_OFFSET:]; } /** * @dev Converts an address to bytes32. * @param _addr The address to convert. * @return The bytes32 representation of the address. */ function addressToBytes32(address _addr) internal pure returns (bytes32) { return bytes32(uint256(uint160(_addr))); } /** * @dev Converts bytes32 to an address. * @param _b The bytes32 value to convert. * @return The address representation of bytes32. */ function bytes32ToAddress(bytes32 _b) internal pure returns (address) { return address(uint160(uint256(_b))); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { IERC20Metadata, IERC20 } from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol"; import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import { IOFT, OFTCore } from "./OFTCore.sol"; /** * @title OFTAdapter Contract * @dev OFTAdapter is a contract that adapts an ERC-20 token to the OFT functionality. * * @dev For existing ERC20 tokens, this can be used to convert the token to crosschain compatibility. * @dev WARNING: ONLY 1 of these should exist for a given global mesh, * unless you make a NON-default implementation of OFT and needs to be done very carefully. * @dev WARNING: The default OFTAdapter implementation assumes LOSSLESS transfers, ie. 1 token in, 1 token out. * IF the 'innerToken' applies something like a transfer fee, the default will NOT work... * a pre/post balance check will need to be done to calculate the amountSentLD/amountReceivedLD. */ abstract contract OFTAdapter is OFTCore { using SafeERC20 for IERC20; IERC20 internal immutable innerToken; /** * @dev Constructor for the OFTAdapter contract. * @param _token The address of the ERC-20 token to be adapted. * @param _lzEndpoint The LayerZero endpoint address. * @param _delegate The delegate capable of making OApp configurations inside of the endpoint. */ constructor( address _token, address _lzEndpoint, address _delegate ) OFTCore(IERC20Metadata(_token).decimals(), _lzEndpoint, _delegate) { innerToken = IERC20(_token); } /** * @dev Retrieves the address of the underlying ERC20 implementation. * @return The address of the adapted ERC-20 token. * * @dev In the case of OFTAdapter, address(this) and erc20 are NOT the same contract. */ function token() public view returns (address) { return address(innerToken); } /** * @notice Indicates whether the OFT contract requires approval of the 'token()' to send. * @return requiresApproval Needs approval of the underlying token implementation. * * @dev In the case of default OFTAdapter, approval is required. * @dev In non-default OFTAdapter contracts with something like mint and burn privileges, it would NOT need approval. */ function approvalRequired() external pure virtual returns (bool) { return true; } /** * @dev Burns tokens from the sender's specified balance, ie. pull method. * @param _from The address to debit from. * @param _amountLD The amount of tokens to send in local decimals. * @param _minAmountLD The minimum amount to send in local decimals. * @param _dstEid The destination chain ID. * @return amountSentLD The amount sent in local decimals. * @return amountReceivedLD The amount received in local decimals on the remote. * * @dev msg.sender will need to approve this _amountLD of tokens to be locked inside of the contract. * @dev WARNING: The default OFTAdapter implementation assumes LOSSLESS transfers, ie. 1 token in, 1 token out. * IF the 'innerToken' applies something like a transfer fee, the default will NOT work... * a pre/post balance check will need to be done to calculate the amountReceivedLD. */ function _debit( address _from, uint256 _amountLD, uint256 _minAmountLD, uint32 _dstEid ) internal virtual override returns (uint256 amountSentLD, uint256 amountReceivedLD) { (amountSentLD, amountReceivedLD) = _debitView(_amountLD, _minAmountLD, _dstEid); // @dev Lock tokens by moving them into this contract from the caller. innerToken.safeTransferFrom(_from, address(this), amountSentLD); } /** * @dev Credits tokens to the specified address. * @param _to The address to credit the tokens to. * @param _amountLD The amount of tokens to credit in local decimals. * @dev _srcEid The source chain ID. * @return amountReceivedLD The amount of tokens ACTUALLY received in local decimals. * * @dev WARNING: The default OFTAdapter implementation assumes LOSSLESS transfers, ie. 1 token in, 1 token out. * IF the 'innerToken' applies something like a transfer fee, the default will NOT work... * a pre/post balance check will need to be done to calculate the amountReceivedLD. */ function _credit( address _to, uint256 _amountLD, uint32 /*_srcEid*/ ) internal virtual override returns (uint256 amountReceivedLD) { // @dev Unlock the tokens and transfer to the recipient. innerToken.safeTransfer(_to, _amountLD); // @dev In the case of NON-default OFTAdapter, the amountLD MIGHT not be == amountReceivedLD. return _amountLD; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { OApp, Origin } from "../oapp/OApp.sol"; import { OAppOptionsType3 } from "../oapp/libs/OAppOptionsType3.sol"; import { IOAppMsgInspector } from "../oapp/interfaces/IOAppMsgInspector.sol"; import { OAppPreCrimeSimulator } from "../precrime/OAppPreCrimeSimulator.sol"; import { IOFT, SendParam, OFTLimit, OFTReceipt, OFTFeeDetail, MessagingReceipt, MessagingFee } from "./interfaces/IOFT.sol"; import { OFTMsgCodec } from "./libs/OFTMsgCodec.sol"; import { OFTComposeMsgCodec } from "./libs/OFTComposeMsgCodec.sol"; /** * @title OFTCore * @dev Abstract contract for the OftChain (OFT) token. */ abstract contract OFTCore is IOFT, OApp, OAppPreCrimeSimulator, OAppOptionsType3 { using OFTMsgCodec for bytes; using OFTMsgCodec for bytes32; // @notice Provides a conversion rate when swapping between denominations of SD and LD // - shareDecimals == SD == shared Decimals // - localDecimals == LD == local decimals // @dev Considers that tokens have different decimal amounts on various chains. // @dev eg. // For a token // - locally with 4 decimals --> 1.2345 => uint(12345) // - remotely with 2 decimals --> 1.23 => uint(123) // - The conversion rate would be 10 ** (4 - 2) = 100 // @dev If you want to send 1.2345 -> (uint 12345), you CANNOT represent that value on the remote, // you can only display 1.23 -> uint(123). // @dev To preserve the dust that would otherwise be lost on that conversion, // we need to unify a denomination that can be represented on ALL chains inside of the OFT mesh uint256 public immutable decimalConversionRate; // @notice Msg types that are used to identify the various OFT operations. // @dev This can be extended in child contracts for non-default oft operations // @dev These values are used in things like combineOptions() in OAppOptionsType3.sol. uint16 public constant SEND = 1; uint16 public constant SEND_AND_CALL = 2; // Address of an optional contract to inspect both 'message' and 'options' address public msgInspector; event MsgInspectorSet(address inspector); /** * @dev Constructor. * @param _localDecimals The decimals of the token on the local chain (this chain). * @param _endpoint The address of the LayerZero endpoint. * @param _delegate The delegate capable of making OApp configurations inside of the endpoint. */ constructor(uint8 _localDecimals, address _endpoint, address _delegate) OApp(_endpoint, _delegate) { if (_localDecimals < sharedDecimals()) revert InvalidLocalDecimals(); decimalConversionRate = 10 ** (_localDecimals - sharedDecimals()); } /** * @notice Retrieves interfaceID and the version of the OFT. * @return interfaceId The interface ID. * @return version The version. * * @dev interfaceId: This specific interface ID is '0x02e49c2c'. * @dev version: Indicates a cross-chain compatible msg encoding with other OFTs. * @dev If a new feature is added to the OFT cross-chain msg encoding, the version will be incremented. * ie. localOFT version(x,1) CAN send messages to remoteOFT version(x,1) */ function oftVersion() external pure virtual returns (bytes4 interfaceId, uint64 version) { return (type(IOFT).interfaceId, 1); } /** * @dev Retrieves the shared decimals of the OFT. * @return The shared decimals of the OFT. * * @dev Sets an implicit cap on the amount of tokens, over uint64.max() will need some sort of outbound cap / totalSupply cap * Lowest common decimal denominator between chains. * Defaults to 6 decimal places to provide up to 18,446,744,073,709.551615 units (max uint64). * For tokens exceeding this totalSupply(), they will need to override the sharedDecimals function with something smaller. * ie. 4 sharedDecimals would be 1,844,674,407,370,955.1615 */ function sharedDecimals() public view virtual returns (uint8) { return 6; } /** * @dev Sets the message inspector address for the OFT. * @param _msgInspector The address of the message inspector. * * @dev This is an optional contract that can be used to inspect both 'message' and 'options'. * @dev Set it to address(0) to disable it, or set it to a contract address to enable it. */ function setMsgInspector(address _msgInspector) public virtual onlyOwner { msgInspector = _msgInspector; emit MsgInspectorSet(_msgInspector); } /** * @notice Provides a quote for OFT-related operations. * @param _sendParam The parameters for the send operation. * @return oftLimit The OFT limit information. * @return oftFeeDetails The details of OFT fees. * @return oftReceipt The OFT receipt information. */ function quoteOFT( SendParam calldata _sendParam ) external view virtual returns (OFTLimit memory oftLimit, OFTFeeDetail[] memory oftFeeDetails, OFTReceipt memory oftReceipt) { uint256 minAmountLD = 0; // Unused in the default implementation. uint256 maxAmountLD = type(uint64).max; // Unused in the default implementation. oftLimit = OFTLimit(minAmountLD, maxAmountLD); // Unused in the default implementation; reserved for future complex fee details. oftFeeDetails = new OFTFeeDetail[](0); // @dev This is the same as the send() operation, but without the actual send. // - amountSentLD is the amount in local decimals that would be sent from the sender. // - amountReceivedLD is the amount in local decimals that will be credited to the recipient on the remote OFT instance. // @dev The amountSentLD MIGHT not equal the amount the user actually receives. HOWEVER, the default does. (uint256 amountSentLD, uint256 amountReceivedLD) = _debitView( _sendParam.amountLD, _sendParam.minAmountLD, _sendParam.dstEid ); oftReceipt = OFTReceipt(amountSentLD, amountReceivedLD); } /** * @notice Provides a quote for the send() operation. * @param _sendParam The parameters for the send() operation. * @param _payInLzToken Flag indicating whether the caller is paying in the LZ token. * @return msgFee The calculated LayerZero messaging fee from the send() operation. * * @dev MessagingFee: LayerZero msg fee * - nativeFee: The native fee. * - lzTokenFee: The lzToken fee. */ function quoteSend( SendParam calldata _sendParam, bool _payInLzToken ) external view virtual returns (MessagingFee memory msgFee) { // @dev mock the amount to receive, this is the same operation used in the send(). // The quote is as similar as possible to the actual send() operation. (, uint256 amountReceivedLD) = _debitView(_sendParam.amountLD, _sendParam.minAmountLD, _sendParam.dstEid); // @dev Builds the options and OFT message to quote in the endpoint. (bytes memory message, bytes memory options) = _buildMsgAndOptions(_sendParam, amountReceivedLD); // @dev Calculates the LayerZero fee for the send() operation. return _quote(_sendParam.dstEid, message, options, _payInLzToken); } /** * @dev Executes the send operation. * @param _sendParam The parameters for the send operation. * @param _fee The calculated fee for the send() operation. * - nativeFee: The native fee. * - lzTokenFee: The lzToken fee. * @param _refundAddress The address to receive any excess funds. * @return msgReceipt The receipt for the send operation. * @return oftReceipt The OFT receipt information. * * @dev MessagingReceipt: LayerZero msg receipt * - guid: The unique identifier for the sent message. * - nonce: The nonce of the sent message. * - fee: The LayerZero fee incurred for the message. */ function send( SendParam calldata _sendParam, MessagingFee calldata _fee, address _refundAddress ) external payable virtual returns (MessagingReceipt memory msgReceipt, OFTReceipt memory oftReceipt) { // @dev Applies the token transfers regarding this send() operation. // - amountSentLD is the amount in local decimals that was ACTUALLY sent/debited from the sender. // - amountReceivedLD is the amount in local decimals that will be received/credited to the recipient on the remote OFT instance. (uint256 amountSentLD, uint256 amountReceivedLD) = _debit( msg.sender, _sendParam.amountLD, _sendParam.minAmountLD, _sendParam.dstEid ); // @dev Builds the options and OFT message to quote in the endpoint. (bytes memory message, bytes memory options) = _buildMsgAndOptions(_sendParam, amountReceivedLD); // @dev Sends the message to the LayerZero endpoint and returns the LayerZero msg receipt. msgReceipt = _lzSend(_sendParam.dstEid, message, options, _fee, _refundAddress); // @dev Formulate the OFT receipt. oftReceipt = OFTReceipt(amountSentLD, amountReceivedLD); emit OFTSent(msgReceipt.guid, _sendParam.dstEid, msg.sender, amountSentLD, amountReceivedLD); } /** * @dev Internal function to build the message and options. * @param _sendParam The parameters for the send() operation. * @param _amountLD The amount in local decimals. * @return message The encoded message. * @return options The encoded options. */ function _buildMsgAndOptions( SendParam calldata _sendParam, uint256 _amountLD ) internal view virtual returns (bytes memory message, bytes memory options) { bool hasCompose; // @dev This generated message has the msg.sender encoded into the payload so the remote knows who the caller is. (message, hasCompose) = OFTMsgCodec.encode( _sendParam.to, _toSD(_amountLD), // @dev Must be include a non empty bytes if you want to compose, EVEN if you dont need it on the remote. // EVEN if you dont require an arbitrary payload to be sent... eg. '0x01' _sendParam.composeMsg ); // @dev Change the msg type depending if its composed or not. uint16 msgType = hasCompose ? SEND_AND_CALL : SEND; // @dev Combine the callers _extraOptions with the enforced options via the OAppOptionsType3. options = combineOptions(_sendParam.dstEid, msgType, _sendParam.extraOptions); // @dev Optionally inspect the message and options depending if the OApp owner has set a msg inspector. // @dev If it fails inspection, needs to revert in the implementation. ie. does not rely on return boolean if (msgInspector != address(0)) IOAppMsgInspector(msgInspector).inspect(message, options); } /** * @dev Internal function to handle the receive on the LayerZero endpoint. * @param _origin The origin information. * - srcEid: The source chain endpoint ID. * - sender: The sender address from the src chain. * - nonce: The nonce of the LayerZero message. * @param _guid The unique identifier for the received LayerZero message. * @param _message The encoded message. * @dev _executor The address of the executor. * @dev _extraData Additional data. */ function _lzReceive( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address /*_executor*/, // @dev unused in the default implementation. bytes calldata /*_extraData*/ // @dev unused in the default implementation. ) internal virtual override { // @dev The src sending chain doesnt know the address length on this chain (potentially non-evm) // Thus everything is bytes32() encoded in flight. address toAddress = _message.sendTo().bytes32ToAddress(); // @dev Credit the amountLD to the recipient and return the ACTUAL amount the recipient received in local decimals uint256 amountReceivedLD = _credit(toAddress, _toLD(_message.amountSD()), _origin.srcEid); if (_message.isComposed()) { // @dev Proprietary composeMsg format for the OFT. bytes memory composeMsg = OFTComposeMsgCodec.encode( _origin.nonce, _origin.srcEid, amountReceivedLD, _message.composeMsg() ); // @dev Stores the lzCompose payload that will be executed in a separate tx. // Standardizes functionality for executing arbitrary contract invocation on some non-evm chains. // @dev The off-chain executor will listen and process the msg based on the src-chain-callers compose options passed. // @dev The index is used when a OApp needs to compose multiple msgs on lzReceive. // For default OFT implementation there is only 1 compose msg per lzReceive, thus its always 0. endpoint.sendCompose(toAddress, _guid, 0 /* the index of the composed message*/, composeMsg); } emit OFTReceived(_guid, _origin.srcEid, toAddress, amountReceivedLD); } /** * @dev Internal function to handle the OAppPreCrimeSimulator simulated receive. * @param _origin The origin information. * - srcEid: The source chain endpoint ID. * - sender: The sender address from the src chain. * - nonce: The nonce of the LayerZero message. * @param _guid The unique identifier for the received LayerZero message. * @param _message The LayerZero message. * @param _executor The address of the off-chain executor. * @param _extraData Arbitrary data passed by the msg executor. * * @dev Enables the preCrime simulator to mock sending lzReceive() messages, * routes the msg down from the OAppPreCrimeSimulator, and back up to the OAppReceiver. */ function _lzReceiveSimulate( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address _executor, bytes calldata _extraData ) internal virtual override { _lzReceive(_origin, _guid, _message, _executor, _extraData); } /** * @dev Check if the peer is considered 'trusted' by the OApp. * @param _eid The endpoint ID to check. * @param _peer The peer to check. * @return Whether the peer passed is considered 'trusted' by the OApp. * * @dev Enables OAppPreCrimeSimulator to check whether a potential Inbound Packet is from a trusted source. */ function isPeer(uint32 _eid, bytes32 _peer) public view virtual override returns (bool) { return peers[_eid] == _peer; } /** * @dev Internal function to remove dust from the given local decimal amount. * @param _amountLD The amount in local decimals. * @return amountLD The amount after removing dust. * * @dev Prevents the loss of dust when moving amounts between chains with different decimals. * @dev eg. uint(123) with a conversion rate of 100 becomes uint(100). */ function _removeDust(uint256 _amountLD) internal view virtual returns (uint256 amountLD) { return (_amountLD / decimalConversionRate) * decimalConversionRate; } /** * @dev Internal function to convert an amount from shared decimals into local decimals. * @param _amountSD The amount in shared decimals. * @return amountLD The amount in local decimals. */ function _toLD(uint64 _amountSD) internal view virtual returns (uint256 amountLD) { return _amountSD * decimalConversionRate; } /** * @dev Internal function to convert an amount from local decimals into shared decimals. * @param _amountLD The amount in local decimals. * @return amountSD The amount in shared decimals. */ function _toSD(uint256 _amountLD) internal view virtual returns (uint64 amountSD) { return uint64(_amountLD / decimalConversionRate); } /** * @dev Internal function to mock the amount mutation from a OFT debit() operation. * @param _amountLD The amount to send in local decimals. * @param _minAmountLD The minimum amount to send in local decimals. * @dev _dstEid The destination endpoint ID. * @return amountSentLD The amount sent, in local decimals. * @return amountReceivedLD The amount to be received on the remote chain, in local decimals. * * @dev This is where things like fees would be calculated and deducted from the amount to be received on the remote. */ function _debitView( uint256 _amountLD, uint256 _minAmountLD, uint32 /*_dstEid*/ ) internal view virtual returns (uint256 amountSentLD, uint256 amountReceivedLD) { // @dev Remove the dust so nothing is lost on the conversion between chains with different decimals for the token. amountSentLD = _removeDust(_amountLD); // @dev The amount to send is the same as amount received in the default implementation. amountReceivedLD = amountSentLD; // @dev Check for slippage. if (amountReceivedLD < _minAmountLD) { revert SlippageExceeded(amountReceivedLD, _minAmountLD); } } /** * @dev Internal function to perform a debit operation. * @param _from The address to debit. * @param _amountLD The amount to send in local decimals. * @param _minAmountLD The minimum amount to send in local decimals. * @param _dstEid The destination endpoint ID. * @return amountSentLD The amount sent in local decimals. * @return amountReceivedLD The amount received in local decimals on the remote. * * @dev Defined here but are intended to be overriden depending on the OFT implementation. * @dev Depending on OFT implementation the _amountLD could differ from the amountReceivedLD. */ function _debit( address _from, uint256 _amountLD, uint256 _minAmountLD, uint32 _dstEid ) internal virtual returns (uint256 amountSentLD, uint256 amountReceivedLD); /** * @dev Internal function to perform a credit operation. * @param _to The address to credit. * @param _amountLD The amount to credit in local decimals. * @param _srcEid The source endpoint ID. * @return amountReceivedLD The amount ACTUALLY received in local decimals. * * @dev Defined here but are intended to be overriden depending on the OFT implementation. * @dev Depending on OFT implementation the _amountLD could differ from the amountReceivedLD. */ function _credit( address _to, uint256 _amountLD, uint32 _srcEid ) internal virtual returns (uint256 amountReceivedLD); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; // @dev Import the Origin so it's exposed to OAppPreCrimeSimulator implementers. // solhint-disable-next-line no-unused-import import { InboundPacket, Origin } from "../libs/Packet.sol"; /** * @title IOAppPreCrimeSimulator Interface * @dev Interface for the preCrime simulation functionality in an OApp. */ interface IOAppPreCrimeSimulator { // @dev simulation result used in PreCrime implementation error SimulationResult(bytes result); error OnlySelf(); /** * @dev Emitted when the preCrime contract address is set. * @param preCrimeAddress The address of the preCrime contract. */ event PreCrimeSet(address preCrimeAddress); /** * @dev Retrieves the address of the preCrime contract implementation. * @return The address of the preCrime contract. */ function preCrime() external view returns (address); /** * @dev Retrieves the address of the OApp contract. * @return The address of the OApp contract. */ function oApp() external view returns (address); /** * @dev Sets the preCrime contract address. * @param _preCrime The address of the preCrime contract. */ function setPreCrime(address _preCrime) external; /** * @dev Mocks receiving a packet, then reverts with a series of data to infer the state/result. * @param _packets An array of LayerZero InboundPacket objects representing received packets. */ function lzReceiveAndRevert(InboundPacket[] calldata _packets) external payable; /** * @dev checks if the specified peer is considered 'trusted' by the OApp. * @param _eid The endpoint Id to check. * @param _peer The peer to check. * @return Whether the peer passed is considered 'trusted' by the OApp. */ function isPeer(uint32 _eid, bytes32 _peer) external view returns (bool); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; struct PreCrimePeer { uint32 eid; bytes32 preCrime; bytes32 oApp; } // TODO not done yet interface IPreCrime { error OnlyOffChain(); // for simulate() error PacketOversize(uint256 max, uint256 actual); error PacketUnsorted(); error SimulationFailed(bytes reason); // for preCrime() error SimulationResultNotFound(uint32 eid); error InvalidSimulationResult(uint32 eid, bytes reason); error CrimeFound(bytes crime); function getConfig(bytes[] calldata _packets, uint256[] calldata _packetMsgValues) external returns (bytes memory); function simulate( bytes[] calldata _packets, uint256[] calldata _packetMsgValues ) external payable returns (bytes memory); function buildSimulationResult() external view returns (bytes memory); function preCrime( bytes[] calldata _packets, uint256[] calldata _packetMsgValues, bytes[] calldata _simulations ) external; function version() external view returns (uint64 major, uint8 minor); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { Origin } from "@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol"; import { PacketV1Codec } from "@layerzerolabs/lz-evm-protocol-v2/contracts/messagelib/libs/PacketV1Codec.sol"; /** * @title InboundPacket * @dev Structure representing an inbound packet received by the contract. */ struct InboundPacket { Origin origin; // Origin information of the packet. uint32 dstEid; // Destination endpointId of the packet. address receiver; // Receiver address for the packet. bytes32 guid; // Unique identifier of the packet. uint256 value; // msg.value of the packet. address executor; // Executor address for the packet. bytes message; // Message payload of the packet. bytes extraData; // Additional arbitrary data for the packet. } /** * @title PacketDecoder * @dev Library for decoding LayerZero packets. */ library PacketDecoder { using PacketV1Codec for bytes; /** * @dev Decode an inbound packet from the given packet data. * @param _packet The packet data to decode. * @return packet An InboundPacket struct representing the decoded packet. */ function decode(bytes calldata _packet) internal pure returns (InboundPacket memory packet) { packet.origin = Origin(_packet.srcEid(), _packet.sender(), _packet.nonce()); packet.dstEid = _packet.dstEid(); packet.receiver = _packet.receiverB20(); packet.guid = _packet.guid(); packet.message = _packet.message(); } /** * @dev Decode multiple inbound packets from the given packet data and associated message values. * @param _packets An array of packet data to decode. * @param _packetMsgValues An array of associated message values for each packet. * @return packets An array of InboundPacket structs representing the decoded packets. */ function decode( bytes[] calldata _packets, uint256[] memory _packetMsgValues ) internal pure returns (InboundPacket[] memory packets) { packets = new InboundPacket[](_packets.length); for (uint256 i = 0; i < _packets.length; i++) { bytes calldata packet = _packets[i]; packets[i] = PacketDecoder.decode(packet); // @dev Allows the verifier to specify the msg.value that gets passed in lzReceive. packets[i].value = _packetMsgValues[i]; } } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol"; import { IPreCrime } from "./interfaces/IPreCrime.sol"; import { IOAppPreCrimeSimulator, InboundPacket, Origin } from "./interfaces/IOAppPreCrimeSimulator.sol"; /** * @title OAppPreCrimeSimulator * @dev Abstract contract serving as the base for preCrime simulation functionality in an OApp. */ abstract contract OAppPreCrimeSimulator is IOAppPreCrimeSimulator, Ownable { // The address of the preCrime implementation. address public preCrime; /** * @dev Retrieves the address of the OApp contract. * @return The address of the OApp contract. * * @dev The simulator contract is the base contract for the OApp by default. * @dev If the simulator is a separate contract, override this function. */ function oApp() external view virtual returns (address) { return address(this); } /** * @dev Sets the preCrime contract address. * @param _preCrime The address of the preCrime contract. */ function setPreCrime(address _preCrime) public virtual onlyOwner { preCrime = _preCrime; emit PreCrimeSet(_preCrime); } /** * @dev Interface for pre-crime simulations. Always reverts at the end with the simulation results. * @param _packets An array of InboundPacket objects representing received packets to be delivered. * * @dev WARNING: MUST revert at the end with the simulation results. * @dev Gives the preCrime implementation the ability to mock sending packets to the lzReceive function, * WITHOUT actually executing them. */ function lzReceiveAndRevert(InboundPacket[] calldata _packets) public payable virtual { for (uint256 i = 0; i < _packets.length; i++) { InboundPacket calldata packet = _packets[i]; // Ignore packets that are not from trusted peers. if (!isPeer(packet.origin.srcEid, packet.origin.sender)) continue; // @dev Because a verifier is calling this function, it doesnt have access to executor params: // - address _executor // - bytes calldata _extraData // preCrime will NOT work for OApps that rely on these two parameters inside of their _lzReceive(). // They are instead stubbed to default values, address(0) and bytes("") // @dev Calling this.lzReceiveSimulate removes ability for assembly return 0 callstack exit, // which would cause the revert to be ignored. this.lzReceiveSimulate{ value: packet.value }( packet.origin, packet.guid, packet.message, packet.executor, packet.extraData ); } // @dev Revert with the simulation results. msg.sender must implement IPreCrime.buildSimulationResult(). revert SimulationResult(IPreCrime(msg.sender).buildSimulationResult()); } /** * @dev Is effectively an internal function because msg.sender must be address(this). * Allows resetting the call stack for 'internal' calls. * @param _origin The origin information containing the source endpoint and sender address. * - srcEid: The source chain endpoint ID. * - sender: The sender address on the src chain. * - nonce: The nonce of the message. * @param _guid The unique identifier of the packet. * @param _message The message payload of the packet. * @param _executor The executor address for the packet. * @param _extraData Additional data for the packet. */ function lzReceiveSimulate( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address _executor, bytes calldata _extraData ) external payable virtual { // @dev Ensure ONLY can be called 'internally'. if (msg.sender != address(this)) revert OnlySelf(); _lzReceiveSimulate(_origin, _guid, _message, _executor, _extraData); } /** * @dev Internal function to handle the OAppPreCrimeSimulator simulated receive. * @param _origin The origin information. * - srcEid: The source chain endpoint ID. * - sender: The sender address from the src chain. * - nonce: The nonce of the LayerZero message. * @param _guid The GUID of the LayerZero message. * @param _message The LayerZero message. * @param _executor The address of the off-chain executor. * @param _extraData Arbitrary data passed by the msg executor. * * @dev Enables the preCrime simulator to mock sending lzReceive() messages, * routes the msg down from the OAppPreCrimeSimulator, and back up to the OAppReceiver. */ function _lzReceiveSimulate( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address _executor, bytes calldata _extraData ) internal virtual; /** * @dev checks if the specified peer is considered 'trusted' by the OApp. * @param _eid The endpoint Id to check. * @param _peer The peer to check. * @return Whether the peer passed is considered 'trusted' by the OApp. */ function isPeer(uint32 _eid, bytes32 _peer) public view virtual returns (bool); }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; import { IMessageLibManager } from "./IMessageLibManager.sol"; import { IMessagingComposer } from "./IMessagingComposer.sol"; import { IMessagingChannel } from "./IMessagingChannel.sol"; import { IMessagingContext } from "./IMessagingContext.sol"; struct MessagingParams { uint32 dstEid; bytes32 receiver; bytes message; bytes options; bool payInLzToken; } struct MessagingReceipt { bytes32 guid; uint64 nonce; MessagingFee fee; } struct MessagingFee { uint256 nativeFee; uint256 lzTokenFee; } struct Origin { uint32 srcEid; bytes32 sender; uint64 nonce; } interface ILayerZeroEndpointV2 is IMessageLibManager, IMessagingComposer, IMessagingChannel, IMessagingContext { event PacketSent(bytes encodedPayload, bytes options, address sendLibrary); event PacketVerified(Origin origin, address receiver, bytes32 payloadHash); event PacketDelivered(Origin origin, address receiver); event LzReceiveAlert( address indexed receiver, address indexed executor, Origin origin, bytes32 guid, uint256 gas, uint256 value, bytes message, bytes extraData, bytes reason ); event LzTokenSet(address token); event DelegateSet(address sender, address delegate); function quote(MessagingParams calldata _params, address _sender) external view returns (MessagingFee memory); function send( MessagingParams calldata _params, address _refundAddress ) external payable returns (MessagingReceipt memory); function verify(Origin calldata _origin, address _receiver, bytes32 _payloadHash) external; function verifiable(Origin calldata _origin, address _receiver) external view returns (bool); function initializable(Origin calldata _origin, address _receiver) external view returns (bool); function lzReceive( Origin calldata _origin, address _receiver, bytes32 _guid, bytes calldata _message, bytes calldata _extraData ) external payable; // oapp can burn messages partially by calling this function with its own business logic if messages are verified in order function clear(address _oapp, Origin calldata _origin, bytes32 _guid, bytes calldata _message) external; function setLzToken(address _lzToken) external; function lzToken() external view returns (address); function nativeToken() external view returns (address); function setDelegate(address _delegate) external; }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; import { Origin } from "./ILayerZeroEndpointV2.sol"; interface ILayerZeroReceiver { function allowInitializePath(Origin calldata _origin) external view returns (bool); function nextNonce(uint32 _eid, bytes32 _sender) external view returns (uint64); function lzReceive( Origin calldata _origin, bytes32 _guid, bytes calldata _message, address _executor, bytes calldata _extraData ) external payable; }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol"; import {SetConfigParam} from "./IMessageLibManager.sol"; enum MessageLibType { Send, Receive, SendAndReceive } interface IMessageLib is IERC165 { function setConfig( address _oapp, SetConfigParam[] calldata _config ) external; function getConfig( uint32 _eid, address _oapp, uint32 _configType ) external view returns (bytes memory config); function isSupportedEid(uint32 _eid) external view returns (bool); // message libs of same major version are compatible function version() external view returns (uint64 major, uint8 minor, uint8 endpointVersion); function messageLibType() external view returns (MessageLibType); }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; struct SetConfigParam { uint32 eid; uint32 configType; bytes config; } interface IMessageLibManager { struct Timeout { address lib; uint256 expiry; } event LibraryRegistered(address newLib); event DefaultSendLibrarySet(uint32 eid, address newLib); event DefaultReceiveLibrarySet(uint32 eid, address newLib); event DefaultReceiveLibraryTimeoutSet(uint32 eid, address oldLib, uint256 expiry); event SendLibrarySet(address sender, uint32 eid, address newLib); event ReceiveLibrarySet(address receiver, uint32 eid, address newLib); event ReceiveLibraryTimeoutSet(address receiver, uint32 eid, address oldLib, uint256 timeout); function registerLibrary(address _lib) external; function isRegisteredLibrary(address _lib) external view returns (bool); function getRegisteredLibraries() external view returns (address[] memory); function setDefaultSendLibrary(uint32 _eid, address _newLib) external; function defaultSendLibrary(uint32 _eid) external view returns (address); function setDefaultReceiveLibrary(uint32 _eid, address _newLib, uint256 _gracePeriod) external; function defaultReceiveLibrary(uint32 _eid) external view returns (address); function setDefaultReceiveLibraryTimeout(uint32 _eid, address _lib, uint256 _expiry) external; function defaultReceiveLibraryTimeout(uint32 _eid) external view returns (address lib, uint256 expiry); function isSupportedEid(uint32 _eid) external view returns (bool); function isValidReceiveLibrary(address _receiver, uint32 _eid, address _lib) external view returns (bool); /// ------------------- OApp interfaces ------------------- function setSendLibrary(address _oapp, uint32 _eid, address _newLib) external; function getSendLibrary(address _sender, uint32 _eid) external view returns (address lib); function isDefaultSendLibrary(address _sender, uint32 _eid) external view returns (bool); function setReceiveLibrary(address _oapp, uint32 _eid, address _newLib, uint256 _gracePeriod) external; function getReceiveLibrary(address _receiver, uint32 _eid) external view returns (address lib, bool isDefault); function setReceiveLibraryTimeout(address _oapp, uint32 _eid, address _lib, uint256 _expiry) external; function receiveLibraryTimeout(address _receiver, uint32 _eid) external view returns (address lib, uint256 expiry); function setConfig(address _oapp, address _lib, SetConfigParam[] calldata _params) external; function getConfig( address _oapp, address _lib, uint32 _eid, uint32 _configType ) external view returns (bytes memory config); }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; interface IMessagingChannel { event InboundNonceSkipped(uint32 srcEid, bytes32 sender, address receiver, uint64 nonce); event PacketNilified(uint32 srcEid, bytes32 sender, address receiver, uint64 nonce, bytes32 payloadHash); event PacketBurnt(uint32 srcEid, bytes32 sender, address receiver, uint64 nonce, bytes32 payloadHash); function eid() external view returns (uint32); // this is an emergency function if a message cannot be verified for some reasons // required to provide _nextNonce to avoid race condition function skip(address _oapp, uint32 _srcEid, bytes32 _sender, uint64 _nonce) external; function nilify(address _oapp, uint32 _srcEid, bytes32 _sender, uint64 _nonce, bytes32 _payloadHash) external; function burn(address _oapp, uint32 _srcEid, bytes32 _sender, uint64 _nonce, bytes32 _payloadHash) external; function nextGuid(address _sender, uint32 _dstEid, bytes32 _receiver) external view returns (bytes32); function inboundNonce(address _receiver, uint32 _srcEid, bytes32 _sender) external view returns (uint64); function outboundNonce(address _sender, uint32 _dstEid, bytes32 _receiver) external view returns (uint64); function inboundPayloadHash( address _receiver, uint32 _srcEid, bytes32 _sender, uint64 _nonce ) external view returns (bytes32); function lazyInboundNonce(address _receiver, uint32 _srcEid, bytes32 _sender) external view returns (uint64); }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; interface IMessagingComposer { event ComposeSent(address from, address to, bytes32 guid, uint16 index, bytes message); event ComposeDelivered(address from, address to, bytes32 guid, uint16 index); event LzComposeAlert( address indexed from, address indexed to, address indexed executor, bytes32 guid, uint16 index, uint256 gas, uint256 value, bytes message, bytes extraData, bytes reason ); function composeQueue( address _from, address _to, bytes32 _guid, uint16 _index ) external view returns (bytes32 messageHash); function sendCompose(address _to, bytes32 _guid, uint16 _index, bytes calldata _message) external; function lzCompose( address _from, address _to, bytes32 _guid, uint16 _index, bytes calldata _message, bytes calldata _extraData ) external payable; }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; interface IMessagingContext { function isSendingMessage() external view returns (bool); function getSendContext() external view returns (uint32 dstEid, address sender); }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; import { MessagingFee } from "./ILayerZeroEndpointV2.sol"; import { IMessageLib } from "./IMessageLib.sol"; struct Packet { uint64 nonce; uint32 srcEid; address sender; uint32 dstEid; bytes32 receiver; bytes32 guid; bytes message; } interface ISendLib is IMessageLib { function send( Packet calldata _packet, bytes calldata _options, bool _payInLzToken ) external returns (MessagingFee memory, bytes memory encodedPacket); function quote( Packet calldata _packet, bytes calldata _options, bool _payInLzToken ) external view returns (MessagingFee memory); function setTreasury(address _treasury) external; function withdrawFee(address _to, uint256 _amount) external; function withdrawLzTokenFee(address _lzToken, address _to, uint256 _amount) external; }
// SPDX-License-Identifier: LZBL-1.2 pragma solidity ^0.8.20; library AddressCast { error AddressCast_InvalidSizeForAddress(); error AddressCast_InvalidAddress(); function toBytes32(bytes calldata _addressBytes) internal pure returns (bytes32 result) { if (_addressBytes.length > 32) revert AddressCast_InvalidAddress(); result = bytes32(_addressBytes); unchecked { uint256 offset = 32 - _addressBytes.length; result = result >> (offset * 8); } } function toBytes32(address _address) internal pure returns (bytes32 result) { result = bytes32(uint256(uint160(_address))); } function toBytes(bytes32 _addressBytes32, uint256 _size) internal pure returns (bytes memory result) { if (_size == 0 || _size > 32) revert AddressCast_InvalidSizeForAddress(); result = new bytes(_size); unchecked { uint256 offset = 256 - _size * 8; assembly { mstore(add(result, 32), shl(offset, _addressBytes32)) } } } function toAddress(bytes32 _addressBytes32) internal pure returns (address result) { result = address(uint160(uint256(_addressBytes32))); } function toAddress(bytes calldata _addressBytes) internal pure returns (address result) { if (_addressBytes.length != 20) revert AddressCast_InvalidAddress(); result = address(bytes20(_addressBytes)); } }
// SPDX-License-Identifier: LZBL-1.2 pragma solidity ^0.8.20; import { Packet } from "../../interfaces/ISendLib.sol"; import { AddressCast } from "../../libs/AddressCast.sol"; library PacketV1Codec { using AddressCast for address; using AddressCast for bytes32; uint8 internal constant PACKET_VERSION = 1; // header (version + nonce + path) // version uint256 private constant PACKET_VERSION_OFFSET = 0; // nonce uint256 private constant NONCE_OFFSET = 1; // path uint256 private constant SRC_EID_OFFSET = 9; uint256 private constant SENDER_OFFSET = 13; uint256 private constant DST_EID_OFFSET = 45; uint256 private constant RECEIVER_OFFSET = 49; // payload (guid + message) uint256 private constant GUID_OFFSET = 81; // keccak256(nonce + path) uint256 private constant MESSAGE_OFFSET = 113; function encode(Packet memory _packet) internal pure returns (bytes memory encodedPacket) { encodedPacket = abi.encodePacked( PACKET_VERSION, _packet.nonce, _packet.srcEid, _packet.sender.toBytes32(), _packet.dstEid, _packet.receiver, _packet.guid, _packet.message ); } function encodePacketHeader(Packet memory _packet) internal pure returns (bytes memory) { return abi.encodePacked( PACKET_VERSION, _packet.nonce, _packet.srcEid, _packet.sender.toBytes32(), _packet.dstEid, _packet.receiver ); } function encodePayload(Packet memory _packet) internal pure returns (bytes memory) { return abi.encodePacked(_packet.guid, _packet.message); } function header(bytes calldata _packet) internal pure returns (bytes calldata) { return _packet[0:GUID_OFFSET]; } function version(bytes calldata _packet) internal pure returns (uint8) { return uint8(bytes1(_packet[PACKET_VERSION_OFFSET:NONCE_OFFSET])); } function nonce(bytes calldata _packet) internal pure returns (uint64) { return uint64(bytes8(_packet[NONCE_OFFSET:SRC_EID_OFFSET])); } function srcEid(bytes calldata _packet) internal pure returns (uint32) { return uint32(bytes4(_packet[SRC_EID_OFFSET:SENDER_OFFSET])); } function sender(bytes calldata _packet) internal pure returns (bytes32) { return bytes32(_packet[SENDER_OFFSET:DST_EID_OFFSET]); } function senderAddressB20(bytes calldata _packet) internal pure returns (address) { return sender(_packet).toAddress(); } function dstEid(bytes calldata _packet) internal pure returns (uint32) { return uint32(bytes4(_packet[DST_EID_OFFSET:RECEIVER_OFFSET])); } function receiver(bytes calldata _packet) internal pure returns (bytes32) { return bytes32(_packet[RECEIVER_OFFSET:GUID_OFFSET]); } function receiverB20(bytes calldata _packet) internal pure returns (address) { return receiver(_packet).toAddress(); } function guid(bytes calldata _packet) internal pure returns (bytes32) { return bytes32(_packet[GUID_OFFSET:MESSAGE_OFFSET]); } function message(bytes calldata _packet) internal pure returns (bytes calldata) { return bytes(_packet[MESSAGE_OFFSET:]); } function payload(bytes calldata _packet) internal pure returns (bytes calldata) { return bytes(_packet[GUID_OFFSET:]); } function payloadHash(bytes calldata _packet) internal pure returns (bytes32) { return keccak256(payload(_packet)); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol) pragma solidity ^0.8.20; import {Context} from "../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. * * The initial owner is set to the address provided by the deployer. 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; /** * @dev The caller account is not authorized to perform an operation. */ error OwnableUnauthorizedAccount(address account); /** * @dev The owner is not a valid owner account. (eg. `address(0)`) */ error OwnableInvalidOwner(address owner); event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the address provided by the deployer as the initial owner. */ constructor(address initialOwner) { if (initialOwner == address(0)) { revert OwnableInvalidOwner(address(0)); } _transferOwnership(initialOwner); } /** * @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 { if (owner() != _msgSender()) { revert OwnableUnauthorizedAccount(_msgSender()); } } /** * @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 { if (newOwner == address(0)) { revert OwnableInvalidOwner(address(0)); } _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); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Metadata.sol) pragma solidity ^0.8.20; import {IERC20} from "../IERC20.sol"; /** * @dev Interface for the optional metadata functions from the ERC20 standard. */ interface IERC20Metadata is IERC20 { /** * @dev Returns the name of the token. */ function name() external view returns (string memory); /** * @dev Returns the symbol of the token. */ function symbol() external view returns (string memory); /** * @dev Returns the decimals places of the token. */ function decimals() external view returns (uint8); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Permit.sol) pragma solidity ^0.8.20; /** * @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); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.20; /** * @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 value of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the value of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves a `value` amount of 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 value) 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 a `value` amount of tokens 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 value) external returns (bool); /** * @dev Moves a `value` amount of tokens from `from` to `to` using the * allowance mechanism. `value` 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 value) external returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/utils/SafeERC20.sol) pragma solidity ^0.8.20; import {IERC20} from "../IERC20.sol"; import {IERC20Permit} from "../extensions/IERC20Permit.sol"; import {Address} from "../../../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 An operation with an ERC20 token failed. */ error SafeERC20FailedOperation(address token); /** * @dev Indicates a failed `decreaseAllowance` request. */ error SafeERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease); /** * @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.encodeCall(token.transfer, (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.encodeCall(token.transferFrom, (from, to, 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); forceApprove(token, spender, oldAllowance + value); } /** * @dev Decrease the calling contract's allowance toward `spender` by `requestedDecrease`. If `token` returns no * value, non-reverting calls are assumed to be successful. */ function safeDecreaseAllowance(IERC20 token, address spender, uint256 requestedDecrease) internal { unchecked { uint256 currentAllowance = token.allowance(address(this), spender); if (currentAllowance < requestedDecrease) { revert SafeERC20FailedDecreaseAllowance(spender, currentAllowance, requestedDecrease); } forceApprove(token, spender, currentAllowance - requestedDecrease); } } /** * @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.encodeCall(token.approve, (spender, value)); if (!_callOptionalReturnBool(token, approvalCall)) { _callOptionalReturn(token, abi.encodeCall(token.approve, (spender, 0))); _callOptionalReturn(token, approvalCall); } } /** * @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); if (returndata.length != 0 && !abi.decode(returndata, (bool))) { revert SafeERC20FailedOperation(address(token)); } } /** * @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(token).code.length > 0; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (utils/Address.sol) pragma solidity ^0.8.20; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev The ETH balance of the account is not enough to perform the operation. */ error AddressInsufficientBalance(address account); /** * @dev There's no code at `target` (it is not a contract). */ error AddressEmptyCode(address target); /** * @dev A call to an address target failed. The target may have reverted. */ error FailedInnerCall(); /** * @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.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { if (address(this).balance < amount) { revert AddressInsufficientBalance(address(this)); } (bool success, ) = recipient.call{value: amount}(""); if (!success) { revert FailedInnerCall(); } } /** * @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 or custom error, it is bubbled * up by this function (like regular Solidity function calls). However, if * the call reverted with no returned reason, this function reverts with a * {FailedInnerCall} error. * * 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. */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCallWithValue(target, data, 0); } /** * @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`. */ function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) { if (address(this).balance < value) { revert AddressInsufficientBalance(address(this)); } (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResultFromTarget(target, success, returndata); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResultFromTarget(target, success, returndata); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResultFromTarget(target, success, returndata); } /** * @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target * was not a contract or bubbling up the revert reason (falling back to {FailedInnerCall}) in case of an * unsuccessful call. */ function verifyCallResultFromTarget( address target, bool success, bytes memory returndata ) internal view returns (bytes memory) { if (!success) { _revert(returndata); } else { // only check if target is a contract if the call was successful and the return data is empty // otherwise we already know that it was a contract if (returndata.length == 0 && target.code.length == 0) { revert AddressEmptyCode(target); } return returndata; } } /** * @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the * revert reason or with a default {FailedInnerCall} error. */ function verifyCallResult(bool success, bytes memory returndata) internal pure returns (bytes memory) { if (!success) { _revert(returndata); } else { return returndata; } } /** * @dev Reverts with returndata if present. Otherwise reverts with {FailedInnerCall}. */ function _revert(bytes memory returndata) 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 FailedInnerCall(); } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol) pragma solidity ^0.8.20; /** * @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; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol) pragma solidity ^0.8.20; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); }
{ "evmVersion": "paris", "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_lzEndpoint","type":"address"},{"internalType":"address","name":"_delegate","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"AddressInsufficientBalance","type":"error"},{"inputs":[],"name":"FailedInnerCall","type":"error"},{"inputs":[],"name":"InvalidDelegate","type":"error"},{"inputs":[],"name":"InvalidEndpointCall","type":"error"},{"inputs":[],"name":"InvalidLocalDecimals","type":"error"},{"inputs":[{"internalType":"bytes","name":"options","type":"bytes"}],"name":"InvalidOptions","type":"error"},{"inputs":[],"name":"LzTokenUnavailable","type":"error"},{"inputs":[{"internalType":"uint32","name":"eid","type":"uint32"}],"name":"NoPeer","type":"error"},{"inputs":[{"internalType":"uint256","name":"msgValue","type":"uint256"}],"name":"NotEnoughNative","type":"error"},{"inputs":[{"internalType":"address","name":"addr","type":"address"}],"name":"OnlyEndpoint","type":"error"},{"inputs":[{"internalType":"uint32","name":"eid","type":"uint32"},{"internalType":"bytes32","name":"sender","type":"bytes32"}],"name":"OnlyPeer","type":"error"},{"inputs":[],"name":"OnlySelf","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"SafeERC20FailedOperation","type":"error"},{"inputs":[{"internalType":"bytes","name":"result","type":"bytes"}],"name":"SimulationResult","type":"error"},{"inputs":[{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"uint256","name":"minAmountLD","type":"uint256"}],"name":"SlippageExceeded","type":"error"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"eid","type":"uint32"},{"internalType":"uint16","name":"msgType","type":"uint16"},{"internalType":"bytes","name":"options","type":"bytes"}],"indexed":false,"internalType":"struct EnforcedOptionParam[]","name":"_enforcedOptions","type":"tuple[]"}],"name":"EnforcedOptionSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"inspector","type":"address"}],"name":"MsgInspectorSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"guid","type":"bytes32"},{"indexed":false,"internalType":"uint32","name":"srcEid","type":"uint32"},{"indexed":true,"internalType":"address","name":"toAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountReceivedLD","type":"uint256"}],"name":"OFTReceived","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"guid","type":"bytes32"},{"indexed":false,"internalType":"uint32","name":"dstEid","type":"uint32"},{"indexed":true,"internalType":"address","name":"fromAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountSentLD","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amountReceivedLD","type":"uint256"}],"name":"OFTSent","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":"uint32","name":"eid","type":"uint32"},{"indexed":false,"internalType":"bytes32","name":"peer","type":"bytes32"}],"name":"PeerSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"preCrimeAddress","type":"address"}],"name":"PreCrimeSet","type":"event"},{"inputs":[],"name":"SEND","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SEND_AND_CALL","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"srcEid","type":"uint32"},{"internalType":"bytes32","name":"sender","type":"bytes32"},{"internalType":"uint64","name":"nonce","type":"uint64"}],"internalType":"struct Origin","name":"origin","type":"tuple"}],"name":"allowInitializePath","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"approvalRequired","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint32","name":"_eid","type":"uint32"},{"internalType":"uint16","name":"_msgType","type":"uint16"},{"internalType":"bytes","name":"_extraOptions","type":"bytes"}],"name":"combineOptions","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimalConversionRate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"endpoint","outputs":[{"internalType":"contract ILayerZeroEndpointV2","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"eid","type":"uint32"},{"internalType":"uint16","name":"msgType","type":"uint16"}],"name":"enforcedOptions","outputs":[{"internalType":"bytes","name":"enforcedOption","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"srcEid","type":"uint32"},{"internalType":"bytes32","name":"sender","type":"bytes32"},{"internalType":"uint64","name":"nonce","type":"uint64"}],"internalType":"struct Origin","name":"","type":"tuple"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"address","name":"_sender","type":"address"}],"name":"isComposeMsgSender","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_eid","type":"uint32"},{"internalType":"bytes32","name":"_peer","type":"bytes32"}],"name":"isPeer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"srcEid","type":"uint32"},{"internalType":"bytes32","name":"sender","type":"bytes32"},{"internalType":"uint64","name":"nonce","type":"uint64"}],"internalType":"struct Origin","name":"_origin","type":"tuple"},{"internalType":"bytes32","name":"_guid","type":"bytes32"},{"internalType":"bytes","name":"_message","type":"bytes"},{"internalType":"address","name":"_executor","type":"address"},{"internalType":"bytes","name":"_extraData","type":"bytes"}],"name":"lzReceive","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"components":[{"components":[{"internalType":"uint32","name":"srcEid","type":"uint32"},{"internalType":"bytes32","name":"sender","type":"bytes32"},{"internalType":"uint64","name":"nonce","type":"uint64"}],"internalType":"struct Origin","name":"origin","type":"tuple"},{"internalType":"uint32","name":"dstEid","type":"uint32"},{"internalType":"address","name":"receiver","type":"address"},{"internalType":"bytes32","name":"guid","type":"bytes32"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"address","name":"executor","type":"address"},{"internalType":"bytes","name":"message","type":"bytes"},{"internalType":"bytes","name":"extraData","type":"bytes"}],"internalType":"struct InboundPacket[]","name":"_packets","type":"tuple[]"}],"name":"lzReceiveAndRevert","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"srcEid","type":"uint32"},{"internalType":"bytes32","name":"sender","type":"bytes32"},{"internalType":"uint64","name":"nonce","type":"uint64"}],"internalType":"struct Origin","name":"_origin","type":"tuple"},{"internalType":"bytes32","name":"_guid","type":"bytes32"},{"internalType":"bytes","name":"_message","type":"bytes"},{"internalType":"address","name":"_executor","type":"address"},{"internalType":"bytes","name":"_extraData","type":"bytes"}],"name":"lzReceiveSimulate","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"msgInspector","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"","type":"uint32"},{"internalType":"bytes32","name":"","type":"bytes32"}],"name":"nextNonce","outputs":[{"internalType":"uint64","name":"nonce","type":"uint64"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"oApp","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"oAppVersion","outputs":[{"internalType":"uint64","name":"senderVersion","type":"uint64"},{"internalType":"uint64","name":"receiverVersion","type":"uint64"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"oftVersion","outputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"},{"internalType":"uint64","name":"version","type":"uint64"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"eid","type":"uint32"}],"name":"peers","outputs":[{"internalType":"bytes32","name":"peer","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"preCrime","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"dstEid","type":"uint32"},{"internalType":"bytes32","name":"to","type":"bytes32"},{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"uint256","name":"minAmountLD","type":"uint256"},{"internalType":"bytes","name":"extraOptions","type":"bytes"},{"internalType":"bytes","name":"composeMsg","type":"bytes"},{"internalType":"bytes","name":"oftCmd","type":"bytes"}],"internalType":"struct SendParam","name":"_sendParam","type":"tuple"}],"name":"quoteOFT","outputs":[{"components":[{"internalType":"uint256","name":"minAmountLD","type":"uint256"},{"internalType":"uint256","name":"maxAmountLD","type":"uint256"}],"internalType":"struct OFTLimit","name":"oftLimit","type":"tuple"},{"components":[{"internalType":"int256","name":"feeAmountLD","type":"int256"},{"internalType":"string","name":"description","type":"string"}],"internalType":"struct OFTFeeDetail[]","name":"oftFeeDetails","type":"tuple[]"},{"components":[{"internalType":"uint256","name":"amountSentLD","type":"uint256"},{"internalType":"uint256","name":"amountReceivedLD","type":"uint256"}],"internalType":"struct OFTReceipt","name":"oftReceipt","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"dstEid","type":"uint32"},{"internalType":"bytes32","name":"to","type":"bytes32"},{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"uint256","name":"minAmountLD","type":"uint256"},{"internalType":"bytes","name":"extraOptions","type":"bytes"},{"internalType":"bytes","name":"composeMsg","type":"bytes"},{"internalType":"bytes","name":"oftCmd","type":"bytes"}],"internalType":"struct SendParam","name":"_sendParam","type":"tuple"},{"internalType":"bool","name":"_payInLzToken","type":"bool"}],"name":"quoteSend","outputs":[{"components":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"lzTokenFee","type":"uint256"}],"internalType":"struct MessagingFee","name":"msgFee","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"dstEid","type":"uint32"},{"internalType":"bytes32","name":"to","type":"bytes32"},{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"uint256","name":"minAmountLD","type":"uint256"},{"internalType":"bytes","name":"extraOptions","type":"bytes"},{"internalType":"bytes","name":"composeMsg","type":"bytes"},{"internalType":"bytes","name":"oftCmd","type":"bytes"}],"internalType":"struct SendParam","name":"_sendParam","type":"tuple"},{"components":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"lzTokenFee","type":"uint256"}],"internalType":"struct MessagingFee","name":"_fee","type":"tuple"},{"internalType":"address","name":"_refundAddress","type":"address"}],"name":"send","outputs":[{"components":[{"internalType":"bytes32","name":"guid","type":"bytes32"},{"internalType":"uint64","name":"nonce","type":"uint64"},{"components":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"lzTokenFee","type":"uint256"}],"internalType":"struct MessagingFee","name":"fee","type":"tuple"}],"internalType":"struct MessagingReceipt","name":"msgReceipt","type":"tuple"},{"components":[{"internalType":"uint256","name":"amountSentLD","type":"uint256"},{"internalType":"uint256","name":"amountReceivedLD","type":"uint256"}],"internalType":"struct OFTReceipt","name":"oftReceipt","type":"tuple"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_delegate","type":"address"}],"name":"setDelegate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"eid","type":"uint32"},{"internalType":"uint16","name":"msgType","type":"uint16"},{"internalType":"bytes","name":"options","type":"bytes"}],"internalType":"struct EnforcedOptionParam[]","name":"_enforcedOptions","type":"tuple[]"}],"name":"setEnforcedOptions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_msgInspector","type":"address"}],"name":"setMsgInspector","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_eid","type":"uint32"},{"internalType":"bytes32","name":"_peer","type":"bytes32"}],"name":"setPeer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_preCrime","type":"address"}],"name":"setPreCrime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sharedDecimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60e06040523480156200001157600080fd5b5060405162004fcb38038062004fcb833981810160405281019062000037919062000446565b8282828273ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000086573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000ac9190620004e0565b8282818181818a600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603620001285760006040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526004016200011f919062000523565b60405180910390fd5b62000139816200030f60201b60201c565b508173ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff1681525050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603620001d5576040517fb586360400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60805173ffffffffffffffffffffffffffffffffffffffff1663ca5eb5e1826040518263ffffffff1660e01b815260040162000212919062000523565b600060405180830381600087803b1580156200022d57600080fd5b505af115801562000242573d6000803e3d6000fd5b50505050505050506200025a620003d360201b60201c565b60ff168360ff1610156200029a576040517f1e9714b000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b620002aa620003d360201b60201c565b83620002b791906200056f565b600a620002c5919062000709565b60a081815250505050508273ffffffffffffffffffffffffffffffffffffffff1660c08173ffffffffffffffffffffffffffffffffffffffff16815250505050505050506200075a565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60006006905090565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200040e82620003e1565b9050919050565b620004208162000401565b81146200042c57600080fd5b50565b600081519050620004408162000415565b92915050565b600080600060608486031215620004625762000461620003dc565b5b600062000472868287016200042f565b935050602062000485868287016200042f565b925050604062000498868287016200042f565b9150509250925092565b600060ff82169050919050565b620004ba81620004a2565b8114620004c657600080fd5b50565b600081519050620004da81620004af565b92915050565b600060208284031215620004f957620004f8620003dc565b5b60006200050984828501620004c9565b91505092915050565b6200051d8162000401565b82525050565b60006020820190506200053a600083018462000512565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200057c82620004a2565b91506200058983620004a2565b9250828203905060ff811115620005a557620005a462000540565b5b92915050565b60008160011c9050919050565b6000808291508390505b60018511156200060a57808604811115620005e257620005e162000540565b5b6001851615620005f25780820291505b80810290506200060285620005ab565b9450620005c2565b94509492505050565b600082620006255760019050620006f8565b81620006355760009050620006f8565b81600181146200064e576002811462000659576200068f565b6001915050620006f8565b60ff8411156200066e576200066d62000540565b5b8360020a91508482111562000688576200068762000540565b5b50620006f8565b5060208310610133831016604e8410600b8410161715620006c95782820a905083811115620006c357620006c262000540565b5b620006f8565b620006d88484846001620005b8565b92509050818404811115620006f257620006f162000540565b5b81810290505b9392505050565b6000819050919050565b60006200071682620006ff565b91506200072383620004a2565b9250620007527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff848462000613565b905092915050565b60805160a05160c0516147e6620007e56000396000818161147a01528181611d220152611fb7015260008181610cdf01528181611ea801528181611ec901528181611f7301526120ba0152600081816108fa01528181610baf015281816112640152818161164a015281816119f201528181611da60152818161222e015261232901526147e66000f3fe6080604052600436106101ee5760003560e01c806382413eac1161010d578063bc70b354116100a0578063d045a0dc1161006f578063d045a0dc14610707578063d424388514610723578063f2fde38b1461074c578063fc0c546a14610775578063ff7bd03d146107a0576101ee565b8063bc70b35414610654578063bd815db014610691578063c7c7f5b3146106ad578063ca5eb5e1146106de576101ee565b80639f68b964116100dc5780639f68b96414610598578063b731ea0a146105c3578063b98bd070146105ee578063bb0b6a5314610617576101ee565b806382413eac146104da578063857749b0146105175780638da5cb5b14610542578063963efcaa1461056d576101ee565b80633b6f743b116101855780635e280f11116101545780635e280f11146104325780636fc1b31e1461045d578063715018a6146104865780637d25a05e1461049d576101ee565b80633b6f743b1461035057806352ae28791461038d5780635535d461146103b85780635a0dfe4d146103f5576101ee565b8063156a0d0f116101c1578063156a0d0f146102a457806317442b70146102d05780631f5e1334146102fc5780633400288b14610327576101ee565b80630d35b415146101f3578063111ecdad1461023257806313137d651461025d578063134d4f2514610279575b600080fd5b3480156101ff57600080fd5b5061021a60048036038101906102159190612738565b6107dd565b604051610229939291906129a0565b60405180910390f35b34801561023e57600080fd5b506102476108bb565b6040516102549190612a1f565b60405180910390f35b61027760048036038101906102729190612b20565b6108e1565b005b34801561028557600080fd5b5061028e610a03565b60405161029b9190612bf9565b60405180910390f35b3480156102b057600080fd5b506102b9610a08565b6040516102c7929190612c72565b60405180910390f35b3480156102dc57600080fd5b506102e5610a36565b6040516102f3929190612c9b565b60405180910390f35b34801561030857600080fd5b50610311610a45565b60405161031e9190612bf9565b60405180910390f35b34801561033357600080fd5b5061034e60048036038101906103499190612d00565b610a4a565b005b34801561035c57600080fd5b5061037760048036038101906103729190612d78565b610a60565b6040516103849190612e03565b60405180910390f35b34801561039957600080fd5b506103a2610acc565b6040516103af9190612a1f565b60405180910390f35b3480156103c457600080fd5b506103df60048036038101906103da9190612e4a565b610ad4565b6040516103ec9190612edf565b60405180910390f35b34801561040157600080fd5b5061041c60048036038101906104179190612d00565b610b81565b6040516104299190612f10565b60405180910390f35b34801561043e57600080fd5b50610447610bad565b6040516104549190612f8a565b60405180910390f35b34801561046957600080fd5b50610484600480360381019061047f9190612fa5565b610bd1565b005b34801561049257600080fd5b5061049b610c54565b005b3480156104a957600080fd5b506104c460048036038101906104bf9190612d00565b610c68565b6040516104d19190612fd2565b60405180910390f35b3480156104e657600080fd5b5061050160048036038101906104fc9190612fed565b610c70565b60405161050e9190612f10565b60405180910390f35b34801561052357600080fd5b5061052c610cab565b604051610539919061307d565b60405180910390f35b34801561054e57600080fd5b50610557610cb4565b6040516105649190612a1f565b60405180910390f35b34801561057957600080fd5b50610582610cdd565b60405161058f91906130a7565b60405180910390f35b3480156105a457600080fd5b506105ad610d01565b6040516105ba9190612f10565b60405180910390f35b3480156105cf57600080fd5b506105d8610d0a565b6040516105e59190612a1f565b60405180910390f35b3480156105fa57600080fd5b5061061560048036038101906106109190613118565b610d30565b005b34801561062357600080fd5b5061063e60048036038101906106399190613165565b610d51565b60405161064b91906131a1565b60405180910390f35b34801561066057600080fd5b5061067b600480360381019061067691906131bc565b610d69565b6040516106889190612edf565b60405180910390f35b6106ab60048036038101906106a69190613286565b610f76565b005b6106c760048036038101906106c291906132f2565b61114f565b6040516106d59291906133f0565b60405180910390f35b3480156106ea57600080fd5b5061070560048036038101906107009190612fa5565b61125a565b005b610721600480360381019061071c9190612b20565b6112f0565b005b34801561072f57600080fd5b5061074a60048036038101906107459190612fa5565b61136d565b005b34801561075857600080fd5b50610773600480360381019061076e9190612fa5565b6113f0565b005b34801561078157600080fd5b5061078a611476565b6040516107979190612a1f565b60405180910390f35b3480156107ac57600080fd5b506107c760048036038101906107c29190613419565b61149e565b6040516107d49190612f10565b60405180910390f35b6107e5612664565b60606107ef61267e565b60008067ffffffffffffffff801690506040518060400160405280838152602001828152509450600067ffffffffffffffff81111561083157610830613446565b5b60405190808252806020026020018201604052801561086a57816020015b610857612698565b81526020019060019003908161084f5790505b509350600080610895886040013589606001358a60000160208101906108909190613165565b6114df565b915091506040518060400160405280838152602001828152509450505050509193909250565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b3373ffffffffffffffffffffffffffffffffffffffff167f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff161461097157336040517f91ac5e4f0000000000000000000000000000000000000000000000000000000081526004016109689190612a1f565b60405180910390fd5b866020013561099188600001602081019061098c9190613165565b61153f565b146109eb578660000160208101906109a99190613165565b87602001356040517fc26bebcc0000000000000000000000000000000000000000000000000000000081526004016109e2929190613484565b60405180910390fd5b6109fa878787878787876115b4565b50505050505050565b600281565b6000807f02e49c2c000000000000000000000000000000000000000000000000000000006001915091509091565b60008060016002915091509091565b600181565b610a5261174a565b610a5c82826117d1565b5050565b610a686126b2565b6000610a8f84604001358560600135866000016020810190610a8a9190613165565b6114df565b915050600080610a9f8684611832565b91509150610ac1866000016020810190610ab99190613165565b8383886119e8565b935050505092915050565b600030905090565b6003602052816000526040600020602052806000526040600020600091509150508054610b00906134dc565b80601f0160208091040260200160405190810160405280929190818152602001828054610b2c906134dc565b8015610b795780601f10610b4e57610100808354040283529160200191610b79565b820191906000526020600020905b815481529060010190602001808311610b5c57829003601f168201915b505050505081565b600081600160008563ffffffff1663ffffffff1681526020019081526020016000205414905092915050565b7f000000000000000000000000000000000000000000000000000000000000000081565b610bd961174a565b80600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507ff0be4f1e87349231d80c36b33f9e8639658eeaf474014dee15a3e6a4d441419781604051610c499190612a1f565b60405180910390a150565b610c5c61174a565b610c666000611acb565b565b600092915050565b60003073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16149050949350505050565b60006006905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b7f000000000000000000000000000000000000000000000000000000000000000081565b60006001905090565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610d3861174a565b610d4d828290610d48919061374b565b611b8f565b5050565b60016020528060005260406000206000915090505481565b60606000600360008763ffffffff1663ffffffff16815260200190815260200160002060008661ffff1661ffff1681526020019081526020016000208054610db0906134dc565b80601f0160208091040260200160405190810160405280929190818152602001828054610ddc906134dc565b8015610e295780601f10610dfe57610100808354040283529160200191610e29565b820191906000526020600020905b815481529060010190602001808311610e0c57829003601f168201915b505050505090506000815103610e865783838080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050915050610f6e565b60008484905003610e9a5780915050610f6e565b60028484905010610f2f57610ef284848080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611caa565b8084846002908092610f069392919061376a565b604051602001610f1893929190613806565b604051602081830303815290604052915050610f6e565b83836040517f9a6d49cd000000000000000000000000000000000000000000000000000000008152600401610f65929190613859565b60405180910390fd5b949350505050565b60005b8282905081101561109e5736838383818110610f9857610f9761387d565b5b9050602002810190610faa91906138bb565b9050610fd2816000016000016020810190610fc59190613165565b8260000160200135610b81565b610fdc5750611091565b3073ffffffffffffffffffffffffffffffffffffffff1663d045a0dc8260c00135836000018460a001358580610100019061101791906138e4565b8760e001602081019061102a9190612fa5565b8880610120019061103b91906138e4565b6040518963ffffffff1660e01b815260040161105d9796959493929190613a21565b6000604051808303818588803b15801561107657600080fd5b505af115801561108a573d6000803e3d6000fd5b5050505050505b8080600101915050610f79565b503373ffffffffffffffffffffffffffffffffffffffff16638e9e70996040518163ffffffff1660e01b8152600401600060405180830381865afa1580156110ea573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906111139190613af6565b6040517f8351eea70000000000000000000000000000000000000000000000000000000081526004016111469190612edf565b60405180910390fd5b6111576126cc565b61115f61267e565b60008061118833886040013589606001358a60000160208101906111839190613165565b611d04565b915091506000806111998984611832565b915091506111cc8960000160208101906111b39190613165565b83838b8036038101906111c69190613bbb565b8b611d70565b955060405180604001604052808581526020018481525094503373ffffffffffffffffffffffffffffffffffffffff1686600001517f85496b760a4b7f8d66384b9df21b381f5d1b1e79f229a47aaf4c232edc2fe59a8b60000160208101906112359190613165565b878760405161124693929190613be8565b60405180910390a350505050935093915050565b61126261174a565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ca5eb5e1826040518263ffffffff1660e01b81526004016112bb9190612a1f565b600060405180830381600087803b1580156112d557600080fd5b505af11580156112e9573d6000803e3d6000fd5b5050505050565b3073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611355576040517f14d4a4e800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61136487878787878787611e8c565b50505050505050565b61137561174a565b80600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507fd48d879cef83a1c0bdda516f27b13ddb1b3f8bbac1c9e1511bb2a659c2427760816040516113e59190612a1f565b60405180910390a150565b6113f861174a565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361146a5760006040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526004016114619190612a1f565b60405180910390fd5b61147381611acb565b50565b60007f0000000000000000000000000000000000000000000000000000000000000000905090565b60008160200135600160008460000160208101906114bc9190613165565b63ffffffff1663ffffffff16815260200190815260200160002054149050919050565b6000806114eb85611ea4565b9150819050838110156115375780846040517f71c4efed00000000000000000000000000000000000000000000000000000000815260040161152e929190613c1f565b60405180910390fd5b935093915050565b600080600160008463ffffffff1663ffffffff1681526020019081526020016000205490506000801b81036115ab57826040517ff6ff4fb70000000000000000000000000000000000000000000000000000000081526004016115a29190613c48565b60405180910390fd5b80915050919050565b60006115c86115c38787611f04565b611f30565b905060006115fa826115e26115dd8a8a611f3d565b611f6f565b8b60000160208101906115f59190613165565b611fae565b90506116068787612005565b156116dc5760006116468a60400160208101906116239190613c63565b8b60000160208101906116369190613165565b846116418c8c612019565b61207c565b90507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16637cb59012848b6000856040518563ffffffff1660e01b81526004016116a89493929190613ccb565b600060405180830381600087803b1580156116c257600080fd5b505af11580156116d6573d6000803e3d6000fd5b50505050505b8173ffffffffffffffffffffffffffffffffffffffff16887fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c8b60000160208101906117289190613165565b84604051611737929190613d17565b60405180910390a3505050505050505050565b6117526120ae565b73ffffffffffffffffffffffffffffffffffffffff16611770610cb4565b73ffffffffffffffffffffffffffffffffffffffff16146117cf576117936120ae565b6040517f118cdaa70000000000000000000000000000000000000000000000000000000081526004016117c69190612a1f565b60405180910390fd5b565b80600160008463ffffffff1663ffffffff168152602001908152602001600020819055507f238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b8282604051611826929190613484565b60405180910390a15050565b60608060006118a08560200135611848866120b6565b878060a0019061185891906138e4565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050506120eb565b80925081945050506000816118b65760016118b9565b60025b90506118e78660000160208101906118d19190613165565b828880608001906118e291906138e4565b610d69565b9250600073ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146119df57600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663043a78eb85856040518363ffffffff1660e01b815260040161199c929190613d40565b602060405180830381865afa1580156119b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119dd9190613d8c565b505b50509250929050565b6119f06126b2565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ddc28c586040518060a001604052808863ffffffff168152602001611a4c8961153f565b8152602001878152602001868152602001851515815250306040518363ffffffff1660e01b8152600401611a81929190613e8f565b6040805180830381865afa158015611a9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac19190613f24565b9050949350505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60005b8151811015611c6f57611bc2828281518110611bb157611bb061387d565b5b602002602001015160400151611caa565b818181518110611bd557611bd461387d565b5b60200260200101516040015160036000848481518110611bf857611bf761387d565b5b60200260200101516000015163ffffffff1663ffffffff1681526020019081526020016000206000848481518110611c3357611c3261387d565b5b60200260200101516020015161ffff1661ffff1681526020019081526020016000209081611c6191906140f3565b508080600101915050611b92565b507fbe4864a8e820971c0247f5992e2da559595f7bf076a21cb5928d443d2a13b67481604051611c9f91906142e6565b60405180910390a150565b600060028201519050600361ffff168161ffff1614611d0057816040517f9a6d49cd000000000000000000000000000000000000000000000000000000008152600401611cf79190612edf565b60405180910390fd5b5050565b600080611d128585856114df565b8092508193505050611d678630847f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1661215a909392919063ffffffff16565b94509492505050565b611d786126cc565b6000611d8784600001516121dc565b9050600084602001511115611da457611da3846020015161222a565b5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16632637a450826040518060a001604052808b63ffffffff168152602001611e018c61153f565b81526020018a815260200189815260200160008960200151111515815250866040518463ffffffff1660e01b8152600401611e3d929190613e8f565b60806040518083038185885af1158015611e5b573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190611e809190614396565b91505095945050505050565b611e9b878787878787876115b4565b50505050505050565b60007f00000000000000000000000000000000000000000000000000000000000000007f000000000000000000000000000000000000000000000000000000000000000083611ef39190614421565b611efd9190614452565b9050919050565b60008282600090602060ff1692611f1d9392919061376a565b90611f28919061449f565b905092915050565b60008160001c9050919050565b60008282602060ff1690602860ff1692611f599392919061376a565b90611f64919061452a565b60c01c905092915050565b60007f00000000000000000000000000000000000000000000000000000000000000008267ffffffffffffffff16611fa79190614452565b9050919050565b6000611ffb84847f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166123749092919063ffffffff16565b8290509392505050565b6000602860ff168383905011905092915050565b60608282602860ff169080926120319392919061376a565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050905092915050565b6060848484846040516020016120959493929190614616565b6040516020818303038152906040529050949350505050565b600033905090565b60007f0000000000000000000000000000000000000000000000000000000000000000826120e49190614421565b9050919050565b606060008083511190508061212157848460405160200161210d929190614681565b604051602081830303815290604052612150565b848461212c336123f3565b8560405160200161214094939291906146ad565b6040516020818303038152906040525b9150935093915050565b6121d6848573ffffffffffffffffffffffffffffffffffffffff166323b872dd86868660405160240161218f939291906146f7565b604051602081830303815290604052915060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612416565b50505050565b600081341461222257346040517f9f70412000000000000000000000000000000000000000000000000000000000815260040161221991906130a7565b60405180910390fd5b819050919050565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663e4fe1d946040518163ffffffff1660e01b8152600401602060405180830381865afa158015612297573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122bb9190614743565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603612323576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612370337f0000000000000000000000000000000000000000000000000000000000000000848473ffffffffffffffffffffffffffffffffffffffff1661215a909392919063ffffffff16565b5050565b6123ee838473ffffffffffffffffffffffffffffffffffffffff1663a9059cbb85856040516024016123a7929190614770565b604051602081830303815290604052915060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612416565b505050565b60008173ffffffffffffffffffffffffffffffffffffffff1660001b9050919050565b6000612441828473ffffffffffffffffffffffffffffffffffffffff166124ad90919063ffffffff16565b905060008151141580156124665750808060200190518101906124649190613d8c565b155b156124a857826040517f5274afe700000000000000000000000000000000000000000000000000000000815260040161249f9190612a1f565b60405180910390fd5b505050565b60606124bb838360006124c3565b905092915050565b60608147101561250a57306040517fcd7860590000000000000000000000000000000000000000000000000000000081526004016125019190612a1f565b60405180910390fd5b6000808573ffffffffffffffffffffffffffffffffffffffff1684866040516125339190614799565b60006040518083038185875af1925050503d8060008114612570576040519150601f19603f3d011682016040523d82523d6000602084013e612575565b606091505b5091509150612585868383612590565b925050509392505050565b6060826125a5576125a08261261f565b612617565b600082511480156125cd575060008473ffffffffffffffffffffffffffffffffffffffff163b145b1561260f57836040517f9996b3150000000000000000000000000000000000000000000000000000000081526004016126069190612a1f565b60405180910390fd5b819050612618565b5b9392505050565b6000815111156126325780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b604051806040016040528060008152602001600081525090565b604051806040016040528060008152602001600081525090565b604051806040016040528060008152602001606081525090565b604051806040016040528060008152602001600081525090565b604051806060016040528060008019168152602001600067ffffffffffffffff1681526020016126fa6126b2565b81525090565b6000604051905090565b600080fd5b600080fd5b600080fd5b600060e0828403121561272f5761272e612714565b5b81905092915050565b60006020828403121561274e5761274d61270a565b5b600082013567ffffffffffffffff81111561276c5761276b61270f565b5b61277884828501612719565b91505092915050565b6000819050919050565b61279481612781565b82525050565b6040820160008201516127b0600085018261278b565b5060208201516127c3602085018261278b565b50505050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6000819050919050565b612808816127f5565b82525050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561284857808201518184015260208101905061282d565b60008484015250505050565b6000601f19601f8301169050919050565b60006128708261280e565b61287a8185612819565b935061288a81856020860161282a565b61289381612854565b840191505092915050565b60006040830160008301516128b660008601826127ff565b50602083015184820360208601526128ce8282612865565b9150508091505092915050565b60006128e7838361289e565b905092915050565b6000602082019050919050565b6000612907826127c9565b61291181856127d4565b935083602082028501612923856127e5565b8060005b8581101561295f578484038952815161294085826128db565b945061294b836128ef565b925060208a01995050600181019050612927565b50829750879550505050505092915050565b604082016000820151612987600085018261278b565b50602082015161299a602085018261278b565b50505050565b600060a0820190506129b5600083018661279a565b81810360408301526129c781856128fc565b90506129d66060830184612971565b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612a09826129de565b9050919050565b612a19816129fe565b82525050565b6000602082019050612a346000830184612a10565b92915050565b600060608284031215612a5057612a4f612714565b5b81905092915050565b6000819050919050565b612a6c81612a59565b8114612a7757600080fd5b50565b600081359050612a8981612a63565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612ab457612ab3612a8f565b5b8235905067ffffffffffffffff811115612ad157612ad0612a94565b5b602083019150836001820283011115612aed57612aec612a99565b5b9250929050565b612afd816129fe565b8114612b0857600080fd5b50565b600081359050612b1a81612af4565b92915050565b600080600080600080600060e0888a031215612b3f57612b3e61270a565b5b6000612b4d8a828b01612a3a565b9750506060612b5e8a828b01612a7a565b965050608088013567ffffffffffffffff811115612b7f57612b7e61270f565b5b612b8b8a828b01612a9e565b955095505060a0612b9e8a828b01612b0b565b93505060c088013567ffffffffffffffff811115612bbf57612bbe61270f565b5b612bcb8a828b01612a9e565b925092505092959891949750929550565b600061ffff82169050919050565b612bf381612bdc565b82525050565b6000602082019050612c0e6000830184612bea565b92915050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612c4981612c14565b82525050565b600067ffffffffffffffff82169050919050565b612c6c81612c4f565b82525050565b6000604082019050612c876000830185612c40565b612c946020830184612c63565b9392505050565b6000604082019050612cb06000830185612c63565b612cbd6020830184612c63565b9392505050565b600063ffffffff82169050919050565b612cdd81612cc4565b8114612ce857600080fd5b50565b600081359050612cfa81612cd4565b92915050565b60008060408385031215612d1757612d1661270a565b5b6000612d2585828601612ceb565b9250506020612d3685828601612a7a565b9150509250929050565b60008115159050919050565b612d5581612d40565b8114612d6057600080fd5b50565b600081359050612d7281612d4c565b92915050565b60008060408385031215612d8f57612d8e61270a565b5b600083013567ffffffffffffffff811115612dad57612dac61270f565b5b612db985828601612719565b9250506020612dca85828601612d63565b9150509250929050565b604082016000820151612dea600085018261278b565b506020820151612dfd602085018261278b565b50505050565b6000604082019050612e186000830184612dd4565b92915050565b612e2781612bdc565b8114612e3257600080fd5b50565b600081359050612e4481612e1e565b92915050565b60008060408385031215612e6157612e6061270a565b5b6000612e6f85828601612ceb565b9250506020612e8085828601612e35565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b6000612eb182612e8a565b612ebb8185612e95565b9350612ecb81856020860161282a565b612ed481612854565b840191505092915050565b60006020820190508181036000830152612ef98184612ea6565b905092915050565b612f0a81612d40565b82525050565b6000602082019050612f256000830184612f01565b92915050565b6000819050919050565b6000612f50612f4b612f46846129de565b612f2b565b6129de565b9050919050565b6000612f6282612f35565b9050919050565b6000612f7482612f57565b9050919050565b612f8481612f69565b82525050565b6000602082019050612f9f6000830184612f7b565b92915050565b600060208284031215612fbb57612fba61270a565b5b6000612fc984828501612b0b565b91505092915050565b6000602082019050612fe76000830184612c63565b92915050565b60008060008060a085870312156130075761300661270a565b5b600061301587828801612a3a565b945050606085013567ffffffffffffffff8111156130365761303561270f565b5b61304287828801612a9e565b9350935050608061305587828801612b0b565b91505092959194509250565b600060ff82169050919050565b61307781613061565b82525050565b6000602082019050613092600083018461306e565b92915050565b6130a181612781565b82525050565b60006020820190506130bc6000830184613098565b92915050565b60008083601f8401126130d8576130d7612a8f565b5b8235905067ffffffffffffffff8111156130f5576130f4612a94565b5b60208301915083602082028301111561311157613110612a99565b5b9250929050565b6000806020838503121561312f5761312e61270a565b5b600083013567ffffffffffffffff81111561314d5761314c61270f565b5b613159858286016130c2565b92509250509250929050565b60006020828403121561317b5761317a61270a565b5b600061318984828501612ceb565b91505092915050565b61319b81612a59565b82525050565b60006020820190506131b66000830184613192565b92915050565b600080600080606085870312156131d6576131d561270a565b5b60006131e487828801612ceb565b94505060206131f587828801612e35565b935050604085013567ffffffffffffffff8111156132165761321561270f565b5b61322287828801612a9e565b925092505092959194509250565b60008083601f84011261324657613245612a8f565b5b8235905067ffffffffffffffff81111561326357613262612a94565b5b60208301915083602082028301111561327f5761327e612a99565b5b9250929050565b6000806020838503121561329d5761329c61270a565b5b600083013567ffffffffffffffff8111156132bb576132ba61270f565b5b6132c785828601613230565b92509250509250929050565b6000604082840312156132e9576132e8612714565b5b81905092915050565b60008060006080848603121561330b5761330a61270a565b5b600084013567ffffffffffffffff8111156133295761332861270f565b5b61333586828701612719565b9350506020613346868287016132d3565b925050606061335786828701612b0b565b9150509250925092565b61336a81612a59565b82525050565b61337981612c4f565b82525050565b604082016000820151613395600085018261278b565b5060208201516133a8602085018261278b565b50505050565b6080820160008201516133c46000850182613361565b5060208201516133d76020850182613370565b5060408201516133ea604085018261337f565b50505050565b600060c08201905061340560008301856133ae565b6134126080830184612971565b9392505050565b60006060828403121561342f5761342e61270a565b5b600061343d84828501612a3a565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61347e81612cc4565b82525050565b60006040820190506134996000830185613475565b6134a66020830184613192565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806134f457607f821691505b602082108103613507576135066134ad565b5b50919050565b61351682612854565b810181811067ffffffffffffffff8211171561353557613534613446565b5b80604052505050565b6000613548612700565b9050613554828261350d565b919050565b600067ffffffffffffffff82111561357457613573613446565b5b602082029050602081019050919050565b600080fd5b600080fd5b600080fd5b600067ffffffffffffffff8211156135af576135ae613446565b5b6135b882612854565b9050602081019050919050565b82818337600083830152505050565b60006135e76135e284613594565b61353e565b9050828152602081018484840111156136035761360261358f565b5b61360e8482856135c5565b509392505050565b600082601f83011261362b5761362a612a8f565b5b813561363b8482602086016135d4565b91505092915050565b60006060828403121561365a57613659613585565b5b613664606061353e565b9050600061367484828501612ceb565b600083015250602061368884828501612e35565b602083015250604082013567ffffffffffffffff8111156136ac576136ab61358a565b5b6136b884828501613616565b60408301525092915050565b60006136d76136d284613559565b61353e565b905080838252602082019050602084028301858111156136fa576136f9612a99565b5b835b8181101561374157803567ffffffffffffffff81111561371f5761371e612a8f565b5b80860161372c8982613644565b855260208501945050506020810190506136fc565b5050509392505050565b60006137583684846136c4565b905092915050565b600080fd5b600080fd5b6000808585111561377e5761377d613760565b5b8386111561378f5761378e613765565b5b6001850283019150848603905094509492505050565b600081905092915050565b60006137bb82612e8a565b6137c581856137a5565b93506137d581856020860161282a565b80840191505092915050565b60006137ed83856137a5565b93506137fa8385846135c5565b82840190509392505050565b600061381282866137b0565b915061381f8284866137e1565b9150819050949350505050565b60006138388385612e95565b93506138458385846135c5565b61384e83612854565b840190509392505050565b6000602082019050818103600083015261387481848661382c565b90509392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600080fd5b600080fd5b600080fd5b600082356001610140038336030381126138d8576138d76138ac565b5b80830191505092915050565b60008083356001602003843603038112613901576139006138ac565b5b80840192508235915067ffffffffffffffff821115613923576139226138b1565b5b60208301925060018202360383131561393f5761393e6138b6565b5b509250929050565b60006139566020840184612ceb565b905092915050565b61396781612cc4565b82525050565b600061397c6020840184612a7a565b905092915050565b61398d81612c4f565b811461399857600080fd5b50565b6000813590506139aa81613984565b92915050565b60006139bf602084018461399b565b905092915050565b606082016139d86000830183613947565b6139e5600085018261395e565b506139f3602083018361396d565b613a006020850182613361565b50613a0e60408301836139b0565b613a1b6040850182613370565b50505050565b600060e082019050613a36600083018a6139c7565b613a436060830189613192565b8181036080830152613a5681878961382c565b9050613a6560a0830186612a10565b81810360c0830152613a7881848661382c565b905098975050505050505050565b6000613a99613a9484613594565b61353e565b905082815260208101848484011115613ab557613ab461358f565b5b613ac084828561282a565b509392505050565b600082601f830112613add57613adc612a8f565b5b8151613aed848260208601613a86565b91505092915050565b600060208284031215613b0c57613b0b61270a565b5b600082015167ffffffffffffffff811115613b2a57613b2961270f565b5b613b3684828501613ac8565b91505092915050565b613b4881612781565b8114613b5357600080fd5b50565b600081359050613b6581613b3f565b92915050565b600060408284031215613b8157613b80613585565b5b613b8b604061353e565b90506000613b9b84828501613b56565b6000830152506020613baf84828501613b56565b60208301525092915050565b600060408284031215613bd157613bd061270a565b5b6000613bdf84828501613b6b565b91505092915050565b6000606082019050613bfd6000830186613475565b613c0a6020830185613098565b613c176040830184613098565b949350505050565b6000604082019050613c346000830185613098565b613c416020830184613098565b9392505050565b6000602082019050613c5d6000830184613475565b92915050565b600060208284031215613c7957613c7861270a565b5b6000613c878482850161399b565b91505092915050565b6000819050919050565b6000613cb5613cb0613cab84613c90565b612f2b565b612bdc565b9050919050565b613cc581613c9a565b82525050565b6000608082019050613ce06000830187612a10565b613ced6020830186613192565b613cfa6040830185613cbc565b8181036060830152613d0c8184612ea6565b905095945050505050565b6000604082019050613d2c6000830185613475565b613d396020830184613098565b9392505050565b60006040820190508181036000830152613d5a8185612ea6565b90508181036020830152613d6e8184612ea6565b90509392505050565b600081519050613d8681612d4c565b92915050565b600060208284031215613da257613da161270a565b5b6000613db084828501613d77565b91505092915050565b600082825260208201905092915050565b6000613dd582612e8a565b613ddf8185613db9565b9350613def81856020860161282a565b613df881612854565b840191505092915050565b613e0c81612d40565b82525050565b600060a083016000830151613e2a600086018261395e565b506020830151613e3d6020860182613361565b5060408301518482036040860152613e558282613dca565b91505060608301518482036060860152613e6f8282613dca565b9150506080830151613e846080860182613e03565b508091505092915050565b60006040820190508181036000830152613ea98185613e12565b9050613eb86020830184612a10565b9392505050565b600081519050613ece81613b3f565b92915050565b600060408284031215613eea57613ee9613585565b5b613ef4604061353e565b90506000613f0484828501613ebf565b6000830152506020613f1884828501613ebf565b60208301525092915050565b600060408284031215613f3a57613f3961270a565b5b6000613f4884828501613ed4565b91505092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302613fb37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613f76565b613fbd8683613f76565b95508019841693508086168417925050509392505050565b6000613ff0613feb613fe684612781565b612f2b565b612781565b9050919050565b6000819050919050565b61400a83613fd5565b61401e61401682613ff7565b848454613f83565b825550505050565b600090565b614033614026565b61403e818484614001565b505050565b5b818110156140625761405760008261402b565b600181019050614044565b5050565b601f8211156140a75761407881613f51565b61408184613f66565b81016020851015614090578190505b6140a461409c85613f66565b830182614043565b50505b505050565b600082821c905092915050565b60006140ca600019846008026140ac565b1980831691505092915050565b60006140e383836140b9565b9150826002028217905092915050565b6140fc82612e8a565b67ffffffffffffffff81111561411557614114613446565b5b61411f82546134dc565b61412a828285614066565b600060209050601f83116001811461415d576000841561414b578287015190505b61415585826140d7565b8655506141bd565b601f19841661416b86613f51565b60005b828110156141935784890151825560018201915060208501945060208101905061416e565b868310156141b057848901516141ac601f8916826140b9565b8355505b6001600288020188555050505b505050505050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6141fa81612bdc565b82525050565b6000606083016000830151614218600086018261395e565b50602083015161422b60208601826141f1565b50604083015184820360408601526142438282613dca565b9150508091505092915050565b600061425c8383614200565b905092915050565b6000602082019050919050565b600061427c826141c5565b61428681856141d0565b935083602082028501614298856141e1565b8060005b858110156142d457848403895281516142b58582614250565b94506142c083614264565b925060208a0199505060018101905061429c565b50829750879550505050505092915050565b600060208201905081810360008301526143008184614271565b905092915050565b60008151905061431781612a63565b92915050565b60008151905061432c81613984565b92915050565b60006080828403121561434857614347613585565b5b614352606061353e565b9050600061436284828501614308565b60008301525060206143768482850161431d565b602083015250604061438a84828501613ed4565b60408301525092915050565b6000608082840312156143ac576143ab61270a565b5b60006143ba84828501614332565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061442c82612781565b915061443783612781565b925082614447576144466143c3565b5b828204905092915050565b600061445d82612781565b915061446883612781565b925082820261447681612781565b9150828204841483151761448d5761448c6143f2565b5b5092915050565b600082905092915050565b60006144ab8383614494565b826144b68135612a59565b925060208210156144f6576144f17fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff83602003600802613f76565b831692505b505092915050565b60007fffffffffffffffff00000000000000000000000000000000000000000000000082169050919050565b60006145368383614494565b8261454181356144fe565b925060088210156145815761457c7fffffffffffffffff00000000000000000000000000000000000000000000000083600803600802613f76565b831692505b505092915050565b60008160c01b9050919050565b60006145a182614589565b9050919050565b6145b96145b482612c4f565b614596565b82525050565b60008160e01b9050919050565b60006145d7826145bf565b9050919050565b6145ef6145ea82612cc4565b6145cc565b82525050565b6000819050919050565b61461061460b82612781565b6145f5565b82525050565b600061462282876145a8565b60088201915061463282866145de565b60048201915061464282856145ff565b60208201915061465282846137b0565b915081905095945050505050565b6000819050919050565b61467b61467682612a59565b614660565b82525050565b600061468d828561466a565b60208201915061469d82846145a8565b6008820191508190509392505050565b60006146b9828761466a565b6020820191506146c982866145a8565b6008820191506146d9828561466a565b6020820191506146e982846137b0565b915081905095945050505050565b600060608201905061470c6000830186612a10565b6147196020830185612a10565b6147266040830184613098565b949350505050565b60008151905061473d81612af4565b92915050565b6000602082840312156147595761475861270a565b5b60006147678482850161472e565b91505092915050565b60006040820190506147856000830185612a10565b6147926020830184613098565b9392505050565b60006147a582846137b0565b91508190509291505056fea26469706673582212201d5e72ab04276279aa041d37643cd0d961bdb46f99fd2ad0de5504725574aa6464736f6c634300081800330000000000000000000000008355dbe8b0e275abad27eb843f3eaf3fc855e5250000000000000000000000001a44076050125825900e736c501f859c50fe728c0000000000000000000000008b50b3b19c3d8f66293339f7cfe473c76174612b
Deployed Bytecode
0x6080604052600436106101ee5760003560e01c806382413eac1161010d578063bc70b354116100a0578063d045a0dc1161006f578063d045a0dc14610707578063d424388514610723578063f2fde38b1461074c578063fc0c546a14610775578063ff7bd03d146107a0576101ee565b8063bc70b35414610654578063bd815db014610691578063c7c7f5b3146106ad578063ca5eb5e1146106de576101ee565b80639f68b964116100dc5780639f68b96414610598578063b731ea0a146105c3578063b98bd070146105ee578063bb0b6a5314610617576101ee565b806382413eac146104da578063857749b0146105175780638da5cb5b14610542578063963efcaa1461056d576101ee565b80633b6f743b116101855780635e280f11116101545780635e280f11146104325780636fc1b31e1461045d578063715018a6146104865780637d25a05e1461049d576101ee565b80633b6f743b1461035057806352ae28791461038d5780635535d461146103b85780635a0dfe4d146103f5576101ee565b8063156a0d0f116101c1578063156a0d0f146102a457806317442b70146102d05780631f5e1334146102fc5780633400288b14610327576101ee565b80630d35b415146101f3578063111ecdad1461023257806313137d651461025d578063134d4f2514610279575b600080fd5b3480156101ff57600080fd5b5061021a60048036038101906102159190612738565b6107dd565b604051610229939291906129a0565b60405180910390f35b34801561023e57600080fd5b506102476108bb565b6040516102549190612a1f565b60405180910390f35b61027760048036038101906102729190612b20565b6108e1565b005b34801561028557600080fd5b5061028e610a03565b60405161029b9190612bf9565b60405180910390f35b3480156102b057600080fd5b506102b9610a08565b6040516102c7929190612c72565b60405180910390f35b3480156102dc57600080fd5b506102e5610a36565b6040516102f3929190612c9b565b60405180910390f35b34801561030857600080fd5b50610311610a45565b60405161031e9190612bf9565b60405180910390f35b34801561033357600080fd5b5061034e60048036038101906103499190612d00565b610a4a565b005b34801561035c57600080fd5b5061037760048036038101906103729190612d78565b610a60565b6040516103849190612e03565b60405180910390f35b34801561039957600080fd5b506103a2610acc565b6040516103af9190612a1f565b60405180910390f35b3480156103c457600080fd5b506103df60048036038101906103da9190612e4a565b610ad4565b6040516103ec9190612edf565b60405180910390f35b34801561040157600080fd5b5061041c60048036038101906104179190612d00565b610b81565b6040516104299190612f10565b60405180910390f35b34801561043e57600080fd5b50610447610bad565b6040516104549190612f8a565b60405180910390f35b34801561046957600080fd5b50610484600480360381019061047f9190612fa5565b610bd1565b005b34801561049257600080fd5b5061049b610c54565b005b3480156104a957600080fd5b506104c460048036038101906104bf9190612d00565b610c68565b6040516104d19190612fd2565b60405180910390f35b3480156104e657600080fd5b5061050160048036038101906104fc9190612fed565b610c70565b60405161050e9190612f10565b60405180910390f35b34801561052357600080fd5b5061052c610cab565b604051610539919061307d565b60405180910390f35b34801561054e57600080fd5b50610557610cb4565b6040516105649190612a1f565b60405180910390f35b34801561057957600080fd5b50610582610cdd565b60405161058f91906130a7565b60405180910390f35b3480156105a457600080fd5b506105ad610d01565b6040516105ba9190612f10565b60405180910390f35b3480156105cf57600080fd5b506105d8610d0a565b6040516105e59190612a1f565b60405180910390f35b3480156105fa57600080fd5b5061061560048036038101906106109190613118565b610d30565b005b34801561062357600080fd5b5061063e60048036038101906106399190613165565b610d51565b60405161064b91906131a1565b60405180910390f35b34801561066057600080fd5b5061067b600480360381019061067691906131bc565b610d69565b6040516106889190612edf565b60405180910390f35b6106ab60048036038101906106a69190613286565b610f76565b005b6106c760048036038101906106c291906132f2565b61114f565b6040516106d59291906133f0565b60405180910390f35b3480156106ea57600080fd5b5061070560048036038101906107009190612fa5565b61125a565b005b610721600480360381019061071c9190612b20565b6112f0565b005b34801561072f57600080fd5b5061074a60048036038101906107459190612fa5565b61136d565b005b34801561075857600080fd5b50610773600480360381019061076e9190612fa5565b6113f0565b005b34801561078157600080fd5b5061078a611476565b6040516107979190612a1f565b60405180910390f35b3480156107ac57600080fd5b506107c760048036038101906107c29190613419565b61149e565b6040516107d49190612f10565b60405180910390f35b6107e5612664565b60606107ef61267e565b60008067ffffffffffffffff801690506040518060400160405280838152602001828152509450600067ffffffffffffffff81111561083157610830613446565b5b60405190808252806020026020018201604052801561086a57816020015b610857612698565b81526020019060019003908161084f5790505b509350600080610895886040013589606001358a60000160208101906108909190613165565b6114df565b915091506040518060400160405280838152602001828152509450505050509193909250565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b3373ffffffffffffffffffffffffffffffffffffffff167f0000000000000000000000001a44076050125825900e736c501f859c50fe728c73ffffffffffffffffffffffffffffffffffffffff161461097157336040517f91ac5e4f0000000000000000000000000000000000000000000000000000000081526004016109689190612a1f565b60405180910390fd5b866020013561099188600001602081019061098c9190613165565b61153f565b146109eb578660000160208101906109a99190613165565b87602001356040517fc26bebcc0000000000000000000000000000000000000000000000000000000081526004016109e2929190613484565b60405180910390fd5b6109fa878787878787876115b4565b50505050505050565b600281565b6000807f02e49c2c000000000000000000000000000000000000000000000000000000006001915091509091565b60008060016002915091509091565b600181565b610a5261174a565b610a5c82826117d1565b5050565b610a686126b2565b6000610a8f84604001358560600135866000016020810190610a8a9190613165565b6114df565b915050600080610a9f8684611832565b91509150610ac1866000016020810190610ab99190613165565b8383886119e8565b935050505092915050565b600030905090565b6003602052816000526040600020602052806000526040600020600091509150508054610b00906134dc565b80601f0160208091040260200160405190810160405280929190818152602001828054610b2c906134dc565b8015610b795780601f10610b4e57610100808354040283529160200191610b79565b820191906000526020600020905b815481529060010190602001808311610b5c57829003601f168201915b505050505081565b600081600160008563ffffffff1663ffffffff1681526020019081526020016000205414905092915050565b7f0000000000000000000000001a44076050125825900e736c501f859c50fe728c81565b610bd961174a565b80600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507ff0be4f1e87349231d80c36b33f9e8639658eeaf474014dee15a3e6a4d441419781604051610c499190612a1f565b60405180910390a150565b610c5c61174a565b610c666000611acb565b565b600092915050565b60003073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16149050949350505050565b60006006905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b7f000000000000000000000000000000000000000000000000000000e8d4a5100081565b60006001905090565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610d3861174a565b610d4d828290610d48919061374b565b611b8f565b5050565b60016020528060005260406000206000915090505481565b60606000600360008763ffffffff1663ffffffff16815260200190815260200160002060008661ffff1661ffff1681526020019081526020016000208054610db0906134dc565b80601f0160208091040260200160405190810160405280929190818152602001828054610ddc906134dc565b8015610e295780601f10610dfe57610100808354040283529160200191610e29565b820191906000526020600020905b815481529060010190602001808311610e0c57829003601f168201915b505050505090506000815103610e865783838080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050915050610f6e565b60008484905003610e9a5780915050610f6e565b60028484905010610f2f57610ef284848080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611caa565b8084846002908092610f069392919061376a565b604051602001610f1893929190613806565b604051602081830303815290604052915050610f6e565b83836040517f9a6d49cd000000000000000000000000000000000000000000000000000000008152600401610f65929190613859565b60405180910390fd5b949350505050565b60005b8282905081101561109e5736838383818110610f9857610f9761387d565b5b9050602002810190610faa91906138bb565b9050610fd2816000016000016020810190610fc59190613165565b8260000160200135610b81565b610fdc5750611091565b3073ffffffffffffffffffffffffffffffffffffffff1663d045a0dc8260c00135836000018460a001358580610100019061101791906138e4565b8760e001602081019061102a9190612fa5565b8880610120019061103b91906138e4565b6040518963ffffffff1660e01b815260040161105d9796959493929190613a21565b6000604051808303818588803b15801561107657600080fd5b505af115801561108a573d6000803e3d6000fd5b5050505050505b8080600101915050610f79565b503373ffffffffffffffffffffffffffffffffffffffff16638e9e70996040518163ffffffff1660e01b8152600401600060405180830381865afa1580156110ea573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906111139190613af6565b6040517f8351eea70000000000000000000000000000000000000000000000000000000081526004016111469190612edf565b60405180910390fd5b6111576126cc565b61115f61267e565b60008061118833886040013589606001358a60000160208101906111839190613165565b611d04565b915091506000806111998984611832565b915091506111cc8960000160208101906111b39190613165565b83838b8036038101906111c69190613bbb565b8b611d70565b955060405180604001604052808581526020018481525094503373ffffffffffffffffffffffffffffffffffffffff1686600001517f85496b760a4b7f8d66384b9df21b381f5d1b1e79f229a47aaf4c232edc2fe59a8b60000160208101906112359190613165565b878760405161124693929190613be8565b60405180910390a350505050935093915050565b61126261174a565b7f0000000000000000000000001a44076050125825900e736c501f859c50fe728c73ffffffffffffffffffffffffffffffffffffffff1663ca5eb5e1826040518263ffffffff1660e01b81526004016112bb9190612a1f565b600060405180830381600087803b1580156112d557600080fd5b505af11580156112e9573d6000803e3d6000fd5b5050505050565b3073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611355576040517f14d4a4e800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61136487878787878787611e8c565b50505050505050565b61137561174a565b80600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507fd48d879cef83a1c0bdda516f27b13ddb1b3f8bbac1c9e1511bb2a659c2427760816040516113e59190612a1f565b60405180910390a150565b6113f861174a565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361146a5760006040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526004016114619190612a1f565b60405180910390fd5b61147381611acb565b50565b60007f0000000000000000000000008355dbe8b0e275abad27eb843f3eaf3fc855e525905090565b60008160200135600160008460000160208101906114bc9190613165565b63ffffffff1663ffffffff16815260200190815260200160002054149050919050565b6000806114eb85611ea4565b9150819050838110156115375780846040517f71c4efed00000000000000000000000000000000000000000000000000000000815260040161152e929190613c1f565b60405180910390fd5b935093915050565b600080600160008463ffffffff1663ffffffff1681526020019081526020016000205490506000801b81036115ab57826040517ff6ff4fb70000000000000000000000000000000000000000000000000000000081526004016115a29190613c48565b60405180910390fd5b80915050919050565b60006115c86115c38787611f04565b611f30565b905060006115fa826115e26115dd8a8a611f3d565b611f6f565b8b60000160208101906115f59190613165565b611fae565b90506116068787612005565b156116dc5760006116468a60400160208101906116239190613c63565b8b60000160208101906116369190613165565b846116418c8c612019565b61207c565b90507f0000000000000000000000001a44076050125825900e736c501f859c50fe728c73ffffffffffffffffffffffffffffffffffffffff16637cb59012848b6000856040518563ffffffff1660e01b81526004016116a89493929190613ccb565b600060405180830381600087803b1580156116c257600080fd5b505af11580156116d6573d6000803e3d6000fd5b50505050505b8173ffffffffffffffffffffffffffffffffffffffff16887fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c8b60000160208101906117289190613165565b84604051611737929190613d17565b60405180910390a3505050505050505050565b6117526120ae565b73ffffffffffffffffffffffffffffffffffffffff16611770610cb4565b73ffffffffffffffffffffffffffffffffffffffff16146117cf576117936120ae565b6040517f118cdaa70000000000000000000000000000000000000000000000000000000081526004016117c69190612a1f565b60405180910390fd5b565b80600160008463ffffffff1663ffffffff168152602001908152602001600020819055507f238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b8282604051611826929190613484565b60405180910390a15050565b60608060006118a08560200135611848866120b6565b878060a0019061185891906138e4565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050506120eb565b80925081945050506000816118b65760016118b9565b60025b90506118e78660000160208101906118d19190613165565b828880608001906118e291906138e4565b610d69565b9250600073ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146119df57600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663043a78eb85856040518363ffffffff1660e01b815260040161199c929190613d40565b602060405180830381865afa1580156119b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119dd9190613d8c565b505b50509250929050565b6119f06126b2565b7f0000000000000000000000001a44076050125825900e736c501f859c50fe728c73ffffffffffffffffffffffffffffffffffffffff1663ddc28c586040518060a001604052808863ffffffff168152602001611a4c8961153f565b8152602001878152602001868152602001851515815250306040518363ffffffff1660e01b8152600401611a81929190613e8f565b6040805180830381865afa158015611a9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac19190613f24565b9050949350505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60005b8151811015611c6f57611bc2828281518110611bb157611bb061387d565b5b602002602001015160400151611caa565b818181518110611bd557611bd461387d565b5b60200260200101516040015160036000848481518110611bf857611bf761387d565b5b60200260200101516000015163ffffffff1663ffffffff1681526020019081526020016000206000848481518110611c3357611c3261387d565b5b60200260200101516020015161ffff1661ffff1681526020019081526020016000209081611c6191906140f3565b508080600101915050611b92565b507fbe4864a8e820971c0247f5992e2da559595f7bf076a21cb5928d443d2a13b67481604051611c9f91906142e6565b60405180910390a150565b600060028201519050600361ffff168161ffff1614611d0057816040517f9a6d49cd000000000000000000000000000000000000000000000000000000008152600401611cf79190612edf565b60405180910390fd5b5050565b600080611d128585856114df565b8092508193505050611d678630847f0000000000000000000000008355dbe8b0e275abad27eb843f3eaf3fc855e52573ffffffffffffffffffffffffffffffffffffffff1661215a909392919063ffffffff16565b94509492505050565b611d786126cc565b6000611d8784600001516121dc565b9050600084602001511115611da457611da3846020015161222a565b5b7f0000000000000000000000001a44076050125825900e736c501f859c50fe728c73ffffffffffffffffffffffffffffffffffffffff16632637a450826040518060a001604052808b63ffffffff168152602001611e018c61153f565b81526020018a815260200189815260200160008960200151111515815250866040518463ffffffff1660e01b8152600401611e3d929190613e8f565b60806040518083038185885af1158015611e5b573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190611e809190614396565b91505095945050505050565b611e9b878787878787876115b4565b50505050505050565b60007f000000000000000000000000000000000000000000000000000000e8d4a510007f000000000000000000000000000000000000000000000000000000e8d4a5100083611ef39190614421565b611efd9190614452565b9050919050565b60008282600090602060ff1692611f1d9392919061376a565b90611f28919061449f565b905092915050565b60008160001c9050919050565b60008282602060ff1690602860ff1692611f599392919061376a565b90611f64919061452a565b60c01c905092915050565b60007f000000000000000000000000000000000000000000000000000000e8d4a510008267ffffffffffffffff16611fa79190614452565b9050919050565b6000611ffb84847f0000000000000000000000008355dbe8b0e275abad27eb843f3eaf3fc855e52573ffffffffffffffffffffffffffffffffffffffff166123749092919063ffffffff16565b8290509392505050565b6000602860ff168383905011905092915050565b60608282602860ff169080926120319392919061376a565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050905092915050565b6060848484846040516020016120959493929190614616565b6040516020818303038152906040529050949350505050565b600033905090565b60007f000000000000000000000000000000000000000000000000000000e8d4a51000826120e49190614421565b9050919050565b606060008083511190508061212157848460405160200161210d929190614681565b604051602081830303815290604052612150565b848461212c336123f3565b8560405160200161214094939291906146ad565b6040516020818303038152906040525b9150935093915050565b6121d6848573ffffffffffffffffffffffffffffffffffffffff166323b872dd86868660405160240161218f939291906146f7565b604051602081830303815290604052915060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612416565b50505050565b600081341461222257346040517f9f70412000000000000000000000000000000000000000000000000000000000815260040161221991906130a7565b60405180910390fd5b819050919050565b60007f0000000000000000000000001a44076050125825900e736c501f859c50fe728c73ffffffffffffffffffffffffffffffffffffffff1663e4fe1d946040518163ffffffff1660e01b8152600401602060405180830381865afa158015612297573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122bb9190614743565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603612323576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612370337f0000000000000000000000001a44076050125825900e736c501f859c50fe728c848473ffffffffffffffffffffffffffffffffffffffff1661215a909392919063ffffffff16565b5050565b6123ee838473ffffffffffffffffffffffffffffffffffffffff1663a9059cbb85856040516024016123a7929190614770565b604051602081830303815290604052915060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612416565b505050565b60008173ffffffffffffffffffffffffffffffffffffffff1660001b9050919050565b6000612441828473ffffffffffffffffffffffffffffffffffffffff166124ad90919063ffffffff16565b905060008151141580156124665750808060200190518101906124649190613d8c565b155b156124a857826040517f5274afe700000000000000000000000000000000000000000000000000000000815260040161249f9190612a1f565b60405180910390fd5b505050565b60606124bb838360006124c3565b905092915050565b60608147101561250a57306040517fcd7860590000000000000000000000000000000000000000000000000000000081526004016125019190612a1f565b60405180910390fd5b6000808573ffffffffffffffffffffffffffffffffffffffff1684866040516125339190614799565b60006040518083038185875af1925050503d8060008114612570576040519150601f19603f3d011682016040523d82523d6000602084013e612575565b606091505b5091509150612585868383612590565b925050509392505050565b6060826125a5576125a08261261f565b612617565b600082511480156125cd575060008473ffffffffffffffffffffffffffffffffffffffff163b145b1561260f57836040517f9996b3150000000000000000000000000000000000000000000000000000000081526004016126069190612a1f565b60405180910390fd5b819050612618565b5b9392505050565b6000815111156126325780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b604051806040016040528060008152602001600081525090565b604051806040016040528060008152602001600081525090565b604051806040016040528060008152602001606081525090565b604051806040016040528060008152602001600081525090565b604051806060016040528060008019168152602001600067ffffffffffffffff1681526020016126fa6126b2565b81525090565b6000604051905090565b600080fd5b600080fd5b600080fd5b600060e0828403121561272f5761272e612714565b5b81905092915050565b60006020828403121561274e5761274d61270a565b5b600082013567ffffffffffffffff81111561276c5761276b61270f565b5b61277884828501612719565b91505092915050565b6000819050919050565b61279481612781565b82525050565b6040820160008201516127b0600085018261278b565b5060208201516127c3602085018261278b565b50505050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6000819050919050565b612808816127f5565b82525050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561284857808201518184015260208101905061282d565b60008484015250505050565b6000601f19601f8301169050919050565b60006128708261280e565b61287a8185612819565b935061288a81856020860161282a565b61289381612854565b840191505092915050565b60006040830160008301516128b660008601826127ff565b50602083015184820360208601526128ce8282612865565b9150508091505092915050565b60006128e7838361289e565b905092915050565b6000602082019050919050565b6000612907826127c9565b61291181856127d4565b935083602082028501612923856127e5565b8060005b8581101561295f578484038952815161294085826128db565b945061294b836128ef565b925060208a01995050600181019050612927565b50829750879550505050505092915050565b604082016000820151612987600085018261278b565b50602082015161299a602085018261278b565b50505050565b600060a0820190506129b5600083018661279a565b81810360408301526129c781856128fc565b90506129d66060830184612971565b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612a09826129de565b9050919050565b612a19816129fe565b82525050565b6000602082019050612a346000830184612a10565b92915050565b600060608284031215612a5057612a4f612714565b5b81905092915050565b6000819050919050565b612a6c81612a59565b8114612a7757600080fd5b50565b600081359050612a8981612a63565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612ab457612ab3612a8f565b5b8235905067ffffffffffffffff811115612ad157612ad0612a94565b5b602083019150836001820283011115612aed57612aec612a99565b5b9250929050565b612afd816129fe565b8114612b0857600080fd5b50565b600081359050612b1a81612af4565b92915050565b600080600080600080600060e0888a031215612b3f57612b3e61270a565b5b6000612b4d8a828b01612a3a565b9750506060612b5e8a828b01612a7a565b965050608088013567ffffffffffffffff811115612b7f57612b7e61270f565b5b612b8b8a828b01612a9e565b955095505060a0612b9e8a828b01612b0b565b93505060c088013567ffffffffffffffff811115612bbf57612bbe61270f565b5b612bcb8a828b01612a9e565b925092505092959891949750929550565b600061ffff82169050919050565b612bf381612bdc565b82525050565b6000602082019050612c0e6000830184612bea565b92915050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612c4981612c14565b82525050565b600067ffffffffffffffff82169050919050565b612c6c81612c4f565b82525050565b6000604082019050612c876000830185612c40565b612c946020830184612c63565b9392505050565b6000604082019050612cb06000830185612c63565b612cbd6020830184612c63565b9392505050565b600063ffffffff82169050919050565b612cdd81612cc4565b8114612ce857600080fd5b50565b600081359050612cfa81612cd4565b92915050565b60008060408385031215612d1757612d1661270a565b5b6000612d2585828601612ceb565b9250506020612d3685828601612a7a565b9150509250929050565b60008115159050919050565b612d5581612d40565b8114612d6057600080fd5b50565b600081359050612d7281612d4c565b92915050565b60008060408385031215612d8f57612d8e61270a565b5b600083013567ffffffffffffffff811115612dad57612dac61270f565b5b612db985828601612719565b9250506020612dca85828601612d63565b9150509250929050565b604082016000820151612dea600085018261278b565b506020820151612dfd602085018261278b565b50505050565b6000604082019050612e186000830184612dd4565b92915050565b612e2781612bdc565b8114612e3257600080fd5b50565b600081359050612e4481612e1e565b92915050565b60008060408385031215612e6157612e6061270a565b5b6000612e6f85828601612ceb565b9250506020612e8085828601612e35565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b6000612eb182612e8a565b612ebb8185612e95565b9350612ecb81856020860161282a565b612ed481612854565b840191505092915050565b60006020820190508181036000830152612ef98184612ea6565b905092915050565b612f0a81612d40565b82525050565b6000602082019050612f256000830184612f01565b92915050565b6000819050919050565b6000612f50612f4b612f46846129de565b612f2b565b6129de565b9050919050565b6000612f6282612f35565b9050919050565b6000612f7482612f57565b9050919050565b612f8481612f69565b82525050565b6000602082019050612f9f6000830184612f7b565b92915050565b600060208284031215612fbb57612fba61270a565b5b6000612fc984828501612b0b565b91505092915050565b6000602082019050612fe76000830184612c63565b92915050565b60008060008060a085870312156130075761300661270a565b5b600061301587828801612a3a565b945050606085013567ffffffffffffffff8111156130365761303561270f565b5b61304287828801612a9e565b9350935050608061305587828801612b0b565b91505092959194509250565b600060ff82169050919050565b61307781613061565b82525050565b6000602082019050613092600083018461306e565b92915050565b6130a181612781565b82525050565b60006020820190506130bc6000830184613098565b92915050565b60008083601f8401126130d8576130d7612a8f565b5b8235905067ffffffffffffffff8111156130f5576130f4612a94565b5b60208301915083602082028301111561311157613110612a99565b5b9250929050565b6000806020838503121561312f5761312e61270a565b5b600083013567ffffffffffffffff81111561314d5761314c61270f565b5b613159858286016130c2565b92509250509250929050565b60006020828403121561317b5761317a61270a565b5b600061318984828501612ceb565b91505092915050565b61319b81612a59565b82525050565b60006020820190506131b66000830184613192565b92915050565b600080600080606085870312156131d6576131d561270a565b5b60006131e487828801612ceb565b94505060206131f587828801612e35565b935050604085013567ffffffffffffffff8111156132165761321561270f565b5b61322287828801612a9e565b925092505092959194509250565b60008083601f84011261324657613245612a8f565b5b8235905067ffffffffffffffff81111561326357613262612a94565b5b60208301915083602082028301111561327f5761327e612a99565b5b9250929050565b6000806020838503121561329d5761329c61270a565b5b600083013567ffffffffffffffff8111156132bb576132ba61270f565b5b6132c785828601613230565b92509250509250929050565b6000604082840312156132e9576132e8612714565b5b81905092915050565b60008060006080848603121561330b5761330a61270a565b5b600084013567ffffffffffffffff8111156133295761332861270f565b5b61333586828701612719565b9350506020613346868287016132d3565b925050606061335786828701612b0b565b9150509250925092565b61336a81612a59565b82525050565b61337981612c4f565b82525050565b604082016000820151613395600085018261278b565b5060208201516133a8602085018261278b565b50505050565b6080820160008201516133c46000850182613361565b5060208201516133d76020850182613370565b5060408201516133ea604085018261337f565b50505050565b600060c08201905061340560008301856133ae565b6134126080830184612971565b9392505050565b60006060828403121561342f5761342e61270a565b5b600061343d84828501612a3a565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61347e81612cc4565b82525050565b60006040820190506134996000830185613475565b6134a66020830184613192565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806134f457607f821691505b602082108103613507576135066134ad565b5b50919050565b61351682612854565b810181811067ffffffffffffffff8211171561353557613534613446565b5b80604052505050565b6000613548612700565b9050613554828261350d565b919050565b600067ffffffffffffffff82111561357457613573613446565b5b602082029050602081019050919050565b600080fd5b600080fd5b600080fd5b600067ffffffffffffffff8211156135af576135ae613446565b5b6135b882612854565b9050602081019050919050565b82818337600083830152505050565b60006135e76135e284613594565b61353e565b9050828152602081018484840111156136035761360261358f565b5b61360e8482856135c5565b509392505050565b600082601f83011261362b5761362a612a8f565b5b813561363b8482602086016135d4565b91505092915050565b60006060828403121561365a57613659613585565b5b613664606061353e565b9050600061367484828501612ceb565b600083015250602061368884828501612e35565b602083015250604082013567ffffffffffffffff8111156136ac576136ab61358a565b5b6136b884828501613616565b60408301525092915050565b60006136d76136d284613559565b61353e565b905080838252602082019050602084028301858111156136fa576136f9612a99565b5b835b8181101561374157803567ffffffffffffffff81111561371f5761371e612a8f565b5b80860161372c8982613644565b855260208501945050506020810190506136fc565b5050509392505050565b60006137583684846136c4565b905092915050565b600080fd5b600080fd5b6000808585111561377e5761377d613760565b5b8386111561378f5761378e613765565b5b6001850283019150848603905094509492505050565b600081905092915050565b60006137bb82612e8a565b6137c581856137a5565b93506137d581856020860161282a565b80840191505092915050565b60006137ed83856137a5565b93506137fa8385846135c5565b82840190509392505050565b600061381282866137b0565b915061381f8284866137e1565b9150819050949350505050565b60006138388385612e95565b93506138458385846135c5565b61384e83612854565b840190509392505050565b6000602082019050818103600083015261387481848661382c565b90509392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600080fd5b600080fd5b600080fd5b600082356001610140038336030381126138d8576138d76138ac565b5b80830191505092915050565b60008083356001602003843603038112613901576139006138ac565b5b80840192508235915067ffffffffffffffff821115613923576139226138b1565b5b60208301925060018202360383131561393f5761393e6138b6565b5b509250929050565b60006139566020840184612ceb565b905092915050565b61396781612cc4565b82525050565b600061397c6020840184612a7a565b905092915050565b61398d81612c4f565b811461399857600080fd5b50565b6000813590506139aa81613984565b92915050565b60006139bf602084018461399b565b905092915050565b606082016139d86000830183613947565b6139e5600085018261395e565b506139f3602083018361396d565b613a006020850182613361565b50613a0e60408301836139b0565b613a1b6040850182613370565b50505050565b600060e082019050613a36600083018a6139c7565b613a436060830189613192565b8181036080830152613a5681878961382c565b9050613a6560a0830186612a10565b81810360c0830152613a7881848661382c565b905098975050505050505050565b6000613a99613a9484613594565b61353e565b905082815260208101848484011115613ab557613ab461358f565b5b613ac084828561282a565b509392505050565b600082601f830112613add57613adc612a8f565b5b8151613aed848260208601613a86565b91505092915050565b600060208284031215613b0c57613b0b61270a565b5b600082015167ffffffffffffffff811115613b2a57613b2961270f565b5b613b3684828501613ac8565b91505092915050565b613b4881612781565b8114613b5357600080fd5b50565b600081359050613b6581613b3f565b92915050565b600060408284031215613b8157613b80613585565b5b613b8b604061353e565b90506000613b9b84828501613b56565b6000830152506020613baf84828501613b56565b60208301525092915050565b600060408284031215613bd157613bd061270a565b5b6000613bdf84828501613b6b565b91505092915050565b6000606082019050613bfd6000830186613475565b613c0a6020830185613098565b613c176040830184613098565b949350505050565b6000604082019050613c346000830185613098565b613c416020830184613098565b9392505050565b6000602082019050613c5d6000830184613475565b92915050565b600060208284031215613c7957613c7861270a565b5b6000613c878482850161399b565b91505092915050565b6000819050919050565b6000613cb5613cb0613cab84613c90565b612f2b565b612bdc565b9050919050565b613cc581613c9a565b82525050565b6000608082019050613ce06000830187612a10565b613ced6020830186613192565b613cfa6040830185613cbc565b8181036060830152613d0c8184612ea6565b905095945050505050565b6000604082019050613d2c6000830185613475565b613d396020830184613098565b9392505050565b60006040820190508181036000830152613d5a8185612ea6565b90508181036020830152613d6e8184612ea6565b90509392505050565b600081519050613d8681612d4c565b92915050565b600060208284031215613da257613da161270a565b5b6000613db084828501613d77565b91505092915050565b600082825260208201905092915050565b6000613dd582612e8a565b613ddf8185613db9565b9350613def81856020860161282a565b613df881612854565b840191505092915050565b613e0c81612d40565b82525050565b600060a083016000830151613e2a600086018261395e565b506020830151613e3d6020860182613361565b5060408301518482036040860152613e558282613dca565b91505060608301518482036060860152613e6f8282613dca565b9150506080830151613e846080860182613e03565b508091505092915050565b60006040820190508181036000830152613ea98185613e12565b9050613eb86020830184612a10565b9392505050565b600081519050613ece81613b3f565b92915050565b600060408284031215613eea57613ee9613585565b5b613ef4604061353e565b90506000613f0484828501613ebf565b6000830152506020613f1884828501613ebf565b60208301525092915050565b600060408284031215613f3a57613f3961270a565b5b6000613f4884828501613ed4565b91505092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302613fb37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613f76565b613fbd8683613f76565b95508019841693508086168417925050509392505050565b6000613ff0613feb613fe684612781565b612f2b565b612781565b9050919050565b6000819050919050565b61400a83613fd5565b61401e61401682613ff7565b848454613f83565b825550505050565b600090565b614033614026565b61403e818484614001565b505050565b5b818110156140625761405760008261402b565b600181019050614044565b5050565b601f8211156140a75761407881613f51565b61408184613f66565b81016020851015614090578190505b6140a461409c85613f66565b830182614043565b50505b505050565b600082821c905092915050565b60006140ca600019846008026140ac565b1980831691505092915050565b60006140e383836140b9565b9150826002028217905092915050565b6140fc82612e8a565b67ffffffffffffffff81111561411557614114613446565b5b61411f82546134dc565b61412a828285614066565b600060209050601f83116001811461415d576000841561414b578287015190505b61415585826140d7565b8655506141bd565b601f19841661416b86613f51565b60005b828110156141935784890151825560018201915060208501945060208101905061416e565b868310156141b057848901516141ac601f8916826140b9565b8355505b6001600288020188555050505b505050505050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6141fa81612bdc565b82525050565b6000606083016000830151614218600086018261395e565b50602083015161422b60208601826141f1565b50604083015184820360408601526142438282613dca565b9150508091505092915050565b600061425c8383614200565b905092915050565b6000602082019050919050565b600061427c826141c5565b61428681856141d0565b935083602082028501614298856141e1565b8060005b858110156142d457848403895281516142b58582614250565b94506142c083614264565b925060208a0199505060018101905061429c565b50829750879550505050505092915050565b600060208201905081810360008301526143008184614271565b905092915050565b60008151905061431781612a63565b92915050565b60008151905061432c81613984565b92915050565b60006080828403121561434857614347613585565b5b614352606061353e565b9050600061436284828501614308565b60008301525060206143768482850161431d565b602083015250604061438a84828501613ed4565b60408301525092915050565b6000608082840312156143ac576143ab61270a565b5b60006143ba84828501614332565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061442c82612781565b915061443783612781565b925082614447576144466143c3565b5b828204905092915050565b600061445d82612781565b915061446883612781565b925082820261447681612781565b9150828204841483151761448d5761448c6143f2565b5b5092915050565b600082905092915050565b60006144ab8383614494565b826144b68135612a59565b925060208210156144f6576144f17fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff83602003600802613f76565b831692505b505092915050565b60007fffffffffffffffff00000000000000000000000000000000000000000000000082169050919050565b60006145368383614494565b8261454181356144fe565b925060088210156145815761457c7fffffffffffffffff00000000000000000000000000000000000000000000000083600803600802613f76565b831692505b505092915050565b60008160c01b9050919050565b60006145a182614589565b9050919050565b6145b96145b482612c4f565b614596565b82525050565b60008160e01b9050919050565b60006145d7826145bf565b9050919050565b6145ef6145ea82612cc4565b6145cc565b82525050565b6000819050919050565b61461061460b82612781565b6145f5565b82525050565b600061462282876145a8565b60088201915061463282866145de565b60048201915061464282856145ff565b60208201915061465282846137b0565b915081905095945050505050565b6000819050919050565b61467b61467682612a59565b614660565b82525050565b600061468d828561466a565b60208201915061469d82846145a8565b6008820191508190509392505050565b60006146b9828761466a565b6020820191506146c982866145a8565b6008820191506146d9828561466a565b6020820191506146e982846137b0565b915081905095945050505050565b600060608201905061470c6000830186612a10565b6147196020830185612a10565b6147266040830184613098565b949350505050565b60008151905061473d81612af4565b92915050565b6000602082840312156147595761475861270a565b5b60006147678482850161472e565b91505092915050565b60006040820190506147856000830185612a10565b6147926020830184613098565b9392505050565b60006147a582846137b0565b91508190509291505056fea26469706673582212201d5e72ab04276279aa041d37643cd0d961bdb46f99fd2ad0de5504725574aa6464736f6c63430008180033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000008355dbe8b0e275abad27eb843f3eaf3fc855e5250000000000000000000000001a44076050125825900e736c501f859c50fe728c0000000000000000000000008b50b3b19c3d8f66293339f7cfe473c76174612b
-----Decoded View---------------
Arg [0] : _token (address): 0x8355DBE8B0e275ABAd27eB843F3eaF3FC855e525
Arg [1] : _lzEndpoint (address): 0x1a44076050125825900e736c501f859c50fE728c
Arg [2] : _delegate (address): 0x8B50b3B19C3d8f66293339f7cfE473C76174612b
-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000008355dbe8b0e275abad27eb843f3eaf3fc855e525
Arg [1] : 0000000000000000000000001a44076050125825900e736c501f859c50fe728c
Arg [2] : 0000000000000000000000008b50b3b19c3d8f66293339f7cfe473c76174612b
Loading...
Loading
Loading...
Loading
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.