More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 35 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Swap And Execute | 17715774 | 639 days ago | IN | 0.015 ETH | 0.00465572 | ||||
Swap And Execute | 17661641 | 647 days ago | IN | 0.015 ETH | 0.00277101 | ||||
Swap And Execute | 17640279 | 650 days ago | IN | 0.015 ETH | 0.00343535 | ||||
Swap And Execute | 17640279 | 650 days ago | IN | 0.015 ETH | 0.00343555 | ||||
Swap And Execute | 17640279 | 650 days ago | IN | 0.015 ETH | 0.00372597 | ||||
Swap And Execute | 17640279 | 650 days ago | IN | 0.015 ETH | 0.00343555 | ||||
Swap And Execute | 17619028 | 653 days ago | IN | 0.015 ETH | 0.00290866 | ||||
Swap And Execute | 17569297 | 660 days ago | IN | 0.015 ETH | 0.0028596 | ||||
Swap And Execute | 17540432 | 664 days ago | IN | 0.015 ETH | 0.00298161 | ||||
Swap And Execute | 17536443 | 664 days ago | IN | 0.015 ETH | 0.00392205 | ||||
Swap And Execute | 17533828 | 665 days ago | IN | 0.015 ETH | 0.00273611 | ||||
Swap And Execute | 17533591 | 665 days ago | IN | 0 ETH | 0.00505608 | ||||
Swap And Execute | 17533306 | 665 days ago | IN | 0.015 ETH | 0.00318073 | ||||
Swap And Execute | 17532838 | 665 days ago | IN | 0.015 ETH | 0.00364405 | ||||
Swap And Execute | 17531771 | 665 days ago | IN | 0.075 ETH | 0.00936733 | ||||
Swap And Execute | 17531664 | 665 days ago | IN | 0 ETH | 0.00538686 | ||||
Swap And Execute | 17531502 | 665 days ago | IN | 0.015 ETH | 0.00364385 | ||||
Swap And Execute | 17531496 | 665 days ago | IN | 0.015 ETH | 0.00416841 | ||||
Swap And Execute | 17531262 | 665 days ago | IN | 0.075 ETH | 0.0092292 | ||||
Swap And Execute | 17530937 | 665 days ago | IN | 0.03 ETH | 0.00703022 | ||||
Swap And Execute | 17530576 | 665 days ago | IN | 0.015 ETH | 0.00568642 | ||||
Swap And Execute | 17530512 | 665 days ago | IN | 0.015 ETH | 0.00514033 | ||||
Swap And Execute | 17530455 | 665 days ago | IN | 0.015 ETH | 0.00622372 | ||||
Swap And Execute | 17530413 | 665 days ago | IN | 0.075 ETH | 0.01489411 | ||||
Swap And Execute | 17530401 | 665 days ago | IN | 0.075 ETH | 0.01337016 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
Transfer | 17718647 | 639 days ago | 0.03787467 ETH | ||||
Transfer | 17718647 | 639 days ago | 0.03787467 ETH | ||||
Transfer | 17716404 | 639 days ago | 0.259878 ETH | ||||
Transfer | 17716404 | 639 days ago | 0.259878 ETH | ||||
Mint | 17715774 | 639 days ago | 0.015 ETH | ||||
Transfer | 17714788 | 639 days ago | 1.42282805 ETH | ||||
Transfer | 17714788 | 639 days ago | 1.42282805 ETH | ||||
Transfer | 17707810 | 640 days ago | 0.01473968 ETH | ||||
Transfer | 17707810 | 640 days ago | 0.01473968 ETH | ||||
Transfer | 17705986 | 641 days ago | 0.00999651 ETH | ||||
Transfer | 17705986 | 641 days ago | 0.00999651 ETH | ||||
Transfer | 17705419 | 641 days ago | 0.00121774 ETH | ||||
Transfer | 17705419 | 641 days ago | 0.00121774 ETH | ||||
Transfer | 17702822 | 641 days ago | 0.25543931 ETH | ||||
Transfer | 17702822 | 641 days ago | 0.25543931 ETH | ||||
Transfer | 17700965 | 641 days ago | 0.02493461 ETH | ||||
Transfer | 17700965 | 641 days ago | 0.02493461 ETH | ||||
Transfer | 17700558 | 641 days ago | 0.04630124 ETH | ||||
Transfer | 17700558 | 641 days ago | 0.04630124 ETH | ||||
Transfer | 17700210 | 641 days ago | 0.12854113 ETH | ||||
Transfer | 17700210 | 641 days ago | 0.12854113 ETH | ||||
Transfer | 17698308 | 642 days ago | 0.09680074 ETH | ||||
Transfer | 17698308 | 642 days ago | 0.09680074 ETH | ||||
Transfer | 17698307 | 642 days ago | 0.17714443 ETH | ||||
Transfer | 17698307 | 642 days ago | 0.17714443 ETH |
Loading...
Loading
Contract Name:
Executor
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
Yes with 10000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import { IERC20 } from "@axelar-network/axelar-cgp-solidity/contracts/interfaces/IERC20.sol"; import { ReentrancyGuard } from "../Helpers/ReentrancyGuard.sol"; import { LibSwap } from "../Libraries/LibSwap.sol"; import { LibAsset } from "../Libraries/LibAsset.sol"; import { ILiFi } from "../Interfaces/ILiFi.sol"; import { IERC20Proxy } from "../Interfaces/IERC20Proxy.sol"; import { TransferrableOwnership } from "../Helpers/TransferrableOwnership.sol"; /// @title Executor /// @author LI.FI (https://li.fi) /// @notice Arbitrary execution contract used for cross-chain swaps and message passing contract Executor is ILiFi, ReentrancyGuard, TransferrableOwnership { /// Storage /// /// @notice The address of the ERC20Proxy contract IERC20Proxy public erc20Proxy; /// Errors /// error ExecutionFailed(); error InvalidCaller(); /// Events /// event ERC20ProxySet(address indexed proxy); /// Modifiers /// /// @dev Sends any leftover balances back to the user modifier noLeftovers(LibSwap.SwapData[] calldata _swaps, address payable _leftoverReceiver) { uint256 numSwaps = _swaps.length; if (numSwaps != 1) { uint256[] memory initialBalances = _fetchBalances(_swaps); address finalAsset = _swaps[numSwaps - 1].receivingAssetId; uint256 curBalance = 0; _; for (uint256 i = 0; i < numSwaps - 1; ) { address curAsset = _swaps[i].receivingAssetId; // Handle multi-to-one swaps if (curAsset != finalAsset) { curBalance = LibAsset.getOwnBalance(curAsset); if (curBalance > initialBalances[i]) { LibAsset.transferAsset(curAsset, _leftoverReceiver, curBalance - initialBalances[i]); } } unchecked { ++i; } } } else { _; } } /// Constructor /// @notice Initialize local variables for the Executor /// @param _owner The address of owner /// @param _erc20Proxy The address of the ERC20Proxy contract constructor(address _owner, address _erc20Proxy) TransferrableOwnership(_owner) { owner = _owner; erc20Proxy = IERC20Proxy(_erc20Proxy); emit ERC20ProxySet(_erc20Proxy); } /// External Methods /// /// @notice set ERC20 Proxy /// @param _erc20Proxy The address of the ERC20Proxy contract function setERC20Proxy(address _erc20Proxy) external onlyOwner { erc20Proxy = IERC20Proxy(_erc20Proxy); emit ERC20ProxySet(_erc20Proxy); } /// @notice Performs a swap before completing a cross-chain transaction /// @param _transactionId the transaction id for the swap /// @param _swapData array of data needed for swaps /// @param _transferredAssetId token received from the other chain /// @param _receiver address that will receive tokens in the end function swapAndCompleteBridgeTokens( bytes32 _transactionId, LibSwap.SwapData[] calldata _swapData, address _transferredAssetId, address payable _receiver ) external payable nonReentrant { _processSwaps(_transactionId, _swapData, _transferredAssetId, _receiver, 0, true); } /// @notice Performs a series of swaps or arbitrary executions /// @param _transactionId the transaction id for the swap /// @param _swapData array of data needed for swaps /// @param _transferredAssetId token received from the other chain /// @param _receiver address that will receive tokens in the end /// @param _amount amount of token for swaps or arbitrary executions function swapAndExecute( bytes32 _transactionId, LibSwap.SwapData[] calldata _swapData, address _transferredAssetId, address payable _receiver, uint256 _amount ) external payable nonReentrant { _processSwaps(_transactionId, _swapData, _transferredAssetId, _receiver, _amount, false); } /// Private Methods /// /// @notice Performs a series of swaps or arbitrary executions /// @param _transactionId the transaction id for the swap /// @param _swapData array of data needed for swaps /// @param _transferredAssetId token received from the other chain /// @param _receiver address that will receive tokens in the end /// @param _amount amount of token for swaps or arbitrary executions /// @param _depositAllowance If deposit approved amount of token function _processSwaps( bytes32 _transactionId, LibSwap.SwapData[] calldata _swapData, address _transferredAssetId, address payable _receiver, uint256 _amount, bool _depositAllowance ) private { uint256 startingBalance; uint256 finalAssetStartingBalance; address finalAssetId = _swapData[_swapData.length - 1].receivingAssetId; if (!LibAsset.isNativeAsset(finalAssetId)) { finalAssetStartingBalance = LibAsset.getOwnBalance(finalAssetId); } else { finalAssetStartingBalance = LibAsset.getOwnBalance(finalAssetId) - msg.value; } if (!LibAsset.isNativeAsset(_transferredAssetId)) { startingBalance = LibAsset.getOwnBalance(_transferredAssetId); if (_depositAllowance) { uint256 allowance = IERC20(_transferredAssetId).allowance(msg.sender, address(this)); LibAsset.depositAsset(_transferredAssetId, allowance); } else { erc20Proxy.transferFrom(_transferredAssetId, msg.sender, address(this), _amount); } } else { startingBalance = LibAsset.getOwnBalance(_transferredAssetId) - msg.value; } _executeSwaps(_transactionId, _swapData, _receiver); uint256 postSwapBalance = LibAsset.getOwnBalance(_transferredAssetId); if (postSwapBalance > startingBalance) { LibAsset.transferAsset(_transferredAssetId, _receiver, postSwapBalance - startingBalance); } uint256 finalAssetPostSwapBalance = LibAsset.getOwnBalance(finalAssetId); if (finalAssetPostSwapBalance > finalAssetStartingBalance) { LibAsset.transferAsset(finalAssetId, _receiver, finalAssetPostSwapBalance - finalAssetStartingBalance); } emit LiFiTransferCompleted( _transactionId, _transferredAssetId, _receiver, finalAssetPostSwapBalance, block.timestamp ); } /// @dev Executes swaps one after the other /// @param _transactionId the transaction id for the swap /// @param _swapData Array of data used to execute swaps /// @param _leftoverReceiver Address to receive lefover tokens function _executeSwaps( bytes32 _transactionId, LibSwap.SwapData[] calldata _swapData, address payable _leftoverReceiver ) private noLeftovers(_swapData, _leftoverReceiver) { uint256 numSwaps = _swapData.length; for (uint256 i = 0; i < numSwaps; ) { if (_swapData[i].callTo == address(erc20Proxy)) { revert UnAuthorized(); // Prevent calling ERC20 Proxy directly } LibSwap.SwapData calldata currentSwapData = _swapData[i]; LibSwap.swap(_transactionId, currentSwapData); unchecked { ++i; } } } /// @dev Fetches balances of tokens to be swapped before swapping. /// @param _swapData Array of data used to execute swaps /// @return uint256[] Array of token balances. function _fetchBalances(LibSwap.SwapData[] calldata _swapData) private view returns (uint256[] memory) { uint256 numSwaps = _swapData.length; uint256[] memory balances = new uint256[](numSwaps); address asset; for (uint256 i = 0; i < numSwaps; ) { asset = _swapData[i].receivingAssetId; balances[i] = LibAsset.getOwnBalance(asset); if (LibAsset.isNativeAsset(asset)) { balances[i] -= msg.value; } unchecked { ++i; } } return balances; } /// @dev required for receiving native assets from destination swaps // solhint-disable-next-line no-empty-blocks receive() external payable {} }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { error InvalidAccount(); /** * @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 `recipient`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address recipient, 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 `sender` to `recipient` 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 sender, address recipient, uint256 amount ) external returns (bool); /** * @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); }
// 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 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 (last updated v4.7.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.7.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 functionCall(target, data, "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"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(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) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(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) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason 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 { // 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 pragma solidity 0.8.17; error TokenAddressIsZero(); error TokenNotSupported(); error CannotBridgeToSameNetwork(); error ZeroPostSwapBalance(); error NoSwapDataProvided(); error NativeValueWithERC(); error ContractCallNotAllowed(); error NullAddrIsNotAValidSpender(); error NullAddrIsNotAnERC20Token(); error NoTransferToNullAddress(); error NativeAssetTransferFailed(); error InvalidBridgeConfigLength(); error InvalidAmount(); error InvalidContract(); error InvalidConfig(); error UnsupportedChainId(uint256 chainId); error InvalidReceiver(); error InvalidDestinationChain(); error InvalidSendingToken(); error InvalidCaller(); error AlreadyInitialized(); error NotInitialized(); error OnlyContractOwner(); error CannotAuthoriseSelf(); error RecoveryAddressCannotBeZero(); error CannotDepositNativeToken(); error InvalidCallData(); error NativeAssetNotSupported(); error UnAuthorized(); error NoSwapFromZeroBalance(); error InvalidFallbackAddress(); error CumulativeSlippageTooHigh(uint256 minAmount, uint256 receivedAmount); error InsufficientBalance(uint256 required, uint256 balance); error ZeroAmount(); error InvalidFee(); error InformationMismatch(); error NotAContract(); error NotEnoughBalance(uint256 requested, uint256 available); error ReentrancyError();
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.17; /// @title Reentrancy Guard /// @author LI.FI (https://li.fi) /// @notice Abstract contract to provide protection against reentrancy abstract contract ReentrancyGuard { /// Storage /// bytes32 private constant NAMESPACE = keccak256("com.lifi.reentrancyguard"); /// Types /// struct ReentrancyStorage { uint256 status; } /// Errors /// error ReentrancyError(); /// Constants /// uint256 private constant _NOT_ENTERED = 0; uint256 private constant _ENTERED = 1; /// Modifiers /// modifier nonReentrant() { ReentrancyStorage storage s = reentrancyStorage(); if (s.status == _ENTERED) revert ReentrancyError(); s.status = _ENTERED; _; s.status = _NOT_ENTERED; } /// Private Methods /// /// @dev fetch local storage function reentrancyStorage() private pure returns (ReentrancyStorage storage data) { bytes32 position = NAMESPACE; // solhint-disable-next-line no-inline-assembly assembly { data.slot := position } } }
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import { IERC173 } from "../Interfaces/IERC173.sol"; import { LibAsset } from "../Libraries/LibAsset.sol"; contract TransferrableOwnership is IERC173 { address public owner; address public pendingOwner; /// Errors /// error UnAuthorized(); error NoNullOwner(); error NewOwnerMustNotBeSelf(); error NoPendingOwnershipTransfer(); error NotPendingOwner(); /// Events /// event OwnershipTransferRequested(address indexed _from, address indexed _to); constructor(address initialOwner) { owner = initialOwner; } modifier onlyOwner() { if (msg.sender != owner) revert UnAuthorized(); _; } /// @notice Initiates transfer of ownership to a new address /// @param _newOwner the address to transfer ownership to function transferOwnership(address _newOwner) external onlyOwner { if (_newOwner == LibAsset.NULL_ADDRESS) revert NoNullOwner(); if (_newOwner == msg.sender) revert NewOwnerMustNotBeSelf(); pendingOwner = _newOwner; emit OwnershipTransferRequested(msg.sender, pendingOwner); } /// @notice Cancel transfer of ownership function cancelOwnershipTransfer() external onlyOwner { if (pendingOwner == LibAsset.NULL_ADDRESS) revert NoPendingOwnershipTransfer(); pendingOwner = LibAsset.NULL_ADDRESS; } /// @notice Confirms transfer of ownership to the calling address (msg.sender) function confirmOwnershipTransfer() external { address _pendingOwner = pendingOwner; if (msg.sender != _pendingOwner) revert NotPendingOwner(); emit OwnershipTransferred(owner, _pendingOwner); owner = _pendingOwner; pendingOwner = LibAsset.NULL_ADDRESS; } }
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; /// @title ERC-173 Contract Ownership Standard /// Note: the ERC-165 identifier for this interface is 0x7f5828d0 /* is ERC165 */ interface IERC173 { /// @dev This emits when ownership of a contract changes. event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /// @notice Get the address of the owner /// @return owner_ The address of the owner. function owner() external view returns (address owner_); /// @notice Set the address of the new owner of the contract /// @dev Set _newOwner to address(0) to renounce any ownership. /// @param _newOwner The address of the new owner of the contract function transferOwnership(address _newOwner) external; }
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface IERC20Proxy { function transferFrom( address tokenAddress, address from, address to, uint256 amount ) external; }
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface ILiFi { /// Structs /// struct BridgeData { bytes32 transactionId; string bridge; string integrator; address referrer; address sendingAssetId; address receiver; uint256 minAmount; uint256 destinationChainId; bool hasSourceSwaps; bool hasDestinationCall; } /// Events /// event LiFiTransferStarted(ILiFi.BridgeData bridgeData); event LiFiTransferCompleted( bytes32 indexed transactionId, address receivingAssetId, address receiver, uint256 amount, uint256 timestamp ); }
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.17; import { InsufficientBalance, NullAddrIsNotAnERC20Token, NullAddrIsNotAValidSpender, NoTransferToNullAddress, InvalidAmount, NativeValueWithERC, NativeAssetTransferFailed } from "../Errors/GenericErrors.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import { LibSwap } from "./LibSwap.sol"; /// @title LibAsset /// @notice This library contains helpers for dealing with onchain transfers /// of assets, including accounting for the native asset `assetId` /// conventions and any noncompliant ERC20 transfers library LibAsset { uint256 private constant MAX_UINT = type(uint256).max; address internal constant NULL_ADDRESS = address(0); /// @dev All native assets use the empty address for their asset id /// by convention address internal constant NATIVE_ASSETID = NULL_ADDRESS; //address(0) /// @notice Gets the balance of the inheriting contract for the given asset /// @param assetId The asset identifier to get the balance of /// @return Balance held by contracts using this library function getOwnBalance(address assetId) internal view returns (uint256) { return assetId == NATIVE_ASSETID ? address(this).balance : IERC20(assetId).balanceOf(address(this)); } /// @notice Transfers ether from the inheriting contract to a given /// recipient /// @param recipient Address to send ether to /// @param amount Amount to send to given recipient function transferNativeAsset(address payable recipient, uint256 amount) private { if (recipient == NULL_ADDRESS) revert NoTransferToNullAddress(); if (amount > address(this).balance) revert InsufficientBalance(amount, address(this).balance); // solhint-disable-next-line avoid-low-level-calls (bool success, ) = recipient.call{ value: amount }(""); if (!success) revert NativeAssetTransferFailed(); } /// @notice If the current allowance is insufficient, the allowance for a given spender /// is set to MAX_UINT. /// @param assetId Token address to transfer /// @param spender Address to give spend approval to /// @param amount Amount to approve for spending function maxApproveERC20( IERC20 assetId, address spender, uint256 amount ) internal { if (address(assetId) == NATIVE_ASSETID) return; if (spender == NULL_ADDRESS) revert NullAddrIsNotAValidSpender(); uint256 allowance = assetId.allowance(address(this), spender); if (allowance < amount) SafeERC20.safeIncreaseAllowance(IERC20(assetId), spender, MAX_UINT - allowance); } /// @notice Transfers tokens from the inheriting contract to a given /// recipient /// @param assetId Token address to transfer /// @param recipient Address to send token to /// @param amount Amount to send to given recipient function transferERC20( address assetId, address recipient, uint256 amount ) private { if (isNativeAsset(assetId)) revert NullAddrIsNotAnERC20Token(); uint256 assetBalance = IERC20(assetId).balanceOf(address(this)); if (amount > assetBalance) revert InsufficientBalance(amount, assetBalance); SafeERC20.safeTransfer(IERC20(assetId), recipient, amount); } /// @notice Transfers tokens from a sender to a given recipient /// @param assetId Token address to transfer /// @param from Address of sender/owner /// @param to Address of recipient/spender /// @param amount Amount to transfer from owner to spender function transferFromERC20( address assetId, address from, address to, uint256 amount ) internal { if (assetId == NATIVE_ASSETID) revert NullAddrIsNotAnERC20Token(); if (to == NULL_ADDRESS) revert NoTransferToNullAddress(); IERC20 asset = IERC20(assetId); uint256 prevBalance = asset.balanceOf(to); SafeERC20.safeTransferFrom(asset, from, to, amount); if (asset.balanceOf(to) - prevBalance != amount) revert InvalidAmount(); } function depositAsset(address assetId, uint256 amount) internal { if (isNativeAsset(assetId)) { if (msg.value < amount) revert InvalidAmount(); } else { if (amount == 0) revert InvalidAmount(); uint256 balance = IERC20(assetId).balanceOf(msg.sender); if (balance < amount) revert InsufficientBalance(amount, balance); transferFromERC20(assetId, msg.sender, address(this), amount); } } function depositAssets(LibSwap.SwapData[] calldata swaps) internal { for (uint256 i = 0; i < swaps.length; ) { LibSwap.SwapData memory swap = swaps[i]; if (swap.requiresDeposit) { depositAsset(swap.sendingAssetId, swap.fromAmount); } unchecked { i++; } } } /// @notice Determines whether the given assetId is the native asset /// @param assetId The asset identifier to evaluate /// @return Boolean indicating if the asset is the native asset function isNativeAsset(address assetId) internal pure returns (bool) { return assetId == NATIVE_ASSETID; } /// @notice Wrapper function to transfer a given asset (native or erc20) to /// some recipient. Should handle all non-compliant return value /// tokens as well by using the SafeERC20 contract by open zeppelin. /// @param assetId Asset id for transfer (address(0) for native asset, /// token address for erc20s) /// @param recipient Address to send asset to /// @param amount Amount to send to given recipient function transferAsset( address assetId, address payable recipient, uint256 amount ) internal { (assetId == NATIVE_ASSETID) ? transferNativeAsset(recipient, amount) : transferERC20(assetId, recipient, amount); } /// @dev Checks whether the given address is a contract and contains code function isContract(address _contractAddr) internal view returns (bool) { uint256 size; // solhint-disable-next-line no-inline-assembly assembly { size := extcodesize(_contractAddr) } return size > 0; } }
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; library LibBytes { // solhint-disable no-inline-assembly // LibBytes specific errors error SliceOverflow(); error SliceOutOfBounds(); error AddressOutOfBounds(); error UintOutOfBounds(); // ------------------------- 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 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) { if (_length + 31 < _length) revert SliceOverflow(); if (_bytes.length < _start + _length) revert SliceOutOfBounds(); 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) { if (_bytes.length < _start + 20) { revert AddressOutOfBounds(); } 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) { if (_bytes.length < _start + 1) { revert UintOutOfBounds(); } uint8 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x1), _start)) } return tempUint; } function toUint16(bytes memory _bytes, uint256 _start) internal pure returns (uint16) { if (_bytes.length < _start + 2) { revert UintOutOfBounds(); } uint16 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x2), _start)) } return tempUint; } function toUint32(bytes memory _bytes, uint256 _start) internal pure returns (uint32) { if (_bytes.length < _start + 4) { revert UintOutOfBounds(); } uint32 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x4), _start)) } return tempUint; } function toUint64(bytes memory _bytes, uint256 _start) internal pure returns (uint64) { if (_bytes.length < _start + 8) { revert UintOutOfBounds(); } uint64 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x8), _start)) } return tempUint; } function toUint96(bytes memory _bytes, uint256 _start) internal pure returns (uint96) { if (_bytes.length < _start + 12) { revert UintOutOfBounds(); } uint96 tempUint; assembly { tempUint := mload(add(add(_bytes, 0xc), _start)) } return tempUint; } function toUint128(bytes memory _bytes, uint256 _start) internal pure returns (uint128) { if (_bytes.length < _start + 16) { revert UintOutOfBounds(); } uint128 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x10), _start)) } return tempUint; } function toUint256(bytes memory _bytes, uint256 _start) internal pure returns (uint256) { if (_bytes.length < _start + 32) { revert UintOutOfBounds(); } uint256 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x20), _start)) } return tempUint; } function toBytes32(bytes memory _bytes, uint256 _start) internal pure returns (bytes32) { if (_bytes.length < _start + 32) { revert UintOutOfBounds(); } 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) // solhint-disable-next-line no-empty-blocks 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 pragma solidity 0.8.17; import { LibAsset } from "./LibAsset.sol"; import { LibUtil } from "./LibUtil.sol"; import { InvalidContract, NoSwapFromZeroBalance, InsufficientBalance } from "../Errors/GenericErrors.sol"; import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol"; library LibSwap { struct SwapData { address callTo; address approveTo; address sendingAssetId; address receivingAssetId; uint256 fromAmount; bytes callData; bool requiresDeposit; } event AssetSwapped( bytes32 transactionId, address dex, address fromAssetId, address toAssetId, uint256 fromAmount, uint256 toAmount, uint256 timestamp ); function swap(bytes32 transactionId, SwapData calldata _swap) internal { if (!LibAsset.isContract(_swap.callTo)) revert InvalidContract(); uint256 fromAmount = _swap.fromAmount; if (fromAmount == 0) revert NoSwapFromZeroBalance(); uint256 nativeValue = LibAsset.isNativeAsset(_swap.sendingAssetId) ? _swap.fromAmount : 0; uint256 initialSendingAssetBalance = LibAsset.getOwnBalance(_swap.sendingAssetId); uint256 initialReceivingAssetBalance = LibAsset.getOwnBalance(_swap.receivingAssetId); if (nativeValue == 0) { LibAsset.maxApproveERC20(IERC20(_swap.sendingAssetId), _swap.approveTo, _swap.fromAmount); } if (initialSendingAssetBalance < _swap.fromAmount) { revert InsufficientBalance(_swap.fromAmount, initialSendingAssetBalance); } // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory res) = _swap.callTo.call{ value: nativeValue }(_swap.callData); if (!success) { string memory reason = LibUtil.getRevertMsg(res); revert(reason); } uint256 newBalance = LibAsset.getOwnBalance(_swap.receivingAssetId); emit AssetSwapped( transactionId, _swap.callTo, _swap.sendingAssetId, _swap.receivingAssetId, _swap.fromAmount, newBalance > initialReceivingAssetBalance ? newBalance - initialReceivingAssetBalance : newBalance, block.timestamp ); } }
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "./LibBytes.sol"; library LibUtil { using LibBytes for bytes; function getRevertMsg(bytes memory _res) internal pure returns (string memory) { // If the _res length is less than 68, then the transaction failed silently (without a revert message) if (_res.length < 68) return "Transaction reverted silently"; bytes memory revertData = _res.slice(4, _res.length - 4); // Remove the selector which is the first 4 bytes return abi.decode(revertData, (string)); // All that remains is the revert string } /// @notice Determines whether the given address is the zero address /// @param addr The address to verify /// @return Boolean indicating if the address is the zero address function isZeroAddress(address addr) internal pure returns (bool) { return addr == address(0); } }
{ "remappings": [ "@axelar-network/=node_modules/@axelar-network/", "@connext/=node_modules/@connext/", "@eth-optimism/=node_modules/@hop-protocol/sdk/node_modules/@eth-optimism/", "@openzeppelin/=node_modules/@openzeppelin/", "@uniswap/=node_modules/@uniswap/", "create3-factory/=lib/create3-factory/src/", "ds-test/=lib/ds-test/src/", "eth-gas-reporter/=node_modules/eth-gas-reporter/", "forge-std/=lib/forge-std/src/", "hardhat-deploy/=node_modules/hardhat-deploy/", "hardhat/=node_modules/hardhat/", "lifi/=src/", "sgn-v2-contracts/=lib/sgn-v2-contracts/contracts/", "solmate/=lib/solmate/src/", "test/=test/" ], "optimizer": { "enabled": true, "runs": 10000 }, "metadata": { "bytecodeHash": "ipfs" }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "evmVersion": "london", "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_erc20Proxy","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ExecutionFailed","type":"error"},{"inputs":[{"internalType":"uint256","name":"required","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"name":"InsufficientBalance","type":"error"},{"inputs":[],"name":"InvalidAmount","type":"error"},{"inputs":[],"name":"InvalidCaller","type":"error"},{"inputs":[],"name":"InvalidContract","type":"error"},{"inputs":[],"name":"NativeAssetTransferFailed","type":"error"},{"inputs":[],"name":"NewOwnerMustNotBeSelf","type":"error"},{"inputs":[],"name":"NoNullOwner","type":"error"},{"inputs":[],"name":"NoPendingOwnershipTransfer","type":"error"},{"inputs":[],"name":"NoSwapFromZeroBalance","type":"error"},{"inputs":[],"name":"NoTransferToNullAddress","type":"error"},{"inputs":[],"name":"NotPendingOwner","type":"error"},{"inputs":[],"name":"NullAddrIsNotAValidSpender","type":"error"},{"inputs":[],"name":"NullAddrIsNotAnERC20Token","type":"error"},{"inputs":[],"name":"ReentrancyError","type":"error"},{"inputs":[],"name":"SliceOutOfBounds","type":"error"},{"inputs":[],"name":"SliceOverflow","type":"error"},{"inputs":[],"name":"UnAuthorized","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"proxy","type":"address"}],"name":"ERC20ProxySet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"transactionId","type":"bytes32"},{"indexed":false,"internalType":"address","name":"receivingAssetId","type":"address"},{"indexed":false,"internalType":"address","name":"receiver","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"LiFiTransferCompleted","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"bytes32","name":"transactionId","type":"bytes32"},{"internalType":"string","name":"bridge","type":"string"},{"internalType":"string","name":"integrator","type":"string"},{"internalType":"address","name":"referrer","type":"address"},{"internalType":"address","name":"sendingAssetId","type":"address"},{"internalType":"address","name":"receiver","type":"address"},{"internalType":"uint256","name":"minAmount","type":"uint256"},{"internalType":"uint256","name":"destinationChainId","type":"uint256"},{"internalType":"bool","name":"hasSourceSwaps","type":"bool"},{"internalType":"bool","name":"hasDestinationCall","type":"bool"}],"indexed":false,"internalType":"struct ILiFi.BridgeData","name":"bridgeData","type":"tuple"}],"name":"LiFiTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"}],"name":"OwnershipTransferRequested","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"},{"inputs":[],"name":"cancelOwnershipTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"confirmOwnershipTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"erc20Proxy","outputs":[{"internalType":"contract IERC20Proxy","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc20Proxy","type":"address"}],"name":"setERC20Proxy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_transactionId","type":"bytes32"},{"components":[{"internalType":"address","name":"callTo","type":"address"},{"internalType":"address","name":"approveTo","type":"address"},{"internalType":"address","name":"sendingAssetId","type":"address"},{"internalType":"address","name":"receivingAssetId","type":"address"},{"internalType":"uint256","name":"fromAmount","type":"uint256"},{"internalType":"bytes","name":"callData","type":"bytes"},{"internalType":"bool","name":"requiresDeposit","type":"bool"}],"internalType":"struct LibSwap.SwapData[]","name":"_swapData","type":"tuple[]"},{"internalType":"address","name":"_transferredAssetId","type":"address"},{"internalType":"address payable","name":"_receiver","type":"address"}],"name":"swapAndCompleteBridgeTokens","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_transactionId","type":"bytes32"},{"components":[{"internalType":"address","name":"callTo","type":"address"},{"internalType":"address","name":"approveTo","type":"address"},{"internalType":"address","name":"sendingAssetId","type":"address"},{"internalType":"address","name":"receivingAssetId","type":"address"},{"internalType":"uint256","name":"fromAmount","type":"uint256"},{"internalType":"bytes","name":"callData","type":"bytes"},{"internalType":"bool","name":"requiresDeposit","type":"bool"}],"internalType":"struct LibSwap.SwapData[]","name":"_swapData","type":"tuple[]"},{"internalType":"address","name":"_transferredAssetId","type":"address"},{"internalType":"address payable","name":"_receiver","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"swapAndExecute","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60806040523480156200001157600080fd5b50604051620022ea380380620022ea8339810160408190526200003491620000af565b600080546001600160a01b038085166001600160a01b03199283161783556002805491851691909216811790915560405190917f2c835b8316da89c3b658f57c3b39e7b191fddc4b104beeda23042d5dadf455a991a25050620000e7565b80516001600160a01b0381168114620000aa57600080fd5b919050565b60008060408385031215620000c357600080fd5b620000ce8362000092565b9150620000de6020840162000092565b90509250929050565b6121f380620000f76000396000f3fe60806040526004361061009a5760003560e01c80637f555b0311610069578063a83cbaa31161004e578063a83cbaa314610161578063e30c397814610174578063f2fde38b1461019457600080fd5b80637f555b03146101055780638da5cb5b1461014157600080fd5b806323452b9c146100a65780634f91bc2b146100bd5780635004a4b7146100d05780637200b829146100f057600080fd5b366100a157005b600080fd5b3480156100b257600080fd5b506100bb6101b4565b005b6100bb6100cb366004611dc8565b610264565b3480156100dc57600080fd5b506100bb6100eb366004611e3c565b610305565b3480156100fc57600080fd5b506100bb6103ab565b34801561011157600080fd5b50600254610125906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014d57600080fd5b50600054610125906001600160a01b031681565b6100bb61016f366004611e59565b61046a565b34801561018057600080fd5b50600154610125906001600160a01b031681565b3480156101a057600080fd5b506100bb6101af366004611e3c565b610505565b6000546001600160a01b031633146101f8576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001546001600160a01b031661023a576040517f75cdea1200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b7fa65bb2f450488ab0858c00edc14abc5297769bf42adb48cfb77752890e8b697b80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff016102df576040517f29f745a700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181600001819055506102fa86868686866000600161062f565b600090555050505050565b6000546001600160a01b03163314610349576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600280547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040517f2c835b8316da89c3b658f57c3b39e7b191fddc4b104beeda23042d5dadf455a990600090a250565b6001546001600160a01b03163381146103f0576040517f1853971c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b039092167fffffffffffffffffffffffff0000000000000000000000000000000000000000928316179055600180549091169055565b7fa65bb2f450488ab0858c00edc14abc5297769bf42adb48cfb77752890e8b697b80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff016104e5576040517f29f745a700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181556104f9878787878787600061062f565b60009055505050505050565b6000546001600160a01b03163314610549576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116610589576040517f1beca37400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336001600160a01b038216036105cb576040517fbf1ea9fb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b03831690811790915560405133907fed8889f560326eb138920d842192f0eb3dd22b4f139c87a2c57538e05bae127890600090a350565b600080808888610640600182611f04565b81811061064f5761064f611f17565b90506020028101906106619190611f46565b610672906080810190606001611e3c565b90506001600160a01b038116156106935761068c816108c7565b91506106aa565b3461069d826108c7565b6106a79190611f04565b91505b6001600160a01b038716156107f6576106c2876108c7565b92508315610766576040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081523360048201523060248201526000906001600160a01b0389169063dd62ed3e90604401602060405180830381865afa158015610730573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107549190611f84565b90506107608882610966565b5061080d565b6002546040517f15dacbea0000000000000000000000000000000000000000000000000000000081526001600160a01b03898116600483015233602483015230604483015260648201889052909116906315dacbea90608401600060405180830381600087803b1580156107d957600080fd5b505af11580156107ed573d6000803e3d6000fd5b5050505061080d565b34610800886108c7565b61080a9190611f04565b92505b6108198a8a8a89610acc565b6000610824886108c7565b90508381111561084257610842888861083d8785611f04565b610d90565b600061084d836108c7565b90508381111561086657610866838961083d8785611f04565b604080516001600160a01b03808c1682528a1660208201529081018290524260608201528c907fb8c86983f929c6b770461983d1bbde1870408120f07123e9c12d49f35a0b4c4b9060800160405180910390a2505050505050505050505050565b60006001600160a01b0382161561095e576040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b038316906370a0823190602401602060405180830381865afa158015610935573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109599190611f84565b610960565b475b92915050565b6001600160a01b0382166109b257803410156109ae576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050565b806000036109ec576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201526000906001600160a01b038416906370a0823190602401602060405180830381865afa158015610a4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a709190611f84565b905081811015610abb576040517fcf47918100000000000000000000000000000000000000000000000000000000815260048101839052602481018290526044015b60405180910390fd5b610ac783333085610db4565b505050565b8282828160018114610cbf576000610ae48585610f9a565b905060008585610af5600186611f04565b818110610b0457610b04611f17565b9050602002810190610b169190611f46565b610b27906080810190606001611e3c565b9050600088815b81811015610bee576002546001600160a01b03168c8c83818110610b5457610b54611f17565b9050602002810190610b669190611f46565b610b74906020810190611e3c565b6001600160a01b031603610bb4576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b368c8c83818110610bc757610bc7611f17565b9050602002810190610bd99190611f46565b9050610be58e82611099565b50600101610b2e565b505060005b610bfe600186611f04565b811015610cb6576000888883818110610c1957610c19611f17565b9050602002810190610c2b9190611f46565b610c3c906080810190606001611e3c565b9050836001600160a01b0316816001600160a01b031614610cad57610c60816108c7565b9250848281518110610c7457610c74611f17565b6020026020010151831115610cad57610cad8188878581518110610c9a57610c9a611f17565b60200260200101518661083d9190611f04565b50600101610bf3565b50505050610d86565b8560005b81811015610d83576002546001600160a01b0316898983818110610ce957610ce9611f17565b9050602002810190610cfb9190611f46565b610d09906020810190611e3c565b6001600160a01b031603610d49576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b36898983818110610d5c57610d5c611f17565b9050602002810190610d6e9190611f46565b9050610d7a8b82611099565b50600101610cc3565b50505b5050505050505050565b6001600160a01b03831615610daa57610ac78383836113a2565b610ac782826114bd565b6001600160a01b038416610df4576040517fd1bebf0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038216610e34576040517f21f7434500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b03838116600483015285916000918316906370a0823190602401602060405180830381865afa158015610e98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ebc9190611f84565b9050610eca828686866115cd565b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038581166004830152849183918516906370a0823190602401602060405180830381865afa158015610f2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f519190611f84565b610f5b9190611f04565b14610f92576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505050505050565b60608160008167ffffffffffffffff811115610fb857610fb8611f9d565b604051908082528060200260200182016040528015610fe1578160200160208202803683370190505b5090506000805b8381101561108e5786868281811061100257611002611f17565b90506020028101906110149190611f46565b611025906080810190606001611e3c565b9150611030826108c7565b83828151811061104257611042611f17565b60209081029190910101526001600160a01b038216611086573483828151811061106e5761106e611f17565b602002602001018181516110829190611f04565b9052505b600101610fe8565b509095945050505050565b6110af6110a96020830183611e3c565b3b151590565b6110e5576040517f6eefed2000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60808101356000819003611125576040517fe46e079c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061114761113a6060850160408601611e3c565b6001600160a01b03161590565b611152576000611158565b82608001355b9050600061117461116f6060860160408701611e3c565b6108c7565b9050600061118b61116f6080870160608801611e3c565b9050826000036111c2576111c26111a86060870160408801611e3c565b6111b86040880160208901611e3c565b876080013561169c565b846080013582101561120d576040517fcf4791810000000000000000000000000000000000000000000000000000000081526080860135600482015260248101839052604401610ab2565b60008061121d6020880188611e3c565b6001600160a01b03168561123460a08a018a611fcc565b604051611242929190612031565b60006040518083038185875af1925050503d806000811461127f576040519150601f19603f3d011682016040523d82523d6000602084013e611284565b606091505b5091509150816112cf576000611299826117ba565b9050806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ab29190612065565b60006112e461116f60808a0160608b01611e3c565b90507f7bfdfdb5e3a3776976e53cb0607060f54c5312701c8cba1155cc4d5394440b388961131560208b018b611e3c565b61132560608c0160408d01611e3c565b61133560808d0160608e01611e3c565b8c608001358987116113475786611351565b6113518a88611f04565b604080519687526001600160a01b0395861660208801529385169386019390935292166060840152608083019190915260a08201524260c082015260e00160405180910390a1505050505050505050565b6001600160a01b0383166113e2576040517fd1bebf0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000906001600160a01b038516906370a0823190602401602060405180830381865afa158015611442573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114669190611f84565b9050808211156114ac576040517fcf4791810000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401610ab2565b6114b7848484611838565b50505050565b6001600160a01b0382166114fd576040517f21f7434500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b47811115611540576040517fcf47918100000000000000000000000000000000000000000000000000000000815260048101829052476024820152604401610ab2565b6000826001600160a01b03168260405160006040518083038185875af1925050503d806000811461158d576040519150601f19603f3d011682016040523d82523d6000602084013e611592565b606091505b5050905080610ac7576040517f5a04673700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040516001600160a01b03808516602483015283166044820152606481018290526114b79085907f23b872dd00000000000000000000000000000000000000000000000000000000906084015b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090931692909217909152611881565b6001600160a01b0383166116af57505050565b6001600160a01b0382166116ef576040517f63ba9bff00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b0383811660248301526000919085169063dd62ed3e90604401602060405180830381865afa158015611758573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061177c9190611f84565b9050818110156114b7576114b784846117b5847fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff611f04565b611980565b60606044825110156117ff57505060408051808201909152601d81527f5472616e73616374696f6e2072657665727465642073696c656e746c79000000602082015290565b600061181b60048085516118139190611f04565b859190611a64565b90508080602001905181019061183191906120b6565b9392505050565b6040516001600160a01b038316602482015260448101829052610ac79084907fa9059cbb000000000000000000000000000000000000000000000000000000009060640161161a565b60006118d6826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316611b7e9092919063ffffffff16565b805190915015610ac757808060200190518101906118f49190612176565b610ac7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610ab2565b6040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b038381166024830152600091839186169063dd62ed3e90604401602060405180830381865afa1580156119ea573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a0e9190611f84565b611a189190612198565b6040516001600160a01b0385166024820152604481018290529091506114b79085907f095ea7b3000000000000000000000000000000000000000000000000000000009060640161161a565b606081611a7281601f612198565b1015611aaa576040517f47aaf07a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611ab48284612198565b84511015611aee576040517f3b99b53d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606082158015611b0d5760405191506000825260208201604052611b75565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015611b46578051835260209283019201611b2e565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6060611b8d8484600085611b95565b949350505050565b606082471015611c27576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401610ab2565b6001600160a01b0385163b611c98576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610ab2565b600080866001600160a01b03168587604051611cb491906121ab565b60006040518083038185875af1925050503d8060008114611cf1576040519150601f19603f3d011682016040523d82523d6000602084013e611cf6565b606091505b5091509150611d06828286611d11565b979650505050505050565b60608315611d20575081611831565b825115611d305782518084602001fd5b816040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ab29190612065565b60008083601f840112611d7657600080fd5b50813567ffffffffffffffff811115611d8e57600080fd5b6020830191508360208260051b8501011115611da957600080fd5b9250929050565b6001600160a01b0381168114611dc557600080fd5b50565b600080600080600060808688031215611de057600080fd5b85359450602086013567ffffffffffffffff811115611dfe57600080fd5b611e0a88828901611d64565b9095509350506040860135611e1e81611db0565b91506060860135611e2e81611db0565b809150509295509295909350565b600060208284031215611e4e57600080fd5b813561183181611db0565b60008060008060008060a08789031215611e7257600080fd5b86359550602087013567ffffffffffffffff811115611e9057600080fd5b611e9c89828a01611d64565b9096509450506040870135611eb081611db0565b92506060870135611ec081611db0565b80925050608087013590509295509295509295565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8181038181111561096057610960611ed5565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff21833603018112611f7a57600080fd5b9190910192915050565b600060208284031215611f9657600080fd5b5051919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261200157600080fd5b83018035915067ffffffffffffffff82111561201c57600080fd5b602001915036819003821315611da957600080fd5b8183823760009101908152919050565b60005b8381101561205c578181015183820152602001612044565b50506000910152565b6020815260008251806020840152612084816040850160208701612041565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160400192915050565b6000602082840312156120c857600080fd5b815167ffffffffffffffff808211156120e057600080fd5b818401915084601f8301126120f457600080fd5b81518181111561210657612106611f9d565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561214c5761214c611f9d565b8160405282815287602084870101111561216557600080fd5b611d06836020830160208801612041565b60006020828403121561218857600080fd5b8151801515811461183157600080fd5b8082018082111561096057610960611ed5565b60008251611f7a81846020870161204156fea26469706673582212203f8792898a7d36cde52a80233647a74a70004fc6afb7599a81762cf9cac14ffb64736f6c6343000811003300000000000000000000000011f11121df7256c40339393b0fb045321022ce44000000000000000000000000856ff421d9b354ba1e909e26655e159f5bd04f2e
Deployed Bytecode
0x60806040526004361061009a5760003560e01c80637f555b0311610069578063a83cbaa31161004e578063a83cbaa314610161578063e30c397814610174578063f2fde38b1461019457600080fd5b80637f555b03146101055780638da5cb5b1461014157600080fd5b806323452b9c146100a65780634f91bc2b146100bd5780635004a4b7146100d05780637200b829146100f057600080fd5b366100a157005b600080fd5b3480156100b257600080fd5b506100bb6101b4565b005b6100bb6100cb366004611dc8565b610264565b3480156100dc57600080fd5b506100bb6100eb366004611e3c565b610305565b3480156100fc57600080fd5b506100bb6103ab565b34801561011157600080fd5b50600254610125906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014d57600080fd5b50600054610125906001600160a01b031681565b6100bb61016f366004611e59565b61046a565b34801561018057600080fd5b50600154610125906001600160a01b031681565b3480156101a057600080fd5b506100bb6101af366004611e3c565b610505565b6000546001600160a01b031633146101f8576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001546001600160a01b031661023a576040517f75cdea1200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b7fa65bb2f450488ab0858c00edc14abc5297769bf42adb48cfb77752890e8b697b80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff016102df576040517f29f745a700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181600001819055506102fa86868686866000600161062f565b600090555050505050565b6000546001600160a01b03163314610349576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600280547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040517f2c835b8316da89c3b658f57c3b39e7b191fddc4b104beeda23042d5dadf455a990600090a250565b6001546001600160a01b03163381146103f0576040517f1853971c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b039092167fffffffffffffffffffffffff0000000000000000000000000000000000000000928316179055600180549091169055565b7fa65bb2f450488ab0858c00edc14abc5297769bf42adb48cfb77752890e8b697b80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff016104e5576040517f29f745a700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181556104f9878787878787600061062f565b60009055505050505050565b6000546001600160a01b03163314610549576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116610589576040517f1beca37400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336001600160a01b038216036105cb576040517fbf1ea9fb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b03831690811790915560405133907fed8889f560326eb138920d842192f0eb3dd22b4f139c87a2c57538e05bae127890600090a350565b600080808888610640600182611f04565b81811061064f5761064f611f17565b90506020028101906106619190611f46565b610672906080810190606001611e3c565b90506001600160a01b038116156106935761068c816108c7565b91506106aa565b3461069d826108c7565b6106a79190611f04565b91505b6001600160a01b038716156107f6576106c2876108c7565b92508315610766576040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081523360048201523060248201526000906001600160a01b0389169063dd62ed3e90604401602060405180830381865afa158015610730573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107549190611f84565b90506107608882610966565b5061080d565b6002546040517f15dacbea0000000000000000000000000000000000000000000000000000000081526001600160a01b03898116600483015233602483015230604483015260648201889052909116906315dacbea90608401600060405180830381600087803b1580156107d957600080fd5b505af11580156107ed573d6000803e3d6000fd5b5050505061080d565b34610800886108c7565b61080a9190611f04565b92505b6108198a8a8a89610acc565b6000610824886108c7565b90508381111561084257610842888861083d8785611f04565b610d90565b600061084d836108c7565b90508381111561086657610866838961083d8785611f04565b604080516001600160a01b03808c1682528a1660208201529081018290524260608201528c907fb8c86983f929c6b770461983d1bbde1870408120f07123e9c12d49f35a0b4c4b9060800160405180910390a2505050505050505050505050565b60006001600160a01b0382161561095e576040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b038316906370a0823190602401602060405180830381865afa158015610935573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109599190611f84565b610960565b475b92915050565b6001600160a01b0382166109b257803410156109ae576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050565b806000036109ec576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201526000906001600160a01b038416906370a0823190602401602060405180830381865afa158015610a4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a709190611f84565b905081811015610abb576040517fcf47918100000000000000000000000000000000000000000000000000000000815260048101839052602481018290526044015b60405180910390fd5b610ac783333085610db4565b505050565b8282828160018114610cbf576000610ae48585610f9a565b905060008585610af5600186611f04565b818110610b0457610b04611f17565b9050602002810190610b169190611f46565b610b27906080810190606001611e3c565b9050600088815b81811015610bee576002546001600160a01b03168c8c83818110610b5457610b54611f17565b9050602002810190610b669190611f46565b610b74906020810190611e3c565b6001600160a01b031603610bb4576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b368c8c83818110610bc757610bc7611f17565b9050602002810190610bd99190611f46565b9050610be58e82611099565b50600101610b2e565b505060005b610bfe600186611f04565b811015610cb6576000888883818110610c1957610c19611f17565b9050602002810190610c2b9190611f46565b610c3c906080810190606001611e3c565b9050836001600160a01b0316816001600160a01b031614610cad57610c60816108c7565b9250848281518110610c7457610c74611f17565b6020026020010151831115610cad57610cad8188878581518110610c9a57610c9a611f17565b60200260200101518661083d9190611f04565b50600101610bf3565b50505050610d86565b8560005b81811015610d83576002546001600160a01b0316898983818110610ce957610ce9611f17565b9050602002810190610cfb9190611f46565b610d09906020810190611e3c565b6001600160a01b031603610d49576040517fbe24598300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b36898983818110610d5c57610d5c611f17565b9050602002810190610d6e9190611f46565b9050610d7a8b82611099565b50600101610cc3565b50505b5050505050505050565b6001600160a01b03831615610daa57610ac78383836113a2565b610ac782826114bd565b6001600160a01b038416610df4576040517fd1bebf0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038216610e34576040517f21f7434500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b03838116600483015285916000918316906370a0823190602401602060405180830381865afa158015610e98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ebc9190611f84565b9050610eca828686866115cd565b6040517f70a082310000000000000000000000000000000000000000000000000000000081526001600160a01b038581166004830152849183918516906370a0823190602401602060405180830381865afa158015610f2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f519190611f84565b610f5b9190611f04565b14610f92576040517f2c5211c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505050505050565b60608160008167ffffffffffffffff811115610fb857610fb8611f9d565b604051908082528060200260200182016040528015610fe1578160200160208202803683370190505b5090506000805b8381101561108e5786868281811061100257611002611f17565b90506020028101906110149190611f46565b611025906080810190606001611e3c565b9150611030826108c7565b83828151811061104257611042611f17565b60209081029190910101526001600160a01b038216611086573483828151811061106e5761106e611f17565b602002602001018181516110829190611f04565b9052505b600101610fe8565b509095945050505050565b6110af6110a96020830183611e3c565b3b151590565b6110e5576040517f6eefed2000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60808101356000819003611125576040517fe46e079c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061114761113a6060850160408601611e3c565b6001600160a01b03161590565b611152576000611158565b82608001355b9050600061117461116f6060860160408701611e3c565b6108c7565b9050600061118b61116f6080870160608801611e3c565b9050826000036111c2576111c26111a86060870160408801611e3c565b6111b86040880160208901611e3c565b876080013561169c565b846080013582101561120d576040517fcf4791810000000000000000000000000000000000000000000000000000000081526080860135600482015260248101839052604401610ab2565b60008061121d6020880188611e3c565b6001600160a01b03168561123460a08a018a611fcc565b604051611242929190612031565b60006040518083038185875af1925050503d806000811461127f576040519150601f19603f3d011682016040523d82523d6000602084013e611284565b606091505b5091509150816112cf576000611299826117ba565b9050806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ab29190612065565b60006112e461116f60808a0160608b01611e3c565b90507f7bfdfdb5e3a3776976e53cb0607060f54c5312701c8cba1155cc4d5394440b388961131560208b018b611e3c565b61132560608c0160408d01611e3c565b61133560808d0160608e01611e3c565b8c608001358987116113475786611351565b6113518a88611f04565b604080519687526001600160a01b0395861660208801529385169386019390935292166060840152608083019190915260a08201524260c082015260e00160405180910390a1505050505050505050565b6001600160a01b0383166113e2576040517fd1bebf0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000906001600160a01b038516906370a0823190602401602060405180830381865afa158015611442573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114669190611f84565b9050808211156114ac576040517fcf4791810000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401610ab2565b6114b7848484611838565b50505050565b6001600160a01b0382166114fd576040517f21f7434500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b47811115611540576040517fcf47918100000000000000000000000000000000000000000000000000000000815260048101829052476024820152604401610ab2565b6000826001600160a01b03168260405160006040518083038185875af1925050503d806000811461158d576040519150601f19603f3d011682016040523d82523d6000602084013e611592565b606091505b5050905080610ac7576040517f5a04673700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040516001600160a01b03808516602483015283166044820152606481018290526114b79085907f23b872dd00000000000000000000000000000000000000000000000000000000906084015b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090931692909217909152611881565b6001600160a01b0383166116af57505050565b6001600160a01b0382166116ef576040517f63ba9bff00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b0383811660248301526000919085169063dd62ed3e90604401602060405180830381865afa158015611758573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061177c9190611f84565b9050818110156114b7576114b784846117b5847fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff611f04565b611980565b60606044825110156117ff57505060408051808201909152601d81527f5472616e73616374696f6e2072657665727465642073696c656e746c79000000602082015290565b600061181b60048085516118139190611f04565b859190611a64565b90508080602001905181019061183191906120b6565b9392505050565b6040516001600160a01b038316602482015260448101829052610ac79084907fa9059cbb000000000000000000000000000000000000000000000000000000009060640161161a565b60006118d6826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316611b7e9092919063ffffffff16565b805190915015610ac757808060200190518101906118f49190612176565b610ac7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610ab2565b6040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b038381166024830152600091839186169063dd62ed3e90604401602060405180830381865afa1580156119ea573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a0e9190611f84565b611a189190612198565b6040516001600160a01b0385166024820152604481018290529091506114b79085907f095ea7b3000000000000000000000000000000000000000000000000000000009060640161161a565b606081611a7281601f612198565b1015611aaa576040517f47aaf07a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611ab48284612198565b84511015611aee576040517f3b99b53d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606082158015611b0d5760405191506000825260208201604052611b75565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015611b46578051835260209283019201611b2e565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6060611b8d8484600085611b95565b949350505050565b606082471015611c27576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401610ab2565b6001600160a01b0385163b611c98576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610ab2565b600080866001600160a01b03168587604051611cb491906121ab565b60006040518083038185875af1925050503d8060008114611cf1576040519150601f19603f3d011682016040523d82523d6000602084013e611cf6565b606091505b5091509150611d06828286611d11565b979650505050505050565b60608315611d20575081611831565b825115611d305782518084602001fd5b816040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ab29190612065565b60008083601f840112611d7657600080fd5b50813567ffffffffffffffff811115611d8e57600080fd5b6020830191508360208260051b8501011115611da957600080fd5b9250929050565b6001600160a01b0381168114611dc557600080fd5b50565b600080600080600060808688031215611de057600080fd5b85359450602086013567ffffffffffffffff811115611dfe57600080fd5b611e0a88828901611d64565b9095509350506040860135611e1e81611db0565b91506060860135611e2e81611db0565b809150509295509295909350565b600060208284031215611e4e57600080fd5b813561183181611db0565b60008060008060008060a08789031215611e7257600080fd5b86359550602087013567ffffffffffffffff811115611e9057600080fd5b611e9c89828a01611d64565b9096509450506040870135611eb081611db0565b92506060870135611ec081611db0565b80925050608087013590509295509295509295565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8181038181111561096057610960611ed5565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff21833603018112611f7a57600080fd5b9190910192915050565b600060208284031215611f9657600080fd5b5051919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261200157600080fd5b83018035915067ffffffffffffffff82111561201c57600080fd5b602001915036819003821315611da957600080fd5b8183823760009101908152919050565b60005b8381101561205c578181015183820152602001612044565b50506000910152565b6020815260008251806020840152612084816040850160208701612041565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160400192915050565b6000602082840312156120c857600080fd5b815167ffffffffffffffff808211156120e057600080fd5b818401915084601f8301126120f457600080fd5b81518181111561210657612106611f9d565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561214c5761214c611f9d565b8160405282815287602084870101111561216557600080fd5b611d06836020830160208801612041565b60006020828403121561218857600080fd5b8151801515811461183157600080fd5b8082018082111561096057610960611ed5565b60008251611f7a81846020870161204156fea26469706673582212203f8792898a7d36cde52a80233647a74a70004fc6afb7599a81762cf9cac14ffb64736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000011f11121df7256c40339393b0fb045321022ce44000000000000000000000000856ff421d9b354ba1e909e26655e159f5bd04f2e
-----Decoded View---------------
Arg [0] : _owner (address): 0x11F11121DF7256C40339393b0FB045321022ce44
Arg [1] : _erc20Proxy (address): 0x856FF421D9b354ba1E909e26655E159F5Bd04F2E
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 00000000000000000000000011f11121df7256c40339393b0fb045321022ce44
Arg [1] : 000000000000000000000000856ff421d9b354ba1e909e26655e159f5bd04f2e
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.