Source Code
Latest 25 from a total of 3,301 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Bridge | 371728412 | 161 days ago | IN | 0.0005 ETH | 0.00000268 | ||||
| Bridge | 361799340 | 189 days ago | IN | 0.0005 ETH | 0.0000027 | ||||
| Bridge | 344836541 | 239 days ago | IN | 0.00015466 ETH | 0.0000028 | ||||
| Bridge | 343063356 | 244 days ago | IN | 0.00015466 ETH | 0.00000279 | ||||
| Bridge | 235236260 | 557 days ago | IN | 0.00011516 ETH | 0.00002109 | ||||
| Bridge | 216914100 | 611 days ago | IN | 0.00010085 ETH | 0.00000347 | ||||
| Bridge | 216909545 | 611 days ago | IN | 0.00010085 ETH | 0.00000376 | ||||
| Bridge | 216908323 | 611 days ago | IN | 0.00010085 ETH | 0.00000406 | ||||
| Bridge | 216907693 | 611 days ago | IN | 0.00010085 ETH | 0.00000408 | ||||
| Bridge | 216906987 | 611 days ago | IN | 0.00010085 ETH | 0.000004 | ||||
| Bridge | 216906604 | 611 days ago | IN | 0.00010085 ETH | 0.00000394 | ||||
| Bridge | 216906170 | 611 days ago | IN | 0.00010085 ETH | 0.00000396 | ||||
| Bridge Native | 216685003 | 611 days ago | IN | 0.01910085 ETH | 0.00000495 | ||||
| Bridge Native | 216684850 | 611 days ago | IN | 0.00010085 ETH | 0.00000286 | ||||
| Bridge | 216439746 | 612 days ago | IN | 0.00010085 ETH | 0.00000367 | ||||
| Bridge Native | 212212277 | 624 days ago | IN | 0.00213021 ETH | 0.0000029 | ||||
| Bridge | 210583937 | 629 days ago | IN | 0.00013025 ETH | 0.00000282 | ||||
| Bridge | 209716974 | 632 days ago | IN | 0.00013027 ETH | 0.00000285 | ||||
| Bridge | 209716403 | 632 days ago | IN | 0.00013027 ETH | 0.00000284 | ||||
| Bridge | 207375836 | 639 days ago | IN | 0.00012956 ETH | 0.00000303 | ||||
| Bridge | 207356646 | 639 days ago | IN | 0.00012956 ETH | 0.00000299 | ||||
| Bridge | 207355328 | 639 days ago | IN | 0.00012956 ETH | 0.00000299 | ||||
| Bridge Native | 207354834 | 639 days ago | IN | 0.00013456 ETH | 0.00000284 | ||||
| Bridge | 207354583 | 639 days ago | IN | 0.00012956 ETH | 0.00000299 | ||||
| Bridge | 207354120 | 639 days ago | IN | 0.00012956 ETH | 0.00000299 |
Latest 25 internal transactions (View All)
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 371728412 | 161 days ago | 0.0005 ETH | ||||
| 361799340 | 189 days ago | 0.0005 ETH | ||||
| 344836541 | 239 days ago | 0.00015466 ETH | ||||
| 343063356 | 244 days ago | 0.00015466 ETH | ||||
| 235236260 | 557 days ago | 0.00011516 ETH | ||||
| 216914100 | 611 days ago | 0.00010085 ETH | ||||
| 216909545 | 611 days ago | 0.00010085 ETH | ||||
| 216908323 | 611 days ago | 0.00010085 ETH | ||||
| 216907693 | 611 days ago | 0.00010085 ETH | ||||
| 216906987 | 611 days ago | 0.00010085 ETH | ||||
| 216906604 | 611 days ago | 0.00010085 ETH | ||||
| 216906170 | 611 days ago | 0.00010085 ETH | ||||
| 216685003 | 611 days ago | 0.00010085 ETH | ||||
| 216685003 | 611 days ago | 0.019 ETH | ||||
| 216439746 | 612 days ago | 0.00010085 ETH | ||||
| 212212277 | 624 days ago | 0.00013021 ETH | ||||
| 212212277 | 624 days ago | 0.002 ETH | ||||
| 210583937 | 629 days ago | 0.00013025 ETH | ||||
| 209716974 | 632 days ago | 0.00013027 ETH | ||||
| 209716403 | 632 days ago | 0.00013027 ETH | ||||
| 207375836 | 639 days ago | 0.00012956 ETH | ||||
| 207356646 | 639 days ago | 0.00012956 ETH | ||||
| 207355328 | 639 days ago | 0.00012956 ETH | ||||
| 207354834 | 639 days ago | 0.00012956 ETH | ||||
| 207354834 | 639 days ago | 0.000005 ETH |
Cross-Chain Transactions
Loading...
Loading
Contract Name:
OriginalTokenBridge
Compiler Version
v0.8.17+commit.8df45f5f
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {LzLib} from "@layerzerolabs/solidity-examples/contracts/libraries/LzLib.sol";
import {TokenBridgeBase} from "./TokenBridgeBase.sol";
import {IWETH} from "./interfaces/IWETH.sol";
/// @dev Locks an ERC20 on the source chain and sends LZ message to the remote chain to mint a wrapped token
contract OriginalTokenBridge is TokenBridgeBase {
using SafeERC20 for IERC20;
/// @notice Tokens that can be bridged to the remote chain
mapping(address => bool) public supportedTokens;
/// @notice Token conversion rates from local decimals (LD) to shared decimals (SD).
/// E.g., if local decimals is 18 and shared decimals is 6, the conversion rate is 10^12
mapping(address => uint) public LDtoSDConversionRate;
/// @notice Total value locked per each supported token in shared decimals
mapping(address => uint) public totalValueLockedSD;
/// @notice LayerZero id of the remote chain where wrapped tokens are minted
uint16 public remoteChainId;
/// @notice Address of the wrapped native gas token (e.g. WETH, WBNB, WMATIC)
address public immutable weth;
event SendToken(address token, address from, address to, uint amount);
event ReceiveToken(address token, address to, uint amount);
event SetRemoteChainId(uint16 remoteChainId);
event RegisterToken(address token);
event WithdrawFee(address indexed token, address to, uint amount);
constructor(address _endpoint, uint16 _remoteChainId, address _weth) TokenBridgeBase(_endpoint) {
require(_weth != address(0), "OriginalTokenBridge: invalid WETH address");
remoteChainId = _remoteChainId;
weth = _weth;
}
/// @notice Registers a token for bridging
/// @param token address of the token
/// @param sharedDecimals number of decimals used for all original tokens mapped to the same wrapped token.
/// E.g., 6 is shared decimals for USDC on Ethereum, BSC and Polygon
function registerToken(address token, uint8 sharedDecimals) external onlyOwner {
require(token != address(0), "OriginalTokenBridge: invalid token address");
require(!supportedTokens[token], "OriginalTokenBridge: token already registered");
uint8 localDecimals = _getTokenDecimals(token);
require(localDecimals >= sharedDecimals, "OriginalTokenBridge: shared decimals must be less than or equal to local decimals");
supportedTokens[token] = true;
LDtoSDConversionRate[token] = 10**(localDecimals - sharedDecimals);
emit RegisterToken(token);
}
function setRemoteChainId(uint16 _remoteChainId) external onlyOwner {
remoteChainId = _remoteChainId;
emit SetRemoteChainId(_remoteChainId);
}
function accruedFeeLD(address token) public view returns (uint) {
return IERC20(token).balanceOf(address(this)) - _amountSDtoLD(token, totalValueLockedSD[token]);
}
function estimateBridgeFee(bool useZro, bytes calldata adapterParams) public view returns (uint nativeFee, uint zroFee) {
// Only the payload format matters when estimating fee, not the actual data
bytes memory payload = abi.encode(PT_MINT, address(this), address(this), 0);
return lzEndpoint.estimateFees(remoteChainId, address(this), payload, useZro, adapterParams);
}
/// @notice Bridges ERC20 to the remote chain
/// @dev Locks an ERC20 on the source chain and sends LZ message to the remote chain to mint a wrapped token
function bridge(address token, uint amountLD, address to, LzLib.CallParams calldata callParams, bytes memory adapterParams) external payable nonReentrant {
require(supportedTokens[token], "OriginalTokenBridge: token is not supported");
// Supports tokens with transfer fee
uint balanceBefore = IERC20(token).balanceOf(address(this));
IERC20(token).safeTransferFrom(msg.sender, address(this), amountLD);
uint balanceAfter = IERC20(token).balanceOf(address(this));
(uint amountWithoutDustLD, uint dust) = _removeDust(token, balanceAfter - balanceBefore);
// return dust to the sender
if (dust > 0) {
IERC20(token).safeTransfer(msg.sender, dust);
}
_bridge(token, amountWithoutDustLD, to, msg.value, callParams, adapterParams);
}
/// @notice Bridges Native to the remote chain
/// @dev Locks Wrapped Native on the source chain and sends LZ message to the remote chain to mint a wrapped token
function bridgeNative(uint amountLD, address to, LzLib.CallParams calldata callParams, bytes memory adapterParams) external payable nonReentrant {
require(supportedTokens[weth], "OriginalTokenBridge: token is not supported");
require(msg.value >= amountLD, "OriginalTokenBridge: not enough value sent");
(uint amountWithoutDustLD, ) = _removeDust(weth, amountLD);
IWETH(weth).deposit{value: amountWithoutDustLD}();
_bridge(weth, amountWithoutDustLD, to, msg.value - amountWithoutDustLD, callParams, adapterParams);
}
function _bridge(address token, uint amountLD, address to, uint nativeFee, LzLib.CallParams calldata callParams, bytes memory adapterParams) private {
require(to != address(0), "OriginalTokenBridge: invalid to");
_checkAdapterParams(remoteChainId, PT_MINT, adapterParams);
uint amountSD = _amountLDtoSD(token, amountLD);
require(amountSD > 0, "OriginalTokenBridge: invalid amount");
totalValueLockedSD[token] += amountSD;
bytes memory payload = abi.encode(PT_MINT, token, to, amountSD);
_lzSend(remoteChainId, payload, callParams.refundAddress, callParams.zroPaymentAddress, adapterParams, nativeFee);
emit SendToken(token, msg.sender, to, amountLD);
}
function withdrawFee(address token, address to, uint amountLD) public onlyOwner {
uint feeLD = accruedFeeLD(token);
require(amountLD <= feeLD, "OriginalTokenBridge: not enough fees collected");
IERC20(token).safeTransfer(to, amountLD);
emit WithdrawFee(token, to, amountLD);
}
/// @notice Receives ERC20 tokens or ETH from the remote chain
/// @dev Unlocks locked ERC20 tokens or ETH in response to LZ message from the remote chain
function _nonblockingLzReceive(uint16 srcChainId, bytes memory, uint64, bytes memory payload) internal virtual override {
require(srcChainId == remoteChainId, "OriginalTokenBridge: invalid source chain id");
(uint8 packetType, address token, address to, uint withdrawalAmountSD, uint totalAmountSD, bool unwrapWeth) = abi.decode(payload, (uint8, address, address, uint, uint, bool));
require(packetType == PT_UNLOCK, "OriginalTokenBridge: unknown packet type");
require(supportedTokens[token], "OriginalTokenBridge: token is not supported");
totalValueLockedSD[token] -= totalAmountSD;
uint withdrawalAmountLD = _amountSDtoLD(token, withdrawalAmountSD);
if (token == weth && unwrapWeth) {
IWETH(weth).withdraw(withdrawalAmountLD);
(bool success, ) = payable(to).call{value: withdrawalAmountLD}("");
require(success, "OriginalTokenBridge: failed to send");
emit ReceiveToken(address(0), to, withdrawalAmountLD);
} else {
IERC20(token).safeTransfer(to, withdrawalAmountLD);
emit ReceiveToken(token, to, withdrawalAmountLD);
}
}
function _getTokenDecimals(address token) internal view returns (uint8) {
(bool success, bytes memory data) = token.staticcall(abi.encodeWithSignature("decimals()"));
require(success, "OriginalTokenBridge: failed to get token decimals");
return abi.decode(data, (uint8));
}
function _amountSDtoLD(address token, uint amountSD) internal view returns (uint) {
return amountSD * LDtoSDConversionRate[token];
}
function _amountLDtoSD(address token, uint amountLD) internal view returns (uint) {
return amountLD / LDtoSDConversionRate[token];
}
function _removeDust(address token, uint amountLD) internal view returns (uint amountWithoutDustLD, uint dust) {
dust = amountLD % LDtoSDConversionRate[token];
amountWithoutDustLD = amountLD - dust;
}
/// @dev Allows receiving ETH when calling WETH.withdraw()
receive() external payable {}
}// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0;
import "./ILayerZeroUserApplicationConfig.sol";
interface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig {
// @notice send a LayerZero message to the specified address at a LayerZero endpoint.
// @param _dstChainId - the destination chain identifier
// @param _destination - the address on destination chain (in bytes). address length/format may vary by chains
// @param _payload - a custom bytes payload to send to the destination contract
// @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address
// @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction
// @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination
function send(uint16 _dstChainId, bytes calldata _destination, bytes calldata _payload, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable;
// @notice used by the messaging library to publish verified payload
// @param _srcChainId - the source chain identifier
// @param _srcAddress - the source contract (as bytes) at the source chain
// @param _dstAddress - the address on destination chain
// @param _nonce - the unbound message ordering nonce
// @param _gasLimit - the gas limit for external contract execution
// @param _payload - verified payload to send to the destination contract
function receivePayload(uint16 _srcChainId, bytes calldata _srcAddress, address _dstAddress, uint64 _nonce, uint _gasLimit, bytes calldata _payload) external;
// @notice get the inboundNonce of a lzApp from a source chain which could be EVM or non-EVM chain
// @param _srcChainId - the source chain identifier
// @param _srcAddress - the source chain contract address
function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (uint64);
// @notice get the outboundNonce from this source chain which, consequently, is always an EVM
// @param _srcAddress - the source chain contract address
function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64);
// @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery
// @param _dstChainId - the destination chain identifier
// @param _userApplication - the user app address on this EVM chain
// @param _payload - the custom message to send over LayerZero
// @param _payInZRO - if false, user app pays the protocol fee in native token
// @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain
function estimateFees(uint16 _dstChainId, address _userApplication, bytes calldata _payload, bool _payInZRO, bytes calldata _adapterParam) external view returns (uint nativeFee, uint zroFee);
// @notice get this Endpoint's immutable source identifier
function getChainId() external view returns (uint16);
// @notice the interface to retry failed message on this Endpoint destination
// @param _srcChainId - the source chain identifier
// @param _srcAddress - the source chain contract address
// @param _payload - the payload to be retried
function retryPayload(uint16 _srcChainId, bytes calldata _srcAddress, bytes calldata _payload) external;
// @notice query if any STORED payload (message blocking) at the endpoint.
// @param _srcChainId - the source chain identifier
// @param _srcAddress - the source chain contract address
function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool);
// @notice query if the _libraryAddress is valid for sending msgs.
// @param _userApplication - the user app address on this EVM chain
function getSendLibraryAddress(address _userApplication) external view returns (address);
// @notice query if the _libraryAddress is valid for receiving msgs.
// @param _userApplication - the user app address on this EVM chain
function getReceiveLibraryAddress(address _userApplication) external view returns (address);
// @notice query if the non-reentrancy guard for send() is on
// @return true if the guard is on. false otherwise
function isSendingPayload() external view returns (bool);
// @notice query if the non-reentrancy guard for receive() is on
// @return true if the guard is on. false otherwise
function isReceivingPayload() external view returns (bool);
// @notice get the configuration of the LayerZero messaging library of the specified version
// @param _version - messaging library version
// @param _chainId - the chainId for the pending config change
// @param _userApplication - the contract address of the user application
// @param _configType - type of configuration. every messaging library has its own convention.
function getConfig(uint16 _version, uint16 _chainId, address _userApplication, uint _configType) external view returns (bytes memory);
// @notice get the send() LayerZero messaging library version
// @param _userApplication - the contract address of the user application
function getSendVersion(address _userApplication) external view returns (uint16);
// @notice get the lzReceive() LayerZero messaging library version
// @param _userApplication - the contract address of the user application
function getReceiveVersion(address _userApplication) external view returns (uint16);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0;
interface ILayerZeroReceiver {
// @notice LayerZero endpoint will invoke this function to deliver the message on the destination
// @param _srcChainId - the source endpoint identifier
// @param _srcAddress - the source sending contract address from the source chain
// @param _nonce - the ordered message nonce
// @param _payload - the signed payload is the UA bytes has encoded to be sent
function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) external;
}// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0;
interface ILayerZeroUserApplicationConfig {
// @notice set the configuration of the LayerZero messaging library of the specified version
// @param _version - messaging library version
// @param _chainId - the chainId for the pending config change
// @param _configType - type of configuration. every messaging library has its own convention.
// @param _config - configuration in the bytes. can encode arbitrary content.
function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external;
// @notice set the send() LayerZero messaging library version to _version
// @param _version - new messaging library version
function setSendVersion(uint16 _version) external;
// @notice set the lzReceive() LayerZero messaging library version to _version
// @param _version - new messaging library version
function setReceiveVersion(uint16 _version) external;
// @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload
// @param _srcChainId - the chainId of the source chain
// @param _srcAddress - the contract address of the source contract at the source chain
function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external;
}// SPDX-License-Identifier: BUSL-1.1
pragma solidity >=0.6.0;
pragma experimental ABIEncoderV2;
library LzLib {
// LayerZero communication
struct CallParams {
address payable refundAddress;
address zroPaymentAddress;
}
//---------------------------------------------------------------------------
// Address type handling
struct AirdropParams {
uint airdropAmount;
bytes32 airdropAddress;
}
function buildAdapterParams(LzLib.AirdropParams memory _airdropParams, uint _uaGasLimit) internal pure returns (bytes memory adapterParams) {
if (_airdropParams.airdropAmount == 0 && _airdropParams.airdropAddress == bytes32(0x0)) {
adapterParams = buildDefaultAdapterParams(_uaGasLimit);
} else {
adapterParams = buildAirdropAdapterParams(_uaGasLimit, _airdropParams);
}
}
// Build Adapter Params
function buildDefaultAdapterParams(uint _uaGas) internal pure returns (bytes memory) {
// txType 1
// bytes [2 32 ]
// fields [txType extraGas]
return abi.encodePacked(uint16(1), _uaGas);
}
function buildAirdropAdapterParams(uint _uaGas, AirdropParams memory _params) internal pure returns (bytes memory) {
require(_params.airdropAmount > 0, "Airdrop amount must be greater than 0");
require(_params.airdropAddress != bytes32(0x0), "Airdrop address must be set");
// txType 2
// bytes [2 32 32 bytes[] ]
// fields [txType extraGas dstNativeAmt dstNativeAddress]
return abi.encodePacked(uint16(2), _uaGas, _params.airdropAmount, _params.airdropAddress);
}
function getGasLimit(bytes memory _adapterParams) internal pure returns (uint gasLimit) {
require(_adapterParams.length == 34 || _adapterParams.length > 66, "Invalid adapterParams");
assembly {
gasLimit := mload(add(_adapterParams, 34))
}
}
// Decode Adapter Params
function decodeAdapterParams(bytes memory _adapterParams) internal pure returns (uint16 txType, uint uaGas, uint airdropAmount, address payable airdropAddress) {
require(_adapterParams.length == 34 || _adapterParams.length > 66, "Invalid adapterParams");
assembly {
txType := mload(add(_adapterParams, 2))
uaGas := mload(add(_adapterParams, 34))
}
require(txType == 1 || txType == 2, "Unsupported txType");
require(uaGas > 0, "Gas too low");
if (txType == 2) {
assembly {
airdropAmount := mload(add(_adapterParams, 66))
airdropAddress := mload(add(_adapterParams, 86))
}
}
}
//---------------------------------------------------------------------------
// Address type handling
function bytes32ToAddress(bytes32 _bytes32Address) internal pure returns (address _address) {
return address(uint160(uint(_bytes32Address)));
}
function addressToBytes32(address _address) internal pure returns (bytes32 _bytes32Address) {
return bytes32(uint(uint160(_address)));
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "../interfaces/ILayerZeroReceiver.sol";
import "../interfaces/ILayerZeroUserApplicationConfig.sol";
import "../interfaces/ILayerZeroEndpoint.sol";
import "../util/BytesLib.sol";
/*
* a generic LzReceiver implementation
*/
abstract contract LzApp is Ownable, ILayerZeroReceiver, ILayerZeroUserApplicationConfig {
using BytesLib for bytes;
ILayerZeroEndpoint public immutable lzEndpoint;
mapping(uint16 => bytes) public trustedRemoteLookup;
mapping(uint16 => mapping(uint16 => uint)) public minDstGasLookup;
address public precrime;
event SetPrecrime(address precrime);
event SetTrustedRemote(uint16 _remoteChainId, bytes _path);
event SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress);
event SetMinDstGas(uint16 _dstChainId, uint16 _type, uint _minDstGas);
constructor(address _endpoint) {
lzEndpoint = ILayerZeroEndpoint(_endpoint);
}
function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual override {
// lzReceive must be called by the endpoint for security
require(_msgSender() == address(lzEndpoint), "LzApp: invalid endpoint caller");
bytes memory trustedRemote = trustedRemoteLookup[_srcChainId];
// if will still block the message pathway from (srcChainId, srcAddress). should not receive message from untrusted remote.
require(_srcAddress.length == trustedRemote.length && trustedRemote.length > 0 && keccak256(_srcAddress) == keccak256(trustedRemote), "LzApp: invalid source sending contract");
_blockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
}
// abstract function - the default behaviour of LayerZero is blocking. See: NonblockingLzApp if you dont need to enforce ordered messaging
function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual;
function _lzSend(uint16 _dstChainId, bytes memory _payload, address payable _refundAddress, address _zroPaymentAddress, bytes memory _adapterParams, uint _nativeFee) internal virtual {
bytes memory trustedRemote = trustedRemoteLookup[_dstChainId];
require(trustedRemote.length != 0, "LzApp: destination chain is not a trusted source");
lzEndpoint.send{value: _nativeFee}(_dstChainId, trustedRemote, _payload, _refundAddress, _zroPaymentAddress, _adapterParams);
}
function _checkGasLimit(uint16 _dstChainId, uint16 _type, bytes memory _adapterParams, uint _extraGas) internal view virtual {
uint providedGasLimit = _getGasLimit(_adapterParams);
uint minGasLimit = minDstGasLookup[_dstChainId][_type] + _extraGas;
require(minGasLimit > 0, "LzApp: minGasLimit not set");
require(providedGasLimit >= minGasLimit, "LzApp: gas limit is too low");
}
function _getGasLimit(bytes memory _adapterParams) internal pure virtual returns (uint gasLimit) {
require(_adapterParams.length >= 34, "LzApp: invalid adapterParams");
assembly {
gasLimit := mload(add(_adapterParams, 34))
}
}
//---------------------------UserApplication config----------------------------------------
function getConfig(uint16 _version, uint16 _chainId, address, uint _configType) external view returns (bytes memory) {
return lzEndpoint.getConfig(_version, _chainId, address(this), _configType);
}
// generic config for LayerZero user Application
function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external override onlyOwner {
lzEndpoint.setConfig(_version, _chainId, _configType, _config);
}
function setSendVersion(uint16 _version) external override onlyOwner {
lzEndpoint.setSendVersion(_version);
}
function setReceiveVersion(uint16 _version) external override onlyOwner {
lzEndpoint.setReceiveVersion(_version);
}
function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external override onlyOwner {
lzEndpoint.forceResumeReceive(_srcChainId, _srcAddress);
}
// _path = abi.encodePacked(remoteAddress, localAddress)
// this function set the trusted path for the cross-chain communication
function setTrustedRemote(uint16 _srcChainId, bytes calldata _path) external onlyOwner {
trustedRemoteLookup[_srcChainId] = _path;
emit SetTrustedRemote(_srcChainId, _path);
}
function setTrustedRemoteAddress(uint16 _remoteChainId, bytes calldata _remoteAddress) external onlyOwner {
trustedRemoteLookup[_remoteChainId] = abi.encodePacked(_remoteAddress, address(this));
emit SetTrustedRemoteAddress(_remoteChainId, _remoteAddress);
}
function getTrustedRemoteAddress(uint16 _remoteChainId) external view returns (bytes memory) {
bytes memory path = trustedRemoteLookup[_remoteChainId];
require(path.length != 0, "LzApp: no trusted path record");
return path.slice(0, path.length - 20); // the last 20 bytes should be address(this)
}
function setPrecrime(address _precrime) external onlyOwner {
precrime = _precrime;
emit SetPrecrime(_precrime);
}
function setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint _minGas) external onlyOwner {
require(_minGas > 0, "LzApp: invalid minGas");
minDstGasLookup[_dstChainId][_packetType] = _minGas;
emit SetMinDstGas(_dstChainId, _packetType, _minGas);
}
//--------------------------- VIEW FUNCTION ----------------------------------------
function isTrustedRemote(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool) {
bytes memory trustedSource = trustedRemoteLookup[_srcChainId];
return keccak256(trustedSource) == keccak256(_srcAddress);
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./LzApp.sol";
import "../util/ExcessivelySafeCall.sol";
/*
* the default LayerZero messaging behaviour is blocking, i.e. any failed message will block the channel
* this abstract class try-catch all fail messages and store locally for future retry. hence, non-blocking
* NOTE: if the srcAddress is not configured properly, it will still block the message pathway from (srcChainId, srcAddress)
*/
abstract contract NonblockingLzApp is LzApp {
using ExcessivelySafeCall for address;
constructor(address _endpoint) LzApp(_endpoint) {}
mapping(uint16 => mapping(bytes => mapping(uint64 => bytes32))) public failedMessages;
event MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason);
event RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash);
// overriding the virtual function in LzReceiver
function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual override {
(bool success, bytes memory reason) = address(this).excessivelySafeCall(gasleft(), 150, abi.encodeWithSelector(this.nonblockingLzReceive.selector, _srcChainId, _srcAddress, _nonce, _payload));
// try-catch all errors/exceptions
if (!success) {
_storeFailedMessage(_srcChainId, _srcAddress, _nonce, _payload, reason);
}
}
function _storeFailedMessage(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload, bytes memory _reason) internal virtual {
failedMessages[_srcChainId][_srcAddress][_nonce] = keccak256(_payload);
emit MessageFailed(_srcChainId, _srcAddress, _nonce, _payload, _reason);
}
function nonblockingLzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual {
// only internal transaction
require(_msgSender() == address(this), "NonblockingLzApp: caller must be LzApp");
_nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
}
//@notice override this function
function _nonblockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual;
function retryMessage(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public payable virtual {
// assert there is message to retry
bytes32 payloadHash = failedMessages[_srcChainId][_srcAddress][_nonce];
require(payloadHash != bytes32(0), "NonblockingLzApp: no stored message");
require(keccak256(_payload) == payloadHash, "NonblockingLzApp: invalid payload");
// clear the stored message
failedMessages[_srcChainId][_srcAddress][_nonce] = bytes32(0);
// execute the message. revert if it fails again
_nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
emit RetryMessageSuccess(_srcChainId, _srcAddress, _nonce, payloadHash);
}
}// SPDX-License-Identifier: Unlicense /* * @title Solidity Bytes Arrays Utils * @author Gonçalo Sá <[email protected]> * * @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity. * The library lets you concatenate, slice and type cast bytes arrays both in memory and storage. */ pragma solidity >=0.8.0 <0.9.0; library BytesLib { function concat( bytes memory _preBytes, bytes memory _postBytes ) internal pure returns (bytes memory) { bytes memory tempBytes; assembly { // Get a location of some free memory and store it in tempBytes as // Solidity does for memory variables. tempBytes := mload(0x40) // Store the length of the first bytes array at the beginning of // the memory for tempBytes. let length := mload(_preBytes) mstore(tempBytes, length) // Maintain a memory counter for the current write location in the // temp bytes array by adding the 32 bytes for the array length to // the starting location. let mc := add(tempBytes, 0x20) // Stop copying when the memory counter reaches the length of the // first bytes array. let end := add(mc, length) for { // Initialize a copy counter to the start of the _preBytes data, // 32 bytes into its memory. let cc := add(_preBytes, 0x20) } lt(mc, end) { // Increase both counters by 32 bytes each iteration. mc := add(mc, 0x20) cc := add(cc, 0x20) } { // Write the _preBytes data into the tempBytes memory 32 bytes // at a time. mstore(mc, mload(cc)) } // Add the length of _postBytes to the current length of tempBytes // and store it as the new length in the first 32 bytes of the // tempBytes memory. length := mload(_postBytes) mstore(tempBytes, add(length, mload(tempBytes))) // Move the memory counter back from a multiple of 0x20 to the // actual end of the _preBytes data. mc := end // Stop copying when the memory counter reaches the new combined // length of the arrays. end := add(mc, length) for { let cc := add(_postBytes, 0x20) } lt(mc, end) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { mstore(mc, mload(cc)) } // Update the free-memory pointer by padding our last write location // to 32 bytes: add 31 bytes to the end of tempBytes to move to the // next 32 byte block, then round down to the nearest multiple of // 32. If the sum of the length of the two arrays is zero then add // one before rounding down to leave a blank 32 bytes (the length block with 0). mstore(0x40, and( add(add(end, iszero(add(length, mload(_preBytes)))), 31), not(31) // Round down to the nearest 32 bytes. )) } return tempBytes; } function concatStorage(bytes storage _preBytes, bytes memory _postBytes) internal { assembly { // Read the first 32 bytes of _preBytes storage, which is the length // of the array. (We don't need to use the offset into the slot // because arrays use the entire slot.) let fslot := sload(_preBytes.slot) // Arrays of 31 bytes or less have an even value in their slot, // while longer arrays have an odd value. The actual length is // the slot divided by two for odd values, and the lowest order // byte divided by two for even values. // If the slot is even, bitwise and the slot with 255 and divide by // two to get the length. If the slot is odd, bitwise and the slot // with -1 and divide by two. let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2) let mlength := mload(_postBytes) let newlength := add(slength, mlength) // slength can contain both the length and contents of the array // if length < 32 bytes so let's prepare for that // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage switch add(lt(slength, 32), lt(newlength, 32)) case 2 { // Since the new array still fits in the slot, we just need to // update the contents of the slot. // uint256(bytes_storage) = uint256(bytes_storage) + uint256(bytes_memory) + new_length sstore( _preBytes.slot, // all the modifications to the slot are inside this // next block add( // we can just add to the slot contents because the // bytes we want to change are the LSBs fslot, add( mul( div( // load the bytes from memory mload(add(_postBytes, 0x20)), // zero all bytes to the right exp(0x100, sub(32, mlength)) ), // and now shift left the number of bytes to // leave space for the length in the slot exp(0x100, sub(32, newlength)) ), // increase length by the double of the memory // bytes length mul(mlength, 2) ) ) ) } case 1 { // The stored value fits in the slot, but the combined value // will exceed it. // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) let sc := add(keccak256(0x0, 0x20), div(slength, 32)) // save new length sstore(_preBytes.slot, add(mul(newlength, 2), 1)) // The contents of the _postBytes array start 32 bytes into // the structure. Our first read should obtain the `submod` // bytes that can fit into the unused space in the last word // of the stored array. To get this, we read 32 bytes starting // from `submod`, so the data we read overlaps with the array // contents by `submod` bytes. Masking the lowest-order // `submod` bytes allows us to add that value directly to the // stored value. let submod := sub(32, slength) let mc := add(_postBytes, submod) let end := add(_postBytes, mlength) let mask := sub(exp(0x100, submod), 1) sstore( sc, add( and( fslot, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00 ), and(mload(mc), mask) ) ) for { mc := add(mc, 0x20) sc := add(sc, 1) } lt(mc, end) { sc := add(sc, 1) mc := add(mc, 0x20) } { sstore(sc, mload(mc)) } mask := exp(0x100, sub(mc, end)) sstore(sc, mul(div(mload(mc), mask), mask)) } default { // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) // Start copying to the last used word of the stored array. let sc := add(keccak256(0x0, 0x20), div(slength, 32)) // save new length sstore(_preBytes.slot, add(mul(newlength, 2), 1)) // Copy over the first `submod` bytes of the new data as in // case 1 above. let slengthmod := mod(slength, 32) let mlengthmod := mod(mlength, 32) let submod := sub(32, slengthmod) let mc := add(_postBytes, submod) let end := add(_postBytes, mlength) let mask := sub(exp(0x100, submod), 1) sstore(sc, add(sload(sc), and(mload(mc), mask))) for { sc := add(sc, 1) mc := add(mc, 0x20) } lt(mc, end) { sc := add(sc, 1) mc := add(mc, 0x20) } { sstore(sc, mload(mc)) } mask := exp(0x100, sub(mc, end)) sstore(sc, mul(div(mload(mc), mask), mask)) } } } function slice( bytes memory _bytes, uint256 _start, uint256 _length ) internal pure returns (bytes memory) { require(_length + 31 >= _length, "slice_overflow"); require(_bytes.length >= _start + _length, "slice_outOfBounds"); bytes memory tempBytes; assembly { switch iszero(_length) case 0 { // Get a location of some free memory and store it in tempBytes as // Solidity does for memory variables. tempBytes := mload(0x40) // The first word of the slice result is potentially a partial // word read from the original array. To read it, we calculate // the length of that partial word and start copying that many // bytes into the array. The first word we copy will start with // data we don't care about, but the last `lengthmod` bytes will // land at the beginning of the contents of the new array. When // we're done copying, we overwrite the full first word with // the actual length of the slice. let lengthmod := and(_length, 31) // The multiplication in the next line is necessary // because when slicing multiples of 32 bytes (lengthmod == 0) // the following copy loop was copying the origin's length // and then ending prematurely not copying everything it should. let mc := add(add(tempBytes, lengthmod), mul(0x20, iszero(lengthmod))) let end := add(mc, _length) for { // The multiplication in the next line has the same exact purpose // as the one above. let cc := add(add(add(_bytes, lengthmod), mul(0x20, iszero(lengthmod))), _start) } lt(mc, end) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { mstore(mc, mload(cc)) } mstore(tempBytes, _length) //update free-memory pointer //allocating the array padded to 32 bytes like the compiler does now mstore(0x40, and(add(mc, 31), not(31))) } //if we want a zero-length slice let's just return a zero-length array default { tempBytes := mload(0x40) //zero out the 32 bytes slice we are about to return //we need to do it because Solidity does not garbage collect mstore(tempBytes, 0) mstore(0x40, add(tempBytes, 0x20)) } } return tempBytes; } function toAddress(bytes memory _bytes, uint256 _start) internal pure returns (address) { require(_bytes.length >= _start + 20, "toAddress_outOfBounds"); address tempAddress; assembly { tempAddress := div(mload(add(add(_bytes, 0x20), _start)), 0x1000000000000000000000000) } return tempAddress; } function toUint8(bytes memory _bytes, uint256 _start) internal pure returns (uint8) { require(_bytes.length >= _start + 1 , "toUint8_outOfBounds"); uint8 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x1), _start)) } return tempUint; } function toUint16(bytes memory _bytes, uint256 _start) internal pure returns (uint16) { require(_bytes.length >= _start + 2, "toUint16_outOfBounds"); uint16 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x2), _start)) } return tempUint; } function toUint32(bytes memory _bytes, uint256 _start) internal pure returns (uint32) { require(_bytes.length >= _start + 4, "toUint32_outOfBounds"); uint32 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x4), _start)) } return tempUint; } function toUint64(bytes memory _bytes, uint256 _start) internal pure returns (uint64) { require(_bytes.length >= _start + 8, "toUint64_outOfBounds"); uint64 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x8), _start)) } return tempUint; } function toUint96(bytes memory _bytes, uint256 _start) internal pure returns (uint96) { require(_bytes.length >= _start + 12, "toUint96_outOfBounds"); uint96 tempUint; assembly { tempUint := mload(add(add(_bytes, 0xc), _start)) } return tempUint; } function toUint128(bytes memory _bytes, uint256 _start) internal pure returns (uint128) { require(_bytes.length >= _start + 16, "toUint128_outOfBounds"); uint128 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x10), _start)) } return tempUint; } function toUint256(bytes memory _bytes, uint256 _start) internal pure returns (uint256) { require(_bytes.length >= _start + 32, "toUint256_outOfBounds"); uint256 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x20), _start)) } return tempUint; } function toBytes32(bytes memory _bytes, uint256 _start) internal pure returns (bytes32) { require(_bytes.length >= _start + 32, "toBytes32_outOfBounds"); bytes32 tempBytes32; assembly { tempBytes32 := mload(add(add(_bytes, 0x20), _start)) } return tempBytes32; } function equal(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bool) { bool success = true; assembly { let length := mload(_preBytes) // if lengths don't match the arrays are not equal switch eq(length, mload(_postBytes)) case 1 { // cb is a circuit breaker in the for loop since there's // no said feature for inline assembly loops // cb = 1 - don't breaker // cb = 0 - break let cb := 1 let mc := add(_preBytes, 0x20) let end := add(mc, length) for { let cc := add(_postBytes, 0x20) // the next line is the loop condition: // while(uint256(mc < end) + cb == 2) } eq(add(lt(mc, end), cb), 2) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { // if any of these checks fails then arrays are not equal if iszero(eq(mload(mc), mload(cc))) { // unsuccess: success := 0 cb := 0 } } } default { // unsuccess: success := 0 } } return success; } function equalStorage( bytes storage _preBytes, bytes memory _postBytes ) internal view returns (bool) { bool success = true; assembly { // we know _preBytes_offset is 0 let fslot := sload(_preBytes.slot) // Decode the length of the stored array like in concatStorage(). let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2) let mlength := mload(_postBytes) // if lengths don't match the arrays are not equal switch eq(slength, mlength) case 1 { // slength can contain both the length and contents of the array // if length < 32 bytes so let's prepare for that // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage if iszero(iszero(slength)) { switch lt(slength, 32) case 1 { // blank the last byte which is the length fslot := mul(div(fslot, 0x100), 0x100) if iszero(eq(fslot, mload(add(_postBytes, 0x20)))) { // unsuccess: success := 0 } } default { // cb is a circuit breaker in the for loop since there's // no said feature for inline assembly loops // cb = 1 - don't breaker // cb = 0 - break let cb := 1 // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) let sc := keccak256(0x0, 0x20) let mc := add(_postBytes, 0x20) let end := add(mc, mlength) // the next line is the loop condition: // while(uint256(mc < end) + cb == 2) for {} eq(add(lt(mc, end), cb), 2) { sc := add(sc, 1) mc := add(mc, 0x20) } { if iszero(eq(sload(sc), mload(mc))) { // unsuccess: success := 0 cb := 0 } } } } } default { // unsuccess: success := 0 } } return success; } }
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity >=0.7.6;
library ExcessivelySafeCall {
uint256 constant LOW_28_MASK =
0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff;
/// @notice Use when you _really_ really _really_ don't trust the called
/// contract. This prevents the called contract from causing reversion of
/// the caller in as many ways as we can.
/// @dev The main difference between this and a solidity low-level call is
/// that we limit the number of bytes that the callee can cause to be
/// copied to caller memory. This prevents stupid things like malicious
/// contracts returning 10,000,000 bytes causing a local OOG when copying
/// to memory.
/// @param _target The address to call
/// @param _gas The amount of gas to forward to the remote contract
/// @param _maxCopy The maximum number of bytes of returndata to copy
/// to memory.
/// @param _calldata The data to send to the remote contract
/// @return success and returndata, as `.call()`. Returndata is capped to
/// `_maxCopy` bytes.
function excessivelySafeCall(
address _target,
uint256 _gas,
uint16 _maxCopy,
bytes memory _calldata
) internal returns (bool, bytes memory) {
// set up for assembly call
uint256 _toCopy;
bool _success;
bytes memory _returnData = new bytes(_maxCopy);
// dispatch message to recipient
// by assembly calling "handle" function
// we call via assembly to avoid memcopying a very large returndata
// returned by a malicious contract
assembly {
_success := call(
_gas, // gas
_target, // recipient
0, // ether value
add(_calldata, 0x20), // inloc
mload(_calldata), // inlen
0, // outloc
0 // outlen
)
// limit our copy to 256 bytes
_toCopy := returndatasize()
if gt(_toCopy, _maxCopy) {
_toCopy := _maxCopy
}
// Store the length of the copied bytes
mstore(_returnData, _toCopy)
// copy the bytes from returndata[0:_toCopy]
returndatacopy(add(_returnData, 0x20), 0, _toCopy)
}
return (_success, _returnData);
}
/// @notice Use when you _really_ really _really_ don't trust the called
/// contract. This prevents the called contract from causing reversion of
/// the caller in as many ways as we can.
/// @dev The main difference between this and a solidity low-level call is
/// that we limit the number of bytes that the callee can cause to be
/// copied to caller memory. This prevents stupid things like malicious
/// contracts returning 10,000,000 bytes causing a local OOG when copying
/// to memory.
/// @param _target The address to call
/// @param _gas The amount of gas to forward to the remote contract
/// @param _maxCopy The maximum number of bytes of returndata to copy
/// to memory.
/// @param _calldata The data to send to the remote contract
/// @return success and returndata, as `.call()`. Returndata is capped to
/// `_maxCopy` bytes.
function excessivelySafeStaticCall(
address _target,
uint256 _gas,
uint16 _maxCopy,
bytes memory _calldata
) internal view returns (bool, bytes memory) {
// set up for assembly call
uint256 _toCopy;
bool _success;
bytes memory _returnData = new bytes(_maxCopy);
// dispatch message to recipient
// by assembly calling "handle" function
// we call via assembly to avoid memcopying a very large returndata
// returned by a malicious contract
assembly {
_success := staticcall(
_gas, // gas
_target, // recipient
add(_calldata, 0x20), // inloc
mload(_calldata), // inlen
0, // outloc
0 // outlen
)
// limit our copy to 256 bytes
_toCopy := returndatasize()
if gt(_toCopy, _maxCopy) {
_toCopy := _maxCopy
}
// Store the length of the copied bytes
mstore(_returnData, _toCopy)
// copy the bytes from returndata[0:_toCopy]
returndatacopy(add(_returnData, 0x20), 0, _toCopy)
}
return (_success, _returnData);
}
/**
* @notice Swaps function selectors in encoded contract calls
* @dev Allows reuse of encoded calldata for functions with identical
* argument types but different names. It simply swaps out the first 4 bytes
* for the new selector. This function modifies memory in place, and should
* only be used with caution.
* @param _newSelector The new 4-byte selector
* @param _buf The encoded contract args
*/
function swapSelector(bytes4 _newSelector, bytes memory _buf)
internal
pure
{
require(_buf.length >= 4);
uint256 _mask = LOW_28_MASK;
assembly {
// load the first word of
let _word := mload(add(_buf, 0x20))
// mask out the top 4 bytes
// /x
_word := and(_word, _mask)
_word := or(_newSelector, _word)
mstore(add(_buf, 0x20), _word)
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (security/ReentrancyGuard.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no nested
* (reentrant) calls to them.
*
* Note that because there is a single `nonReentrant` guard, functions marked as
* `nonReentrant` may not call one another. This can be worked around by making
* those functions `private`, and then adding `external` `nonReentrant` entry
* points to them.
*
* TIP: If you would like to learn more about reentrancy and alternative ways
* to protect against it, check out our blog post
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
*/
abstract contract ReentrancyGuard {
// Booleans are more expensive than uint256 or any type that takes up a full
// word because each write operation emits an extra SLOAD to first read the
// slot's contents, replace the bits taken up by the boolean, and then write
// back. This is the compiler's defense against contract upgrades and
// pointer aliasing, and it cannot be disabled.
// The values being non-zero value makes deployment a bit more expensive,
// but in exchange the refund on every call to nonReentrant will be lower in
// amount. Since refunds are capped to a percentage of the total
// transaction's gas, it is best to keep them low in cases like this one, to
// increase the likelihood of the full refund coming into effect.
uint256 private constant _NOT_ENTERED = 1;
uint256 private constant _ENTERED = 2;
uint256 private _status;
constructor() {
_status = _NOT_ENTERED;
}
/**
* @dev Prevents a contract from calling itself, directly or indirectly.
* Calling a `nonReentrant` function from another `nonReentrant`
* function is not supported. It is possible to prevent this from happening
* by making the `nonReentrant` function external, and making it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
_nonReentrantBefore();
_;
_nonReentrantAfter();
}
function _nonReentrantBefore() private {
// On the first call to nonReentrant, _status will be _NOT_ENTERED
require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
// Any calls to nonReentrant after this point will fail
_status = _ENTERED;
}
function _nonReentrantAfter() private {
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = _NOT_ENTERED;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**
* @dev Implementation of the {IERC20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
* For a generic mechanism see {ERC20PresetMinterPauser}.
*
* TIP: For a detailed writeup see our guide
* https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
* to implement supply mechanisms].
*
* We have followed general OpenZeppelin Contracts guidelines: functions revert
* instead returning `false` on failure. This behavior is nonetheless
* conventional and does not conflict with the expectations of ERC20
* applications.
*
* Additionally, an {Approval} event is emitted on calls to {transferFrom}.
* This allows applications to reconstruct the allowance for all accounts just
* by listening to said events. Other implementations of the EIP may not emit
* these events, as it isn't required by the specification.
*
* Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
* functions have been added to mitigate the well-known issues around setting
* allowances. See {IERC20-approve}.
*/
contract ERC20 is Context, IERC20, IERC20Metadata {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
uint256 private _totalSupply;
string private _name;
string private _symbol;
/**
* @dev Sets the values for {name} and {symbol}.
*
* The default value of {decimals} is 18. To select a different value for
* {decimals} you should overload it.
*
* All two of these values are immutable: they can only be set once during
* construction.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
}
/**
* @dev Returns the name of the token.
*/
function name() public view virtual override returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the number of decimals used to get its user representation.
* For example, if `decimals` equals `2`, a balance of `505` tokens should
* be displayed to a user as `5.05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {ERC20} uses, unless this function is
* overridden;
*
* NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including
* {IERC20-balanceOf} and {IERC20-transfer}.
*/
function decimals() public view virtual override returns (uint8) {
return 18;
}
/**
* @dev See {IERC20-totalSupply}.
*/
function totalSupply() public view virtual override returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IERC20-balanceOf}.
*/
function balanceOf(address account) public view virtual override returns (uint256) {
return _balances[account];
}
/**
* @dev See {IERC20-transfer}.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - the caller must have a balance of at least `amount`.
*/
function transfer(address to, uint256 amount) public virtual override returns (bool) {
address owner = _msgSender();
_transfer(owner, to, amount);
return true;
}
/**
* @dev See {IERC20-allowance}.
*/
function allowance(address owner, address spender) public view virtual override returns (uint256) {
return _allowances[owner][spender];
}
/**
* @dev See {IERC20-approve}.
*
* NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
* `transferFrom`. This is semantically equivalent to an infinite approval.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function approve(address spender, uint256 amount) public virtual override returns (bool) {
address owner = _msgSender();
_approve(owner, spender, amount);
return true;
}
/**
* @dev See {IERC20-transferFrom}.
*
* Emits an {Approval} event indicating the updated allowance. This is not
* required by the EIP. See the note at the beginning of {ERC20}.
*
* NOTE: Does not update the allowance if the current allowance
* is the maximum `uint256`.
*
* Requirements:
*
* - `from` and `to` cannot be the zero address.
* - `from` must have a balance of at least `amount`.
* - the caller must have allowance for ``from``'s tokens of at least
* `amount`.
*/
function transferFrom(
address from,
address to,
uint256 amount
) public virtual override returns (bool) {
address spender = _msgSender();
_spendAllowance(from, spender, amount);
_transfer(from, to, amount);
return true;
}
/**
* @dev Atomically increases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
address owner = _msgSender();
_approve(owner, spender, allowance(owner, spender) + addedValue);
return true;
}
/**
* @dev Atomically decreases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `spender` must have allowance for the caller of at least
* `subtractedValue`.
*/
function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
address owner = _msgSender();
uint256 currentAllowance = allowance(owner, spender);
require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
unchecked {
_approve(owner, spender, currentAllowance - subtractedValue);
}
return true;
}
/**
* @dev Moves `amount` of tokens from `from` to `to`.
*
* This internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `from` must have a balance of at least `amount`.
*/
function _transfer(
address from,
address to,
uint256 amount
) internal virtual {
require(from != address(0), "ERC20: transfer from the zero address");
require(to != address(0), "ERC20: transfer to the zero address");
_beforeTokenTransfer(from, to, amount);
uint256 fromBalance = _balances[from];
require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
unchecked {
_balances[from] = fromBalance - amount;
// Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
// decrementing then incrementing.
_balances[to] += amount;
}
emit Transfer(from, to, amount);
_afterTokenTransfer(from, to, amount);
}
/** @dev Creates `amount` tokens and assigns them to `account`, increasing
* the total supply.
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function _mint(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: mint to the zero address");
_beforeTokenTransfer(address(0), account, amount);
_totalSupply += amount;
unchecked {
// Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
_balances[account] += amount;
}
emit Transfer(address(0), account, amount);
_afterTokenTransfer(address(0), account, amount);
}
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
* - `account` must have at least `amount` tokens.
*/
function _burn(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: burn from the zero address");
_beforeTokenTransfer(account, address(0), amount);
uint256 accountBalance = _balances[account];
require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
unchecked {
_balances[account] = accountBalance - amount;
// Overflow not possible: amount <= accountBalance <= totalSupply.
_totalSupply -= amount;
}
emit Transfer(account, address(0), amount);
_afterTokenTransfer(account, address(0), amount);
}
/**
* @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
*
* This internal function is equivalent to `approve`, and can be used to
* e.g. set automatic allowances for certain subsystems, etc.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `owner` cannot be the zero address.
* - `spender` cannot be the zero address.
*/
function _approve(
address owner,
address spender,
uint256 amount
) internal virtual {
require(owner != address(0), "ERC20: approve from the zero address");
require(spender != address(0), "ERC20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
/**
* @dev Updates `owner` s allowance for `spender` based on spent `amount`.
*
* Does not update the allowance amount in case of infinite allowance.
* Revert if not enough allowance is available.
*
* Might emit an {Approval} event.
*/
function _spendAllowance(
address owner,
address spender,
uint256 amount
) internal virtual {
uint256 currentAllowance = allowance(owner, spender);
if (currentAllowance != type(uint256).max) {
require(currentAllowance >= amount, "ERC20: insufficient allowance");
unchecked {
_approve(owner, spender, currentAllowance - amount);
}
}
}
/**
* @dev Hook that is called before any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* will be transferred to `to`.
* - when `from` is zero, `amount` tokens will be minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
/**
* @dev Hook that is called after any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* has been transferred to `to`.
* - when `from` is zero, `amount` tokens have been minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens have been burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _afterTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
* https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
*
* Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
* presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
* need to send a transaction, and thus is not required to hold Ether at all.
*/
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].
*/
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 v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)
pragma solidity ^0.8.0;
import "../IERC20.sol";
/**
* @dev Interface for the optional metadata functions from the ERC20 standard.
*
* _Available since v4.1._
*/
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 v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `from` to `to` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address from,
address to,
uint256 amount
) external returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/utils/SafeERC20.sol)
pragma solidity ^0.8.0;
import "../IERC20.sol";
import "../extensions/draft-IERC20Permit.sol";
import "../../../utils/Address.sol";
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
using Address for address;
function safeTransfer(
IERC20 token,
address to,
uint256 value
) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
}
function safeTransferFrom(
IERC20 token,
address from,
address to,
uint256 value
) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
}
/**
* @dev Deprecated. This function has issues similar to the ones found in
* {IERC20-approve}, and its usage is discouraged.
*
* Whenever possible, use {safeIncreaseAllowance} and
* {safeDecreaseAllowance} instead.
*/
function safeApprove(
IERC20 token,
address spender,
uint256 value
) internal {
// safeApprove should only be called when setting an initial allowance,
// or when resetting it to zero. To increase and decrease it, use
// 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
require(
(value == 0) || (token.allowance(address(this), spender) == 0),
"SafeERC20: approve from non-zero to non-zero allowance"
);
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
}
function safeIncreaseAllowance(
IERC20 token,
address spender,
uint256 value
) internal {
uint256 newAllowance = token.allowance(address(this), spender) + value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
function safeDecreaseAllowance(
IERC20 token,
address spender,
uint256 value
) internal {
unchecked {
uint256 oldAllowance = token.allowance(address(this), spender);
require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
uint256 newAllowance = oldAllowance - value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
}
function safePermit(
IERC20Permit token,
address owner,
address spender,
uint256 value,
uint256 deadline,
uint8 v,
bytes32 r,
bytes32 s
) internal {
uint256 nonceBefore = token.nonces(owner);
token.permit(owner, spender, value, deadline, v, r, s);
uint256 nonceAfter = token.nonces(owner);
require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed");
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that
// the target address contains contract code and also asserts for success in the low-level call.
bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
if (returndata.length > 0) {
// Return data is optional
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/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.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{value: amount}("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value
) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value,
string memory errorMessage
) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
return functionStaticCall(target, data, "Address: low-level static call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(
address target,
bytes memory data,
string memory errorMessage
) internal view returns (bytes memory) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
return functionDelegateCall(target, data, "Address: low-level delegate call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
* the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
*
* _Available since v4.8._
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata,
string memory errorMessage
) internal view returns (bytes memory) {
if (success) {
if (returndata.length == 0) {
// only check isContract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
require(isContract(target), "Address: call to non-contract");
}
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
/**
* @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason or using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
function _revert(bytes memory returndata, string memory errorMessage) private pure {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
/// @title Interface for WETH and other wrapped native gas tokens (e.g., WBNB, WAVAX, etc.)
interface IWETH {
/// @notice Deposit ether to get wrapped ether
function deposit() external payable;
/// @notice Withdraw wrapped ether to get ether
function withdraw(uint) external;
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {NonblockingLzApp} from "@layerzerolabs/solidity-examples/contracts/lzApp/NonblockingLzApp.sol";
/// @dev An abstract contract containing a common functionality used by OriginalTokenBridge and WrappedTokenBridge
abstract contract TokenBridgeBase is NonblockingLzApp, ReentrancyGuard {
/// @notice A packet type used to identify messages requesting minting of wrapped tokens
uint8 public constant PT_MINT = 0;
/// @notice A packet type used to identify messages requesting unlocking of original tokens
uint8 public constant PT_UNLOCK = 1;
bool public useCustomAdapterParams;
event SetUseCustomAdapterParams(bool useCustomAdapterParams);
constructor(address _endpoint) NonblockingLzApp(_endpoint) {}
/// @notice Sets the `useCustomAdapterParams` flag indicating whether the contract uses custom adapter parameters or the default ones
/// @dev Can be called only by the bridge owner
function setUseCustomAdapterParams(bool _useCustomAdapterParams) external onlyOwner {
useCustomAdapterParams = _useCustomAdapterParams;
emit SetUseCustomAdapterParams(_useCustomAdapterParams);
}
/// @dev Checks `adapterParams` for correctness
function _checkAdapterParams(uint16 dstChainId, uint16 pkType, bytes memory adapterParams) internal virtual {
if (useCustomAdapterParams) {
_checkGasLimit(dstChainId, pkType, adapterParams, 0);
} else {
require(adapterParams.length == 0, "TokenBridgeBase: adapterParams must be empty");
}
}
/// @dev Overrides the renounce ownership logic inherited from openZeppelin `Ownable`
function renounceOwnership() public override onlyOwner {}
}{
"optimizer": {
"enabled": true,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"abi"
]
}
},
"metadata": {
"useLiteralContent": true
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_endpoint","type":"address"},{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"address","name":"_weth","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes","name":"_payload","type":"bytes"},{"indexed":false,"internalType":"bytes","name":"_reason","type":"bytes"}],"name":"MessageFailed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ReceiveToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"}],"name":"RegisterToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes32","name":"_payloadHash","type":"bytes32"}],"name":"RetryMessageSuccess","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SendToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":false,"internalType":"uint16","name":"_type","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"_minDstGas","type":"uint256"}],"name":"SetMinDstGas","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"precrime","type":"address"}],"name":"SetPrecrime","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"remoteChainId","type":"uint16"}],"name":"SetRemoteChainId","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_path","type":"bytes"}],"name":"SetTrustedRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"SetTrustedRemoteAddress","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"useCustomAdapterParams","type":"bool"}],"name":"SetUseCustomAdapterParams","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"WithdrawFee","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"LDtoSDConversionRate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_MINT","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_UNLOCK","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"accruedFeeLD","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"components":[{"internalType":"address payable","name":"refundAddress","type":"address"},{"internalType":"address","name":"zroPaymentAddress","type":"address"}],"internalType":"struct LzLib.CallParams","name":"callParams","type":"tuple"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"name":"bridge","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountLD","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"components":[{"internalType":"address payable","name":"refundAddress","type":"address"},{"internalType":"address","name":"zroPaymentAddress","type":"address"}],"internalType":"struct LzLib.CallParams","name":"callParams","type":"tuple"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"name":"bridgeNative","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bool","name":"useZro","type":"bool"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"name":"estimateBridgeFee","outputs":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"zroFee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"uint64","name":"","type":"uint64"}],"name":"failedMessages","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"forceResumeReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"_configType","type":"uint256"}],"name":"getConfig","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"getTrustedRemoteAddress","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"isTrustedRemote","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lzEndpoint","outputs":[{"internalType":"contract ILayerZeroEndpoint","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"lzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"uint16","name":"","type":"uint16"}],"name":"minDstGasLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"nonblockingLzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"precrime","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint8","name":"sharedDecimals","type":"uint8"}],"name":"registerToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"remoteChainId","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"retryMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"uint256","name":"_configType","type":"uint256"},{"internalType":"bytes","name":"_config","type":"bytes"}],"name":"setConfig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint16","name":"_packetType","type":"uint16"},{"internalType":"uint256","name":"_minGas","type":"uint256"}],"name":"setMinDstGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_precrime","type":"address"}],"name":"setPrecrime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setReceiveVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"setRemoteChainId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setSendVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_path","type":"bytes"}],"name":"setTrustedRemote","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"setTrustedRemoteAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_useCustomAdapterParams","type":"bool"}],"name":"setUseCustomAdapterParams","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"supportedTokens","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"totalValueLockedSD","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"trustedRemoteLookup","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"useCustomAdapterParams","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"weth","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amountLD","type":"uint256"}],"name":"withdrawFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
60c06040523480156200001157600080fd5b5060405162003db538038062003db5833981016040819052620000349162000155565b8280806200004233620000e8565b6001600160a01b03908116608052600160055583169150620000be90505760405162461bcd60e51b815260206004820152602960248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c69642057455460448201526848206164647265737360b81b606482015260840160405180910390fd5b600a805461ffff191661ffff93909316929092179091556001600160a01b031660a05250620001a7565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b03811681146200015057600080fd5b919050565b6000806000606084860312156200016b57600080fd5b620001768462000138565b9250602084015161ffff811681146200018e57600080fd5b91506200019e6040850162000138565b90509250925092565b60805160a051613b866200022f6000396000818161038d015281816114660152818161151e01528181611548015281816115bf0152818161206401526120bb01526000818161060c015281816107bf01528181610a0e01528181610b7301528181610bf301528181610dc90152818161162301528181611aae0152612a5a0152613b866000f3fe6080604052600436106102285760003560e01c80638da5cb5b11610123578063d1deba1f116100ab578063eb8d72b71161006f578063eb8d72b71461072f578063ed629c5c1461074f578063f2fde38b14610769578063f5ecbdbc14610789578063fe359a0d146107a957600080fd5b8063d1deba1f14610681578063df2a5b3b14610694578063e823553e146106b4578063e9518196146106e1578063eab45d9c1461070f57600080fd5b8063a6c3d165116100f2578063a6c3d165146105da578063b353aaa7146105fa578063baf3292d1461062e578063c7e82ebd1461064e578063cbed8b9c1461066157600080fd5b80638da5cb5b1461055c578063950c8a741461057a5780639f38369a1461059a578063a2f27ae0146105ba57600080fd5b806342d65a8d116101b157806368c4ac261161017557806368c4ac261461049d57806368ea28b0146104cd578063715018a6146104e25780637533d788146104f75780638cfd8f5c1461052457600080fd5b806342d65a8d146103c757806346f6f9b5146103e75780635a4967e51461040e5780635b8c41e61461042e57806366ad5c8a1461047d57600080fd5b806320211678116101f857806320211678146102b65780632d09c4ed146102f057806338db1ebc1461032b5780633d8b38f61461034b5780633fc8cef31461037b57600080fd5b80621d35671461023457806307e0db17146102565780631095b6d71461027657806310ddb1371461029657600080fd5b3661022f57005b600080fd5b34801561024057600080fd5b5061025461024f366004612e0f565b6107bc565b005b34801561026257600080fd5b50610254610271366004612ea2565b6109ed565b34801561028257600080fd5b50610254610291366004612ed2565b610a76565b3480156102a257600080fd5b506102546102b1366004612ea2565b610b52565b3480156102c257600080fd5b506102d66102d1366004612f21565b610baa565b604080519283526020830191909152015b60405180910390f35b3480156102fc57600080fd5b5061031d61030b366004612f75565b60096020526000908152604090205481565b6040519081526020016102e7565b34801561033757600080fd5b50610254610346366004612ea2565b610c8b565b34801561035757600080fd5b5061036b610366366004612f92565b610cde565b60405190151581526020016102e7565b34801561038757600080fd5b506103af7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020016102e7565b3480156103d357600080fd5b506102546103e2366004612f92565b610daa565b3480156103f357600080fd5b506103fc600081565b60405160ff90911681526020016102e7565b34801561041a57600080fd5b50610254610429366004612fbf565b610e30565b34801561043a57600080fd5b5061031d6104493660046130bb565b6004602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561048957600080fd5b50610254610498366004612e0f565b611050565b3480156104a957600080fd5b5061036b6104b8366004612f75565b60076020526000908152604090205460ff1681565b3480156104d957600080fd5b506103fc600181565b3480156104ee57600080fd5b5061025461112c565b34801561050357600080fd5b50610517610512366004612ea2565b611136565b6040516102e79190613168565b34801561053057600080fd5b5061031d61053f36600461317b565b600260209081526000928352604080842090915290825290205481565b34801561056857600080fd5b506000546001600160a01b03166103af565b34801561058657600080fd5b506003546103af906001600160a01b031681565b3480156105a657600080fd5b506105176105b5366004612ea2565b6111d0565b3480156105c657600080fd5b5061031d6105d5366004612f75565b6112e6565b3480156105e657600080fd5b506102546105f5366004612f92565b611382565b34801561060657600080fd5b506103af7f000000000000000000000000000000000000000000000000000000000000000081565b34801561063a57600080fd5b50610254610649366004612f75565b6113fe565b61025461065c3660046131c6565b611454565b34801561066d57600080fd5b5061025461067c366004613230565b611604565b61025461068f366004612e0f565b611699565b3480156106a057600080fd5b506102546106af36600461329e565b6118af565b3480156106c057600080fd5b5061031d6106cf366004612f75565b60086020526000908152604090205481565b3480156106ed57600080fd5b50600a546106fc9061ffff1681565b60405161ffff90911681526020016102e7565b34801561071b57600080fd5b5061025461072a3660046132da565b611961565b34801561073b57600080fd5b5061025461074a366004612f92565b6119aa565b34801561075b57600080fd5b5060065461036b9060ff1681565b34801561077557600080fd5b50610254610784366004612f75565b611a04565b34801561079557600080fd5b506105176107a43660046132f7565b611a7d565b6102546107b7366004613344565b611b30565b337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316146108395760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff861660009081526001602052604081208054610857906133c1565b80601f0160208091040260200160405190810160405280929190818152602001828054610883906133c1565b80156108d05780601f106108a5576101008083540402835291602001916108d0565b820191906000526020600020905b8154815290600101906020018083116108b357829003601f168201915b505050505090508051868690501480156108eb575060008151115b801561091357508051602082012060405161090990889088906133f5565b6040518091039020145b61096e5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f6044820152651b9d1c9858dd60d21b6064820152608401610830565b6109e48787878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611cb092505050565b50505050505050565b6109f5611d29565b6040516307e0db1760e01b815261ffff821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906307e0db17906024015b600060405180830381600087803b158015610a5b57600080fd5b505af1158015610a6f573d6000803e3d6000fd5b5050505050565b610a7e611d29565b6000610a89846112e6565b905080821115610af25760405162461bcd60e51b815260206004820152602e60248201527f4f726967696e616c546f6b656e4272696467653a206e6f7420656e6f7567682060448201526d1999595cc818dbdb1b1958dd195960921b6064820152608401610830565b610b066001600160a01b0385168484611d83565b604080516001600160a01b038581168252602082018590528616917ff15a0a3784dea9b4fe33bc98e2450745e262d310237b2868ea8ef56967ff3ecb910160405180910390a250505050565b610b5a611d29565b6040516310ddb13760e01b815261ffff821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906310ddb13790602401610a41565b60408051600060208201819052308284018190526060830181905260808084018390528451808503909101815260a0840194859052600a5463040a7bb160e41b909552919384937f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316926340a7bb1092610c3e9261ffff909116919086908c908c908c9060a40161342e565b6040805180830381865afa158015610c5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c7e9190613484565b9250925050935093915050565b610c93611d29565b600a805461ffff191661ffff83169081179091556040519081527fe8df78a276e2b718a366328e9120b436ea83832fbeede026392fed933e3ffa5b906020015b60405180910390a150565b61ffff831660009081526001602052604081208054829190610cff906133c1565b80601f0160208091040260200160405190810160405280929190818152602001828054610d2b906133c1565b8015610d785780601f10610d4d57610100808354040283529160200191610d78565b820191906000526020600020905b815481529060010190602001808311610d5b57829003601f168201915b505050505090508383604051610d8f9291906133f5565b60405180910390208180519060200120149150509392505050565b610db2611d29565b6040516342d65a8d60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906342d65a8d90610e02908690869086906004016134a8565b600060405180830381600087803b158015610e1c57600080fd5b505af11580156109e4573d6000803e3d6000fd5b610e38611d29565b6001600160a01b038216610ea15760405162461bcd60e51b815260206004820152602a60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420746f6b604482015269656e206164647265737360b01b6064820152608401610830565b6001600160a01b03821660009081526007602052604090205460ff1615610f205760405162461bcd60e51b815260206004820152602d60248201527f4f726967696e616c546f6b656e4272696467653a20746f6b656e20616c72656160448201526c191e481c9959da5cdd195c9959609a1b6064820152608401610830565b6000610f2b83611deb565b90508160ff168160ff161015610fc35760405162461bcd60e51b815260206004820152605160248201527f4f726967696e616c546f6b656e4272696467653a20736861726564206465636960448201527f6d616c73206d757374206265206c657373207468616e206f7220657175616c20606482015270746f206c6f63616c20646563696d616c7360781b608482015260a401610830565b6001600160a01b0383166000908152600760205260409020805460ff19166001179055610ff082826134dc565b610ffb90600a6135d9565b6001600160a01b03841660008181526008602090815260409182902093909355519081527ff7fe8023cb2e36bde1d59a88ac5763a8c11be6d25e6819f71bb7e23e5bf0dc1691015b60405180910390a1505050565b3330146110ae5760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d7573742062656044820152650204c7a4170760d41b6064820152608401610830565b6111248686868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611ef192505050565b505050505050565b611134611d29565b565b6001602052600090815260409020805461114f906133c1565b80601f016020809104026020016040519081016040528092919081815260200182805461117b906133c1565b80156111c85780601f1061119d576101008083540402835291602001916111c8565b820191906000526020600020905b8154815290600101906020018083116111ab57829003601f168201915b505050505081565b61ffff81166000908152600160205260408120805460609291906111f3906133c1565b80601f016020809104026020016040519081016040528092919081815260200182805461121f906133c1565b801561126c5780601f106112415761010080835404028352916020019161126c565b820191906000526020600020905b81548152906001019060200180831161124f57829003601f168201915b5050505050905080516000036112c45760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610830565b6112df6000601483516112d791906135e8565b83919061228b565b9392505050565b6001600160a01b03811660009081526009602052604081205461130a908390612398565b6040516370a0823160e01b81523060048201526001600160a01b038416906370a0823190602401602060405180830381865afa15801561134e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061137291906135fb565b61137c91906135e8565b92915050565b61138a611d29565b81813060405160200161139f93929190613614565b60408051601f1981840301815291815261ffff85166000908152600160205220906113ca9082613680565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce838383604051611043939291906134a8565b611406611d29565b600380546001600160a01b0319166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b90602001610cd3565b61145c6123bb565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660009081526007602052604090205460ff166114b45760405162461bcd60e51b81526004016108309061373f565b833410156115175760405162461bcd60e51b815260206004820152602a60248201527f4f726967696e616c546f6b656e4272696467653a206e6f7420656e6f756768206044820152691d985b1d59481cd95b9d60b21b6064820152608401610830565b60006115437f000000000000000000000000000000000000000000000000000000000000000086612414565b5090507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b1580156115a157600080fd5b505af11580156115b5573d6000803e3d6000fd5b50505050506115f37f0000000000000000000000000000000000000000000000000000000000000000828684346115ec91906135e8565b878761244e565b506115fe6001600555565b50505050565b61160c611d29565b6040516332fb62e760e21b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063cbed8b9c90611660908890889088908890889060040161378a565b600060405180830381600087803b15801561167a57600080fd5b505af115801561168e573d6000803e3d6000fd5b505050505050505050565b61ffff861660009081526004602052604080822090516116bc90889088906133f5565b90815260408051602092819003830190206001600160401b0387166000908152925290205490508061173c5760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201526261676560e81b6064820152608401610830565b80838360405161174d9291906133f5565b6040518091039020146117ac5760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f616044820152601960fa1b6064820152608401610830565b61ffff871660009081526004602052604080822090516117cf90899089906133f5565b90815260408051602092819003830181206001600160401b038916600090815290845282902093909355601f88018290048202830182019052868252611867918991899089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611ef192505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e5878787878560405161189e9594939291906137b8565b60405180910390a150505050505050565b6118b7611d29565b600081116118ff5760405162461bcd60e51b81526020600482015260156024820152744c7a4170703a20696e76616c6964206d696e47617360581b6044820152606401610830565b61ffff83811660008181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac090606001611043565b611969611d29565b6006805460ff19168215159081179091556040519081527f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a490602001610cd3565b6119b2611d29565b61ffff831660009081526001602052604090206119d08284836137f3565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab838383604051611043939291906134a8565b611a0c611d29565b6001600160a01b038116611a715760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610830565b611a7a8161261c565b50565b604051633d7b2f6f60e21b815261ffff808616600483015284166024820152306044820152606481018290526060907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063f5ecbdbc90608401600060405180830381865afa158015611afd573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b2591908101906138b2565b90505b949350505050565b611b386123bb565b6001600160a01b03851660009081526007602052604090205460ff16611b705760405162461bcd60e51b81526004016108309061373f565b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015611bb7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bdb91906135fb565b9050611bf26001600160a01b03871633308861266c565b6040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015611c39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c5d91906135fb565b9050600080611c7589611c7086866135e8565b612414565b90925090508015611c9457611c946001600160a01b038a163383611d83565b611ca2898389348a8a61244e565b50505050610a6f6001600555565b600080611d135a60966366ad5c8a60e01b89898989604051602401611cd89493929190613928565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152309291906126a4565b915091508161112457611124868686868561272e565b6000546001600160a01b031633146111345760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610830565b6040516001600160a01b038316602482015260448101829052611de690849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526127cb565b505050565b60408051600481526024810182526020810180516001600160e01b031663313ce56760e01b1790529051600091829182916001600160a01b03861691611e319190613966565b600060405180830381855afa9150503d8060008114611e6c576040519150601f19603f3d011682016040523d82523d6000602084013e611e71565b606091505b509150915081611edd5760405162461bcd60e51b815260206004820152603160248201527f4f726967696e616c546f6b656e4272696467653a206661696c656420746f2067604482015270657420746f6b656e20646563696d616c7360781b6064820152608401610830565b80806020019051810190611b289190613982565b600a5461ffff858116911614611f5e5760405162461bcd60e51b815260206004820152602c60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420736f7560448201526b1c98d94818da185a5b881a5960a21b6064820152608401610830565b60008060008060008086806020019051810190611f7b919061399f565b955095509550955095509550600160ff168660ff1614611fee5760405162461bcd60e51b815260206004820152602860248201527f4f726967696e616c546f6b656e4272696467653a20756e6b6e6f776e207061636044820152676b6574207479706560c01b6064820152608401610830565b6001600160a01b03851660009081526007602052604090205460ff166120265760405162461bcd60e51b81526004016108309061373f565b6001600160a01b0385166000908152600960205260408120805484929061204e9084906135e8565b90915550600090506120608685612398565b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316866001600160a01b03161480156120a05750815b1561221e57604051632e1a7d4d60e01b8152600481018290527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690632e1a7d4d90602401600060405180830381600087803b15801561210757600080fd5b505af115801561211b573d6000803e3d6000fd5b505050506000856001600160a01b03168260405160006040518083038185875af1925050503d806000811461216c576040519150601f19603f3d011682016040523d82523d6000602084013e612171565b606091505b50509050806121ce5760405162461bcd60e51b815260206004820152602360248201527f4f726967696e616c546f6b656e4272696467653a206661696c656420746f2073604482015262195b9960ea1b6064820152608401610830565b60408051600081526001600160a01b03881660208201529081018390527f5e3da8fba24af91505c66214c9e629ba712ce2c1b8c318f14f7024fdcba544a89060600160405180910390a15061227e565b6122326001600160a01b0387168683611d83565b604080516001600160a01b038089168252871660208201529081018290527f5e3da8fba24af91505c66214c9e629ba712ce2c1b8c318f14f7024fdcba544a89060600160405180910390a15b5050505050505050505050565b60608161229981601f613a13565b10156122d85760405162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b6044820152606401610830565b6122e28284613a13565b845110156123265760405162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b6044820152606401610830565b606082158015612345576040519150600082526020820160405261238f565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561237e578051835260209283019201612366565b5050858452601f01601f1916604052505b50949350505050565b6001600160a01b0382166000908152600860205260408120546112df9083613a26565b60026005540361240d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610830565b6002600555565b6001600160a01b03821660009081526008602052604081205481906124399084613a53565b905061244581846135e8565b91509250929050565b6001600160a01b0384166124a45760405162461bcd60e51b815260206004820152601f60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420746f006044820152606401610830565b600a546124b79061ffff1660008361289d565b60006124c38787612919565b9050600081116125215760405162461bcd60e51b815260206004820152602360248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420616d6f6044820152621d5b9d60ea1b6064820152608401610830565b6001600160a01b03871660009081526009602052604081208054839290612549908490613a13565b9091555050604080516000602082018190526001600160a01b03808b169383019390935291871660608201526080810183905260a00160408051601f19818403018152919052600a549091506125c29061ffff16826125ab6020880188612f75565b6125bb6040890160208a01612f75565b878a61293c565b604080516001600160a01b038a811682523360208301528816818301526060810189905290517f49b9b5358c9580b3e6c5ee10b8b260c1e64bede87cb8a212e9e20a0b7dc20e5a9181900360800190a15050505050505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040516001600160a01b03808516602483015283166044820152606481018290526115fe9085906323b872dd60e01b90608401611daf565b6000606060008060008661ffff166001600160401b038111156126c9576126c9612ff8565b6040519080825280601f01601f1916602001820160405280156126f3576020820181803683370190505b50905060008087516020890160008d8df191503d925086831115612715578692505b828152826000602083013e909890975095505050505050565b8180519060200120600460008761ffff1661ffff1681526020019081526020016000208560405161275f9190613966565b9081526040805191829003602090810183206001600160401b0388166000908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c906127bc9087908790879087908790613a67565b60405180910390a15050505050565b6000612820826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ad69092919063ffffffff16565b805190915015611de6578080602001905181019061283e9190613ac5565b611de65760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610830565b60065460ff16156128b557611de68383836000612ae5565b805115611de65760405162461bcd60e51b815260206004820152602c60248201527f546f6b656e427269646765426173653a2061646170746572506172616d73206d60448201526b75737420626520656d70747960a01b6064820152608401610830565b6001600160a01b0382166000908152600860205260408120546112df9083613ae2565b61ffff86166000908152600160205260408120805461295a906133c1565b80601f0160208091040260200160405190810160405280929190818152602001828054612986906133c1565b80156129d35780601f106129a8576101008083540402835291602001916129d3565b820191906000526020600020905b8154815290600101906020018083116129b657829003601f168201915b505050505090508051600003612a445760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201526f61207472757374656420736f7572636560801b6064820152608401610830565b60405162c5803160e81b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063c5803100908490612a9b908b9086908c908c908c908c90600401613af6565b6000604051808303818588803b158015612ab457600080fd5b505af1158015612ac8573d6000803e3d6000fd5b505050505050505050505050565b6060611b288484600085612bc4565b6000612af083612c9f565b61ffff808716600090815260026020908152604080832093891683529290529081205491925090612b22908490613a13565b905060008111612b745760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610830565b808210156111245760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610830565b606082471015612c255760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610830565b600080866001600160a01b03168587604051612c419190613966565b60006040518083038185875af1925050503d8060008114612c7e576040519150601f19603f3d011682016040523d82523d6000602084013e612c83565b606091505b5091509150612c9487838387612cfb565b979650505050505050565b6000602282511015612cf35760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610830565b506022015190565b60608315612d6a578251600003612d63576001600160a01b0385163b612d635760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610830565b5081611b28565b611b288383815115612d7f5781518083602001fd5b8060405162461bcd60e51b81526004016108309190613168565b803561ffff81168114612dab57600080fd5b919050565b60008083601f840112612dc257600080fd5b5081356001600160401b03811115612dd957600080fd5b602083019150836020828501011115612df157600080fd5b9250929050565b80356001600160401b0381168114612dab57600080fd5b60008060008060008060808789031215612e2857600080fd5b612e3187612d99565b955060208701356001600160401b0380821115612e4d57600080fd5b612e598a838b01612db0565b9097509550859150612e6d60408a01612df8565b94506060890135915080821115612e8357600080fd5b50612e9089828a01612db0565b979a9699509497509295939492505050565b600060208284031215612eb457600080fd5b6112df82612d99565b6001600160a01b0381168114611a7a57600080fd5b600080600060608486031215612ee757600080fd5b8335612ef281612ebd565b92506020840135612f0281612ebd565b929592945050506040919091013590565b8015158114611a7a57600080fd5b600080600060408486031215612f3657600080fd5b8335612f4181612f13565b925060208401356001600160401b03811115612f5c57600080fd5b612f6886828701612db0565b9497909650939450505050565b600060208284031215612f8757600080fd5b81356112df81612ebd565b600080600060408486031215612fa757600080fd5b612f4184612d99565b60ff81168114611a7a57600080fd5b60008060408385031215612fd257600080fd5b8235612fdd81612ebd565b91506020830135612fed81612fb0565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b038111828210171561303657613036612ff8565b604052919050565b60006001600160401b0382111561305757613057612ff8565b50601f01601f191660200190565b600082601f83011261307657600080fd5b81356130896130848261303e565b61300e565b81815284602083860101111561309e57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156130d057600080fd5b6130d984612d99565b925060208401356001600160401b038111156130f457600080fd5b61310086828701613065565b92505061310f60408501612df8565b90509250925092565b60005b8381101561313357818101518382015260200161311b565b50506000910152565b60008151808452613154816020860160208601613118565b601f01601f19169290920160200192915050565b6020815260006112df602083018461313c565b6000806040838503121561318e57600080fd5b61319783612d99565b91506131a560208401612d99565b90509250929050565b6000604082840312156131c057600080fd5b50919050565b60008060008060a085870312156131dc57600080fd5b8435935060208501356131ee81612ebd565b92506131fd86604087016131ae565b915060808501356001600160401b0381111561321857600080fd5b61322487828801613065565b91505092959194509250565b60008060008060006080868803121561324857600080fd5b61325186612d99565b945061325f60208701612d99565b93506040860135925060608601356001600160401b0381111561328157600080fd5b61328d88828901612db0565b969995985093965092949392505050565b6000806000606084860312156132b357600080fd5b6132bc84612d99565b92506132ca60208501612d99565b9150604084013590509250925092565b6000602082840312156132ec57600080fd5b81356112df81612f13565b6000806000806080858703121561330d57600080fd5b61331685612d99565b935061332460208601612d99565b9250604085013561333481612ebd565b9396929550929360600135925050565b600080600080600060c0868803121561335c57600080fd5b853561336781612ebd565b945060208601359350604086013561337e81612ebd565b925061338d87606088016131ae565b915060a08601356001600160401b038111156133a857600080fd5b6133b488828901613065565b9150509295509295909350565b600181811c908216806133d557607f821691505b6020821081036131c057634e487b7160e01b600052602260045260246000fd5b8183823760009101908152919050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b61ffff871681526001600160a01b038616602082015260a06040820181905260009061345c9083018761313c565b85151560608401528281036080840152613477818587613405565b9998505050505050505050565b6000806040838503121561349757600080fd5b505080516020909101519092909150565b61ffff84168152604060208201526000611b25604083018486613405565b634e487b7160e01b600052601160045260246000fd5b60ff828116828216039081111561137c5761137c6134c6565b600181815b80851115613530578160001904821115613516576135166134c6565b8085161561352357918102915b93841c93908002906134fa565b509250929050565b6000826135475750600161137c565b816135545750600061137c565b816001811461356a576002811461357457613590565b600191505061137c565b60ff841115613585576135856134c6565b50506001821b61137c565b5060208310610133831016604e8410600b84101617156135b3575081810a61137c565b6135bd83836134f5565b80600019048211156135d1576135d16134c6565b029392505050565b60006112df60ff841683613538565b8181038181111561137c5761137c6134c6565b60006020828403121561360d57600080fd5b5051919050565b8284823760609190911b6bffffffffffffffffffffffff19169101908152601401919050565b601f821115611de657600081815260208120601f850160051c810160208610156136615750805b601f850160051c820191505b818110156111245782815560010161366d565b81516001600160401b0381111561369957613699612ff8565b6136ad816136a784546133c1565b8461363a565b602080601f8311600181146136e257600084156136ca5750858301515b600019600386901b1c1916600185901b178555611124565b600085815260208120601f198616915b82811015613711578886015182559484019460019091019084016136f2565b508582101561372f5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6020808252602b908201527f4f726967696e616c546f6b656e4272696467653a20746f6b656e206973206e6f60408201526a1d081cdd5c1c1bdc9d195960aa1b606082015260800190565b600061ffff808816835280871660208401525084604083015260806060830152612c94608083018486613405565b61ffff861681526080602082015260006137d6608083018688613405565b6001600160401b0394909416604083015250606001529392505050565b6001600160401b0383111561380a5761380a612ff8565b61381e8361381883546133c1565b8361363a565b6000601f841160018114613852576000851561383a5750838201355b600019600387901b1c1916600186901b178355610a6f565b600083815260209020601f19861690835b828110156138835786850135825560209485019460019092019101613863565b50868210156138a05760001960f88860031b161c19848701351681555b505060018560011b0183555050505050565b6000602082840312156138c457600080fd5b81516001600160401b038111156138da57600080fd5b8201601f810184136138eb57600080fd5b80516138f96130848261303e565b81815285602083850101111561390e57600080fd5b61391f826020830160208601613118565b95945050505050565b61ffff85168152608060208201526000613945608083018661313c565b6001600160401b03851660408401528281036060840152612c94818561313c565b60008251613978818460208701613118565b9190910192915050565b60006020828403121561399457600080fd5b81516112df81612fb0565b60008060008060008060c087890312156139b857600080fd5b86516139c381612fb0565b60208801519096506139d481612ebd565b60408801519095506139e581612ebd565b80945050606087015192506080870151915060a0870151613a0581612f13565b809150509295509295509295565b8082018082111561137c5761137c6134c6565b808202811582820484141761137c5761137c6134c6565b634e487b7160e01b600052601260045260246000fd5b600082613a6257613a62613a3d565b500690565b61ffff8616815260a060208201526000613a8460a083018761313c565b6001600160401b03861660408401528281036060840152613aa5818661313c565b90508281036080840152613ab9818561313c565b98975050505050505050565b600060208284031215613ad757600080fd5b81516112df81612f13565b600082613af157613af1613a3d565b500490565b61ffff8716815260c060208201526000613b1360c083018861313c565b8281036040840152613b25818861313c565b6001600160a01b0387811660608601528616608085015283810360a08501529050613477818561313c56fea26469706673582212202257fc61260b0f3d2d5b4e78cfd67a45a81d6ce7132c259882836b01314df4db64736f6c634300081100330000000000000000000000003c2269811836af69497e5f486a85d7316753cf6200000000000000000000000000000000000000000000000000000000000000ad00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1
Deployed Bytecode
0x6080604052600436106102285760003560e01c80638da5cb5b11610123578063d1deba1f116100ab578063eb8d72b71161006f578063eb8d72b71461072f578063ed629c5c1461074f578063f2fde38b14610769578063f5ecbdbc14610789578063fe359a0d146107a957600080fd5b8063d1deba1f14610681578063df2a5b3b14610694578063e823553e146106b4578063e9518196146106e1578063eab45d9c1461070f57600080fd5b8063a6c3d165116100f2578063a6c3d165146105da578063b353aaa7146105fa578063baf3292d1461062e578063c7e82ebd1461064e578063cbed8b9c1461066157600080fd5b80638da5cb5b1461055c578063950c8a741461057a5780639f38369a1461059a578063a2f27ae0146105ba57600080fd5b806342d65a8d116101b157806368c4ac261161017557806368c4ac261461049d57806368ea28b0146104cd578063715018a6146104e25780637533d788146104f75780638cfd8f5c1461052457600080fd5b806342d65a8d146103c757806346f6f9b5146103e75780635a4967e51461040e5780635b8c41e61461042e57806366ad5c8a1461047d57600080fd5b806320211678116101f857806320211678146102b65780632d09c4ed146102f057806338db1ebc1461032b5780633d8b38f61461034b5780633fc8cef31461037b57600080fd5b80621d35671461023457806307e0db17146102565780631095b6d71461027657806310ddb1371461029657600080fd5b3661022f57005b600080fd5b34801561024057600080fd5b5061025461024f366004612e0f565b6107bc565b005b34801561026257600080fd5b50610254610271366004612ea2565b6109ed565b34801561028257600080fd5b50610254610291366004612ed2565b610a76565b3480156102a257600080fd5b506102546102b1366004612ea2565b610b52565b3480156102c257600080fd5b506102d66102d1366004612f21565b610baa565b604080519283526020830191909152015b60405180910390f35b3480156102fc57600080fd5b5061031d61030b366004612f75565b60096020526000908152604090205481565b6040519081526020016102e7565b34801561033757600080fd5b50610254610346366004612ea2565b610c8b565b34801561035757600080fd5b5061036b610366366004612f92565b610cde565b60405190151581526020016102e7565b34801561038757600080fd5b506103af7f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab181565b6040516001600160a01b0390911681526020016102e7565b3480156103d357600080fd5b506102546103e2366004612f92565b610daa565b3480156103f357600080fd5b506103fc600081565b60405160ff90911681526020016102e7565b34801561041a57600080fd5b50610254610429366004612fbf565b610e30565b34801561043a57600080fd5b5061031d6104493660046130bb565b6004602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561048957600080fd5b50610254610498366004612e0f565b611050565b3480156104a957600080fd5b5061036b6104b8366004612f75565b60076020526000908152604090205460ff1681565b3480156104d957600080fd5b506103fc600181565b3480156104ee57600080fd5b5061025461112c565b34801561050357600080fd5b50610517610512366004612ea2565b611136565b6040516102e79190613168565b34801561053057600080fd5b5061031d61053f36600461317b565b600260209081526000928352604080842090915290825290205481565b34801561056857600080fd5b506000546001600160a01b03166103af565b34801561058657600080fd5b506003546103af906001600160a01b031681565b3480156105a657600080fd5b506105176105b5366004612ea2565b6111d0565b3480156105c657600080fd5b5061031d6105d5366004612f75565b6112e6565b3480156105e657600080fd5b506102546105f5366004612f92565b611382565b34801561060657600080fd5b506103af7f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf6281565b34801561063a57600080fd5b50610254610649366004612f75565b6113fe565b61025461065c3660046131c6565b611454565b34801561066d57600080fd5b5061025461067c366004613230565b611604565b61025461068f366004612e0f565b611699565b3480156106a057600080fd5b506102546106af36600461329e565b6118af565b3480156106c057600080fd5b5061031d6106cf366004612f75565b60086020526000908152604090205481565b3480156106ed57600080fd5b50600a546106fc9061ffff1681565b60405161ffff90911681526020016102e7565b34801561071b57600080fd5b5061025461072a3660046132da565b611961565b34801561073b57600080fd5b5061025461074a366004612f92565b6119aa565b34801561075b57600080fd5b5060065461036b9060ff1681565b34801561077557600080fd5b50610254610784366004612f75565b611a04565b34801561079557600080fd5b506105176107a43660046132f7565b611a7d565b6102546107b7366004613344565b611b30565b337f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b0316146108395760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff861660009081526001602052604081208054610857906133c1565b80601f0160208091040260200160405190810160405280929190818152602001828054610883906133c1565b80156108d05780601f106108a5576101008083540402835291602001916108d0565b820191906000526020600020905b8154815290600101906020018083116108b357829003601f168201915b505050505090508051868690501480156108eb575060008151115b801561091357508051602082012060405161090990889088906133f5565b6040518091039020145b61096e5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f6044820152651b9d1c9858dd60d21b6064820152608401610830565b6109e48787878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611cb092505050565b50505050505050565b6109f5611d29565b6040516307e0db1760e01b815261ffff821660048201527f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b0316906307e0db17906024015b600060405180830381600087803b158015610a5b57600080fd5b505af1158015610a6f573d6000803e3d6000fd5b5050505050565b610a7e611d29565b6000610a89846112e6565b905080821115610af25760405162461bcd60e51b815260206004820152602e60248201527f4f726967696e616c546f6b656e4272696467653a206e6f7420656e6f7567682060448201526d1999595cc818dbdb1b1958dd195960921b6064820152608401610830565b610b066001600160a01b0385168484611d83565b604080516001600160a01b038581168252602082018590528616917ff15a0a3784dea9b4fe33bc98e2450745e262d310237b2868ea8ef56967ff3ecb910160405180910390a250505050565b610b5a611d29565b6040516310ddb13760e01b815261ffff821660048201527f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b0316906310ddb13790602401610a41565b60408051600060208201819052308284018190526060830181905260808084018390528451808503909101815260a0840194859052600a5463040a7bb160e41b909552919384937f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b0316926340a7bb1092610c3e9261ffff909116919086908c908c908c9060a40161342e565b6040805180830381865afa158015610c5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c7e9190613484565b9250925050935093915050565b610c93611d29565b600a805461ffff191661ffff83169081179091556040519081527fe8df78a276e2b718a366328e9120b436ea83832fbeede026392fed933e3ffa5b906020015b60405180910390a150565b61ffff831660009081526001602052604081208054829190610cff906133c1565b80601f0160208091040260200160405190810160405280929190818152602001828054610d2b906133c1565b8015610d785780601f10610d4d57610100808354040283529160200191610d78565b820191906000526020600020905b815481529060010190602001808311610d5b57829003601f168201915b505050505090508383604051610d8f9291906133f5565b60405180910390208180519060200120149150509392505050565b610db2611d29565b6040516342d65a8d60e01b81526001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf6216906342d65a8d90610e02908690869086906004016134a8565b600060405180830381600087803b158015610e1c57600080fd5b505af11580156109e4573d6000803e3d6000fd5b610e38611d29565b6001600160a01b038216610ea15760405162461bcd60e51b815260206004820152602a60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420746f6b604482015269656e206164647265737360b01b6064820152608401610830565b6001600160a01b03821660009081526007602052604090205460ff1615610f205760405162461bcd60e51b815260206004820152602d60248201527f4f726967696e616c546f6b656e4272696467653a20746f6b656e20616c72656160448201526c191e481c9959da5cdd195c9959609a1b6064820152608401610830565b6000610f2b83611deb565b90508160ff168160ff161015610fc35760405162461bcd60e51b815260206004820152605160248201527f4f726967696e616c546f6b656e4272696467653a20736861726564206465636960448201527f6d616c73206d757374206265206c657373207468616e206f7220657175616c20606482015270746f206c6f63616c20646563696d616c7360781b608482015260a401610830565b6001600160a01b0383166000908152600760205260409020805460ff19166001179055610ff082826134dc565b610ffb90600a6135d9565b6001600160a01b03841660008181526008602090815260409182902093909355519081527ff7fe8023cb2e36bde1d59a88ac5763a8c11be6d25e6819f71bb7e23e5bf0dc1691015b60405180910390a1505050565b3330146110ae5760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d7573742062656044820152650204c7a4170760d41b6064820152608401610830565b6111248686868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611ef192505050565b505050505050565b611134611d29565b565b6001602052600090815260409020805461114f906133c1565b80601f016020809104026020016040519081016040528092919081815260200182805461117b906133c1565b80156111c85780601f1061119d576101008083540402835291602001916111c8565b820191906000526020600020905b8154815290600101906020018083116111ab57829003601f168201915b505050505081565b61ffff81166000908152600160205260408120805460609291906111f3906133c1565b80601f016020809104026020016040519081016040528092919081815260200182805461121f906133c1565b801561126c5780601f106112415761010080835404028352916020019161126c565b820191906000526020600020905b81548152906001019060200180831161124f57829003601f168201915b5050505050905080516000036112c45760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610830565b6112df6000601483516112d791906135e8565b83919061228b565b9392505050565b6001600160a01b03811660009081526009602052604081205461130a908390612398565b6040516370a0823160e01b81523060048201526001600160a01b038416906370a0823190602401602060405180830381865afa15801561134e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061137291906135fb565b61137c91906135e8565b92915050565b61138a611d29565b81813060405160200161139f93929190613614565b60408051601f1981840301815291815261ffff85166000908152600160205220906113ca9082613680565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce838383604051611043939291906134a8565b611406611d29565b600380546001600160a01b0319166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b90602001610cd3565b61145c6123bb565b6001600160a01b037f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab11660009081526007602052604090205460ff166114b45760405162461bcd60e51b81526004016108309061373f565b833410156115175760405162461bcd60e51b815260206004820152602a60248201527f4f726967696e616c546f6b656e4272696467653a206e6f7420656e6f756768206044820152691d985b1d59481cd95b9d60b21b6064820152608401610830565b60006115437f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab186612414565b5090507f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab16001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b1580156115a157600080fd5b505af11580156115b5573d6000803e3d6000fd5b50505050506115f37f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1828684346115ec91906135e8565b878761244e565b506115fe6001600555565b50505050565b61160c611d29565b6040516332fb62e760e21b81526001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf62169063cbed8b9c90611660908890889088908890889060040161378a565b600060405180830381600087803b15801561167a57600080fd5b505af115801561168e573d6000803e3d6000fd5b505050505050505050565b61ffff861660009081526004602052604080822090516116bc90889088906133f5565b90815260408051602092819003830190206001600160401b0387166000908152925290205490508061173c5760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201526261676560e81b6064820152608401610830565b80838360405161174d9291906133f5565b6040518091039020146117ac5760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f616044820152601960fa1b6064820152608401610830565b61ffff871660009081526004602052604080822090516117cf90899089906133f5565b90815260408051602092819003830181206001600160401b038916600090815290845282902093909355601f88018290048202830182019052868252611867918991899089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611ef192505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e5878787878560405161189e9594939291906137b8565b60405180910390a150505050505050565b6118b7611d29565b600081116118ff5760405162461bcd60e51b81526020600482015260156024820152744c7a4170703a20696e76616c6964206d696e47617360581b6044820152606401610830565b61ffff83811660008181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac090606001611043565b611969611d29565b6006805460ff19168215159081179091556040519081527f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a490602001610cd3565b6119b2611d29565b61ffff831660009081526001602052604090206119d08284836137f3565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab838383604051611043939291906134a8565b611a0c611d29565b6001600160a01b038116611a715760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610830565b611a7a8161261c565b50565b604051633d7b2f6f60e21b815261ffff808616600483015284166024820152306044820152606481018290526060907f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b03169063f5ecbdbc90608401600060405180830381865afa158015611afd573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b2591908101906138b2565b90505b949350505050565b611b386123bb565b6001600160a01b03851660009081526007602052604090205460ff16611b705760405162461bcd60e51b81526004016108309061373f565b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015611bb7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bdb91906135fb565b9050611bf26001600160a01b03871633308861266c565b6040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015611c39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c5d91906135fb565b9050600080611c7589611c7086866135e8565b612414565b90925090508015611c9457611c946001600160a01b038a163383611d83565b611ca2898389348a8a61244e565b50505050610a6f6001600555565b600080611d135a60966366ad5c8a60e01b89898989604051602401611cd89493929190613928565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152309291906126a4565b915091508161112457611124868686868561272e565b6000546001600160a01b031633146111345760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610830565b6040516001600160a01b038316602482015260448101829052611de690849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526127cb565b505050565b60408051600481526024810182526020810180516001600160e01b031663313ce56760e01b1790529051600091829182916001600160a01b03861691611e319190613966565b600060405180830381855afa9150503d8060008114611e6c576040519150601f19603f3d011682016040523d82523d6000602084013e611e71565b606091505b509150915081611edd5760405162461bcd60e51b815260206004820152603160248201527f4f726967696e616c546f6b656e4272696467653a206661696c656420746f2067604482015270657420746f6b656e20646563696d616c7360781b6064820152608401610830565b80806020019051810190611b289190613982565b600a5461ffff858116911614611f5e5760405162461bcd60e51b815260206004820152602c60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420736f7560448201526b1c98d94818da185a5b881a5960a21b6064820152608401610830565b60008060008060008086806020019051810190611f7b919061399f565b955095509550955095509550600160ff168660ff1614611fee5760405162461bcd60e51b815260206004820152602860248201527f4f726967696e616c546f6b656e4272696467653a20756e6b6e6f776e207061636044820152676b6574207479706560c01b6064820152608401610830565b6001600160a01b03851660009081526007602052604090205460ff166120265760405162461bcd60e51b81526004016108309061373f565b6001600160a01b0385166000908152600960205260408120805484929061204e9084906135e8565b90915550600090506120608685612398565b90507f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab16001600160a01b0316866001600160a01b03161480156120a05750815b1561221e57604051632e1a7d4d60e01b8152600481018290527f00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab16001600160a01b031690632e1a7d4d90602401600060405180830381600087803b15801561210757600080fd5b505af115801561211b573d6000803e3d6000fd5b505050506000856001600160a01b03168260405160006040518083038185875af1925050503d806000811461216c576040519150601f19603f3d011682016040523d82523d6000602084013e612171565b606091505b50509050806121ce5760405162461bcd60e51b815260206004820152602360248201527f4f726967696e616c546f6b656e4272696467653a206661696c656420746f2073604482015262195b9960ea1b6064820152608401610830565b60408051600081526001600160a01b03881660208201529081018390527f5e3da8fba24af91505c66214c9e629ba712ce2c1b8c318f14f7024fdcba544a89060600160405180910390a15061227e565b6122326001600160a01b0387168683611d83565b604080516001600160a01b038089168252871660208201529081018290527f5e3da8fba24af91505c66214c9e629ba712ce2c1b8c318f14f7024fdcba544a89060600160405180910390a15b5050505050505050505050565b60608161229981601f613a13565b10156122d85760405162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b6044820152606401610830565b6122e28284613a13565b845110156123265760405162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b6044820152606401610830565b606082158015612345576040519150600082526020820160405261238f565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561237e578051835260209283019201612366565b5050858452601f01601f1916604052505b50949350505050565b6001600160a01b0382166000908152600860205260408120546112df9083613a26565b60026005540361240d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610830565b6002600555565b6001600160a01b03821660009081526008602052604081205481906124399084613a53565b905061244581846135e8565b91509250929050565b6001600160a01b0384166124a45760405162461bcd60e51b815260206004820152601f60248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420746f006044820152606401610830565b600a546124b79061ffff1660008361289d565b60006124c38787612919565b9050600081116125215760405162461bcd60e51b815260206004820152602360248201527f4f726967696e616c546f6b656e4272696467653a20696e76616c696420616d6f6044820152621d5b9d60ea1b6064820152608401610830565b6001600160a01b03871660009081526009602052604081208054839290612549908490613a13565b9091555050604080516000602082018190526001600160a01b03808b169383019390935291871660608201526080810183905260a00160408051601f19818403018152919052600a549091506125c29061ffff16826125ab6020880188612f75565b6125bb6040890160208a01612f75565b878a61293c565b604080516001600160a01b038a811682523360208301528816818301526060810189905290517f49b9b5358c9580b3e6c5ee10b8b260c1e64bede87cb8a212e9e20a0b7dc20e5a9181900360800190a15050505050505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040516001600160a01b03808516602483015283166044820152606481018290526115fe9085906323b872dd60e01b90608401611daf565b6000606060008060008661ffff166001600160401b038111156126c9576126c9612ff8565b6040519080825280601f01601f1916602001820160405280156126f3576020820181803683370190505b50905060008087516020890160008d8df191503d925086831115612715578692505b828152826000602083013e909890975095505050505050565b8180519060200120600460008761ffff1661ffff1681526020019081526020016000208560405161275f9190613966565b9081526040805191829003602090810183206001600160401b0388166000908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c906127bc9087908790879087908790613a67565b60405180910390a15050505050565b6000612820826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316612ad69092919063ffffffff16565b805190915015611de6578080602001905181019061283e9190613ac5565b611de65760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610830565b60065460ff16156128b557611de68383836000612ae5565b805115611de65760405162461bcd60e51b815260206004820152602c60248201527f546f6b656e427269646765426173653a2061646170746572506172616d73206d60448201526b75737420626520656d70747960a01b6064820152608401610830565b6001600160a01b0382166000908152600860205260408120546112df9083613ae2565b61ffff86166000908152600160205260408120805461295a906133c1565b80601f0160208091040260200160405190810160405280929190818152602001828054612986906133c1565b80156129d35780601f106129a8576101008083540402835291602001916129d3565b820191906000526020600020905b8154815290600101906020018083116129b657829003601f168201915b505050505090508051600003612a445760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201526f61207472757374656420736f7572636560801b6064820152608401610830565b60405162c5803160e81b81526001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf62169063c5803100908490612a9b908b9086908c908c908c908c90600401613af6565b6000604051808303818588803b158015612ab457600080fd5b505af1158015612ac8573d6000803e3d6000fd5b505050505050505050505050565b6060611b288484600085612bc4565b6000612af083612c9f565b61ffff808716600090815260026020908152604080832093891683529290529081205491925090612b22908490613a13565b905060008111612b745760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610830565b808210156111245760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610830565b606082471015612c255760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610830565b600080866001600160a01b03168587604051612c419190613966565b60006040518083038185875af1925050503d8060008114612c7e576040519150601f19603f3d011682016040523d82523d6000602084013e612c83565b606091505b5091509150612c9487838387612cfb565b979650505050505050565b6000602282511015612cf35760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610830565b506022015190565b60608315612d6a578251600003612d63576001600160a01b0385163b612d635760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610830565b5081611b28565b611b288383815115612d7f5781518083602001fd5b8060405162461bcd60e51b81526004016108309190613168565b803561ffff81168114612dab57600080fd5b919050565b60008083601f840112612dc257600080fd5b5081356001600160401b03811115612dd957600080fd5b602083019150836020828501011115612df157600080fd5b9250929050565b80356001600160401b0381168114612dab57600080fd5b60008060008060008060808789031215612e2857600080fd5b612e3187612d99565b955060208701356001600160401b0380821115612e4d57600080fd5b612e598a838b01612db0565b9097509550859150612e6d60408a01612df8565b94506060890135915080821115612e8357600080fd5b50612e9089828a01612db0565b979a9699509497509295939492505050565b600060208284031215612eb457600080fd5b6112df82612d99565b6001600160a01b0381168114611a7a57600080fd5b600080600060608486031215612ee757600080fd5b8335612ef281612ebd565b92506020840135612f0281612ebd565b929592945050506040919091013590565b8015158114611a7a57600080fd5b600080600060408486031215612f3657600080fd5b8335612f4181612f13565b925060208401356001600160401b03811115612f5c57600080fd5b612f6886828701612db0565b9497909650939450505050565b600060208284031215612f8757600080fd5b81356112df81612ebd565b600080600060408486031215612fa757600080fd5b612f4184612d99565b60ff81168114611a7a57600080fd5b60008060408385031215612fd257600080fd5b8235612fdd81612ebd565b91506020830135612fed81612fb0565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b038111828210171561303657613036612ff8565b604052919050565b60006001600160401b0382111561305757613057612ff8565b50601f01601f191660200190565b600082601f83011261307657600080fd5b81356130896130848261303e565b61300e565b81815284602083860101111561309e57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156130d057600080fd5b6130d984612d99565b925060208401356001600160401b038111156130f457600080fd5b61310086828701613065565b92505061310f60408501612df8565b90509250925092565b60005b8381101561313357818101518382015260200161311b565b50506000910152565b60008151808452613154816020860160208601613118565b601f01601f19169290920160200192915050565b6020815260006112df602083018461313c565b6000806040838503121561318e57600080fd5b61319783612d99565b91506131a560208401612d99565b90509250929050565b6000604082840312156131c057600080fd5b50919050565b60008060008060a085870312156131dc57600080fd5b8435935060208501356131ee81612ebd565b92506131fd86604087016131ae565b915060808501356001600160401b0381111561321857600080fd5b61322487828801613065565b91505092959194509250565b60008060008060006080868803121561324857600080fd5b61325186612d99565b945061325f60208701612d99565b93506040860135925060608601356001600160401b0381111561328157600080fd5b61328d88828901612db0565b969995985093965092949392505050565b6000806000606084860312156132b357600080fd5b6132bc84612d99565b92506132ca60208501612d99565b9150604084013590509250925092565b6000602082840312156132ec57600080fd5b81356112df81612f13565b6000806000806080858703121561330d57600080fd5b61331685612d99565b935061332460208601612d99565b9250604085013561333481612ebd565b9396929550929360600135925050565b600080600080600060c0868803121561335c57600080fd5b853561336781612ebd565b945060208601359350604086013561337e81612ebd565b925061338d87606088016131ae565b915060a08601356001600160401b038111156133a857600080fd5b6133b488828901613065565b9150509295509295909350565b600181811c908216806133d557607f821691505b6020821081036131c057634e487b7160e01b600052602260045260246000fd5b8183823760009101908152919050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b61ffff871681526001600160a01b038616602082015260a06040820181905260009061345c9083018761313c565b85151560608401528281036080840152613477818587613405565b9998505050505050505050565b6000806040838503121561349757600080fd5b505080516020909101519092909150565b61ffff84168152604060208201526000611b25604083018486613405565b634e487b7160e01b600052601160045260246000fd5b60ff828116828216039081111561137c5761137c6134c6565b600181815b80851115613530578160001904821115613516576135166134c6565b8085161561352357918102915b93841c93908002906134fa565b509250929050565b6000826135475750600161137c565b816135545750600061137c565b816001811461356a576002811461357457613590565b600191505061137c565b60ff841115613585576135856134c6565b50506001821b61137c565b5060208310610133831016604e8410600b84101617156135b3575081810a61137c565b6135bd83836134f5565b80600019048211156135d1576135d16134c6565b029392505050565b60006112df60ff841683613538565b8181038181111561137c5761137c6134c6565b60006020828403121561360d57600080fd5b5051919050565b8284823760609190911b6bffffffffffffffffffffffff19169101908152601401919050565b601f821115611de657600081815260208120601f850160051c810160208610156136615750805b601f850160051c820191505b818110156111245782815560010161366d565b81516001600160401b0381111561369957613699612ff8565b6136ad816136a784546133c1565b8461363a565b602080601f8311600181146136e257600084156136ca5750858301515b600019600386901b1c1916600185901b178555611124565b600085815260208120601f198616915b82811015613711578886015182559484019460019091019084016136f2565b508582101561372f5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6020808252602b908201527f4f726967696e616c546f6b656e4272696467653a20746f6b656e206973206e6f60408201526a1d081cdd5c1c1bdc9d195960aa1b606082015260800190565b600061ffff808816835280871660208401525084604083015260806060830152612c94608083018486613405565b61ffff861681526080602082015260006137d6608083018688613405565b6001600160401b0394909416604083015250606001529392505050565b6001600160401b0383111561380a5761380a612ff8565b61381e8361381883546133c1565b8361363a565b6000601f841160018114613852576000851561383a5750838201355b600019600387901b1c1916600186901b178355610a6f565b600083815260209020601f19861690835b828110156138835786850135825560209485019460019092019101613863565b50868210156138a05760001960f88860031b161c19848701351681555b505060018560011b0183555050505050565b6000602082840312156138c457600080fd5b81516001600160401b038111156138da57600080fd5b8201601f810184136138eb57600080fd5b80516138f96130848261303e565b81815285602083850101111561390e57600080fd5b61391f826020830160208601613118565b95945050505050565b61ffff85168152608060208201526000613945608083018661313c565b6001600160401b03851660408401528281036060840152612c94818561313c565b60008251613978818460208701613118565b9190910192915050565b60006020828403121561399457600080fd5b81516112df81612fb0565b60008060008060008060c087890312156139b857600080fd5b86516139c381612fb0565b60208801519096506139d481612ebd565b60408801519095506139e581612ebd565b80945050606087015192506080870151915060a0870151613a0581612f13565b809150509295509295509295565b8082018082111561137c5761137c6134c6565b808202811582820484141761137c5761137c6134c6565b634e487b7160e01b600052601260045260246000fd5b600082613a6257613a62613a3d565b500690565b61ffff8616815260a060208201526000613a8460a083018761313c565b6001600160401b03861660408401528281036060840152613aa5818661313c565b90508281036080840152613ab9818561313c565b98975050505050505050565b600060208284031215613ad757600080fd5b81516112df81612f13565b600082613af157613af1613a3d565b500490565b61ffff8716815260c060208201526000613b1360c083018861313c565b8281036040840152613b25818861313c565b6001600160a01b0387811660608601528616608085015283810360a08501529050613477818561313c56fea26469706673582212202257fc61260b0f3d2d5b4e78cfd67a45a81d6ce7132c259882836b01314df4db64736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000003c2269811836af69497e5f486a85d7316753cf6200000000000000000000000000000000000000000000000000000000000000ad00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1
-----Decoded View---------------
Arg [0] : _endpoint (address): 0x3c2269811836af69497E5F486A85D7316753cf62
Arg [1] : _remoteChainId (uint16): 173
Arg [2] : _weth (address): 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1
-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000003c2269811836af69497e5f486a85d7316753cf62
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000ad
Arg [2] : 00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1
Deployed Bytecode Sourcemap
509:8059:17:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1035:753:4;;;;;;;;;;-1:-1:-1;1035:753:4;;;;;:::i;:::-;;:::i;:::-;;3834:121;;;;;;;;;;-1:-1:-1;3834:121:4;;;;;:::i;:::-;;:::i;5977:313:17:-;;;;;;;;;;-1:-1:-1;5977:313:17;;;;;:::i;:::-;;:::i;3961:127:4:-;;;;;;;;;;-1:-1:-1;3961:127:4;;;;;:::i;:::-;;:::i;3112:398:17:-;;;;;;;;;;-1:-1:-1;3112:398:17;;;;;:::i;:::-;;:::i;:::-;;;;3199:25:20;;;3255:2;3240:18;;3233:34;;;;3172:18;3112:398:17;;;;;;;;1033:50;;;;;;;;;;-1:-1:-1;1033:50:17;;;;;:::i;:::-;;;;;;;;;;;;;;;;;3676:25:20;;;3664:2;3649:18;1033:50:17;3530:177:20;2762:162:17;;;;;;;;;;-1:-1:-1;2762:162:17;;;;;:::i;:::-;;:::i;5744:247:4:-;;;;;;;;;;-1:-1:-1;5744:247:4;;;;;:::i;:::-;;:::i;:::-;;;4363:14:20;;4356:22;4338:41;;4326:2;4311:18;5744:247:4;4198:187:20;1287:29:17;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;4554:32:20;;;4536:51;;4524:2;4509:18;1287:29:17;4390:203:20;4094:176:4;;;;;;;;;;-1:-1:-1;4094:176:4;;;;;:::i;:::-;;:::i;534:33:18:-;;;;;;;;;;;;566:1;534:33;;;;;4770:4:20;4758:17;;;4740:36;;4728:2;4713:18;534:33:18;4598:184:20;2152:604:17;;;;;;;;;;-1:-1:-1;2152:604:17;;;;;:::i;:::-;;:::i;617:85:5:-;;;;;;;;;;-1:-1:-1;617:85:5;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1820:342;;;;;;;;;;-1:-1:-1;1820:342:5;;;;;:::i;:::-;;:::i;659:47:17:-;;;;;;;;;;-1:-1:-1;659:47:17;;;;;:::i;:::-;;;;;;;;;;;;;;;;670:35:18;;;;;;;;;;;;704:1;670:35;;1787:57;;;;;;;;;;;;;:::i;520:51:4:-;;;;;;;;;;-1:-1:-1;520:51:4;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;577:65::-;;;;;;;;;;-1:-1:-1;577:65:4;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;1201:85:8;;;;;;;;;;-1:-1:-1;1247:7:8;1273:6;-1:-1:-1;;;;;1273:6:8;1201:85;;648:23:4;;;;;;;;;;-1:-1:-1;648:23:4;;;;-1:-1:-1;;;;;648:23:4;;;4898:326;;;;;;;;;;-1:-1:-1;4898:326:4;;;;;:::i;:::-;;:::i;2930:176:17:-;;;;;;;;;;-1:-1:-1;2930:176:17;;;;;:::i;:::-;;:::i;4614:278:4:-;;;;;;;;;;-1:-1:-1;4614:278:4;;;;;:::i;:::-;;:::i;468:46::-;;;;;;;;;;;;;;;5230:133;;;;;;;;;;-1:-1:-1;5230:133:4;;;;;:::i;:::-;;:::i;4683:560:17:-;;;;;;:::i;:::-;;:::i;3626:202:4:-;;;;;;;;;;-1:-1:-1;3626:202:4;;;;;:::i;:::-;;:::i;2343:757:5:-;;;;;;:::i;:::-;;:::i;5369:280:4:-;;;;;;;;;;-1:-1:-1;5369:280:4;;;;;:::i;:::-;;:::i;895:52:17:-;;;;;;;;;;-1:-1:-1;895:52:17;;;;;:::i;:::-;;;;;;;;;;;;;;1171:27;;;;;;;;;;-1:-1:-1;1171:27:17;;;;;;;;;;;10217:6:20;10205:19;;;10187:38;;10175:2;10160:18;1171:27:17;10043:188:20;1077:214:18;;;;;;;;;;-1:-1:-1;1077:214:18;;;;;:::i;:::-;;:::i;4413:195:4:-;;;;;;;;;;-1:-1:-1;4413:195:4;;;;;:::i;:::-;;:::i;712:34:18:-;;;;;;;;;;-1:-1:-1;712:34:18;;;;;;;;2081:198:8;;;;;;;;;;-1:-1:-1;2081:198:8;;;;;:::i;:::-;;:::i;3358:209:4:-;;;;;;;;;;-1:-1:-1;3358:209:4;;;;;:::i;:::-;;:::i;3679:828:17:-;;;;;;:::i;:::-;;:::i;1035:753:4:-;719:10:16;1273::4;-1:-1:-1;;;;;1249:35:4;;1241:78;;;;-1:-1:-1;;;1241:78:4;;11951:2:20;1241:78:4;;;11933:21:20;11990:2;11970:18;;;11963:30;12029:32;12009:18;;;12002:60;12079:18;;1241:78:4;;;;;;;;;1359:32;;;1330:26;1359:32;;;:19;:32;;;;;1330:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1563:13;:20;1541:11;;:18;;:42;:70;;;;;1610:1;1587:13;:20;:24;1541:70;:124;;;;-1:-1:-1;1641:24:4;;;;;;1615:22;;;;1625:11;;;;1615:22;:::i;:::-;;;;;;;;:50;1541:124;1533:175;;;;-1:-1:-1;;;1533:175:4;;12971:2:20;1533:175:4;;;12953:21:20;13010:2;12990:18;;;12983:30;13049:34;13029:18;;;13022:62;-1:-1:-1;;;13100:18:20;;;13093:36;13146:19;;1533:175:4;12769:402:20;1533:175:4;1719:62;1738:11;1751;;1719:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;1719:62:4;;;;;;;;;;;;;;;;;;;;;;1764:6;;-1:-1:-1;1719:62:4;-1:-1:-1;1772:8:4;;;;;;1719:62;;1772:8;;;;1719:62;;;;;;;;;-1:-1:-1;1719:18:4;;-1:-1:-1;;;1719:62:4:i;:::-;1166:622;1035:753;;;;;;:::o;3834:121::-;1094:13:8;:11;:13::i;:::-;3913:35:4::1;::::0;-1:-1:-1;;;3913:35:4;;10217:6:20;10205:19;;3913:35:4::1;::::0;::::1;10187:38:20::0;3913:10:4::1;-1:-1:-1::0;;;;;3913:25:4::1;::::0;::::1;::::0;10160:18:20;;3913:35:4::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;3834:121:::0;:::o;5977:313:17:-;1094:13:8;:11;:13::i;:::-;6067:10:17::1;6080:19;6093:5;6080:12;:19::i;:::-;6067:32;;6129:5;6117:8;:17;;6109:76;;;::::0;-1:-1:-1;;;6109:76:17;;13378:2:20;6109:76:17::1;::::0;::::1;13360:21:20::0;13417:2;13397:18;;;13390:30;13456:34;13436:18;;;13429:62;-1:-1:-1;;;13507:18:20;;;13500:44;13561:19;;6109:76:17::1;13176:410:20::0;6109:76:17::1;6196:40;-1:-1:-1::0;;;;;6196:26:17;::::1;6223:2:::0;6227:8;6196:26:::1;:40::i;:::-;6251:32;::::0;;-1:-1:-1;;;;;13783:32:20;;;13765:51;;13847:2;13832:18;;13825:34;;;6251:32:17;::::1;::::0;::::1;::::0;13738:18:20;6251:32:17::1;;;;;;;6057:233;5977:313:::0;;;:::o;3961:127:4:-;1094:13:8;:11;:13::i;:::-;4043:38:4::1;::::0;-1:-1:-1;;;4043:38:4;;10217:6:20;10205:19;;4043:38:4::1;::::0;::::1;10187::20::0;4043:10:4::1;-1:-1:-1::0;;;;;4043:28:4::1;::::0;::::1;::::0;10160:18:20;;4043:38:4::1;10043:188:20::0;3112:398:17;3349:52;;;3203:14;3349:52;;;14103:36:20;;;3377:4:17;14193:18:20;;;14186:43;;;14245:18;;;14238:43;;;14297:18;;;;14290:45;;;3349:52:17;;;;;;;;;;14075:19:20;;;3349:52:17;;;;3442:13;;-1:-1:-1;;;3418:85:17;;;3203:14;;;;3418:10;-1:-1:-1;;;;;3418:23:17;;;;:85;;3442:13;;;;;3377:4;3349:52;;3481:6;;3489:13;;;;3418:85;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3411:92;;;;;3112:398;;;;;;:::o;2762:162::-;1094:13:8;:11;:13::i;:::-;2840::17::1;:30:::0;;-1:-1:-1;;2840:30:17::1;;::::0;::::1;::::0;;::::1;::::0;;;2885:32:::1;::::0;10187:38:20;;;2885:32:17::1;::::0;10175:2:20;10160:18;2885:32:17::1;;;;;;;;2762:162:::0;:::o;5744:247:4:-;5885:32;;;5840:4;5885:32;;;:19;:32;;;;;5856:61;;5840:4;;5885:32;5856:61;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5972:11;;5962:22;;;;;;;:::i;:::-;;;;;;;;5944:13;5934:24;;;;;;:50;5927:57;;;5744:247;;;;;:::o;4094:176::-;1094:13:8;:11;:13::i;:::-;4208:55:4::1;::::0;-1:-1:-1;;;4208:55:4;;-1:-1:-1;;;;;4208:10:4::1;:29;::::0;::::1;::::0;:55:::1;::::0;4238:11;;4251;;;;4208:55:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;2152:604:17::0;1094:13:8;:11;:13::i;:::-;-1:-1:-1;;;;;2249:19:17;::::1;2241:74;;;::::0;-1:-1:-1;;;2241:74:17;;16072:2:20;2241:74:17::1;::::0;::::1;16054:21:20::0;16111:2;16091:18;;;16084:30;16150:34;16130:18;;;16123:62;-1:-1:-1;;;16201:18:20;;;16194:40;16251:19;;2241:74:17::1;15870:406:20::0;2241:74:17::1;-1:-1:-1::0;;;;;2334:22:17;::::1;;::::0;;;:15:::1;:22;::::0;;;;;::::1;;2333:23;2325:81;;;::::0;-1:-1:-1;;;2325:81:17;;16483:2:20;2325:81:17::1;::::0;::::1;16465:21:20::0;16522:2;16502:18;;;16495:30;16561:34;16541:18;;;16534:62;-1:-1:-1;;;16612:18:20;;;16605:43;16665:19;;2325:81:17::1;16281:409:20::0;2325:81:17::1;2417:19;2439:24;2457:5;2439:17;:24::i;:::-;2417:46;;2498:14;2481:31;;:13;:31;;;;2473:125;;;::::0;-1:-1:-1;;;2473:125:17;;16897:2:20;2473:125:17::1;::::0;::::1;16879:21:20::0;16936:2;16916:18;;;16909:30;16975:34;16955:18;;;16948:62;17046:34;17026:18;;;17019:62;-1:-1:-1;;;17097:19:20;;;17090:48;17155:19;;2473:125:17::1;16695:485:20::0;2473:125:17::1;-1:-1:-1::0;;;;;2609:22:17;::::1;;::::0;;;:15:::1;:22;::::0;;;;:29;;-1:-1:-1;;2609:29:17::1;2634:4;2609:29;::::0;;2683:30:::1;2699:14:::0;2683:13;:30:::1;:::i;:::-;2678:36;::::0;:2:::1;:36;:::i;:::-;-1:-1:-1::0;;;;;2648:27:17;::::1;;::::0;;;:20:::1;:27;::::0;;;;;;;;:66;;;;2729:20;4536:51:20;;;2729:20:17::1;::::0;4509:18:20;2729:20:17::1;;;;;;;;2231:525;2152:604:::0;;:::o;1820:342:5:-;719:10:16;2032:4:5;2008:29;2000:80;;;;-1:-1:-1;;;2000:80:5;;19058:2:20;2000:80:5;;;19040:21:20;19097:2;19077:18;;;19070:30;19136:34;19116:18;;;19109:62;-1:-1:-1;;;19187:18:20;;;19180:36;19233:19;;2000:80:5;18856:402:20;2000:80:5;2090:65;2112:11;2125;;2090:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2090:65:5;;;;;;;;;;;;;;;;;;;;;;2138:6;;-1:-1:-1;2090:65:5;-1:-1:-1;2146:8:5;;;;;;2090:65;;2146:8;;;;2090:65;;;;;;;;;-1:-1:-1;2090:21:5;;-1:-1:-1;;;2090:65:5:i;:::-;1820:342;;;;;;:::o;1787:57:18:-;1094:13:8;:11;:13::i;:::-;1787:57:18:o;520:51:4:-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;4898:326::-;5021:35;;;5001:17;5021:35;;;:19;:35;;;;;5001:55;;4977:12;;5001:17;5021:35;5001:55;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5074:4;:11;5089:1;5074:16;5066:58;;;;-1:-1:-1;;;5066:58:4;;19465:2:20;5066:58:4;;;19447:21:20;19504:2;19484:18;;;19477:30;19543:31;19523:18;;;19516:59;19592:18;;5066:58:4;19263:353:20;5066:58:4;5141:31;5152:1;5169:2;5155:4;:11;:16;;;;:::i;:::-;5141:4;;:31;:10;:31::i;:::-;5134:38;4898:326;-1:-1:-1;;;4898:326:4:o;2930:176:17:-;-1:-1:-1;;;;;3073:25:17;;2988:4;3073:25;;;:18;:25;;;;;;3052:47;;3066:5;;3052:13;:47::i;:::-;3011:38;;-1:-1:-1;;;3011:38:17;;3043:4;3011:38;;;4536:51:20;-1:-1:-1;;;;;3011:23:17;;;;;4509:18:20;;3011:38:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:88;;;;:::i;:::-;3004:95;2930:176;-1:-1:-1;;2930:176:17:o;4614:278:4:-;1094:13:8;:11;:13::i;:::-;4785:14:4::1;;4809:4;4768:47;;;;;;;;;;:::i;:::-;;::::0;;-1:-1:-1;;4768:47:4;;::::1;::::0;;;;;;4730:35:::1;::::0;::::1;;::::0;;;:19:::1;4768:47;4730:35:::0;;;:85:::1;::::0;:35;:85:::1;:::i;:::-;;4830:55;4854:14;4870;;4830:55;;;;;;;;:::i;5230:133::-:0;1094:13:8;:11;:13::i;:::-;5299:8:4::1;:20:::0;;-1:-1:-1;;;;;;5299:20:4::1;-1:-1:-1::0;;;;;5299:20:4;::::1;::::0;;::::1;::::0;;;5334:22:::1;::::0;4536:51:20;;;5334:22:4::1;::::0;4524:2:20;4509:18;5334:22:4::1;4390:203:20::0;4683:560:17;2261:21:9;:19;:21::i;:::-;-1:-1:-1;;;;;4862:4:17::1;4846:21;;::::0;;;:15:::1;:21;::::0;;;;;::::1;;4838:77;;;;-1:-1:-1::0;;;4838:77:17::1;;;;;;;:::i;:::-;4946:8;4933:9;:21;;4925:76;;;::::0;-1:-1:-1;;;4925:76:17;;23120:2:20;4925:76:17::1;::::0;::::1;23102:21:20::0;23159:2;23139:18;;;23132:30;23198:34;23178:18;;;23171:62;-1:-1:-1;;;23249:18:20;;;23242:40;23299:19;;4925:76:17::1;22918:406:20::0;4925:76:17::1;5012:24;5042:27;5054:4;5060:8;5042:11;:27::i;:::-;5011:58;;;5085:4;-1:-1:-1::0;;;;;5079:19:17::1;;5106;5079:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;5138:98;5146:4;5152:19;5173:2;5189:19;5177:9;:31;;;;:::i;:::-;5210:10;5222:13;5138:7;:98::i;:::-;4828:415;2303:20:9::0;1716:1;2809:7;:22;2629:209;2303:20;4683:560:17;;;;:::o;3626:202:4:-;1094:13:8;:11;:13::i;:::-;3759:62:4::1;::::0;-1:-1:-1;;;3759:62:4;;-1:-1:-1;;;;;3759:10:4::1;:20;::::0;::::1;::::0;:62:::1;::::0;3780:8;;3790;;3800:11;;3813:7;;;;3759:62:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;3626:202:::0;;;;;:::o;2343:757:5:-;2552:27;;;2530:19;2552:27;;;:14;:27;;;;;;:40;;;;2580:11;;;;2552:40;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2552:48:5;;;;;;;;;;;;-1:-1:-1;2552:48:5;2610:73;;;;-1:-1:-1;;;2610:73:5;;24034:2:20;2610:73:5;;;24016:21:20;24073:2;24053:18;;;24046:30;24112:34;24092:18;;;24085:62;-1:-1:-1;;;24163:18:20;;;24156:33;24206:19;;2610:73:5;23832:399:20;2610:73:5;2724:11;2711:8;;2701:19;;;;;;;:::i;:::-;;;;;;;;:34;2693:80;;;;-1:-1:-1;;;2693:80:5;;24438:2:20;2693:80:5;;;24420:21:20;24477:2;24457:18;;;24450:30;24516:34;24496:18;;;24489:62;-1:-1:-1;;;24567:18:20;;;24560:31;24608:19;;2693:80:5;24236:397:20;2693:80:5;2819:27;;;2878:1;2819:27;;;:14;:27;;;;;;:40;;;;2847:11;;;;2819:40;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2819:48:5;;;;;;;;;;;;:61;;;;2947:65;;;;;;;;;;;;;;;;;;;2969:11;;2982;;2947:65;;;;;;2982:11;2947:65;;2982:11;2947:65;;;;;;;;;-1:-1:-1;;2947:65:5;;;;;;;;;;;;;;;;;;;;;;2995:6;;-1:-1:-1;2947:65:5;-1:-1:-1;3003:8:5;;;;;;2947:65;;3003:8;;;;2947:65;;;;;;;;;-1:-1:-1;2947:21:5;;-1:-1:-1;;;2947:65:5:i;:::-;3027:66;3047:11;3060;;3073:6;3081:11;3027:66;;;;;;;;;;:::i;:::-;;;;;;;;2476:624;2343:757;;;;;;:::o;5369:280:4:-;1094:13:8;:11;:13::i;:::-;5492:1:4::1;5482:7;:11;5474:45;;;::::0;-1:-1:-1;;;5474:45:4;;25338:2:20;5474:45:4::1;::::0;::::1;25320:21:20::0;25377:2;25357:18;;;25350:30;-1:-1:-1;;;25396:18:20;;;25389:51;25457:18;;5474:45:4::1;25136:345:20::0;5474:45:4::1;5529:28;::::0;;::::1;;::::0;;;:15:::1;:28;::::0;;;;;;;:41;;::::1;::::0;;;;;;;;;;:51;;;5595:47;;25709:34:20;;;25759:18;;25752:43;;;;25811:18;;;25804:34;;;5595:47:4::1;::::0;25672:2:20;25657:18;5595:47:4::1;25486:358:20::0;1077:214:18;1094:13:8;:11;:13::i;:::-;1171:22:18::1;:48:::0;;-1:-1:-1;;1171:48:18::1;::::0;::::1;;::::0;;::::1;::::0;;;1234:50:::1;::::0;4338:41:20;;;1234:50:18::1;::::0;4326:2:20;4311:18;1234:50:18::1;4198:187:20::0;4413:195:4;1094:13:8;:11;:13::i;:::-;4510:32:4::1;::::0;::::1;;::::0;;;:19:::1;:32;::::0;;;;:40:::1;4545:5:::0;;4510:32;:40:::1;:::i;:::-;;4565:36;4582:11;4595:5;;4565:36;;;;;;;;:::i;2081:198:8:-:0;1094:13;:11;:13::i;:::-;-1:-1:-1;;;;;2169:22:8;::::1;2161:73;;;::::0;-1:-1:-1;;;2161:73:8;;27258:2:20;2161:73:8::1;::::0;::::1;27240:21:20::0;27297:2;27277:18;;;27270:30;27336:34;27316:18;;;27309:62;-1:-1:-1;;;27387:18:20;;;27380:36;27433:19;;2161:73:8::1;27056:402:20::0;2161:73:8::1;2244:28;2263:8;2244:18;:28::i;:::-;2081:198:::0;:::o;3358:209:4:-;3492:68;;-1:-1:-1;;;3492:68:4;;27700:6:20;27733:15;;;3492:68:4;;;27715:34:20;27785:15;;27765:18;;;27758:43;3541:4:4;27817:18:20;;;27810:60;27886:18;;;27879:34;;;3461:12:4;;3492:10;-1:-1:-1;;;;;3492:20:4;;;;27662:19:20;;3492:68:4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3492:68:4;;;;;;;;;;;;:::i;:::-;3485:75;;3358:209;;;;;;;:::o;3679:828:17:-;2261:21:9;:19;:21::i;:::-;-1:-1:-1;;;;;3851:22:17;::::1;;::::0;;;:15:::1;:22;::::0;;;;;::::1;;3843:78;;;;-1:-1:-1::0;;;3843:78:17::1;;;;;;;:::i;:::-;4001:38;::::0;-1:-1:-1;;;4001:38:17;;4033:4:::1;4001:38;::::0;::::1;4536:51:20::0;3980:18:17::1;::::0;-1:-1:-1;;;;;4001:23:17;::::1;::::0;::::1;::::0;4509:18:20;;4001:38:17::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3980:59:::0;-1:-1:-1;4049:67:17::1;-1:-1:-1::0;;;;;4049:30:17;::::1;4080:10;4100:4;4107:8:::0;4049:30:::1;:67::i;:::-;4146:38;::::0;-1:-1:-1;;;4146:38:17;;4178:4:::1;4146:38;::::0;::::1;4536:51:20::0;4126:17:17::1;::::0;-1:-1:-1;;;;;4146:23:17;::::1;::::0;::::1;::::0;4509:18:20;;4146:38:17::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;4126:58:::0;-1:-1:-1;4195:24:17::1;::::0;4234:48:::1;4246:5:::0;4253:28:::1;4268:13:::0;4126:58;4253:28:::1;:::i;:::-;4234:11;:48::i;:::-;4194:88:::0;;-1:-1:-1;4194:88:17;-1:-1:-1;4334:8:17;;4330:83:::1;;4358:44;-1:-1:-1::0;;;;;4358:26:17;::::1;4385:10;4397:4:::0;4358:26:::1;:44::i;:::-;4423:77;4431:5;4438:19;4459:2;4463:9;4474:10;4486:13;4423:7;:77::i;:::-;3833:674;;;;2303:20:9::0;1716:1;2809:7;:22;2629:209;980:508:5;1129:12;1143:19;1166:153;1200:9;1211:3;1239:34;;;1275:11;1288;1301:6;1309:8;1216:102;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1216:102:5;;;;;;;;;;;;;;-1:-1:-1;;;;;1216:102:5;-1:-1:-1;;;;;;1216:102:5;;;;;;;;;;1174:4;;1166:153;;:33;:153::i;:::-;1128:191;;;;1377:7;1372:110;;1400:71;1420:11;1433;1446:6;1454:8;1464:6;1400:19;:71::i;1359:130:8:-;1247:7;1273:6;-1:-1:-1;;;;;1273:6:8;719:10:16;1422:23:8;1414:68;;;;-1:-1:-1;;;1414:68:8;;29338:2:20;1414:68:8;;;29320:21:20;;;29357:18;;;29350:30;29416:34;29396:18;;;29389:62;29468:18;;1414:68:8;29136:356:20;763:205:14;902:58;;-1:-1:-1;;;;;13783:32:20;;902:58:14;;;13765:51:20;13832:18;;;13825:34;;;875:86:14;;895:5;;-1:-1:-1;;;925:23:14;13738:18:20;;902:58:14;;;;-1:-1:-1;;902:58:14;;;;;;;;;;;;;;-1:-1:-1;;;;;902:58:14;-1:-1:-1;;;;;;902:58:14;;;;;;;;;;875:19;:86::i;:::-;763:205;;;:::o;7641:301:17:-;7776:37;;;;;;;;;;;;;;;;-1:-1:-1;;;;;7776:37:17;-1:-1:-1;;;7776:37:17;;;7759:55;;7706:5;;;;;;-1:-1:-1;;;;;7759:16:17;;;:55;;7776:37;7759:55;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7723:91;;;;7832:7;7824:69;;;;-1:-1:-1;;;7824:69:17;;29991:2:20;7824:69:17;;;29973:21:20;30030:2;30010:18;;;30003:30;30069:34;30049:18;;;30042:62;-1:-1:-1;;;30120:18:20;;;30113:47;30177:19;;7824:69:17;29789:413:20;7824:69:17;7921:4;7910:25;;;;;;;;;;;;:::i;6459:1176::-;6611:13;;;6597:27;;;6611:13;;6597:27;6589:84;;;;-1:-1:-1;;;6589:84:17;;30661:2:20;6589:84:17;;;30643:21:20;30700:2;30680:18;;;30673:30;30739:34;30719:18;;;30712:62;-1:-1:-1;;;30790:18:20;;;30783:42;30842:19;;6589:84:17;30459:408:20;6589:84:17;6685:16;6703:13;6718:10;6730:23;6755:18;6775:15;6805:7;6794:64;;;;;;;;;;;;:::i;:::-;6684:174;;;;;;;;;;;;704:1:18;6876:23:17;;:10;:23;;;6868:76;;;;-1:-1:-1;;;6868:76:17;;31863:2:20;6868:76:17;;;31845:21:20;31902:2;31882:18;;;31875:30;31941:34;31921:18;;;31914:62;-1:-1:-1;;;31992:18:20;;;31985:38;32040:19;;6868:76:17;31661:404:20;6868:76:17;-1:-1:-1;;;;;6962:22:17;;;;;;:15;:22;;;;;;;;6954:78;;;;-1:-1:-1;;;6954:78:17;;;;;;;:::i;:::-;-1:-1:-1;;;;;7043:25:17;;;;;;:18;:25;;;;;:42;;7072:13;;7043:25;:42;;7072:13;;7043:42;:::i;:::-;;;;-1:-1:-1;7095:23:17;;-1:-1:-1;7121:40:17;7135:5;7142:18;7121:13;:40::i;:::-;7095:66;;7185:4;-1:-1:-1;;;;;7176:13:17;:5;-1:-1:-1;;;;;7176:13:17;;:27;;;;;7193:10;7176:27;7172:457;;;7219:40;;-1:-1:-1;;;7219:40:17;;;;;3676:25:20;;;7225:4:17;-1:-1:-1;;;;;7219:20:17;;;;3649:18:20;;7219:40:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7274:12;7300:2;-1:-1:-1;;;;;7292:16:17;7316:18;7292:47;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7273:66;;;7361:7;7353:55;;;;-1:-1:-1;;;7353:55:17;;32482:2:20;7353:55:17;;;32464:21:20;32521:2;32501:18;;;32494:30;32560:34;32540:18;;;32533:62;-1:-1:-1;;;32611:18:20;;;32604:33;32654:19;;7353:55:17;32280:399:20;7353:55:17;7427:48;;;7448:1;32924:34:20;;-1:-1:-1;;;;;32994:15:20;;32989:2;32974:18;;32967:43;33026:18;;;33019:34;;;7427:48:17;;32874:2:20;32859:18;7427:48:17;;;;;;;7205:281;7172:457;;;7506:50;-1:-1:-1;;;;;7506:26:17;;7533:2;7537:18;7506:26;:50::i;:::-;7575:43;;;-1:-1:-1;;;;;32942:15:20;;;32924:34;;32994:15;;32989:2;32974:18;;32967:43;33026:18;;;33019:34;;;7575:43:17;;32874:2:20;32859:18;7575:43:17;;;;;;;7172:457;6579:1056;;;;;;;6459:1176;;;;:::o;8865:2712:6:-;8999:12;9051:7;9035:12;9051:7;9045:2;9035:12;:::i;:::-;:23;;9027:50;;;;-1:-1:-1;;;9027:50:6;;33396:2:20;9027:50:6;;;33378:21:20;33435:2;33415:18;;;33408:30;-1:-1:-1;;;33454:18:20;;;33447:44;33508:18;;9027:50:6;33194:338:20;9027:50:6;9112:16;9121:7;9112:6;:16;:::i;:::-;9095:6;:13;:33;;9087:63;;;;-1:-1:-1;;;9087:63:6;;33739:2:20;9087:63:6;;;33721:21:20;33778:2;33758:18;;;33751:30;-1:-1:-1;;;33797:18:20;;;33790:47;33854:18;;9087:63:6;33537:341:20;9087:63:6;9161:22;9224:15;;9252:1895;;;;11288:4;11282:11;11269:24;;11466:1;11455:9;11448:20;11514:4;11503:9;11499:20;11493:4;11486:34;9217:2317;;9252:1895;9426:4;9420:11;9407:24;;10053:2;10044:7;10040:16;10419:9;10412:17;10406:4;10402:28;10390:9;10379;10375:25;10371:60;10467:7;10463:2;10459:16;10711:6;10697:9;10690:17;10684:4;10680:28;10668:9;10660:6;10656:22;10652:57;10648:70;10493:417;10744:3;10740:2;10737:11;10493:417;;;10882:9;;10871:21;;10785:4;10777:13;;;;10817;10493:417;;;-1:-1:-1;;10928:26:6;;;11128:2;11111:11;-1:-1:-1;;11107:25:6;11101:4;11094:39;-1:-1:-1;9217:2317:6;-1:-1:-1;11561:9:6;8865:2712;-1:-1:-1;;;;8865:2712:6:o;7948:144:17:-;-1:-1:-1;;;;;8058:27:17;;8024:4;8058:27;;;:20;:27;;;;;;8047:38;;:8;:38;:::i;2336:287:9:-;1759:1;2468:7;;:19;2460:63;;;;-1:-1:-1;;;2460:63:9;;34258:2:20;2460:63:9;;;34240:21:20;34297:2;34277:18;;;34270:30;34336:33;34316:18;;;34309:61;34387:18;;2460:63:9;34056:355:20;2460:63:9;1759:1;2598:7;:18;2336:287::o;8248:220:17:-;-1:-1:-1;;;;;8387:27:17;;8322:24;8387:27;;;:20;:27;;;;;;8322:24;;8376:38;;:8;:38;:::i;:::-;8369:45;-1:-1:-1;8446:15:17;8369:45;8446:8;:15;:::i;:::-;8424:37;;8248:220;;;;;:::o;5249:722::-;-1:-1:-1;;;;;5416:16:17;;5408:60;;;;-1:-1:-1;;;5408:60:17;;34867:2:20;5408:60:17;;;34849:21:20;34906:2;34886:18;;;34879:30;34945:33;34925:18;;;34918:61;34996:18;;5408:60:17;34665:355:20;5408:60:17;5498:13;;5478:58;;5498:13;;;5522;5478:19;:58::i;:::-;5547:13;5563:30;5577:5;5584:8;5563:13;:30::i;:::-;5547:46;;5622:1;5611:8;:12;5603:60;;;;-1:-1:-1;;;5603:60:17;;35227:2:20;5603:60:17;;;35209:21:20;35266:2;35246:18;;;35239:30;35305:34;35285:18;;;35278:62;-1:-1:-1;;;35356:18:20;;;35349:33;35399:19;;5603:60:17;35025:399:20;5603:60:17;-1:-1:-1;;;;;5674:25:17;;;;;;:18;:25;;;;;:37;;5703:8;;5674:25;:37;;5703:8;;5674:37;:::i;:::-;;;;-1:-1:-1;;5744:40:17;;;5721:20;5744:40;;;35656:36:20;;;-1:-1:-1;;;;;35766:15:20;;;35746:18;;;35739:43;;;;35818:15;;;35798:18;;;35791:43;35850:18;;;35843:34;;;35628:19;;5744:40:17;;;-1:-1:-1;;5744:40:17;;;;;;;;;5802:13;;5744:40;;-1:-1:-1;5794:113:17;;5802:13;;5744:40;5826:24;5744:40;5826:24;;:10;:24;:::i;:::-;5852:28;;;;;;;;:::i;:::-;5882:13;5897:9;5794:7;:113::i;:::-;5922:42;;;-1:-1:-1;;;;;36435:15:20;;;36417:34;;5939:10:17;36482:2:20;36467:18;;36460:43;36539:15;;36519:18;;;36512:43;36586:2;36571:18;;36564:34;;;5922:42:17;;;;;;;36366:3:20;5922:42:17;;;5398:573;;5249:722;;;;;;:::o;2433:187:8:-;2506:16;2525:6;;-1:-1:-1;;;;;2541:17:8;;;-1:-1:-1;;;;;;2541:17:8;;;;;;2573:40;;2525:6;;;;;;;2573:40;;2506:16;2573:40;2496:124;2433:187;:::o;974:241:14:-;1139:68;;-1:-1:-1;;;;;32942:15:20;;;1139:68:14;;;32924:34:20;32994:15;;32974:18;;;32967:43;33026:18;;;33019:34;;;1112:96:14;;1132:5;;-1:-1:-1;;;1162:27:14;32859:18:20;;1139:68:14;32684:375:20;1118:1240:7;1275:4;1281:12;1341:15;1366:13;1389:24;1426:8;1416:19;;-1:-1:-1;;;;;1416:19:7;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1416:19:7;;1389:46;;1904:1;1879;1846:9;1840:16;1812:4;1801:9;1797:20;1767:1;1733:7;1708:4;1690:239;1678:251;;1992:16;1981:27;;2036:8;2027:7;2024:21;2021:76;;;2075:8;2064:19;;2021:76;2178:7;2165:11;2158:28;2294:7;2291:1;2284:4;2271:11;2267:22;2252:50;2329:8;;;;-1:-1:-1;1118:1240:7;-1:-1:-1;;;;;;1118:1240:7:o;1494:320:5:-;1717:8;1707:19;;;;;;1656:14;:27;1671:11;1656:27;;;;;;;;;;;;;;;1684:11;1656:40;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1656:48:5;;;;;;;;;:70;;;;1741:66;;;;1755:11;;1768;;1697:6;;1789:8;;1799:7;;1741:66;:::i;:::-;;;;;;;;1494:320;;;;;:::o;3747:706:14:-;4166:23;4192:69;4220:4;4192:69;;;;;;;;;;;;;;;;;4200:5;-1:-1:-1;;;;;4192:27:14;;;:69;;;;;:::i;:::-;4275:17;;4166:95;;-1:-1:-1;4275:21:14;4271:176;;4370:10;4359:30;;;;;;;;;;;;:::i;:::-;4351:85;;;;-1:-1:-1;;;4351:85:14;;37782:2:20;4351:85:14;;;37764:21:20;37821:2;37801:18;;;37794:30;37860:34;37840:18;;;37833:62;-1:-1:-1;;;37911:18:20;;;37904:40;37961:19;;4351:85:14;37580:406:20;1349:342:18;1471:22;;;;1467:218;;;1509:52;1524:10;1536:6;1544:13;1559:1;1509:14;:52::i;1467:218::-;1600:20;;:25;1592:82;;;;-1:-1:-1;;;1592:82:18;;38193:2:20;1592:82:18;;;38175:21:20;38232:2;38212:18;;;38205:30;38271:34;38251:18;;;38244:62;-1:-1:-1;;;38322:18:20;;;38315:42;38374:19;;1592:82:18;37991:408:20;8098:144:17;-1:-1:-1;;;;;8208:27:17;;8174:4;8208:27;;;:20;:27;;;;;;8197:38;;:8;:38;:::i;2072:491:4:-;2294:32;;;2265:26;2294:32;;;:19;:32;;;;;2265:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2344:13;:20;2368:1;2344:25;2336:86;;;;-1:-1:-1;;;2336:86:4;;38731:2:20;2336:86:4;;;38713:21:20;38770:2;38750:18;;;38743:30;38809:34;38789:18;;;38782:62;-1:-1:-1;;;38860:18:20;;;38853:46;38916:19;;2336:86:4;38529:412:20;2336:86:4;2432:124;;-1:-1:-1;;;2432:124:4;;-1:-1:-1;;;;;2432:10:4;:15;;;;2455:10;;2432:124;;2467:11;;2480:13;;2495:8;;2505:14;;2521:18;;2541:14;;2432:124;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2255:308;2072:491;;;;;;:::o;3873:223:15:-;4006:12;4037:52;4059:6;4067:4;4073:1;4076:12;4037:21;:52::i;2569:415:4:-;2704:21;2728:28;2741:14;2728:12;:28::i;:::-;2785;;;;2766:16;2785:28;;;:15;:28;;;;;;;;:35;;;;;;;;;;;;2704:52;;-1:-1:-1;2766:16:4;2785:47;;2823:9;;2785:47;:::i;:::-;2766:66;;2864:1;2850:11;:15;2842:54;;;;-1:-1:-1;;;2842:54:4;;39990:2:20;2842:54:4;;;39972:21:20;40029:2;40009:18;;;40002:30;40068:28;40048:18;;;40041:56;40114:18;;2842:54:4;39788:350:20;2842:54:4;2934:11;2914:16;:31;;2906:71;;;;-1:-1:-1;;;2906:71:4;;40345:2:20;2906:71:4;;;40327:21:20;40384:2;40364:18;;;40357:30;40423:29;40403:18;;;40396:57;40470:18;;2906:71:4;40143:351:20;4960:446:15;5125:12;5182:5;5157:21;:30;;5149:81;;;;-1:-1:-1;;;5149:81:15;;40701:2:20;5149:81:15;;;40683:21:20;40740:2;40720:18;;;40713:30;40779:34;40759:18;;;40752:62;-1:-1:-1;;;40830:18:20;;;40823:36;40876:19;;5149:81:15;40499:402:20;5149:81:15;5241:12;5255:23;5282:6;-1:-1:-1;;;;;5282:11:15;5301:5;5308:4;5282:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5240:73;;;;5330:69;5357:6;5365:7;5374:10;5386:12;5330:26;:69::i;:::-;5323:76;4960:446;-1:-1:-1;;;;;;;4960:446:15:o;2990:266:4:-;3072:13;3130:2;3105:14;:21;:27;;3097:68;;;;-1:-1:-1;;;3097:68:4;;41108:2:20;3097:68:4;;;41090:21:20;41147:2;41127:18;;;41120:30;41186;41166:18;;;41159:58;41234:18;;3097:68:4;40906:352:20;3097:68:4;-1:-1:-1;3236:2:4;3216:23;3210:30;;2990:266::o;7466:628:15:-;7646:12;7674:7;7670:418;;;7701:10;:17;7722:1;7701:22;7697:286;;-1:-1:-1;;;;;1465:19:15;;;7908:60;;;;-1:-1:-1;;;7908:60:15;;41465:2:20;7908:60:15;;;41447:21:20;41504:2;41484:18;;;41477:30;41543:31;41523:18;;;41516:59;41592:18;;7908:60:15;41263:353:20;7908:60:15;-1:-1:-1;8003:10:15;7996:17;;7670:418;8044:33;8052:10;8064:12;8775:17;;:21;8771:379;;9003:10;8997:17;9059:15;9046:10;9042:2;9038:19;9031:44;8771:379;9126:12;9119:20;;-1:-1:-1;;;9119:20:15;;;;;;;;:::i;14:159:20:-;81:20;;141:6;130:18;;120:29;;110:57;;163:1;160;153:12;110:57;14:159;;;:::o;178:347::-;229:8;239:6;293:3;286:4;278:6;274:17;270:27;260:55;;311:1;308;301:12;260:55;-1:-1:-1;334:20:20;;-1:-1:-1;;;;;366:30:20;;363:50;;;409:1;406;399:12;363:50;446:4;438:6;434:17;422:29;;498:3;491:4;482:6;474;470:19;466:30;463:39;460:59;;;515:1;512;505:12;460:59;178:347;;;;;:::o;530:171::-;597:20;;-1:-1:-1;;;;;646:30:20;;636:41;;626:69;;691:1;688;681:12;706:862;812:6;820;828;836;844;852;905:3;893:9;884:7;880:23;876:33;873:53;;;922:1;919;912:12;873:53;945:28;963:9;945:28;:::i;:::-;935:38;;1024:2;1013:9;1009:18;996:32;-1:-1:-1;;;;;1088:2:20;1080:6;1077:14;1074:34;;;1104:1;1101;1094:12;1074:34;1143:58;1193:7;1184:6;1173:9;1169:22;1143:58;:::i;:::-;1220:8;;-1:-1:-1;1117:84:20;-1:-1:-1;1117:84:20;;-1:-1:-1;1274:37:20;1307:2;1292:18;;1274:37;:::i;:::-;1264:47;;1364:2;1353:9;1349:18;1336:32;1320:48;;1393:2;1383:8;1380:16;1377:36;;;1409:1;1406;1399:12;1377:36;;1448:60;1500:7;1489:8;1478:9;1474:24;1448:60;:::i;:::-;706:862;;;;-1:-1:-1;706:862:20;;-1:-1:-1;706:862:20;;1527:8;;706:862;-1:-1:-1;;;706:862:20:o;1573:184::-;1631:6;1684:2;1672:9;1663:7;1659:23;1655:32;1652:52;;;1700:1;1697;1690:12;1652:52;1723:28;1741:9;1723:28;:::i;1762:131::-;-1:-1:-1;;;;;1837:31:20;;1827:42;;1817:70;;1883:1;1880;1873:12;1898:456;1975:6;1983;1991;2044:2;2032:9;2023:7;2019:23;2015:32;2012:52;;;2060:1;2057;2050:12;2012:52;2099:9;2086:23;2118:31;2143:5;2118:31;:::i;:::-;2168:5;-1:-1:-1;2225:2:20;2210:18;;2197:32;2238:33;2197:32;2238:33;:::i;:::-;1898:456;;2290:7;;-1:-1:-1;;;2344:2:20;2329:18;;;;2316:32;;1898:456::o;2359:118::-;2445:5;2438:13;2431:21;2424:5;2421:32;2411:60;;2467:1;2464;2457:12;2482:538;2558:6;2566;2574;2627:2;2615:9;2606:7;2602:23;2598:32;2595:52;;;2643:1;2640;2633:12;2595:52;2682:9;2669:23;2701:28;2723:5;2701:28;:::i;:::-;2748:5;-1:-1:-1;2804:2:20;2789:18;;2776:32;-1:-1:-1;;;;;2820:30:20;;2817:50;;;2863:1;2860;2853:12;2817:50;2902:58;2952:7;2943:6;2932:9;2928:22;2902:58;:::i;:::-;2482:538;;2979:8;;-1:-1:-1;2876:84:20;;-1:-1:-1;;;;2482:538:20:o;3278:247::-;3337:6;3390:2;3378:9;3369:7;3365:23;3361:32;3358:52;;;3406:1;3403;3396:12;3358:52;3445:9;3432:23;3464:31;3489:5;3464:31;:::i;3712:481::-;3790:6;3798;3806;3859:2;3847:9;3838:7;3834:23;3830:32;3827:52;;;3875:1;3872;3865:12;3827:52;3898:28;3916:9;3898:28;:::i;4787:114::-;4871:4;4864:5;4860:16;4853:5;4850:27;4840:55;;4891:1;4888;4881:12;4906:384;4972:6;4980;5033:2;5021:9;5012:7;5008:23;5004:32;5001:52;;;5049:1;5046;5039:12;5001:52;5088:9;5075:23;5107:31;5132:5;5107:31;:::i;:::-;5157:5;-1:-1:-1;5214:2:20;5199:18;;5186:32;5227:31;5186:32;5227:31;:::i;:::-;5277:7;5267:17;;;4906:384;;;;;:::o;5295:127::-;5356:10;5351:3;5347:20;5344:1;5337:31;5387:4;5384:1;5377:15;5411:4;5408:1;5401:15;5427:275;5498:2;5492:9;5563:2;5544:13;;-1:-1:-1;;5540:27:20;5528:40;;-1:-1:-1;;;;;5583:34:20;;5619:22;;;5580:62;5577:88;;;5645:18;;:::i;:::-;5681:2;5674:22;5427:275;;-1:-1:-1;5427:275:20:o;5707:186::-;5755:4;-1:-1:-1;;;;;5780:6:20;5777:30;5774:56;;;5810:18;;:::i;:::-;-1:-1:-1;5876:2:20;5855:15;-1:-1:-1;;5851:29:20;5882:4;5847:40;;5707:186::o;5898:462::-;5940:5;5993:3;5986:4;5978:6;5974:17;5970:27;5960:55;;6011:1;6008;6001:12;5960:55;6047:6;6034:20;6078:48;6094:31;6122:2;6094:31;:::i;:::-;6078:48;:::i;:::-;6151:2;6142:7;6135:19;6197:3;6190:4;6185:2;6177:6;6173:15;6169:26;6166:35;6163:55;;;6214:1;6211;6204:12;6163:55;6279:2;6272:4;6264:6;6260:17;6253:4;6244:7;6240:18;6227:55;6327:1;6302:16;;;6320:4;6298:27;6291:38;;;;6306:7;5898:462;-1:-1:-1;;;5898:462:20:o;6365:464::-;6449:6;6457;6465;6518:2;6506:9;6497:7;6493:23;6489:32;6486:52;;;6534:1;6531;6524:12;6486:52;6557:28;6575:9;6557:28;:::i;:::-;6547:38;;6636:2;6625:9;6621:18;6608:32;-1:-1:-1;;;;;6655:6:20;6652:30;6649:50;;;6695:1;6692;6685:12;6649:50;6718:49;6759:7;6750:6;6739:9;6735:22;6718:49;:::i;:::-;6708:59;;;6786:37;6819:2;6808:9;6804:18;6786:37;:::i;:::-;6776:47;;6365:464;;;;;:::o;7016:250::-;7101:1;7111:113;7125:6;7122:1;7119:13;7111:113;;;7201:11;;;7195:18;7182:11;;;7175:39;7147:2;7140:10;7111:113;;;-1:-1:-1;;7258:1:20;7240:16;;7233:27;7016:250::o;7271:270::-;7312:3;7350:5;7344:12;7377:6;7372:3;7365:19;7393:76;7462:6;7455:4;7450:3;7446:14;7439:4;7432:5;7428:16;7393:76;:::i;:::-;7523:2;7502:15;-1:-1:-1;;7498:29:20;7489:39;;;;7530:4;7485:50;;7271:270;-1:-1:-1;;7271:270:20:o;7546:217::-;7693:2;7682:9;7675:21;7656:4;7713:44;7753:2;7742:9;7738:18;7730:6;7713:44;:::i;7768:256::-;7834:6;7842;7895:2;7883:9;7874:7;7870:23;7866:32;7863:52;;;7911:1;7908;7901:12;7863:52;7934:28;7952:9;7934:28;:::i;:::-;7924:38;;7981:37;8014:2;8003:9;7999:18;7981:37;:::i;:::-;7971:47;;7768:256;;;;;:::o;8263:158::-;8326:5;8371:2;8362:6;8357:3;8353:16;8349:25;8346:45;;;8387:1;8384;8377:12;8346:45;-1:-1:-1;8409:6:20;8263:158;-1:-1:-1;8263:158:20:o;8426:656::-;8550:6;8558;8566;8574;8627:3;8615:9;8606:7;8602:23;8598:33;8595:53;;;8644:1;8641;8634:12;8595:53;8680:9;8667:23;8657:33;;8740:2;8729:9;8725:18;8712:32;8753:31;8778:5;8753:31;:::i;:::-;8803:5;-1:-1:-1;8827:66:20;8885:7;8880:2;8865:18;;8827:66;:::i;:::-;8817:76;;8944:3;8933:9;8929:19;8916:33;-1:-1:-1;;;;;8964:6:20;8961:30;8958:50;;;9004:1;9001;8994:12;8958:50;9027:49;9068:7;9059:6;9048:9;9044:22;9027:49;:::i;:::-;9017:59;;;8426:656;;;;;;;:::o;9087:622::-;9182:6;9190;9198;9206;9214;9267:3;9255:9;9246:7;9242:23;9238:33;9235:53;;;9284:1;9281;9274:12;9235:53;9307:28;9325:9;9307:28;:::i;:::-;9297:38;;9354:37;9387:2;9376:9;9372:18;9354:37;:::i;:::-;9344:47;;9438:2;9427:9;9423:18;9410:32;9400:42;;9493:2;9482:9;9478:18;9465:32;-1:-1:-1;;;;;9512:6:20;9509:30;9506:50;;;9552:1;9549;9542:12;9506:50;9591:58;9641:7;9632:6;9621:9;9617:22;9591:58;:::i;:::-;9087:622;;;;-1:-1:-1;9087:622:20;;-1:-1:-1;9668:8:20;;9565:84;9087:622;-1:-1:-1;;;9087:622:20:o;9714:324::-;9789:6;9797;9805;9858:2;9846:9;9837:7;9833:23;9829:32;9826:52;;;9874:1;9871;9864:12;9826:52;9897:28;9915:9;9897:28;:::i;:::-;9887:38;;9944:37;9977:2;9966:9;9962:18;9944:37;:::i;:::-;9934:47;;10028:2;10017:9;10013:18;10000:32;9990:42;;9714:324;;;;;:::o;10236:241::-;10292:6;10345:2;10333:9;10324:7;10320:23;10316:32;10313:52;;;10361:1;10358;10351:12;10313:52;10400:9;10387:23;10419:28;10441:5;10419:28;:::i;10482:460::-;10566:6;10574;10582;10590;10643:3;10631:9;10622:7;10618:23;10614:33;10611:53;;;10660:1;10657;10650:12;10611:53;10683:28;10701:9;10683:28;:::i;:::-;10673:38;;10730:37;10763:2;10752:9;10748:18;10730:37;:::i;:::-;10720:47;;10817:2;10806:9;10802:18;10789:32;10830:31;10855:5;10830:31;:::i;:::-;10482:460;;;;-1:-1:-1;10880:5:20;;10932:2;10917:18;10904:32;;-1:-1:-1;;10482:460:20:o;10947:797::-;11080:6;11088;11096;11104;11112;11165:3;11153:9;11144:7;11140:23;11136:33;11133:53;;;11182:1;11179;11172:12;11133:53;11221:9;11208:23;11240:31;11265:5;11240:31;:::i;:::-;11290:5;-1:-1:-1;11342:2:20;11327:18;;11314:32;;-1:-1:-1;11398:2:20;11383:18;;11370:32;11411:33;11370:32;11411:33;:::i;:::-;11463:7;-1:-1:-1;11489:66:20;11547:7;11542:2;11527:18;;11489:66;:::i;:::-;11479:76;;11606:3;11595:9;11591:19;11578:33;-1:-1:-1;;;;;11626:6:20;11623:30;11620:50;;;11666:1;11663;11656:12;11620:50;11689:49;11730:7;11721:6;11710:9;11706:22;11689:49;:::i;:::-;11679:59;;;10947:797;;;;;;;;:::o;12108:380::-;12187:1;12183:12;;;;12230;;;12251:61;;12305:4;12297:6;12293:17;12283:27;;12251:61;12358:2;12350:6;12347:14;12327:18;12324:38;12321:161;;12404:10;12399:3;12395:20;12392:1;12385:31;12439:4;12436:1;12429:15;12467:4;12464:1;12457:15;12493:271;12676:6;12668;12663:3;12650:33;12632:3;12702:16;;12727:13;;;12702:16;12493:271;-1:-1:-1;12493:271:20:o;14346:266::-;14434:6;14429:3;14422:19;14486:6;14479:5;14472:4;14467:3;14463:14;14450:43;-1:-1:-1;14538:1:20;14513:16;;;14531:4;14509:27;;;14502:38;;;;14594:2;14573:15;;;-1:-1:-1;;14569:29:20;14560:39;;;14556:50;;14346:266::o;14617:667::-;14908:6;14896:19;;14878:38;;-1:-1:-1;;;;;14952:32:20;;14947:2;14932:18;;14925:60;14972:3;15016:2;15001:18;;14994:31;;;-1:-1:-1;;15048:45:20;;15073:19;;15065:6;15048:45;:::i;:::-;15143:6;15136:14;15129:22;15124:2;15113:9;15109:18;15102:50;15201:9;15193:6;15189:22;15183:3;15172:9;15168:19;15161:51;15229:49;15271:6;15263;15255;15229:49;:::i;:::-;15221:57;14617:667;-1:-1:-1;;;;;;;;;14617:667:20:o;15289:245::-;15368:6;15376;15429:2;15417:9;15408:7;15404:23;15400:32;15397:52;;;15445:1;15442;15435:12;15397:52;-1:-1:-1;;15468:16:20;;15524:2;15509:18;;;15503:25;15468:16;;15503:25;;-1:-1:-1;15289:245:20:o;15539:326::-;15734:6;15726;15722:19;15711:9;15704:38;15778:2;15773;15762:9;15758:18;15751:30;15685:4;15798:61;15855:2;15844:9;15840:18;15832:6;15824;15798:61;:::i;17185:127::-;17246:10;17241:3;17237:20;17234:1;17227:31;17277:4;17274:1;17267:15;17301:4;17298:1;17291:15;17317:151;17407:4;17400:12;;;17386;;;17382:31;;17425:14;;17422:40;;;17442:18;;:::i;17473:422::-;17562:1;17605:5;17562:1;17619:270;17640:7;17630:8;17627:21;17619:270;;;17699:4;17695:1;17691:6;17687:17;17681:4;17678:27;17675:53;;;17708:18;;:::i;:::-;17758:7;17748:8;17744:22;17741:55;;;17778:16;;;;17741:55;17857:22;;;;17817:15;;;;17619:270;;;17623:3;17473:422;;;;;:::o;17900:806::-;17949:5;17979:8;17969:80;;-1:-1:-1;18020:1:20;18034:5;;17969:80;18068:4;18058:76;;-1:-1:-1;18105:1:20;18119:5;;18058:76;18150:4;18168:1;18163:59;;;;18236:1;18231:130;;;;18143:218;;18163:59;18193:1;18184:10;;18207:5;;;18231:130;18268:3;18258:8;18255:17;18252:43;;;18275:18;;:::i;:::-;-1:-1:-1;;18331:1:20;18317:16;;18346:5;;18143:218;;18445:2;18435:8;18432:16;18426:3;18420:4;18417:13;18413:36;18407:2;18397:8;18394:16;18389:2;18383:4;18380:12;18376:35;18373:77;18370:159;;;-1:-1:-1;18482:19:20;;;18514:5;;18370:159;18561:34;18586:8;18580:4;18561:34;:::i;:::-;18631:6;18627:1;18623:6;18619:19;18610:7;18607:32;18604:58;;;18642:18;;:::i;:::-;18680:20;;17900:806;-1:-1:-1;;;17900:806:20:o;18711:140::-;18769:5;18798:47;18839:4;18829:8;18825:19;18819:4;18798:47;:::i;19621:128::-;19688:9;;;19709:11;;;19706:37;;;19723:18;;:::i;19754:184::-;19824:6;19877:2;19865:9;19856:7;19852:23;19848:32;19845:52;;;19893:1;19890;19883:12;19845:52;-1:-1:-1;19916:16:20;;19754:184;-1:-1:-1;19754:184:20:o;19943:360::-;20154:6;20146;20141:3;20128:33;20224:2;20220:15;;;;-1:-1:-1;;20216:53:20;20180:16;;20205:65;;;20294:2;20286:11;;19943:360;-1:-1:-1;19943:360:20:o;20433:544::-;20534:2;20529:3;20526:11;20523:448;;;20570:1;20595:5;20591:2;20584:17;20640:4;20636:2;20626:19;20710:2;20698:10;20694:19;20691:1;20687:27;20681:4;20677:38;20746:4;20734:10;20731:20;20728:47;;;-1:-1:-1;20769:4:20;20728:47;20824:2;20819:3;20815:12;20812:1;20808:20;20802:4;20798:31;20788:41;;20879:82;20897:2;20890:5;20887:13;20879:82;;;20942:17;;;20923:1;20912:13;20879:82;;21153:1348;21277:3;21271:10;-1:-1:-1;;;;;21296:6:20;21293:30;21290:56;;;21326:18;;:::i;:::-;21355:96;21444:6;21404:38;21436:4;21430:11;21404:38;:::i;:::-;21398:4;21355:96;:::i;:::-;21506:4;;21570:2;21559:14;;21587:1;21582:662;;;;22288:1;22305:6;22302:89;;;-1:-1:-1;22357:19:20;;;22351:26;22302:89;-1:-1:-1;;21110:1:20;21106:11;;;21102:24;21098:29;21088:40;21134:1;21130:11;;;21085:57;22404:81;;21552:943;;21582:662;20380:1;20373:14;;;20417:4;20404:18;;-1:-1:-1;;21618:20:20;;;21735:236;21749:7;21746:1;21743:14;21735:236;;;21838:19;;;21832:26;21817:42;;21930:27;;;;21898:1;21886:14;;;;21765:19;;21735:236;;;21739:3;21999:6;21990:7;21987:19;21984:201;;;22060:19;;;22054:26;-1:-1:-1;;22143:1:20;22139:14;;;22155:3;22135:24;22131:37;22127:42;22112:58;22097:74;;21984:201;-1:-1:-1;;;;;22231:1:20;22215:14;;;22211:22;22198:36;;-1:-1:-1;21153:1348:20:o;22506:407::-;22708:2;22690:21;;;22747:2;22727:18;;;22720:30;22786:34;22781:2;22766:18;;22759:62;-1:-1:-1;;;22852:2:20;22837:18;;22830:41;22903:3;22888:19;;22506:407::o;23329:498::-;23529:4;23558:6;23603:2;23595:6;23591:15;23580:9;23573:34;23655:2;23647:6;23643:15;23638:2;23627:9;23623:18;23616:43;;23695:6;23690:2;23679:9;23675:18;23668:34;23738:3;23733:2;23722:9;23718:18;23711:31;23759:62;23816:3;23805:9;23801:19;23793:6;23785;23759:62;:::i;24638:493::-;24887:6;24879;24875:19;24864:9;24857:38;24931:3;24926:2;24915:9;24911:18;24904:31;24838:4;24952:62;25009:3;24998:9;24994:19;24986:6;24978;24952:62;:::i;:::-;-1:-1:-1;;;;;25050:31:20;;;;25045:2;25030:18;;25023:59;-1:-1:-1;25113:2:20;25098:18;25091:34;24944:70;24638:493;-1:-1:-1;;;24638:493:20:o;25849:1202::-;-1:-1:-1;;;;;25966:3:20;25963:27;25960:53;;;25993:18;;:::i;:::-;26022:93;26111:3;26071:38;26103:4;26097:11;26071:38;:::i;:::-;26065:4;26022:93;:::i;:::-;26141:1;26166:2;26161:3;26158:11;26183:1;26178:615;;;;26837:1;26854:3;26851:93;;;-1:-1:-1;26910:19:20;;;26897:33;26851:93;-1:-1:-1;;21110:1:20;21106:11;;;21102:24;21098:29;21088:40;21134:1;21130:11;;;21085:57;26957:78;;26151:894;;26178:615;20380:1;20373:14;;;20417:4;20404:18;;-1:-1:-1;;26214:17:20;;;26314:9;26336:229;26350:7;26347:1;26344:14;26336:229;;;26439:19;;;26426:33;26411:49;;26546:4;26531:20;;;;26499:1;26487:14;;;;26366:12;26336:229;;;26340:3;26593;26584:7;26581:16;26578:159;;;26717:1;26713:6;26707:3;26701;26698:1;26694:11;26690:21;26686:34;26682:39;26669:9;26664:3;26660:19;26647:33;26643:79;26635:6;26628:95;26578:159;;;26780:1;26774:3;26771:1;26767:11;26763:19;26757:4;26750:33;26151:894;;25849:1202;;;:::o;27924:647::-;28003:6;28056:2;28044:9;28035:7;28031:23;28027:32;28024:52;;;28072:1;28069;28062:12;28024:52;28105:9;28099:16;-1:-1:-1;;;;;28130:6:20;28127:30;28124:50;;;28170:1;28167;28160:12;28124:50;28193:22;;28246:4;28238:13;;28234:27;-1:-1:-1;28224:55:20;;28275:1;28272;28265:12;28224:55;28304:2;28298:9;28329:48;28345:31;28373:2;28345:31;:::i;28329:48::-;28400:2;28393:5;28386:17;28440:7;28435:2;28430;28426;28422:11;28418:20;28415:33;28412:53;;;28461:1;28458;28451:12;28412:53;28474:67;28538:2;28533;28526:5;28522:14;28517:2;28513;28509:11;28474:67;:::i;:::-;28560:5;27924:647;-1:-1:-1;;;;;27924:647:20:o;28576:555::-;28833:6;28825;28821:19;28810:9;28803:38;28877:3;28872:2;28861:9;28857:18;28850:31;28784:4;28904:45;28944:3;28933:9;28929:19;28921:6;28904:45;:::i;:::-;-1:-1:-1;;;;;28989:6:20;28985:31;28980:2;28969:9;28965:18;28958:59;29065:9;29057:6;29053:22;29048:2;29037:9;29033:18;29026:50;29093:32;29118:6;29110;29093:32;:::i;29497:287::-;29626:3;29664:6;29658:13;29680:66;29739:6;29734:3;29727:4;29719:6;29715:17;29680:66;:::i;:::-;29762:16;;;;;29497:287;-1:-1:-1;;29497:287:20:o;30207:247::-;30275:6;30328:2;30316:9;30307:7;30303:23;30299:32;30296:52;;;30344:1;30341;30334:12;30296:52;30376:9;30370:16;30395:29;30418:5;30395:29;:::i;30872:784::-;30998:6;31006;31014;31022;31030;31038;31091:3;31079:9;31070:7;31066:23;31062:33;31059:53;;;31108:1;31105;31098:12;31059:53;31140:9;31134:16;31159:29;31182:5;31159:29;:::i;:::-;31257:2;31242:18;;31236:25;31207:5;;-1:-1:-1;31270:33:20;31236:25;31270:33;:::i;:::-;31374:2;31359:18;;31353:25;31322:7;;-1:-1:-1;31387:33:20;31353:25;31387:33;:::i;:::-;31439:7;31429:17;;;31486:2;31475:9;31471:18;31465:25;31455:35;;31530:3;31519:9;31515:19;31509:26;31499:36;;31580:3;31569:9;31565:19;31559:26;31594:30;31616:7;31594:30;:::i;:::-;31643:7;31633:17;;;30872:784;;;;;;;;:::o;33064:125::-;33129:9;;;33150:10;;;33147:36;;;33163:18;;:::i;33883:168::-;33956:9;;;33987;;34004:15;;;33998:22;;33984:37;33974:71;;34025:18;;:::i;34416:127::-;34477:10;34472:3;34468:20;34465:1;34458:31;34508:4;34505:1;34498:15;34532:4;34529:1;34522:15;34548:112;34580:1;34606;34596:35;;34611:18;;:::i;:::-;-1:-1:-1;34645:9:20;;34548:112::o;36609:716::-;36912:6;36904;36900:19;36889:9;36882:38;36956:3;36951:2;36940:9;36936:18;36929:31;36863:4;36983:45;37023:3;37012:9;37008:19;37000:6;36983:45;:::i;:::-;-1:-1:-1;;;;;37068:6:20;37064:31;37059:2;37048:9;37044:18;37037:59;37144:9;37136:6;37132:22;37127:2;37116:9;37112:18;37105:50;37178:32;37203:6;37195;37178:32;:::i;:::-;37164:46;;37259:9;37251:6;37247:22;37241:3;37230:9;37226:19;37219:51;37287:32;37312:6;37304;37287:32;:::i;:::-;37279:40;36609:716;-1:-1:-1;;;;;;;;36609:716:20:o;37330:245::-;37397:6;37450:2;37438:9;37429:7;37425:23;37421:32;37418:52;;;37466:1;37463;37456:12;37418:52;37498:9;37492:16;37517:28;37539:5;37517:28;:::i;38404:120::-;38444:1;38470;38460:35;;38475:18;;:::i;:::-;-1:-1:-1;38509:9:20;;38404:120::o;38946:837::-;39295:6;39287;39283:19;39272:9;39265:38;39339:3;39334:2;39323:9;39319:18;39312:31;39246:4;39366:45;39406:3;39395:9;39391:19;39383:6;39366:45;:::i;:::-;39459:9;39451:6;39447:22;39442:2;39431:9;39427:18;39420:50;39493:32;39518:6;39510;39493:32;:::i;:::-;-1:-1:-1;;;;;39599:15:20;;;39594:2;39579:18;;39572:43;39652:15;;39646:3;39631:19;;39624:44;39705:22;;;39552:3;39684:19;;39677:51;39479:46;-1:-1:-1;39745:32:20;39479:46;39762:6;39745:32;:::i
Swarm Source
ipfs://2257fc61260b0f3d2d5b4e78cfd67a45a81d6ce7132c259882836b01314df4db
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$13,229.84
Net Worth in ETH
5.563772
Token Allocations
WETH
32.42%
USDC
21.66%
USDC.E
19.83%
Others
26.08%
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 25.82% | $2,379.47 | 1.4358 | $3,416.34 | |
| ETH | 3.99% | $0.999606 | 528.3939 | $528.19 | |
| ETH | 1.31% | $2,948.45 | 0.0586 | $172.72 | |
| ETH | 0.07% | $2,754.99 | 0.00331807 | $9.14 | |
| ETH | 0.02% | $2,616.87 | 0.00117986 | $3.09 | |
| ETH | 0.02% | $2,693.74 | 0.00095804 | $2.58 | |
| ETH | 0.02% | $2,883.9 | 0.00080145 | $2.31 | |
| ETH | 0.01% | $2,781.68 | 0.0007 | $1.95 | |
| ETH | <0.01% | $0.999522 | 1 | $0.9995 | |
| ETH | <0.01% | $0.124679 | 1.8629 | $0.2322 | |
| ETH | <0.01% | $0.999154 | 0.1959 | $0.1957 | |
| BSC | 16.38% | $0.999811 | 2,167.9131 | $2,167.5 | |
| BSC | 3.86% | $0.999118 | 511.2761 | $510.83 | |
| BSC | 2.18% | $770.83 | 0.3741 | $288.36 | |
| BSC | 0.56% | $0.999934 | 74.5928 | $74.59 | |
| BSC | 0.27% | $2,739.29 | 0.0129 | $35.36 | |
| BSC | 0.16% | $848.12 | 0.0248 | $21.07 | |
| OP | 13.70% | $0.999708 | 1,812.9993 | $1,812.47 | |
| OP | 6.53% | $2,388.88 | 0.3614 | $863.37 | |
| OP | 0.21% | $0.99936 | 28.0829 | $28.06 | |
| OP | 0.14% | $2,762.65 | 0.00668205 | $18.46 | |
| OP | 0.02% | $2,925.47 | 0.0007539 | $2.21 | |
| OP | <0.01% | $2,379.16 | 0.0001 | $0.237916 | |
| AVAX | 14.68% | $0.999164 | 1,943.315 | $1,941.69 | |
| AVAX | 1.29% | $0.999811 | 170.1782 | $170.15 | |
| AVAX | 0.54% | $10.1 | 7.0323 | $71.03 | |
| ARB | 4.41% | $0.999667 | 583.7228 | $583.53 | |
| ARB | 0.60% | $2,765.16 | 0.0286 | $78.96 | |
| ARB | 0.23% | $2,742.52 | 0.011 | $30.15 | |
| ARB | 0.08% | $2,391.31 | 0.00419047 | $10.02 | |
| ARB | 0.07% | $2,931.16 | 0.00326478 | $9.57 | |
| ARB | 0.03% | $0.999218 | 3.6345 | $3.63 | |
| POL | 1.72% | $0.999668 | 227.6601 | $227.58 | |
| POL | 0.43% | $0.999987 | 56.5383 | $56.54 | |
| POL | 0.41% | $0.105654 | 508.3956 | $53.71 | |
| POL | 0.20% | $0.124258 | 210.3169 | $26.13 | |
| POL | 0.05% | $0.998994 | 6.2445 | $6.24 | |
| POL | <0.01% | $0.126151 | 4.3218 | $0.5452 | |
| POL | <0.01% | $10.82 | 0.01 | $0.1082 | |
| POL | <0.01% | $0.104357 | 0.000000000000000001 | <$0.000001 |
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.