BscScan - Sponsored slots available. Book your slot here!
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 62 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Mint | 44449909 | 15 days ago | IN | 0.002 BNB | 0.00168444 | ||||
Approve | 44171814 | 25 days ago | IN | 0 BNB | 0.00002673 | ||||
Approve | 44171810 | 25 days ago | IN | 0 BNB | 0.00004663 | ||||
Transfer | 43951322 | 33 days ago | IN | 0 BNB | 0.00079482 | ||||
Approve | 43950484 | 33 days ago | IN | 0 BNB | 0.00005122 | ||||
Set Trusted Remo... | 43784536 | 38 days ago | IN | 0 BNB | 0.00003736 | ||||
Approve | 43274103 | 56 days ago | IN | 0 BNB | 0.00002678 | ||||
Mint | 43071515 | 63 days ago | IN | 0.00230303 BNB | 0.000552 | ||||
Approve | 43071437 | 63 days ago | IN | 0 BNB | 0.00003248 | ||||
Mint | 43064881 | 63 days ago | IN | 0.00254078 BNB | 0.0020693 | ||||
Approve | 43064839 | 63 days ago | IN | 0 BNB | 0.00005129 | ||||
Approve | 42908507 | 69 days ago | IN | 0 BNB | 0.00005095 | ||||
Split Shares Wit... | 42317932 | 89 days ago | IN | 0 BNB | 0.00200421 | ||||
Transfer | 42315718 | 89 days ago | IN | 0 BNB | 0.00102632 | ||||
Send From | 40190594 | 163 days ago | IN | 0.000892 BNB | 0.00024634 | ||||
Transfer | 40190433 | 163 days ago | IN | 0 BNB | 0.00072757 | ||||
Transfer | 39289385 | 195 days ago | IN | 0.003 BNB | 0.00241418 | ||||
Approve | 38176292 | 234 days ago | IN | 0 BNB | 0.00004663 | ||||
Send From | 38056451 | 238 days ago | IN | 0.001248 BNB | 0.00073975 | ||||
Send From | 37867250 | 244 days ago | IN | 0.002253 BNB | 0.00028078 | ||||
Approve | 37787239 | 247 days ago | IN | 0 BNB | 0.00004634 | ||||
Approve | 37640724 | 252 days ago | IN | 0 BNB | 0.00004663 | ||||
Transfer | 37495628 | 257 days ago | IN | 0 BNB | 0.00093324 | ||||
Approve | 37495597 | 257 days ago | IN | 0 BNB | 0.00004634 | ||||
Transfer | 35078566 | 341 days ago | IN | 0.001 BNB | 0.00049306 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
44856520 | 41 hrs ago | 0.00001045 BNB | ||||
44449909 | 15 days ago | 0.00050067 BNB | ||||
44449909 | 15 days ago | 0.00050067 BNB | ||||
44449909 | 15 days ago | 0.00050067 BNB | ||||
44449875 | 15 days ago | 0.00026563 BNB | ||||
44449875 | 15 days ago | 0.00006977 BNB | ||||
44449875 | 15 days ago | 0.00006977 BNB | ||||
44449875 | 15 days ago | 0.00006977 BNB | ||||
44449875 | 15 days ago | 0.00027739 BNB | ||||
44449875 | 15 days ago | 0.0000003 BNB | ||||
44449875 | 15 days ago | 0.0000994 BNB | ||||
44449858 | 15 days ago | 0.00000137 BNB | ||||
44449858 | 15 days ago | 0.00045564 BNB | ||||
44449858 | 15 days ago | 0.00005 BNB | ||||
44449858 | 15 days ago | 0.00000201 BNB | ||||
44449828 | 15 days ago | 0 BNB | ||||
44449828 | 15 days ago | 0.00000182 BNB | ||||
44449828 | 15 days ago | 0.00000183 BNB | ||||
44449828 | 15 days ago | 0.00004552 BNB | ||||
44449828 | 15 days ago | 0.00004552 BNB | ||||
44264856 | 22 days ago | 0.00000002 BNB | ||||
44264856 | 22 days ago | 0.00000755 BNB | ||||
44264856 | 22 days ago | 0.00000759 BNB | ||||
44264856 | 22 days ago | 0.00018393 BNB | ||||
44264856 | 22 days ago | 0.00112031 BNB |
Loading...
Loading
Contract Name:
TimeIsUp
Compiler Version
v0.8.10+commit.fc410830
Optimization Enabled:
Yes with 5000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: UNLICENSED /* REVERT/REQUIRE CODE ERRORS: TUP_01: please refer you can call this function only once at a time until it is fully executed TUP_02: you should allow TIME to be spent before calling the function TUP_03: TIME amount sent must match with the ETH amount sent TUP_04: TUP contract does not have enough ETH amount to perform the operation TUP_05: the pool does not have a sufficient amount to trade TUP_06: there is no enough tokens to sell TUP_07: there is no enough tokens to burn TUP_08: get out of here dude! TUP_09: borrowed amount must be less or equal to total supply TUP_10: not enough to cover expenses TUP_11: please do not forget to call payFlashMintFee() function and pay the flash mint --------------------------------------------------------------------------------------- */ pragma solidity ^0.8.10; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@layerzerolabs/solidity-examples/contracts/token/oft/OFT.sol"; import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol"; import "./IHelperBase.sol"; import "./IEmployer.sol"; import "./ITimeToken.sol"; import "./IFlashMintBorrower.sol"; import "./IUniswapV2Pair.sol"; contract TimeIsUp is OFT { using Math for uint256; bool private _isFlashMintPaid; bool private _isFlashMintStarted; bool private _isOperationLocked; address payable private immutable _employerAddress; string private _name; string private _symbol; uint256 private constant FACTOR = 10 ** 18; uint256 private constant CHAINLINK_FACTOR = 10 ** 8; uint256 private constant COMISSION_RATE = 100; uint256 private _currentFlashMintFee; uint256 private _dividendPerToken; uint256 private _totalSupply; uint256 private _totalForDividend; uint256 public constant FLASH_MINT_FEE = 100; uint256 public arbitrageCount; uint256 public poolBalance; uint256 public toBeShared; uint256 public totalEarned; uint256 public totalEarnedFromFlashMintFee; ITimeToken private timeToken; AggregatorV3Interface private chainlink; IHelperBase public helper; mapping(address => uint256) private _balances; mapping(address => uint256) private _consumedDividendPerToken; mapping(address => mapping(address => uint256)) private _allowances; constructor( string memory name_, string memory symbol_, address _helperAddress, address employerAddress_, address _timeTokenAddress, address _lzEndPointAddress, address _chainlinkAddress, address _owner ) OFT(name_, symbol_, _lzEndPointAddress) { _name = name_; _symbol = symbol_; _employerAddress = payable(employerAddress_); timeToken = ITimeToken(payable(_timeTokenAddress)); helper = IHelperBase(_helperAddress); if (_chainlinkAddress != address(0)) chainlink = AggregatorV3Interface(_chainlinkAddress); if (_owner != msg.sender) transferOwnership(_owner); } /** * @dev This modifier is called when a flash mint is performed. It modifies the internal state of the contract to avoid share calculation when flash mint is running * */ modifier performFlashMint() { require(!_isFlashMintStarted, "TUP_08"); _isFlashMintPaid = false; _isFlashMintStarted = true; _; _isFlashMintStarted = false; } /** * @dev This modifier helps to avoid/mitigate reentrancy attacks * */ modifier nonReentrant() { require(!_isOperationLocked || msg.sender == address(helper), "TUP_01"); _isOperationLocked = true; _; _isOperationLocked = false; } /** * @dev Performs state update when receiving funds from any source * */ receive() external payable { _receive(); } /** * @dev Fallback function to call in any situation * */ fallback() external payable { require(msg.data.length == 0 || msg.sender == address(timeToken) || msg.sender == address(helper)); _receive(); } /** * @dev Hook that is called after any transfer of tokens. This includes * minting and burning. * */ function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual override { } /** * @dev Hook that is called before any transfer of tokens. This includes * minting and burning. * */ function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override { _credit(from); _credit(to); } /** * @dev Add liquidity for the TUP/ETH pair LP in third party exchange (based on UniswapV2) * @param amount The amount in ETH to add to the LP * @param tupAmount The amount in TUP to add to the LP * */ function _addLiquidityNative(uint256 amount, uint256 tupAmount) private { require(address(this).balance >= amount, "TUP_04"); if (amount > 0) { address pairTupEth = helper.pairTupEth(); if (_balances[pairTupEth] > _balances[address(this)]) { payable(pairTupEth).call{value: amount}(""); IUniswapV2Pair(pairTupEth).sync(); } else { address helperAddress = address(helper); _mint(helperAddress, tupAmount); bool success = helper.addLiquidityNative{ value: amount }(tupAmount); if (!success && _balances[helperAddress] > 0) { _burn(helperAddress, _balances[helperAddress]); _mint(address(this), tupAmount); } } } } /** * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens. * * This internal function is equivalent to `approve`, and can be used to * e.g. set automatic allowances for certain subsystems, etc. * * Emits an {Approval} event. * * Requirements: * * - `owner` cannot be the zero address. * - `spender` cannot be the zero address. */ function _approve(address owner, address spender, uint256 amount) internal virtual override { require(owner != address(0), "ERC20 TUP: approve from the zero address"); require(spender != address(0), "ERC20 TUP: approve to the zero address"); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. * * Emits a {Transfer} event with `to` set to the zero address. * * Requirements: * * - `account` cannot be the zero address. * - `account` must have at least `amount` tokens. */ function _burn(address account, uint256 amount) internal virtual override { require(account != address(0), "ERC20 TUP: burn from the zero address"); _beforeTokenTransfer(account, address(0), amount); uint256 accountBalance = _balances[account]; require(accountBalance >= amount, "ERC20 TUP: burn amount exceeds balance"); unchecked { _balances[account] = accountBalance - amount; // Overflow not possible: amount <= accountBalance <= totalSupply. _totalSupply -= amount; } emit Transfer(account, address(0), amount); _afterTokenTransfer(account, address(0), amount); } /** * @dev Use part of the funds to generate value for TIME Token, buying some amount and burning it after together with some TUP tokens, proportionally * @param amount The amount to buy */ function _buyTimeAndBurnWithTup(uint256 amount) private { require(address(this).balance >= amount, "TUP_04"); timeToken.saveTime{ value: amount }(); uint256 balanceInTime = timeToken.balanceOf(address(this)); uint256 proportion = balanceInTime.mulDiv(FACTOR, timeToken.totalSupply() * 2); if (balanceOf(address(this)).mulDiv(proportion, FACTOR) > 0) _burn(address(this), balanceOf(address(this)).mulDiv(proportion, FACTOR)); address pairTupEth = helper.pairTupEth(); if (balanceOf(pairTupEth).mulDiv(proportion, FACTOR) > 0) _burn(pairTupEth, balanceOf(pairTupEth).mulDiv(proportion, FACTOR)); IUniswapV2Pair(pairTupEth).sync(); timeToken.burn(balanceInTime); } /** * @dev Calculate comission value over the provided amount * @return uint256 Comission value * */ function _calculateComissionOverAmount(uint256 amount) private pure returns (uint256) { return amount.mulDiv(COMISSION_RATE, 10_000); } /** * @dev Check for arbitrage opportunities and perform them if they are profitable. Profit is shared with TUP token holders * */ function _checkAndPerformArbitrage() private { try helper.checkAndPerformArbitrage() returns (bool success) { if (success) { arbitrageCount++; } } catch { } } /** * @dev Calculate the amount some address has to claim and credit for it * @param account The account address * */ function _credit(address account) private { uint256 amount = accountShareBalance(account); if (amount > 0) { _balances[account] += amount; emit Transfer(address(0), account, amount); } _consumedDividendPerToken[account] = _dividendPerToken; } /** * @dev Creates `amount` tokens and assigns them to `account`, increasing * the total supply. * * Emits a {Transfer} event with `from` set to the zero address. * * Requirements: * * - `account` cannot be the zero address. */ function _mint(address account, uint256 amount) internal virtual override { require(account != address(0), "ERC20 TUP: mint to the zero address"); _beforeTokenTransfer(address(0), account, amount); _totalSupply += amount; _totalForDividend += (account != address(helper) && account != address(this)) ? amount : 0; unchecked { // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above. _balances[account] += amount; } emit Transfer(address(0), account, amount); _afterTokenTransfer(address(0), account, amount); } /** * @dev Returns the optimal amount, in terms of TUP tokens, for the native amount passed * @param amountNative The native amount to be converted * @return uint256 The TUP optimal amount from native amount informed * */ function _queryAmountOptimal(uint256 amountNative) private view returns (uint256) { uint256 externalLP = queryAmountExternalLP(amountNative); uint256 internalLP = queryAmountInternalLP(amountNative); if (externalLP >= internalLP) { return (msg.sender == address(helper)) ? externalLP : internalLP; } else { return (msg.sender == address(helper)) ? internalLP : externalLP; } } /** * @dev Returns the native amount for the amount of TUP tokens passed * @param amount The amount of TUP tokens to be converted * @return uint256 The amount of native tokens correspondent to the TUP tokens amount * */ function _queryNativeAmount(uint256 amount) private view returns (uint256) { return amount.mulDiv(queryPriceInverse(amount), FACTOR); } /** * @dev Private receive function. Called when the external receive() or fallback() functions receive funds * */ function _receive() private { if (totalSupply() == 0) mint(0); else buy(); } /** * @dev Updates `owner` s allowance for `spender` based on spent `amount`. * * Does not update the allowance amount in case of infinite allowance. * Revert if not enough allowance is available. * * Might emit an {Approval} event. */ function _spendAllowance(address owner, address spender, uint256 amount) internal virtual override { uint256 currentAllowance = allowance(owner, spender); if (currentAllowance != type(uint256).max) { require(currentAllowance >= amount, "ERC20 TUP: insufficient allowance"); unchecked { _approve(owner, spender, currentAllowance - amount); } } } /** * @dev Private function called when the system needs to split shares to the ecosystem (pools, holders, et cetera) */ function _splitShares(bool isUsingTIME) private { if (toBeShared > 0) { uint256 share = toBeShared / 4; // 1st PART - Calculates dividend to be shared among TUP holders and add it to the total supply, only if TIME Token is not being used. Otherwise, the amount is used to buy TIME and burn it if (!isUsingTIME) { uint256 currentDividend = _dividendPerToken; uint256 tokenAmount = queryAmountInternalLP(share); _dividendPerToken += tokenAmount.mulDiv(FACTOR, _totalForDividend + 1); uint256 t = _totalForDividend.mulDiv(_dividendPerToken - currentDividend, FACTOR); _totalSupply += t; _totalForDividend += t; } else { _buyTimeAndBurnWithTup(share); } // 2nd and 3rd PARTs - Internal and External Pool _mintForLiquidity(share); // 4th PART - Employer - It gives value for TIME Token _employerAddress.call{value: share}(""); toBeShared = 0; _checkAndPerformArbitrage(); _updatePoolBalance(); } } /** * @dev Moves `amount` of tokens from `from` to `to`. * * This internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `from` must have a balance of at least `amount`. */ function _transfer(address from, address to, uint256 amount) internal virtual override { require(from != address(0), "ERC20 TUP: transfer from the zero address"); require(to != address(0), "ERC20 TUP: transfer to the zero address"); _checkAndPerformArbitrage(); _beforeTokenTransfer(from, to, amount); uint256 fromBalance = _balances[from]; require(fromBalance >= amount, "ERC20 TUP: transfer amount exceeds balance"); unchecked { _balances[from] = fromBalance - amount; // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by // decrementing then incrementing. _balances[to] += amount; } emit Transfer(from, to, amount); _afterTokenTransfer(from, to, amount); } /** * @dev Updates the state of the internal pool balance * */ function _updatePoolBalance() private { poolBalance = address(this).balance > toBeShared ? address(this).balance - toBeShared : 0; } /** * @dev Returns the name of the token. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev Returns the number of decimals used to get its user representation. * For example, if `decimals` equals `2`, a balance of `505` tokens should * be displayed to a user as `5.05` (`505 / 10 ** 2`). * * Tokens usually opt for a value of 18, imitating the relationship between * Ether and Wei. This is the value {ERC20} uses, unless this function is * overridden; * * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view virtual override returns (uint8) { return 18; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual override returns (uint256) { return _balances[account] + accountShareBalance(account); } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `to` cannot be the zero address. * - the caller must have a balance of at least `amount`. */ function transfer(address to, uint256 amount) public virtual override returns (bool) { if (to == address(this)) { sell(amount); } else { _transfer(msg.sender, to, amount); } return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view virtual override returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on * `transferFrom`. This is semantically equivalent to an infinite approval. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 amount) public virtual override returns (bool) { address owner = msg.sender; _approve(owner, spender, amount); return true; } /** * @dev See {IERC20-transferFrom}. * * Emits an {Approval} event indicating the updated allowance. This is not * required by the EIP. See the note at the beginning of {ERC20}. * * NOTE: Does not update the allowance if the current allowance * is the maximum `uint256`. * * Requirements: * * - `from` and `to` cannot be the zero address. * - `from` must have a balance of at least `amount`. * - the caller must have allowance for ``from``'s tokens of at least * `amount`. */ function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) { address spender = msg.sender; _spendAllowance(from, spender, amount); _transfer(from, to, amount); return true; } /** * @dev Atomically increases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. */ function increaseAllowance(address spender, uint256 addedValue) public virtual override returns (bool) { address owner = msg.sender; _approve(owner, spender, allowance(owner, spender) + addedValue); return true; } /** * @dev Atomically decreases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. * - `spender` must have allowance for the caller of at least * `subtractedValue`. */ function decreaseAllowance(address spender, uint256 subtractedValue) public virtual override returns (bool) { address owner = msg.sender; uint256 currentAllowance = allowance(owner, spender); require(currentAllowance >= subtractedValue, "ERC20 TUP: decreased allowance below zero"); unchecked { _approve(owner, spender, currentAllowance - subtractedValue); } return true; } /** * @dev Show the amount an account address can credit to itself * @notice Shares are not calculated when running flash mint * @param account The address of some account * @return The claimable amount * */ function accountShareBalance(address account) public view returns (uint256) { if (account != address(this) && account != helper.pairTupEth() && account != address(helper) && !_isFlashMintStarted) { return _balances[account].mulDiv(_dividendPerToken - _consumedDividendPerToken[account], FACTOR); } else { return 0; } } /** * @dev External function to burn TUP tokens. Sometimes is useful when you want to throw your money away... Who knows? * @param amount The amount of TUP tokens to be burned * */ function burn(uint256 amount) external { require(amount <= balanceOf(msg.sender), "TUP_07"); _burn(msg.sender, amount); } /** * @dev Main function of the TUP contract. Called whenever someone needs to generate tokens under the required conditions * @param timeAmount The amount of TIME Tokens an investor wants to use in order to mint more TUP tokens * */ function mint(uint256 timeAmount) public payable nonReentrant { // It must transfer and burn TIME Token onto the contract in order to mint additional TUP tokens require(timeToken.allowance(msg.sender, address(this)) >= timeAmount, "TUP_02"); uint256 timeAmountNativeValue = queryNativeFromTimeAmount(timeAmount); require(msg.value >= timeAmountNativeValue && msg.value > 0, "TUP_03"); toBeShared += msg.value; if (timeAmount > 0) { timeToken.transferFrom(msg.sender, address(this), timeAmount); _splitShares(true); } else { _splitShares(false); } _mint(msg.sender, queryAmountOptimal(msg.value + timeAmountNativeValue)); } /** * @dev Performs TUP minting for Liquidity Pools (Internal and External) * @notice It should query Chainlink to check the USD rate/price of native currency in order to maintain the same rate on all deployed networks * @param share The amount of ETH dedicated for the pools * */ function _mintForLiquidity(uint256 share) private { uint256 shareForLiquidity = _queryAmountOptimal(share); if (shareForLiquidity == share) { (, int256 roundData,,,) = address(chainlink) != address(0) ? chainlink.latestRoundData() : (uint80(0),int256(CHAINLINK_FACTOR),uint256(0),uint256(0),uint80(0)); shareForLiquidity = shareForLiquidity.mulDiv(uint256(roundData), CHAINLINK_FACTOR); } _addLiquidityNative(share, shareForLiquidity); if (_balances[address(this)] == 0) _mint(address(this), shareForLiquidity); } /** * @dev Queries for the external amount, in terms of TUP tokens, given an informed native amount * @notice It queries for the external LP * @param amountNative The native amount * @return uint256 The amount of TUP tokens * */ function queryAmountExternalLP(uint256 amountNative) public view returns (uint256) { uint256 amountExternalLP = amountNative.mulDiv(helper.queryRate(), FACTOR); return (amountExternalLP == 0) ? amountNative : amountExternalLP; } /** * @dev Queries for the internal amount, in terms of TUP tokens, given an informed native amount * @notice It queries for the internal LP * @param amountNative The native amount * @return uint256 The amount of TUP tokens * */ function queryAmountInternalLP(uint256 amountNative) public view returns (uint256) { uint256 amountInternalLP = amountNative.mulDiv(queryPriceNative(amountNative), FACTOR); return (amountInternalLP == 0) ? amountNative : amountInternalLP; } /** * @dev Queries for the optimal amount, in terms of TUP tokens, given an informed native amount * @param amountNative The native amount * @return uint256 The amount of TUP tokens * */ function queryAmountOptimal(uint256 amountNative) public view returns (uint256) { uint256 amountOptimal = _queryAmountOptimal(amountNative); return (amountOptimal - _calculateComissionOverAmount(amountOptimal)); } /** * @dev Queries for the native amount value given some TUP tokens informed * @param amount The amount of TUP tokens * @return uint256 The native amount * */ function queryNativeAmount(uint256 amount) external view returns (uint256) { uint256 amountNativeValue = _queryNativeAmount(amount); return (amountNativeValue - _calculateComissionOverAmount(amountNativeValue)); } /** * @dev Queries for the native amount value given some TIME Token amount passed * @param timeAmount The amount of TIME Tokens informed * @return uint256 The native amount * */ function queryNativeFromTimeAmount(uint256 timeAmount) public view returns (uint256) { if (timeAmount != 0) { return timeAmount.mulDiv(timeToken.swapPriceTimeInverse(timeAmount), FACTOR); } else { return 0; } } /** * @dev Query for market price before swap, in TUP/ETH, in terms of native cryptocurrency (ETH) * @notice Constant Function Market Maker * @param amountNative The amount of ETH a user wants to exchange * @return Local market price, in TUP/ETH, given the amount of ETH a user informed * */ function queryPriceNative(uint256 amountNative) public view returns (uint256) { if (poolBalance > 0 && _balances[address(this)] > 0) { uint256 ratio = poolBalance.mulDiv(FACTOR, amountNative + 1); uint256 deltaSupply = _balances[address(this)].mulDiv(amountNative.mulDiv(ratio, 1), poolBalance + amountNative); return deltaSupply / poolBalance; } else { return FACTOR; } } /** * @dev Query for market price before swap, in ETH/TUP, in terms of ETH currency * @param amount The amount of TUP a user wants to exchange * @return Local market price, in ETH/TUP, given the amount of TUP a user informed * */ function queryPriceInverse(uint256 amount) public view returns (uint256) { if (poolBalance > 0 && _balances[address(this)] > 0) { uint256 deltaBalance = poolBalance.mulDiv(amount.mulDiv(_balances[address(this)].mulDiv(FACTOR, amount + 1), 1), _balances[address(this)] + amount); return deltaBalance / _balances[address(this)]; } else { return 1; } } /** * @dev Queries the amount to be paid to callers of the splitSharesDinamicallyWithReward() function * @return uint256 The amount to be paid * */ function queryPublicReward() public view returns (uint256) { return toBeShared.mulDiv(COMISSION_RATE, 10_000); } /** * @notice Receives ETH as profit and set to be shared among TUP holders * @dev Usually called by Helper contract, but anyone can call it * @return response Just a silly response * */ function receiveProfit() external payable returns (bool response) { if (msg.value > 0) { toBeShared += msg.value; totalEarned += msg.value; _updatePoolBalance(); response = true; } return response; } /** * @dev Returns native amount back to the TUP contract when it is not desired to share the amount with holders. Usually called by Helper * @return bool Just a silly response * */ function returnNative() external payable nonReentrant returns (bool) { _updatePoolBalance(); return true; } /** * @notice Define a new Helper contract to TUP token * @dev Established as a security measure. Only the owner of this contract can call it * @param newHelperAddress The address of the new Helper contract */ function setHelper(address newHelperAddress) external onlyOwner { helper = IHelperBase(newHelperAddress); } /** * @dev Splits the share (earned amount) among the TUP token holders and pays a reward for the caller * @notice This function should be called sometimes in order to make the contract works as desired * */ function splitSharesWithReward() external nonReentrant { if (toBeShared > 0) { uint256 reward = queryPublicReward(); toBeShared -= reward; _splitShares(false); payable(msg.sender).transfer(reward); _updatePoolBalance(); } } /** * @dev Investor send native cryptocurrency in exchange for TUP tokens. Here, he sends some amount and the contract calculates the equivalent amount in TUP units * @notice msg.value - The amount of TUP in terms of ETH an investor wants to buy * @return success If the operation was performed well */ function buy() public payable nonReentrant returns (bool success) { if (msg.value > 0) { uint256 nativeAmountValue = _queryAmountOptimal(msg.value); require(nativeAmountValue <= _balances[address(this)], "TUP_05"); if (msg.sender == address(helper)) { _transfer(address(this), msg.sender, nativeAmountValue); } else { uint256 comission = _calculateComissionOverAmount(nativeAmountValue); _transfer(address(this), msg.sender, nativeAmountValue - comission); if (comission < _balances[address(this)]) _burn(address(this), comission); address pairTupEth = helper.pairTupEth(); if (comission < balanceOf(pairTupEth)) { _burn(pairTupEth, comission); IUniswapV2Pair(pairTupEth).sync(); } } _updatePoolBalance(); success = true; } return success; } /** * @dev Investor send TUP tokens in exchange for native cryptocurrency * @param amount The amount of TUP tokens for exchange * @return success Informs if the sell was performed well */ function sell(uint256 amount) public nonReentrant returns (bool success) { require(!_isFlashMintStarted, "TUP_08"); require(balanceOf(msg.sender) >= amount, "TUP_06"); uint256 amountNativeValue = _queryNativeAmount(amount); require(amountNativeValue <= poolBalance, "TUP_05"); _transfer(msg.sender, address(this), amount); if (msg.sender == address(helper)) { payable(msg.sender).transfer(amountNativeValue); } else { uint256 comission = _calculateComissionOverAmount(amountNativeValue); payable(msg.sender).transfer(amountNativeValue - comission); uint256 internalAmount = queryAmountInternalLP(comission); if (internalAmount > 0 && internalAmount < _balances[address(this)]) _burn(address(this), internalAmount); address pairTupEth = helper.pairTupEth(); uint256 externalAmount = queryAmountExternalLP(comission); if (externalAmount > 0 && externalAmount < _balances[pairTupEth]) _burn(pairTupEth, externalAmount); IUniswapV2Pair(pairTupEth).sync(); toBeShared += comission; totalEarned += comission; } _updatePoolBalance(); return success; } /** * @dev Performs flash mint of TUP tokens for msg.sender address, limited to the _totalSupply amount * @notice The user must implement his logic inside the doSomething() function. The fee for flash mint must be paid in native tokens by calling and passing the value for the payFlashMintFee() function from the doSomething() function * @param amountToBorrow The amount of TUP tokens the user wants to borrow * @param data Arbitrary data the user wants to pass to its doSomething() function * */ function flashMint(uint256 amountToBorrow, bytes calldata data) external nonReentrant performFlashMint { require(amountToBorrow <= _totalSupply, "TUP_09"); uint256 earnedBefore = totalEarnedFromFlashMintFee; _currentFlashMintFee = _queryNativeAmount(amountToBorrow).mulDiv(FLASH_MINT_FEE, 10_000); _mint(msg.sender, amountToBorrow); // Here the borrower should perform some action with the borrowed TUP amount IFlashMintBorrower(msg.sender).doSomething(amountToBorrow, _currentFlashMintFee, data); require((totalEarnedFromFlashMintFee - earnedBefore) >= _currentFlashMintFee, "TUP_10"); require(_isFlashMintPaid, "TUP_11"); _burn(msg.sender, amountToBorrow); } /** * @dev Function called inside the doSomething() function to pay fees for the flash minted amount * */ function payFlashMintFee() external payable { require(_isFlashMintStarted, "TUP_08"); require(msg.value >= _currentFlashMintFee, "TUP_10"); totalEarned += msg.value; totalEarnedFromFlashMintFee += msg.value; toBeShared += msg.value; _updatePoolBalance(); _isFlashMintPaid = true; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol) pragma solidity ^0.8.0; /** * @dev Standard math utilities missing in the Solidity language. */ library Math { enum Rounding { Down, // Toward negative infinity Up, // Toward infinity Zero // Toward zero } /** * @dev Returns the largest of two numbers. */ function max(uint256 a, uint256 b) internal pure returns (uint256) { return a > b ? a : b; } /** * @dev Returns the smallest of two numbers. */ function min(uint256 a, uint256 b) internal pure returns (uint256) { return a < b ? a : b; } /** * @dev Returns the average of two numbers. The result is rounded towards * zero. */ function average(uint256 a, uint256 b) internal pure returns (uint256) { // (a + b) / 2 can overflow. return (a & b) + (a ^ b) / 2; } /** * @dev Returns the ceiling of the division of two numbers. * * This differs from standard division with `/` in that it rounds up instead * of rounding down. */ function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) { // (a + b - 1) / b can overflow on addition, so we distribute. return a == 0 ? 0 : (a - 1) / b + 1; } /** * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0 * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) * with further edits by Uniswap Labs also under MIT license. */ function mulDiv( uint256 x, uint256 y, uint256 denominator ) internal pure returns (uint256 result) { unchecked { // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256 // variables such that product = prod1 * 2^256 + prod0. uint256 prod0; // Least significant 256 bits of the product uint256 prod1; // Most significant 256 bits of the product assembly { let mm := mulmod(x, y, not(0)) prod0 := mul(x, y) prod1 := sub(sub(mm, prod0), lt(mm, prod0)) } // Handle non-overflow cases, 256 by 256 division. if (prod1 == 0) { return prod0 / denominator; } // Make sure the result is less than 2^256. Also prevents denominator == 0. require(denominator > prod1); /////////////////////////////////////////////// // 512 by 256 division. /////////////////////////////////////////////// // Make division exact by subtracting the remainder from [prod1 prod0]. uint256 remainder; assembly { // Compute remainder using mulmod. remainder := mulmod(x, y, denominator) // Subtract 256 bit number from 512 bit number. prod1 := sub(prod1, gt(remainder, prod0)) prod0 := sub(prod0, remainder) } // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1. // See https://cs.stackexchange.com/q/138556/92363. // Does not overflow because the denominator cannot be zero at this stage in the function. uint256 twos = denominator & (~denominator + 1); assembly { // Divide denominator by twos. denominator := div(denominator, twos) // Divide [prod1 prod0] by twos. prod0 := div(prod0, twos) // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one. twos := add(div(sub(0, twos), twos), 1) } // Shift in bits from prod1 into prod0. prod0 |= prod1 * twos; // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for // four bits. That is, denominator * inv = 1 mod 2^4. uint256 inverse = (3 * denominator) ^ 2; // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works // in modular arithmetic, doubling the correct bits in each step. inverse *= 2 - denominator * inverse; // inverse mod 2^8 inverse *= 2 - denominator * inverse; // inverse mod 2^16 inverse *= 2 - denominator * inverse; // inverse mod 2^32 inverse *= 2 - denominator * inverse; // inverse mod 2^64 inverse *= 2 - denominator * inverse; // inverse mod 2^128 inverse *= 2 - denominator * inverse; // inverse mod 2^256 // Because the division is now exact we can divide by multiplying with the modular inverse of denominator. // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1 // is no longer required. result = prod0 * inverse; return result; } } /** * @notice Calculates x * y / denominator with full precision, following the selected rounding direction. */ function mulDiv( uint256 x, uint256 y, uint256 denominator, Rounding rounding ) internal pure returns (uint256) { uint256 result = mulDiv(x, y, denominator); if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) { result += 1; } return result; } /** * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down. * * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11). */ function sqrt(uint256 a) internal pure returns (uint256) { if (a == 0) { return 0; } // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target. // // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`. // // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)` // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))` // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)` // // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit. uint256 result = 1 << (log2(a) >> 1); // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128, // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision // into the expected uint128 result. unchecked { result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; return min(result, a / result); } } /** * @notice Calculates sqrt(a), following the selected rounding direction. */ function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = sqrt(a); return result + (rounding == Rounding.Up && result * result < a ? 1 : 0); } } /** * @dev Return the log in base 2, rounded down, of a positive value. * Returns 0 if given 0. */ function log2(uint256 value) internal pure returns (uint256) { uint256 result = 0; unchecked { if (value >> 128 > 0) { value >>= 128; result += 128; } if (value >> 64 > 0) { value >>= 64; result += 64; } if (value >> 32 > 0) { value >>= 32; result += 32; } if (value >> 16 > 0) { value >>= 16; result += 16; } if (value >> 8 > 0) { value >>= 8; result += 8; } if (value >> 4 > 0) { value >>= 4; result += 4; } if (value >> 2 > 0) { value >>= 2; result += 2; } if (value >> 1 > 0) { result += 1; } } return result; } /** * @dev Return the log in base 2, following the selected rounding direction, of a positive value. * Returns 0 if given 0. */ function log2(uint256 value, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = log2(value); return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0); } } /** * @dev Return the log in base 10, rounded down, of a positive value. * Returns 0 if given 0. */ function log10(uint256 value) internal pure returns (uint256) { uint256 result = 0; unchecked { if (value >= 10**64) { value /= 10**64; result += 64; } if (value >= 10**32) { value /= 10**32; result += 32; } if (value >= 10**16) { value /= 10**16; result += 16; } if (value >= 10**8) { value /= 10**8; result += 8; } if (value >= 10**4) { value /= 10**4; result += 4; } if (value >= 10**2) { value /= 10**2; result += 2; } if (value >= 10**1) { result += 1; } } return result; } /** * @dev Return the log in base 10, following the selected rounding direction, of a positive value. * Returns 0 if given 0. */ function log10(uint256 value, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = log10(value); return result + (rounding == Rounding.Up && 10**result < value ? 1 : 0); } } /** * @dev Return the log in base 256, rounded down, of a positive value. * Returns 0 if given 0. * * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string. */ function log256(uint256 value) internal pure returns (uint256) { uint256 result = 0; unchecked { if (value >> 128 > 0) { value >>= 128; result += 16; } if (value >> 64 > 0) { value >>= 64; result += 8; } if (value >> 32 > 0) { value >>= 32; result += 4; } if (value >> 16 > 0) { value >>= 16; result += 2; } if (value >> 8 > 0) { result += 1; } } return result; } /** * @dev Return the log in base 10, following the selected rounding direction, of a positive value. * Returns 0 if given 0. */ function log256(uint256 value, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = log256(value); return result + (rounding == Rounding.Up && 1 << (result * 8) < value ? 1 : 0); } } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/utils/introspection/IERC165.sol"; import "./IOFT.sol"; import "./OFTCore.sol"; // override decimal() function is needed contract OFT is OFTCore, ERC20, IOFT { constructor(string memory _name, string memory _symbol, address _lzEndpoint) ERC20(_name, _symbol) OFTCore(_lzEndpoint) {} function supportsInterface(bytes4 interfaceId) public view virtual override(OFTCore, IERC165) returns (bool) { return interfaceId == type(IOFT).interfaceId || interfaceId == type(IERC20).interfaceId || super.supportsInterface(interfaceId); } function token() public view virtual override returns (address) { return address(this); } function circulatingSupply() public view virtual override returns (uint) { return totalSupply(); } function _debitFrom(address _from, uint16, bytes memory, uint _amount) internal virtual override returns(uint) { address spender = _msgSender(); if (_from != spender) _spendAllowance(_from, spender, _amount); _burn(_from, _amount); return _amount; } function _creditTo(uint16, address _toAddress, uint _amount) internal virtual override returns(uint) { _mint(_toAddress, _amount); return _amount; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface AggregatorV3Interface { function decimals() external view returns (uint8); function description() external view returns (string memory); function version() external view returns (uint256); function getRoundData(uint80 _roundId) external view returns ( uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound ); function latestRoundData() external view returns ( uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound ); }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10; interface IHelperBase { function addLiquidityNative(uint256 tupAmount) external payable returns (bool); function checkAndPerformArbitrage() external returns (bool); function pairTupEth() external view returns (address); function queryRate() external view returns (uint256); function queryPoolAddress() external view returns (address); function setTup(address tupAddress) external; }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface IEmployer { function DEVELOPER_ADDRESS() external returns (address); function TIME_TOKEN_ADDRESS() external returns (address); function D() external returns (uint256); function FACTOR() external returns (uint256); function FIRST_BLOCK() external returns (uint256); function ONE_YEAR() external returns (uint256); function availableNative() external returns (uint256); function currentDepositedNative() external returns (uint256); function totalAnticipatedTime() external returns (uint256); function totalBurnedTime() external returns (uint256); function totalDepositedNative() external returns (uint256); function totalDepositedTime() external returns (uint256); function totalEarnedNative() external returns (uint256); function totalTimeSaved() external returns (uint256); function anticipationEnabled(address account) external returns (bool); function deposited(address account) external returns (uint256); function earned(address account) external view returns (uint256); function lastBlock(address account) external returns (uint256); function remainingTime(address account) external returns (uint256); function anticipate(uint256 timeAmount) external payable; function anticipationFee() external view returns (uint256); function compound(uint256 timeAmount, bool mustAnticipateTime) external; function deposit(uint256 timeAmount, bool mustAnticipateTime) external payable; function earn() external; function enableAnticipation() external payable; function getCurrentROI() external view returns (uint256); function getCurrentROIPerBlock() external view returns (uint256); function getROI() external view returns (uint256); function getROIPerBlock() external view returns (uint256); function queryAnticipatedEarnings(address depositant, uint256 anticipatedTime) external view returns (uint256); function queryEarnings(address depositant) external view returns (uint256); function withdrawEarnings() external; function withdrawDeposit() external; function withdrawDepositEmergency() external; receive() external payable; }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface ITimeToken { function DEVELOPER_ADDRESS() external view returns (address); function BASE_FEE() external view returns (uint256); function COMISSION_RATE() external view returns (uint256); function SHARE_RATE() external view returns (uint256); function TIME_BASE_LIQUIDITY() external view returns (uint256); function TIME_BASE_FEE() external view returns (uint256); function TOLERANCE() external view returns (uint256); function dividendPerToken() external view returns (uint256); function firstBlock() external view returns (uint256); function isMiningAllowed(address account) external view returns (bool); function liquidityFactorNative() external view returns (uint256); function liquidityFactorTime() external view returns (uint256); function numberOfHolders() external view returns (uint256); function numberOfMiners() external view returns (uint256); function sharedBalance() external view returns (uint256); function poolBalance() external view returns (uint256); function totalMinted() external view returns (uint256); function name() external view returns (string memory); function symbol() external view returns (string memory); function decimals() external pure returns (uint8); function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function burn(uint256 amount) external; function transfer(address to, uint256 amount) external returns (bool success); function allowance(address owner, address spender) external view returns (uint256); function approve(address spender, uint256 amount) external returns (bool); function decreaseAllowance(address spender, uint256 subtractedValue) external returns (bool); function increaseAllowance(address spender, uint256 addedValue) external returns (bool); function transferFrom(address from, address to, uint256 amount) external returns (bool success); function averageMiningRate() external view returns (uint256); function donateEth() external payable; function enableMining() external payable; function enableMiningWithTimeToken() external; function fee() external view returns (uint256); function feeInTime() external view returns (uint256); function mining() external; function saveTime() external payable returns (bool success); function spendTime(uint256 timeAmount) external returns (bool success); function swapPriceNative(uint256 amountNative) external view returns (uint256); function swapPriceTimeInverse(uint256 amountTime) external view returns (uint256); function accountShareBalance(address account) external view returns (uint256); function withdrawableShareBalance(address account) external view returns (uint256); function withdrawShare() external; receive() external payable; }
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.10; interface IFlashMintBorrower { function doSomething(uint256 amountD2, uint256 fee, bytes calldata data) external; }
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; interface IUniswapV2Pair { event Approval(address indexed owner, address indexed spender, uint256 value); event Transfer(address indexed from, address indexed to, uint256 value); function name() external pure returns (string memory); function symbol() external pure returns (string memory); function decimals() external pure returns (uint8); function totalSupply() external view returns (uint256); function balanceOf(address owner) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function approve(address spender, uint256 value) external returns (bool); function transfer(address to, uint256 value) external returns (bool); function transferFrom(address from, address to, uint256 value) external returns (bool); function DOMAIN_SEPARATOR() external view returns (bytes32); function PERMIT_TYPEHASH() external pure returns (bytes32); function nonces(address owner) external view returns (uint256); function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) external; function MINIMUM_LIQUIDITY() external pure returns (uint256); function factory() external view returns (address); function token0() external view returns (address); function token1() external view returns (address); function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast); function price0CumulativeLast() external view returns (uint256); function price1CumulativeLast() external view returns (uint256); function kLast() external view returns (uint256); function mint(address to) external returns (uint256 liquidity); function burn(address to) external returns (uint256 amount0, uint256 amount1); function swap(uint256 amount0Out, uint256 amount1Out, address to, bytes calldata data) external; function skim(address to) external; function sync() external; function initialize(address, address) external; }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol) pragma solidity ^0.8.0; import "./IERC20.sol"; import "./extensions/IERC20Metadata.sol"; import "../../utils/Context.sol"; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * For a generic mechanism see {ERC20PresetMinterPauser}. * * TIP: For a detailed writeup see our guide * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin Contracts guidelines: functions revert * instead returning `false` on failure. This behavior is nonetheless * conventional and does not conflict with the expectations of ERC20 * applications. * * Additionally, an {Approval} event is emitted on calls to {transferFrom}. * This allows applications to reconstruct the allowance for all accounts just * by listening to said events. Other implementations of the EIP may not emit * these events, as it isn't required by the specification. * * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} * functions have been added to mitigate the well-known issues around setting * allowances. See {IERC20-approve}. */ contract ERC20 is Context, IERC20, IERC20Metadata { mapping(address => uint256) private _balances; mapping(address => mapping(address => uint256)) private _allowances; uint256 private _totalSupply; string private _name; string private _symbol; /** * @dev Sets the values for {name} and {symbol}. * * The default value of {decimals} is 18. To select a different value for * {decimals} you should overload it. * * All two of these values are immutable: they can only be set once during * construction. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev Returns the name of the token. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev Returns the number of decimals used to get its user representation. * For example, if `decimals` equals `2`, a balance of `505` tokens should * be displayed to a user as `5.05` (`505 / 10 ** 2`). * * Tokens usually opt for a value of 18, imitating the relationship between * Ether and Wei. This is the value {ERC20} uses, unless this function is * overridden; * * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view virtual override returns (uint8) { return 18; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual override returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `to` cannot be the zero address. * - the caller must have a balance of at least `amount`. */ function transfer(address to, uint256 amount) public virtual override returns (bool) { address owner = _msgSender(); _transfer(owner, to, amount); return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view virtual override returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on * `transferFrom`. This is semantically equivalent to an infinite approval. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 amount) public virtual override returns (bool) { address owner = _msgSender(); _approve(owner, spender, amount); return true; } /** * @dev See {IERC20-transferFrom}. * * Emits an {Approval} event indicating the updated allowance. This is not * required by the EIP. See the note at the beginning of {ERC20}. * * NOTE: Does not update the allowance if the current allowance * is the maximum `uint256`. * * Requirements: * * - `from` and `to` cannot be the zero address. * - `from` must have a balance of at least `amount`. * - the caller must have allowance for ``from``'s tokens of at least * `amount`. */ function transferFrom( address from, address to, uint256 amount ) public virtual override returns (bool) { address spender = _msgSender(); _spendAllowance(from, spender, amount); _transfer(from, to, amount); return true; } /** * @dev Atomically increases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. */ function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) { address owner = _msgSender(); _approve(owner, spender, allowance(owner, spender) + addedValue); return true; } /** * @dev Atomically decreases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. * - `spender` must have allowance for the caller of at least * `subtractedValue`. */ function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) { address owner = _msgSender(); uint256 currentAllowance = allowance(owner, spender); require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero"); unchecked { _approve(owner, spender, currentAllowance - subtractedValue); } return true; } /** * @dev Moves `amount` of tokens from `from` to `to`. * * This internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `from` must have a balance of at least `amount`. */ function _transfer( address from, address to, uint256 amount ) internal virtual { require(from != address(0), "ERC20: transfer from the zero address"); require(to != address(0), "ERC20: transfer to the zero address"); _beforeTokenTransfer(from, to, amount); uint256 fromBalance = _balances[from]; require(fromBalance >= amount, "ERC20: transfer amount exceeds balance"); unchecked { _balances[from] = fromBalance - amount; // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by // decrementing then incrementing. _balances[to] += amount; } emit Transfer(from, to, amount); _afterTokenTransfer(from, to, amount); } /** @dev Creates `amount` tokens and assigns them to `account`, increasing * the total supply. * * Emits a {Transfer} event with `from` set to the zero address. * * Requirements: * * - `account` cannot be the zero address. */ function _mint(address account, uint256 amount) internal virtual { require(account != address(0), "ERC20: mint to the zero address"); _beforeTokenTransfer(address(0), account, amount); _totalSupply += amount; unchecked { // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above. _balances[account] += amount; } emit Transfer(address(0), account, amount); _afterTokenTransfer(address(0), account, amount); } /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. * * Emits a {Transfer} event with `to` set to the zero address. * * Requirements: * * - `account` cannot be the zero address. * - `account` must have at least `amount` tokens. */ function _burn(address account, uint256 amount) internal virtual { require(account != address(0), "ERC20: burn from the zero address"); _beforeTokenTransfer(account, address(0), amount); uint256 accountBalance = _balances[account]; require(accountBalance >= amount, "ERC20: burn amount exceeds balance"); unchecked { _balances[account] = accountBalance - amount; // Overflow not possible: amount <= accountBalance <= totalSupply. _totalSupply -= amount; } emit Transfer(account, address(0), amount); _afterTokenTransfer(account, address(0), amount); } /** * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens. * * This internal function is equivalent to `approve`, and can be used to * e.g. set automatic allowances for certain subsystems, etc. * * Emits an {Approval} event. * * Requirements: * * - `owner` cannot be the zero address. * - `spender` cannot be the zero address. */ function _approve( address owner, address spender, uint256 amount ) internal virtual { require(owner != address(0), "ERC20: approve from the zero address"); require(spender != address(0), "ERC20: approve to the zero address"); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } /** * @dev Updates `owner` s allowance for `spender` based on spent `amount`. * * Does not update the allowance amount in case of infinite allowance. * Revert if not enough allowance is available. * * Might emit an {Approval} event. */ function _spendAllowance( address owner, address spender, uint256 amount ) internal virtual { uint256 currentAllowance = allowance(owner, spender); if (currentAllowance != type(uint256).max) { require(currentAllowance >= amount, "ERC20: insufficient allowance"); unchecked { _approve(owner, spender, currentAllowance - amount); } } } /** * @dev Hook that is called before any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens * will be transferred to `to`. * - when `from` is zero, `amount` tokens will be minted for `to`. * - when `to` is zero, `amount` of ``from``'s tokens will be burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address from, address to, uint256 amount ) internal virtual {} /** * @dev Hook that is called after any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens * has been transferred to `to`. * - when `from` is zero, `amount` tokens have been minted for `to`. * - when `to` is zero, `amount` of ``from``'s tokens have been burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _afterTokenTransfer( address from, address to, uint256 amount ) internal virtual {} }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); }
// SPDX-License-Identifier: MIT pragma solidity >=0.5.0; import "./IOFTCore.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; /** * @dev Interface of the OFT standard */ interface IOFT is IOFTCore, IERC20 { }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../../lzApp/NonblockingLzApp.sol"; import "./IOFTCore.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; abstract contract OFTCore is NonblockingLzApp, ERC165, IOFTCore { using BytesLib for bytes; uint public constant NO_EXTRA_GAS = 0; // packet type uint16 public constant PT_SEND = 0; bool public useCustomAdapterParams; constructor(address _lzEndpoint) NonblockingLzApp(_lzEndpoint) {} function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IOFTCore).interfaceId || super.supportsInterface(interfaceId); } function estimateSendFee(uint16 _dstChainId, bytes calldata _toAddress, uint _amount, bool _useZro, bytes calldata _adapterParams) public view virtual override returns (uint nativeFee, uint zroFee) { // mock the payload for sendFrom() bytes memory payload = abi.encode(PT_SEND, _toAddress, _amount); return lzEndpoint.estimateFees(_dstChainId, address(this), payload, _useZro, _adapterParams); } function sendFrom(address _from, uint16 _dstChainId, bytes calldata _toAddress, uint _amount, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) public payable virtual override { _send(_from, _dstChainId, _toAddress, _amount, _refundAddress, _zroPaymentAddress, _adapterParams); } function setUseCustomAdapterParams(bool _useCustomAdapterParams) public virtual onlyOwner { useCustomAdapterParams = _useCustomAdapterParams; emit SetUseCustomAdapterParams(_useCustomAdapterParams); } function _nonblockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual override { uint16 packetType; assembly { packetType := mload(add(_payload, 32)) } if (packetType == PT_SEND) { _sendAck(_srcChainId, _srcAddress, _nonce, _payload); } else { revert("OFTCore: unknown packet type"); } } function _send(address _from, uint16 _dstChainId, bytes memory _toAddress, uint _amount, address payable _refundAddress, address _zroPaymentAddress, bytes memory _adapterParams) internal virtual { _checkAdapterParams(_dstChainId, PT_SEND, _adapterParams, NO_EXTRA_GAS); uint amount = _debitFrom(_from, _dstChainId, _toAddress, _amount); bytes memory lzPayload = abi.encode(PT_SEND, _toAddress, amount); _lzSend(_dstChainId, lzPayload, _refundAddress, _zroPaymentAddress, _adapterParams, msg.value); emit SendToChain(_dstChainId, _from, _toAddress, amount); } function _sendAck(uint16 _srcChainId, bytes memory, uint64, bytes memory _payload) internal virtual { (, bytes memory toAddressBytes, uint amount) = abi.decode(_payload, (uint16, bytes, uint)); address to = toAddressBytes.toAddress(0); amount = _creditTo(_srcChainId, to, amount); emit ReceiveFromChain(_srcChainId, to, amount); } function _checkAdapterParams(uint16 _dstChainId, uint16 _pkType, bytes memory _adapterParams, uint _extraGas) internal virtual { if (useCustomAdapterParams) { _checkGasLimit(_dstChainId, _pkType, _adapterParams, _extraGas); } else { require(_adapterParams.length == 0, "OFTCore: _adapterParams must be empty."); } } function _debitFrom(address _from, uint16 _dstChainId, bytes memory _toAddress, uint _amount) internal virtual returns(uint); function _creditTo(uint16 _srcChainId, address _toAddress, uint _amount) internal virtual returns(uint); }
// 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/IERC20Metadata.sol) pragma solidity ^0.8.0; import "../IERC20.sol"; /** * @dev Interface for the optional metadata functions from the ERC20 standard. * * _Available since v4.1._ */ interface IERC20Metadata is IERC20 { /** * @dev Returns the name of the token. */ function name() external view returns (string memory); /** * @dev Returns the symbol of the token. */ function symbol() external view returns (string memory); /** * @dev Returns the decimals places of the token. */ function decimals() external view returns (uint8); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } }
// SPDX-License-Identifier: MIT pragma solidity >=0.5.0; import "@openzeppelin/contracts/utils/introspection/IERC165.sol"; /** * @dev Interface of the IOFT core standard */ interface IOFTCore is IERC165 { /** * @dev estimate send token `_tokenId` to (`_dstChainId`, `_toAddress`) * _dstChainId - L0 defined chain id to send tokens too * _toAddress - dynamic bytes array which contains the address to whom you are sending tokens to on the dstChain * _amount - amount of the tokens to transfer * _useZro - indicates to use zro to pay L0 fees * _adapterParam - flexible bytes array to indicate messaging adapter services in L0 */ function estimateSendFee(uint16 _dstChainId, bytes calldata _toAddress, uint _amount, bool _useZro, bytes calldata _adapterParams) external view returns (uint nativeFee, uint zroFee); /** * @dev send `_amount` amount of token to (`_dstChainId`, `_toAddress`) from `_from` * `_from` the owner of token * `_dstChainId` the destination chain identifier * `_toAddress` can be any size depending on the `dstChainId`. * `_amount` the quantity of tokens in wei * `_refundAddress` the address LayerZero refunds if too much message fee is sent * `_zroPaymentAddress` set to address(0x0) if not paying in ZRO (LayerZero Token) * `_adapterParams` is a flexible bytes array to indicate messaging adapter services */ function sendFrom(address _from, uint16 _dstChainId, bytes calldata _toAddress, uint _amount, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable; /** * @dev returns the circulating amount of tokens on current chain */ function circulatingSupply() external view returns (uint); /** * @dev returns the address of the ERC20 token */ function token() external view returns (address); /** * @dev Emitted when `_amount` tokens are moved from the `_sender` to (`_dstChainId`, `_toAddress`) * `_nonce` is the outbound nonce */ event SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes _toAddress, uint _amount); /** * @dev Emitted when `_amount` tokens are received from `_srcChainId` into the `_toAddress` on the local chain. * `_nonce` is the inbound nonce. */ event ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint _amount); event SetUseCustomAdapterParams(bool _useCustomAdapterParams); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./LzApp.sol"; import "../util/ExcessivelySafeCall.sol"; /* * the default LayerZero messaging behaviour is blocking, i.e. any failed message will block the channel * this abstract class try-catch all fail messages and store locally for future retry. hence, non-blocking * NOTE: if the srcAddress is not configured properly, it will still block the message pathway from (srcChainId, srcAddress) */ abstract contract NonblockingLzApp is LzApp { using ExcessivelySafeCall for address; constructor(address _endpoint) LzApp(_endpoint) {} mapping(uint16 => mapping(bytes => mapping(uint64 => bytes32))) public failedMessages; event MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason); event RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash); // overriding the virtual function in LzReceiver function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual override { (bool success, bytes memory reason) = address(this).excessivelySafeCall(gasleft(), 150, abi.encodeWithSelector(this.nonblockingLzReceive.selector, _srcChainId, _srcAddress, _nonce, _payload)); // try-catch all errors/exceptions if (!success) { _storeFailedMessage(_srcChainId, _srcAddress, _nonce, _payload, reason); } } function _storeFailedMessage(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload, bytes memory _reason) internal virtual { failedMessages[_srcChainId][_srcAddress][_nonce] = keccak256(_payload); emit MessageFailed(_srcChainId, _srcAddress, _nonce, _payload, _reason); } function nonblockingLzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual { // only internal transaction require(_msgSender() == address(this), "NonblockingLzApp: caller must be LzApp"); _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload); } //@notice override this function function _nonblockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual; function retryMessage(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public payable virtual { // assert there is message to retry bytes32 payloadHash = failedMessages[_srcChainId][_srcAddress][_nonce]; require(payloadHash != bytes32(0), "NonblockingLzApp: no stored message"); require(keccak256(_payload) == payloadHash, "NonblockingLzApp: invalid payload"); // clear the stored message failedMessages[_srcChainId][_srcAddress][_nonce] = bytes32(0); // execute the message. revert if it fails again _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload); emit RetryMessageSuccess(_srcChainId, _srcAddress, _nonce, payloadHash); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "../interfaces/ILayerZeroReceiver.sol"; import "../interfaces/ILayerZeroUserApplicationConfig.sol"; import "../interfaces/ILayerZeroEndpoint.sol"; import "../util/BytesLib.sol"; /* * a generic LzReceiver implementation */ abstract contract LzApp is Ownable, ILayerZeroReceiver, ILayerZeroUserApplicationConfig { using BytesLib for bytes; // ua can not send payload larger than this by default, but it can be changed by the ua owner uint constant public DEFAULT_PAYLOAD_SIZE_LIMIT = 10000; ILayerZeroEndpoint public immutable lzEndpoint; mapping(uint16 => bytes) public trustedRemoteLookup; mapping(uint16 => mapping(uint16 => uint)) public minDstGasLookup; mapping(uint16 => uint) public payloadSizeLimitLookup; address public precrime; event SetPrecrime(address precrime); event SetTrustedRemote(uint16 _remoteChainId, bytes _path); event SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress); event SetMinDstGas(uint16 _dstChainId, uint16 _type, uint _minDstGas); constructor(address _endpoint) { lzEndpoint = ILayerZeroEndpoint(_endpoint); } function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual override { // lzReceive must be called by the endpoint for security require(_msgSender() == address(lzEndpoint), "LzApp: invalid endpoint caller"); bytes memory trustedRemote = trustedRemoteLookup[_srcChainId]; // if will still block the message pathway from (srcChainId, srcAddress). should not receive message from untrusted remote. require(_srcAddress.length == trustedRemote.length && trustedRemote.length > 0 && keccak256(_srcAddress) == keccak256(trustedRemote), "LzApp: invalid source sending contract"); _blockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload); } // abstract function - the default behaviour of LayerZero is blocking. See: NonblockingLzApp if you dont need to enforce ordered messaging function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual; function _lzSend(uint16 _dstChainId, bytes memory _payload, address payable _refundAddress, address _zroPaymentAddress, bytes memory _adapterParams, uint _nativeFee) internal virtual { bytes memory trustedRemote = trustedRemoteLookup[_dstChainId]; require(trustedRemote.length != 0, "LzApp: destination chain is not a trusted source"); _checkPayloadSize(_dstChainId, _payload.length); lzEndpoint.send{value: _nativeFee}(_dstChainId, trustedRemote, _payload, _refundAddress, _zroPaymentAddress, _adapterParams); } function _checkGasLimit(uint16 _dstChainId, uint16 _type, bytes memory _adapterParams, uint _extraGas) internal view virtual { uint providedGasLimit = _getGasLimit(_adapterParams); uint minGasLimit = minDstGasLookup[_dstChainId][_type] + _extraGas; require(minGasLimit > 0, "LzApp: minGasLimit not set"); require(providedGasLimit >= minGasLimit, "LzApp: gas limit is too low"); } function _getGasLimit(bytes memory _adapterParams) internal pure virtual returns (uint gasLimit) { require(_adapterParams.length >= 34, "LzApp: invalid adapterParams"); assembly { gasLimit := mload(add(_adapterParams, 34)) } } function _checkPayloadSize(uint16 _dstChainId, uint _payloadSize) internal view virtual { uint payloadSizeLimit = payloadSizeLimitLookup[_dstChainId]; if (payloadSizeLimit == 0) { // use default if not set payloadSizeLimit = DEFAULT_PAYLOAD_SIZE_LIMIT; } require(_payloadSize <= payloadSizeLimit, "LzApp: payload size is too large"); } //---------------------------UserApplication config---------------------------------------- function getConfig(uint16 _version, uint16 _chainId, address, uint _configType) external view returns (bytes memory) { return lzEndpoint.getConfig(_version, _chainId, address(this), _configType); } // generic config for LayerZero user Application function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external override onlyOwner { lzEndpoint.setConfig(_version, _chainId, _configType, _config); } function setSendVersion(uint16 _version) external override onlyOwner { lzEndpoint.setSendVersion(_version); } function setReceiveVersion(uint16 _version) external override onlyOwner { lzEndpoint.setReceiveVersion(_version); } function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external override onlyOwner { lzEndpoint.forceResumeReceive(_srcChainId, _srcAddress); } // _path = abi.encodePacked(remoteAddress, localAddress) // this function set the trusted path for the cross-chain communication function setTrustedRemote(uint16 _srcChainId, bytes calldata _path) external onlyOwner { trustedRemoteLookup[_srcChainId] = _path; emit SetTrustedRemote(_srcChainId, _path); } function setTrustedRemoteAddress(uint16 _remoteChainId, bytes calldata _remoteAddress) external onlyOwner { trustedRemoteLookup[_remoteChainId] = abi.encodePacked(_remoteAddress, address(this)); emit SetTrustedRemoteAddress(_remoteChainId, _remoteAddress); } function getTrustedRemoteAddress(uint16 _remoteChainId) external view returns (bytes memory) { bytes memory path = trustedRemoteLookup[_remoteChainId]; require(path.length != 0, "LzApp: no trusted path record"); return path.slice(0, path.length - 20); // the last 20 bytes should be address(this) } function setPrecrime(address _precrime) external onlyOwner { precrime = _precrime; emit SetPrecrime(_precrime); } function setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint _minGas) external onlyOwner { require(_minGas > 0, "LzApp: invalid minGas"); minDstGasLookup[_dstChainId][_packetType] = _minGas; emit SetMinDstGas(_dstChainId, _packetType, _minGas); } // if the size is 0, it means default size limit function setPayloadSizeLimit(uint16 _dstChainId, uint _size) external onlyOwner { payloadSizeLimitLookup[_dstChainId] = _size; } //--------------------------- VIEW FUNCTION ---------------------------------------- function isTrustedRemote(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool) { bytes memory trustedSource = trustedRemoteLookup[_srcChainId]; return keccak256(trustedSource) == keccak256(_srcAddress); } }
// SPDX-License-Identifier: MIT OR Apache-2.0 pragma solidity >=0.7.6; library ExcessivelySafeCall { uint256 constant LOW_28_MASK = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff; /// @notice Use when you _really_ really _really_ don't trust the called /// contract. This prevents the called contract from causing reversion of /// the caller in as many ways as we can. /// @dev The main difference between this and a solidity low-level call is /// that we limit the number of bytes that the callee can cause to be /// copied to caller memory. This prevents stupid things like malicious /// contracts returning 10,000,000 bytes causing a local OOG when copying /// to memory. /// @param _target The address to call /// @param _gas The amount of gas to forward to the remote contract /// @param _maxCopy The maximum number of bytes of returndata to copy /// to memory. /// @param _calldata The data to send to the remote contract /// @return success and returndata, as `.call()`. Returndata is capped to /// `_maxCopy` bytes. function excessivelySafeCall( address _target, uint256 _gas, uint16 _maxCopy, bytes memory _calldata ) internal returns (bool, bytes memory) { // set up for assembly call uint256 _toCopy; bool _success; bytes memory _returnData = new bytes(_maxCopy); // dispatch message to recipient // by assembly calling "handle" function // we call via assembly to avoid memcopying a very large returndata // returned by a malicious contract assembly { _success := call( _gas, // gas _target, // recipient 0, // ether value add(_calldata, 0x20), // inloc mload(_calldata), // inlen 0, // outloc 0 // outlen ) // limit our copy to 256 bytes _toCopy := returndatasize() if gt(_toCopy, _maxCopy) { _toCopy := _maxCopy } // Store the length of the copied bytes mstore(_returnData, _toCopy) // copy the bytes from returndata[0:_toCopy] returndatacopy(add(_returnData, 0x20), 0, _toCopy) } return (_success, _returnData); } /// @notice Use when you _really_ really _really_ don't trust the called /// contract. This prevents the called contract from causing reversion of /// the caller in as many ways as we can. /// @dev The main difference between this and a solidity low-level call is /// that we limit the number of bytes that the callee can cause to be /// copied to caller memory. This prevents stupid things like malicious /// contracts returning 10,000,000 bytes causing a local OOG when copying /// to memory. /// @param _target The address to call /// @param _gas The amount of gas to forward to the remote contract /// @param _maxCopy The maximum number of bytes of returndata to copy /// to memory. /// @param _calldata The data to send to the remote contract /// @return success and returndata, as `.call()`. Returndata is capped to /// `_maxCopy` bytes. function excessivelySafeStaticCall( address _target, uint256 _gas, uint16 _maxCopy, bytes memory _calldata ) internal view returns (bool, bytes memory) { // set up for assembly call uint256 _toCopy; bool _success; bytes memory _returnData = new bytes(_maxCopy); // dispatch message to recipient // by assembly calling "handle" function // we call via assembly to avoid memcopying a very large returndata // returned by a malicious contract assembly { _success := staticcall( _gas, // gas _target, // recipient add(_calldata, 0x20), // inloc mload(_calldata), // inlen 0, // outloc 0 // outlen ) // limit our copy to 256 bytes _toCopy := returndatasize() if gt(_toCopy, _maxCopy) { _toCopy := _maxCopy } // Store the length of the copied bytes mstore(_returnData, _toCopy) // copy the bytes from returndata[0:_toCopy] returndatacopy(add(_returnData, 0x20), 0, _toCopy) } return (_success, _returnData); } /** * @notice Swaps function selectors in encoded contract calls * @dev Allows reuse of encoded calldata for functions with identical * argument types but different names. It simply swaps out the first 4 bytes * for the new selector. This function modifies memory in place, and should * only be used with caution. * @param _newSelector The new 4-byte selector * @param _buf The encoded contract args */ function swapSelector(bytes4 _newSelector, bytes memory _buf) internal pure { require(_buf.length >= 4); uint256 _mask = LOW_28_MASK; assembly { // load the first word of let _word := mload(add(_buf, 0x20)) // mask out the top 4 bytes // /x _word := and(_word, _mask) _word := or(_newSelector, _word) mstore(add(_buf, 0x20), _word) } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT pragma solidity >=0.5.0; interface ILayerZeroReceiver { // @notice LayerZero endpoint will invoke this function to deliver the message on the destination // @param _srcChainId - the source endpoint identifier // @param _srcAddress - the source sending contract address from the source chain // @param _nonce - the ordered message nonce // @param _payload - the signed payload is the UA bytes has encoded to be sent function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) external; }
// SPDX-License-Identifier: MIT pragma solidity >=0.5.0; interface ILayerZeroUserApplicationConfig { // @notice set the configuration of the LayerZero messaging library of the specified version // @param _version - messaging library version // @param _chainId - the chainId for the pending config change // @param _configType - type of configuration. every messaging library has its own convention. // @param _config - configuration in the bytes. can encode arbitrary content. function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external; // @notice set the send() LayerZero messaging library version to _version // @param _version - new messaging library version function setSendVersion(uint16 _version) external; // @notice set the lzReceive() LayerZero messaging library version to _version // @param _version - new messaging library version function setReceiveVersion(uint16 _version) external; // @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload // @param _srcChainId - the chainId of the source chain // @param _srcAddress - the contract address of the source contract at the source chain function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external; }
// SPDX-License-Identifier: MIT pragma solidity >=0.5.0; import "./ILayerZeroUserApplicationConfig.sol"; interface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig { // @notice send a LayerZero message to the specified address at a LayerZero endpoint. // @param _dstChainId - the destination chain identifier // @param _destination - the address on destination chain (in bytes). address length/format may vary by chains // @param _payload - a custom bytes payload to send to the destination contract // @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address // @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction // @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination function send(uint16 _dstChainId, bytes calldata _destination, bytes calldata _payload, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable; // @notice used by the messaging library to publish verified payload // @param _srcChainId - the source chain identifier // @param _srcAddress - the source contract (as bytes) at the source chain // @param _dstAddress - the address on destination chain // @param _nonce - the unbound message ordering nonce // @param _gasLimit - the gas limit for external contract execution // @param _payload - verified payload to send to the destination contract function receivePayload(uint16 _srcChainId, bytes calldata _srcAddress, address _dstAddress, uint64 _nonce, uint _gasLimit, bytes calldata _payload) external; // @notice get the inboundNonce of a lzApp from a source chain which could be EVM or non-EVM chain // @param _srcChainId - the source chain identifier // @param _srcAddress - the source chain contract address function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (uint64); // @notice get the outboundNonce from this source chain which, consequently, is always an EVM // @param _srcAddress - the source chain contract address function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64); // @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery // @param _dstChainId - the destination chain identifier // @param _userApplication - the user app address on this EVM chain // @param _payload - the custom message to send over LayerZero // @param _payInZRO - if false, user app pays the protocol fee in native token // @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain function estimateFees(uint16 _dstChainId, address _userApplication, bytes calldata _payload, bool _payInZRO, bytes calldata _adapterParam) external view returns (uint nativeFee, uint zroFee); // @notice get this Endpoint's immutable source identifier function getChainId() external view returns (uint16); // @notice the interface to retry failed message on this Endpoint destination // @param _srcChainId - the source chain identifier // @param _srcAddress - the source chain contract address // @param _payload - the payload to be retried function retryPayload(uint16 _srcChainId, bytes calldata _srcAddress, bytes calldata _payload) external; // @notice query if any STORED payload (message blocking) at the endpoint. // @param _srcChainId - the source chain identifier // @param _srcAddress - the source chain contract address function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool); // @notice query if the _libraryAddress is valid for sending msgs. // @param _userApplication - the user app address on this EVM chain function getSendLibraryAddress(address _userApplication) external view returns (address); // @notice query if the _libraryAddress is valid for receiving msgs. // @param _userApplication - the user app address on this EVM chain function getReceiveLibraryAddress(address _userApplication) external view returns (address); // @notice query if the non-reentrancy guard for send() is on // @return true if the guard is on. false otherwise function isSendingPayload() external view returns (bool); // @notice query if the non-reentrancy guard for receive() is on // @return true if the guard is on. false otherwise function isReceivingPayload() external view returns (bool); // @notice get the configuration of the LayerZero messaging library of the specified version // @param _version - messaging library version // @param _chainId - the chainId for the pending config change // @param _userApplication - the contract address of the user application // @param _configType - type of configuration. every messaging library has its own convention. function getConfig(uint16 _version, uint16 _chainId, address _userApplication, uint _configType) external view returns (bytes memory); // @notice get the send() LayerZero messaging library version // @param _userApplication - the contract address of the user application function getSendVersion(address _userApplication) external view returns (uint16); // @notice get the lzReceive() LayerZero messaging library version // @param _userApplication - the contract address of the user application function getReceiveVersion(address _userApplication) external view returns (uint16); }
// SPDX-License-Identifier: Unlicense /* * @title Solidity Bytes Arrays Utils * @author Gonçalo Sá <[email protected]> * * @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity. * The library lets you concatenate, slice and type cast bytes arrays both in memory and storage. */ pragma solidity >=0.8.0 <0.9.0; library BytesLib { function concat( bytes memory _preBytes, bytes memory _postBytes ) internal pure returns (bytes memory) { bytes memory tempBytes; assembly { // Get a location of some free memory and store it in tempBytes as // Solidity does for memory variables. tempBytes := mload(0x40) // Store the length of the first bytes array at the beginning of // the memory for tempBytes. let length := mload(_preBytes) mstore(tempBytes, length) // Maintain a memory counter for the current write location in the // temp bytes array by adding the 32 bytes for the array length to // the starting location. let mc := add(tempBytes, 0x20) // Stop copying when the memory counter reaches the length of the // first bytes array. let end := add(mc, length) for { // Initialize a copy counter to the start of the _preBytes data, // 32 bytes into its memory. let cc := add(_preBytes, 0x20) } lt(mc, end) { // Increase both counters by 32 bytes each iteration. mc := add(mc, 0x20) cc := add(cc, 0x20) } { // Write the _preBytes data into the tempBytes memory 32 bytes // at a time. mstore(mc, mload(cc)) } // Add the length of _postBytes to the current length of tempBytes // and store it as the new length in the first 32 bytes of the // tempBytes memory. length := mload(_postBytes) mstore(tempBytes, add(length, mload(tempBytes))) // Move the memory counter back from a multiple of 0x20 to the // actual end of the _preBytes data. mc := end // Stop copying when the memory counter reaches the new combined // length of the arrays. end := add(mc, length) for { let cc := add(_postBytes, 0x20) } lt(mc, end) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { mstore(mc, mload(cc)) } // Update the free-memory pointer by padding our last write location // to 32 bytes: add 31 bytes to the end of tempBytes to move to the // next 32 byte block, then round down to the nearest multiple of // 32. If the sum of the length of the two arrays is zero then add // one before rounding down to leave a blank 32 bytes (the length block with 0). mstore(0x40, and( add(add(end, iszero(add(length, mload(_preBytes)))), 31), not(31) // Round down to the nearest 32 bytes. )) } return tempBytes; } function concatStorage(bytes storage _preBytes, bytes memory _postBytes) internal { assembly { // Read the first 32 bytes of _preBytes storage, which is the length // of the array. (We don't need to use the offset into the slot // because arrays use the entire slot.) let fslot := sload(_preBytes.slot) // Arrays of 31 bytes or less have an even value in their slot, // while longer arrays have an odd value. The actual length is // the slot divided by two for odd values, and the lowest order // byte divided by two for even values. // If the slot is even, bitwise and the slot with 255 and divide by // two to get the length. If the slot is odd, bitwise and the slot // with -1 and divide by two. let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2) let mlength := mload(_postBytes) let newlength := add(slength, mlength) // slength can contain both the length and contents of the array // if length < 32 bytes so let's prepare for that // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage switch add(lt(slength, 32), lt(newlength, 32)) case 2 { // Since the new array still fits in the slot, we just need to // update the contents of the slot. // uint256(bytes_storage) = uint256(bytes_storage) + uint256(bytes_memory) + new_length sstore( _preBytes.slot, // all the modifications to the slot are inside this // next block add( // we can just add to the slot contents because the // bytes we want to change are the LSBs fslot, add( mul( div( // load the bytes from memory mload(add(_postBytes, 0x20)), // zero all bytes to the right exp(0x100, sub(32, mlength)) ), // and now shift left the number of bytes to // leave space for the length in the slot exp(0x100, sub(32, newlength)) ), // increase length by the double of the memory // bytes length mul(mlength, 2) ) ) ) } case 1 { // The stored value fits in the slot, but the combined value // will exceed it. // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) let sc := add(keccak256(0x0, 0x20), div(slength, 32)) // save new length sstore(_preBytes.slot, add(mul(newlength, 2), 1)) // The contents of the _postBytes array start 32 bytes into // the structure. Our first read should obtain the `submod` // bytes that can fit into the unused space in the last word // of the stored array. To get this, we read 32 bytes starting // from `submod`, so the data we read overlaps with the array // contents by `submod` bytes. Masking the lowest-order // `submod` bytes allows us to add that value directly to the // stored value. let submod := sub(32, slength) let mc := add(_postBytes, submod) let end := add(_postBytes, mlength) let mask := sub(exp(0x100, submod), 1) sstore( sc, add( and( fslot, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00 ), and(mload(mc), mask) ) ) for { mc := add(mc, 0x20) sc := add(sc, 1) } lt(mc, end) { sc := add(sc, 1) mc := add(mc, 0x20) } { sstore(sc, mload(mc)) } mask := exp(0x100, sub(mc, end)) sstore(sc, mul(div(mload(mc), mask), mask)) } default { // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) // Start copying to the last used word of the stored array. let sc := add(keccak256(0x0, 0x20), div(slength, 32)) // save new length sstore(_preBytes.slot, add(mul(newlength, 2), 1)) // Copy over the first `submod` bytes of the new data as in // case 1 above. let slengthmod := mod(slength, 32) let mlengthmod := mod(mlength, 32) let submod := sub(32, slengthmod) let mc := add(_postBytes, submod) let end := add(_postBytes, mlength) let mask := sub(exp(0x100, submod), 1) sstore(sc, add(sload(sc), and(mload(mc), mask))) for { sc := add(sc, 1) mc := add(mc, 0x20) } lt(mc, end) { sc := add(sc, 1) mc := add(mc, 0x20) } { sstore(sc, mload(mc)) } mask := exp(0x100, sub(mc, end)) sstore(sc, mul(div(mload(mc), mask), mask)) } } } function slice( bytes memory _bytes, uint256 _start, uint256 _length ) internal pure returns (bytes memory) { require(_length + 31 >= _length, "slice_overflow"); require(_bytes.length >= _start + _length, "slice_outOfBounds"); bytes memory tempBytes; assembly { switch iszero(_length) case 0 { // Get a location of some free memory and store it in tempBytes as // Solidity does for memory variables. tempBytes := mload(0x40) // The first word of the slice result is potentially a partial // word read from the original array. To read it, we calculate // the length of that partial word and start copying that many // bytes into the array. The first word we copy will start with // data we don't care about, but the last `lengthmod` bytes will // land at the beginning of the contents of the new array. When // we're done copying, we overwrite the full first word with // the actual length of the slice. let lengthmod := and(_length, 31) // The multiplication in the next line is necessary // because when slicing multiples of 32 bytes (lengthmod == 0) // the following copy loop was copying the origin's length // and then ending prematurely not copying everything it should. let mc := add(add(tempBytes, lengthmod), mul(0x20, iszero(lengthmod))) let end := add(mc, _length) for { // The multiplication in the next line has the same exact purpose // as the one above. let cc := add(add(add(_bytes, lengthmod), mul(0x20, iszero(lengthmod))), _start) } lt(mc, end) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { mstore(mc, mload(cc)) } mstore(tempBytes, _length) //update free-memory pointer //allocating the array padded to 32 bytes like the compiler does now mstore(0x40, and(add(mc, 31), not(31))) } //if we want a zero-length slice let's just return a zero-length array default { tempBytes := mload(0x40) //zero out the 32 bytes slice we are about to return //we need to do it because Solidity does not garbage collect mstore(tempBytes, 0) mstore(0x40, add(tempBytes, 0x20)) } } return tempBytes; } function toAddress(bytes memory _bytes, uint256 _start) internal pure returns (address) { require(_bytes.length >= _start + 20, "toAddress_outOfBounds"); address tempAddress; assembly { tempAddress := div(mload(add(add(_bytes, 0x20), _start)), 0x1000000000000000000000000) } return tempAddress; } function toUint8(bytes memory _bytes, uint256 _start) internal pure returns (uint8) { require(_bytes.length >= _start + 1 , "toUint8_outOfBounds"); uint8 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x1), _start)) } return tempUint; } function toUint16(bytes memory _bytes, uint256 _start) internal pure returns (uint16) { require(_bytes.length >= _start + 2, "toUint16_outOfBounds"); uint16 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x2), _start)) } return tempUint; } function toUint32(bytes memory _bytes, uint256 _start) internal pure returns (uint32) { require(_bytes.length >= _start + 4, "toUint32_outOfBounds"); uint32 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x4), _start)) } return tempUint; } function toUint64(bytes memory _bytes, uint256 _start) internal pure returns (uint64) { require(_bytes.length >= _start + 8, "toUint64_outOfBounds"); uint64 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x8), _start)) } return tempUint; } function toUint96(bytes memory _bytes, uint256 _start) internal pure returns (uint96) { require(_bytes.length >= _start + 12, "toUint96_outOfBounds"); uint96 tempUint; assembly { tempUint := mload(add(add(_bytes, 0xc), _start)) } return tempUint; } function toUint128(bytes memory _bytes, uint256 _start) internal pure returns (uint128) { require(_bytes.length >= _start + 16, "toUint128_outOfBounds"); uint128 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x10), _start)) } return tempUint; } function toUint256(bytes memory _bytes, uint256 _start) internal pure returns (uint256) { require(_bytes.length >= _start + 32, "toUint256_outOfBounds"); uint256 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x20), _start)) } return tempUint; } function toBytes32(bytes memory _bytes, uint256 _start) internal pure returns (bytes32) { require(_bytes.length >= _start + 32, "toBytes32_outOfBounds"); bytes32 tempBytes32; assembly { tempBytes32 := mload(add(add(_bytes, 0x20), _start)) } return tempBytes32; } function equal(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bool) { bool success = true; assembly { let length := mload(_preBytes) // if lengths don't match the arrays are not equal switch eq(length, mload(_postBytes)) case 1 { // cb is a circuit breaker in the for loop since there's // no said feature for inline assembly loops // cb = 1 - don't breaker // cb = 0 - break let cb := 1 let mc := add(_preBytes, 0x20) let end := add(mc, length) for { let cc := add(_postBytes, 0x20) // the next line is the loop condition: // while(uint256(mc < end) + cb == 2) } eq(add(lt(mc, end), cb), 2) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { // if any of these checks fails then arrays are not equal if iszero(eq(mload(mc), mload(cc))) { // unsuccess: success := 0 cb := 0 } } } default { // unsuccess: success := 0 } } return success; } function equalStorage( bytes storage _preBytes, bytes memory _postBytes ) internal view returns (bool) { bool success = true; assembly { // we know _preBytes_offset is 0 let fslot := sload(_preBytes.slot) // Decode the length of the stored array like in concatStorage(). let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2) let mlength := mload(_postBytes) // if lengths don't match the arrays are not equal switch eq(slength, mlength) case 1 { // slength can contain both the length and contents of the array // if length < 32 bytes so let's prepare for that // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage if iszero(iszero(slength)) { switch lt(slength, 32) case 1 { // blank the last byte which is the length fslot := mul(div(fslot, 0x100), 0x100) if iszero(eq(fslot, mload(add(_postBytes, 0x20)))) { // unsuccess: success := 0 } } default { // cb is a circuit breaker in the for loop since there's // no said feature for inline assembly loops // cb = 1 - don't breaker // cb = 0 - break let cb := 1 // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) let sc := keccak256(0x0, 0x20) let mc := add(_postBytes, 0x20) let end := add(mc, mlength) // the next line is the loop condition: // while(uint256(mc < end) + cb == 2) for {} eq(add(lt(mc, end), cb), 2) { sc := add(sc, 1) mc := add(mc, 0x20) } { if iszero(eq(sload(sc), mload(mc))) { // unsuccess: success := 0 cb := 0 } } } } } default { // unsuccess: success := 0 } } return success; } }
{ "remappings": [ "ds-test/=lib/forge-std/lib/ds-test/src/", "eth-gas-reporter/=node_modules/eth-gas-reporter/", "forge-std/=lib/forge-std/src/", "hardhat/=node_modules/hardhat/", "@openzeppelin/=node_modules/@openzeppelin/", "@aave/=node_modules/@aave/", "@chainlink/=node_modules/@chainlink/", "@eth-optimism/=node_modules/@eth-optimism/", "@layerzerolabs/=node_modules/@layerzerolabs/", "@uniswap/=node_modules/@uniswap/", "RMPL/=lib/RMPL/", "ampl/=lib/ampl/", "base64-sol/=node_modules/base64-sol/", "hardhat-deploy/=node_modules/hardhat-deploy/", "rdnt/=lib/rdnt/" ], "optimizer": { "enabled": true, "runs": 5000 }, "metadata": { "useLiteralContent": false, "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
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"address","name":"_helperAddress","type":"address"},{"internalType":"address","name":"employerAddress_","type":"address"},{"internalType":"address","name":"_timeTokenAddress","type":"address"},{"internalType":"address","name":"_lzEndPointAddress","type":"address"},{"internalType":"address","name":"_chainlinkAddress","type":"address"},{"internalType":"address","name":"_owner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes","name":"_payload","type":"bytes"},{"indexed":false,"internalType":"bytes","name":"_reason","type":"bytes"}],"name":"MessageFailed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"ReceiveFromChain","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes32","name":"_payloadHash","type":"bytes32"}],"name":"RetryMessageSuccess","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"internalType":"bytes","name":"_toAddress","type":"bytes"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"SendToChain","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":false,"internalType":"uint16","name":"_type","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"_minDstGas","type":"uint256"}],"name":"SetMinDstGas","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"precrime","type":"address"}],"name":"SetPrecrime","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_path","type":"bytes"}],"name":"SetTrustedRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"SetTrustedRemoteAddress","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"_useCustomAdapterParams","type":"bool"}],"name":"SetUseCustomAdapterParams","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"DEFAULT_PAYLOAD_SIZE_LIMIT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"FLASH_MINT_FEE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"NO_EXTRA_GAS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_SEND","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"accountShareBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"arbitrageCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"buy","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"circulatingSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes","name":"_toAddress","type":"bytes"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bool","name":"_useZro","type":"bool"},{"internalType":"bytes","name":"_adapterParams","type":"bytes"}],"name":"estimateSendFee","outputs":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"zroFee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"uint64","name":"","type":"uint64"}],"name":"failedMessages","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountToBorrow","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"flashMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"forceResumeReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"_configType","type":"uint256"}],"name":"getConfig","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"getTrustedRemoteAddress","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"helper","outputs":[{"internalType":"contract IHelperBase","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"isTrustedRemote","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lzEndpoint","outputs":[{"internalType":"contract ILayerZeroEndpoint","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"lzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"uint16","name":"","type":"uint16"}],"name":"minDstGasLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"timeAmount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"nonblockingLzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"payFlashMintFee","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"payloadSizeLimitLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"poolBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"precrime","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountNative","type":"uint256"}],"name":"queryAmountExternalLP","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountNative","type":"uint256"}],"name":"queryAmountInternalLP","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountNative","type":"uint256"}],"name":"queryAmountOptimal","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"queryNativeAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"timeAmount","type":"uint256"}],"name":"queryNativeFromTimeAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"queryPriceInverse","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountNative","type":"uint256"}],"name":"queryPriceNative","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"queryPublicReward","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"receiveProfit","outputs":[{"internalType":"bool","name":"response","type":"bool"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"retryMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"returnNative","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"sell","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes","name":"_toAddress","type":"bytes"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"address payable","name":"_refundAddress","type":"address"},{"internalType":"address","name":"_zroPaymentAddress","type":"address"},{"internalType":"bytes","name":"_adapterParams","type":"bytes"}],"name":"sendFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"uint256","name":"_configType","type":"uint256"},{"internalType":"bytes","name":"_config","type":"bytes"}],"name":"setConfig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newHelperAddress","type":"address"}],"name":"setHelper","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint16","name":"_packetType","type":"uint16"},{"internalType":"uint256","name":"_minGas","type":"uint256"}],"name":"setMinDstGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint256","name":"_size","type":"uint256"}],"name":"setPayloadSizeLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_precrime","type":"address"}],"name":"setPrecrime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setReceiveVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setSendVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_path","type":"bytes"}],"name":"setTrustedRemote","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"setTrustedRemoteAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_useCustomAdapterParams","type":"bool"}],"name":"setUseCustomAdapterParams","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"splitSharesWithReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"toBeShared","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalEarned","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalEarnedFromFlashMintFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"trustedRemoteLookup","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"useCustomAdapterParams","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60c06040523480156200001157600080fd5b5060405162006412380380620064128339810160408190526200003491620003f4565b8787848282828080620000473362000133565b6001600160a01b0316608052505081516200006a90600a90602085019062000264565b5080516200008090600b90602084019062000264565b50508b516200009c9450600d935060208d019250905062000264565b508651620000b290600e9060208a019062000264565b506001600160a01b0385811660a052601880546001600160a01b031990811687841617909155601a80549091168883161790558216156200010957601980546001600160a01b0319166001600160a01b0384161790555b6001600160a01b03811633146200012557620001258162000183565b50505050505050506200050b565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6200018d62000206565b6001600160a01b038116620001f85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b620002038162000133565b50565b6000546001600160a01b03163314620002625760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401620001ef565b565b8280546200027290620004ce565b90600052602060002090601f016020900481019282620002965760008555620002e1565b82601f10620002b157805160ff1916838001178555620002e1565b82800160010185558215620002e1579182015b82811115620002e1578251825591602001919060010190620002c4565b50620002ef929150620002f3565b5090565b5b80821115620002ef5760008155600101620002f4565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200033257600080fd5b81516001600160401b03808211156200034f576200034f6200030a565b604051601f8301601f19908116603f011681019082821181831017156200037a576200037a6200030a565b816040528381526020925086838588010111156200039757600080fd5b600091505b83821015620003bb57858201830151818301840152908201906200039c565b83821115620003cd5760008385830101525b9695505050505050565b80516001600160a01b0381168114620003ef57600080fd5b919050565b600080600080600080600080610100898b0312156200041257600080fd5b88516001600160401b03808211156200042a57600080fd5b620004388c838d0162000320565b995060208b01519150808211156200044f57600080fd5b506200045e8b828c0162000320565b9750506200046f60408a01620003d7565b95506200047f60608a01620003d7565b94506200048f60808a01620003d7565b93506200049f60a08a01620003d7565b9250620004af60c08a01620003d7565b9150620004bf60e08a01620003d7565b90509295985092959890939650565b600181811c90821680620004e357607f821691505b602082108114156200050557634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a051615ea9620005696000396000614086015260008181610b5a01528181610d840152818161111c015281816112a20152818161135b0152818161169a01528181612912015281816132d301526144e30152615ea96000f3fe6080604052600436106104835760003560e01c806383dfda9c1161025e578063a9059cbb11610143578063e4849b32116100bb578063f2fde38b1161008a578063f5ecbdbc1161006f578063f5ecbdbc14610d1a578063fc0c546a14610d3a578063fd97e3c514610d4d57610492565b8063f2fde38b14610cda578063f3d33a0e14610cfa57610492565b8063e4849b3214610c60578063eab45d9c14610c80578063eb8d72b714610ca0578063ed629c5c14610cc057610492565b8063cbed8b9c11610112578063d1deba1f116100f7578063d1deba1f14610be7578063dd62ed3e14610bfa578063df2a5b3b14610c4057610492565b8063cbed8b9c14610bb2578063ccb6459614610bd257610492565b8063a9059cbb14610b28578063b353aaa714610b48578063baf3292d14610b7c578063c446183414610b9c57610492565b8063986ccc7f116101d6578063a1bbf161116101a5578063a6c3d1651161018a578063a6c3d16514610ae0578063a6f2ae3a14610b00578063a88f713314610b0857610492565b8063a1bbf16114610aa0578063a457c2d714610ac057610492565b8063986ccc7f14610a455780639c4da9d814610a655780639f38369a14610a6d578063a0712d6814610a8d57610492565b80639358928b1161022d57806395d89b411161021257806395d89b41146109fa57806396365d4414610a0f5780639852787514610a2557610492565b80639358928b146109c5578063950c8a74146109da57610492565b806383dfda9c146109395780638b3b0e64146109595780638cfd8f5c1461096f5780638da5cb5b146109a757610492565b806342966c681161038457806363b0e66a116102fc57806370471f73116102cb578063715018a6116102b0578063715018a6146108e45780637533d788146108f9578063834539331461091957610492565b806370471f73146108bc57806370a08231146108c457610492565b806363b0e66a1461082e57806366ad5c8a146108665780636a664586146108865780636dfa8d99146108a657610492565b80634c42899a11610353578063522c806711610338578063522c8067146107aa5780635b8c41e6146107ca5780635e7c75451461081957610492565b80634c42899a1461076f578063519056361461079757610492565b806342966c681461070457806342d65a8d14610724578063447705151461074457806347aa6a521461075957610492565b806310ddb13711610417578063313ce567116103e657806339509351116103cb57806339509351146106975780633d8b38f6146106b75780633f1f4fa4146106d757610492565b8063313ce5671461067357806336a31ccb1461068f57610492565b806310ddb137146105e957806318160ddd1461060957806323b872dd1461061e5780632a205e3d1461063e57610492565b806307e0db171161045357806307e0db1714610569578063095ea7b3146105895780630df37483146105a95780630f0a7f7a146105c957610492565b80621d3567146104cf57806301401c5c146104ef57806301ffc9a71461051757806306fdde031461054757610492565b3661049257610490610d63565b005b3615806104a957506018546001600160a01b031633145b806104be5750601a546001600160a01b031633145b6104c757600080fd5b610490610d63565b3480156104db57600080fd5b506104906104ea366004615177565b610d81565b3480156104fb57600080fd5b50610504606481565b6040519081526020015b60405180910390f35b34801561052357600080fd5b5061053761053236600461520d565b610fc9565b604051901515815260200161050e565b34801561055357600080fd5b5061055c611050565b60405161050e91906152a7565b34801561057557600080fd5b506104906105843660046152ba565b6110e2565b34801561059557600080fd5b506105376105a43660046152ec565b611184565b3480156105b557600080fd5b506104906105c4366004615318565b61119c565b3480156105d557600080fd5b506105046105e4366004615336565b6111bb565b3480156105f557600080fd5b506104906106043660046152ba565b611268565b34801561061557600080fd5b50601154610504565b34801561062a57600080fd5b5061053761063936600461534f565b6112d9565b34801561064a57600080fd5b5061065e61065936600461539e565b6112ff565b6040805192835260208301919091520161050e565b34801561067f57600080fd5b506040516012815260200161050e565b6104906113eb565b3480156106a357600080fd5b506105376106b23660046152ec565b6114f5565b3480156106c357600080fd5b506105376106d236600461543f565b611534565b3480156106e357600080fd5b506105046106f23660046152ba565b60036020526000908152604090205481565b34801561071057600080fd5b5061049061071f366004615336565b611600565b34801561073057600080fd5b5061049061073f36600461543f565b611662565b34801561075057600080fd5b50610504600081565b34801561076557600080fd5b5061050460155481565b34801561077b57600080fd5b50610784600081565b60405161ffff909116815260200161050e565b6104906107a5366004615494565b611701565b3480156107b657600080fd5b506104906107c536600461555e565b611786565b3480156107d657600080fd5b506105046107e5366004615619565b6005602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561082557600080fd5b50610504611a60565b34801561083a57600080fd5b50601a5461084e906001600160a01b031681565b6040516001600160a01b03909116815260200161050e565b34801561087257600080fd5b50610490610881366004615177565b611a79565b34801561089257600080fd5b506105046108a1366004615336565b611b6c565b3480156108b257600080fd5b5061050460165481565b610537611c0e565b3480156108d057600080fd5b506105046108df3660046156bc565b611cab565b3480156108f057600080fd5b50610490611cd9565b34801561090557600080fd5b5061055c6109143660046152ba565b611ceb565b34801561092557600080fd5b50610504610934366004615336565b611d85565b34801561094557600080fd5b50610504610954366004615336565b611d94565b34801561096557600080fd5b5061050460135481565b34801561097b57600080fd5b5061050461098a3660046156d9565b600260209081526000928352604080842090915290825290205481565b3480156109b357600080fd5b506000546001600160a01b031661084e565b3480156109d157600080fd5b50610504611e22565b3480156109e657600080fd5b5060045461084e906001600160a01b031681565b348015610a0657600080fd5b5061055c611e2d565b348015610a1b57600080fd5b5061050460145481565b348015610a3157600080fd5b50610504610a40366004615336565b611e3c565b348015610a5157600080fd5b50610490610a603660046156bc565b611e5d565b610537611e9f565b348015610a7957600080fd5b5061055c610a883660046152ba565b611ee7565b610490610a9b366004615336565b611ff7565b348015610aac57600080fd5b50610504610abb366004615336565b6122a9565b348015610acc57600080fd5b50610537610adb3660046152ec565b612351565b348015610aec57600080fd5b50610490610afb36600461543f565b612406565b610537612499565b348015610b1457600080fd5b50610504610b233660046156bc565b612708565b348015610b3457600080fd5b50610537610b433660046152ec565b61282f565b348015610b5457600080fd5b5061084e7f000000000000000000000000000000000000000000000000000000000000000081565b348015610b8857600080fd5b50610490610b973660046156bc565b612865565b348015610ba857600080fd5b5061050461271081565b348015610bbe57600080fd5b50610490610bcd366004615712565b6128da565b348015610bde57600080fd5b5061049061297d565b610490610bf5366004615177565b612a78565b348015610c0657600080fd5b50610504610c15366004615785565b6001600160a01b039182166000908152601d6020908152604080832093909416825291909152205490565b348015610c4c57600080fd5b50610490610c5b3660046157b3565b612cc6565b348015610c6c57600080fd5b50610537610c7b366004615336565b612d80565b348015610c8c57600080fd5b50610490610c9b3660046157e3565b61314d565b348015610cac57600080fd5b50610490610cbb36600461543f565b613196565b348015610ccc57600080fd5b506006546105379060ff1681565b348015610ce657600080fd5b50610490610cf53660046156bc565b6131f0565b348015610d0657600080fd5b50610504610d15366004615336565b61327d565b348015610d2657600080fd5b5061055c610d35366004615800565b613289565b348015610d4657600080fd5b503061084e565b348015610d5957600080fd5b5061050460175481565b601154610d7657610d746000611ff7565b565b610d7e612499565b50565b337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614610dfe5760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff861660009081526001602052604081208054610e1c90615851565b80601f0160208091040260200160405190810160405280929190818152602001828054610e4890615851565b8015610e955780601f10610e6a57610100808354040283529160200191610e95565b820191906000526020600020905b815481529060010190602001808311610e7857829003601f168201915b50505050509050805186869050148015610eb0575060008151115b8015610ed8575080516020820120604051610ece90889088906158a5565b6040518091039020145b610f4a5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f60448201527f6e747261637400000000000000000000000000000000000000000000000000006064820152608401610df5565b610fc08787878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528a93509150889088908190840183828082843760009201919091525061335392505050565b50505050505050565b60007fffffffff000000000000000000000000000000000000000000000000000000008216158061103b57507fffffffff0000000000000000000000000000000000000000000000000000000082167f36372b0700000000000000000000000000000000000000000000000000000000145b8061104a575061104a826133f9565b92915050565b6060600d805461105f90615851565b80601f016020809104026020016040519081016040528092919081815260200182805461108b90615851565b80156110d85780601f106110ad576101008083540402835291602001916110d8565b820191906000526020600020905b8154815290600101906020018083116110bb57829003601f168201915b5050505050905090565b6110ea613490565b6040517f07e0db1700000000000000000000000000000000000000000000000000000000815261ffff821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906307e0db17906024015b600060405180830381600087803b15801561116957600080fd5b505af115801561117d573d6000803e3d6000fd5b5050505050565b6000336111928185856134ea565b5060019392505050565b6111a4613490565b61ffff909116600090815260036020526040902055565b6000806014541180156111dc5750306000908152601b602052604090205415155b15611254576000611204670de0b6b3a76400006111fa8560016158e4565b6014549190613644565b9050600061123c61121785846001613644565b8560145461122591906158e4565b306000908152601b60205260409020549190613644565b90506014548161124c919061592b565b949350505050565b50670de0b6b3a7640000919050565b919050565b611270613490565b6040517f10ddb13700000000000000000000000000000000000000000000000000000000815261ffff821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906310ddb1379060240161114f565b6000336112e78582856136f4565b6112f28585856137ac565b60019150505b9392505050565b60008060008089898960405160200161131b9493929190615991565b60408051601f19818403018152908290527f40a7bb1000000000000000000000000000000000000000000000000000000000825291506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906340a7bb109061139a908d90309086908c908c908c906004016159c0565b6040805180830381865afa1580156113b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113da9190615a14565b925092505097509795505050505050565b600c54610100900460ff166114425760405162461bcd60e51b815260206004820152600660248201527f5455505f303800000000000000000000000000000000000000000000000000006044820152606401610df5565b600f543410156114945760405162461bcd60e51b815260206004820152600660248201527f5455505f313000000000000000000000000000000000000000000000000000006044820152606401610df5565b34601660008282546114a691906158e4565b9250508190555034601760008282546114bf91906158e4565b9250508190555034601560008282546114d891906158e4565b909155506114e690506139b3565b600c805460ff19166001179055565b336000818152601d602090815260408083206001600160a01b0387168452909152812054909190611192908290869061152f9087906158e4565b6134ea565b61ffff83166000908152600160205260408120805482919061155590615851565b80601f016020809104026020016040519081016040528092919081815260200182805461158190615851565b80156115ce5780601f106115a3576101008083540402835291602001916115ce565b820191906000526020600020905b8154815290600101906020018083116115b157829003601f168201915b5050505050905083836040516115e59291906158a5565b60405180910390208180519060200120149150509392505050565b61160933611cab565b8111156116585760405162461bcd60e51b815260206004820152600660248201527f5455505f303700000000000000000000000000000000000000000000000000006044820152606401610df5565b610d7e33826139d5565b61166a613490565b6040517f42d65a8d0000000000000000000000000000000000000000000000000000000081526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906342d65a8d906116d390869086908690600401615a38565b600060405180830381600087803b1580156116ed57600080fd5b505af1158015610fc0573d6000803e3d6000fd5b61177b898989898080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528c93508b92508a918a908a9081908401838280828437600092019190915250613b4992505050565b505050505050505050565b600c5462010000900460ff1615806117a85750601a546001600160a01b031633145b6117f45760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790819055610100900460ff161561185c5760405162461bcd60e51b815260206004820152600660248201527f5455505f303800000000000000000000000000000000000000000000000000006044820152606401610df5565b600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000166101001790556011548311156118da5760405162461bcd60e51b815260206004820152600660248201527f5455505f303900000000000000000000000000000000000000000000000000006044820152606401610df5565b6017546118f560646127106118ee87613bf0565b9190613644565b600f556119023385613bfe565b600f546040517f3e2333460000000000000000000000000000000000000000000000000000000081523391633e2333469161194591889188908890600401615a56565b600060405180830381600087803b15801561195f57600080fd5b505af1158015611973573d6000803e3d6000fd5b50505050600f54816017546119889190615a80565b10156119d65760405162461bcd60e51b815260206004820152600660248201527f5455505f313000000000000000000000000000000000000000000000000000006044820152606401610df5565b600c5460ff16611a285760405162461bcd60e51b815260206004820152600660248201527f5455505f313100000000000000000000000000000000000000000000000000006044820152606401610df5565b611a3233856139d5565b5050600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000ff1690555050565b601554600090611a74906064612710613644565b905090565b333014611aee5760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d75737420626560448201527f204c7a41707000000000000000000000000000000000000000000000000000006064820152608401610df5565b611b648686868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250613d3c92505050565b505050505050565b600080611bf9601a60009054906101000a90046001600160a01b03166001600160a01b03166395d18a136040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bc5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611be99190615a97565b8490670de0b6b3a7640000613644565b90508015611c0757806112f8565b5090919050565b600c5460009062010000900460ff161580611c335750601a546001600160a01b031633145b611c7f5760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff0000191662010000179055611c986139b3565b5060015b600c805462ff00001916905590565b6000611cb682612708565b6001600160a01b0383166000908152601b602052604090205461104a91906158e4565b611ce1613490565b610d746000613da3565b60016020526000908152604090208054611d0490615851565b80601f0160208091040260200160405190810160405280929190818152602001828054611d3090615851565b8015611d7d5780601f10611d5257610100808354040283529160200191611d7d565b820191906000526020600020905b815481529060010190602001808311611d6057829003601f168201915b505050505081565b600080611bf9611be9846111bb565b600080601454118015611db55750306000908152601b602052604090205415155b15611e1a576000611dfd611de2611dd9670de0b6b3a76400006112258760016158e4565b85906001613644565b306000908152601b60205260409020546111fa9086906158e4565b306000908152601b60205260409020549091506112f8908261592b565b506001919050565b6000611a7460115490565b6060600e805461105f90615851565b600080611e4883613e0b565b9050611e5381613e64565b6112f89082615a80565b611e65613490565b601a80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b60003415611ee4573460156000828254611eb991906158e4565b925050819055503460166000828254611ed291906158e4565b90915550611ee090506139b3565b5060015b90565b61ffff8116600090815260016020526040812080546060929190611f0a90615851565b80601f0160208091040260200160405190810160405280929190818152602001828054611f3690615851565b8015611f835780601f10611f5857610100808354040283529160200191611f83565b820191906000526020600020905b815481529060010190602001808311611f6657829003601f168201915b50505050509050805160001415611fdc5760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610df5565b6112f8600060148351611fef9190615a80565b839190613e74565b600c5462010000900460ff1615806120195750601a546001600160a01b031633145b6120655760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790556018546040517fdd62ed3e00000000000000000000000000000000000000000000000000000000815233600482015230602482015282916001600160a01b03169063dd62ed3e90604401602060405180830381865afa1580156120dd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121019190615a97565b101561214f5760405162461bcd60e51b815260206004820152600660248201527f5455505f303200000000000000000000000000000000000000000000000000006044820152606401610df5565b600061215a826122a9565b905080341015801561216c5750600034115b6121b85760405162461bcd60e51b815260206004820152600660248201527f5455505f303300000000000000000000000000000000000000000000000000006044820152606401610df5565b34601560008282546121ca91906158e4565b90915550508115612279576018546040517f23b872dd000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018490526001600160a01b03909116906323b872dd906064016020604051808303816000875af1158015612245573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122699190615ab0565b506122746001613f9c565b612283565b6122836000613f9c565b61229933612294610a4084346158e4565b613bfe565b5050600c805462ff000019169055565b60008115612349576018546040517f0774c0590000000000000000000000000000000000000000000000000000000081526004810184905261104a916001600160a01b031690630774c05990602401602060405180830381865afa158015612315573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123399190615a97565b8390670de0b6b3a7640000613644565b506000919050565b336000818152601d602090815260408083206001600160a01b0387168452909152812054909190838110156123ee5760405162461bcd60e51b815260206004820152602960248201527f4552433230205455503a2064656372656173656420616c6c6f77616e6365206260448201527f656c6f77207a65726f00000000000000000000000000000000000000000000006064820152608401610df5565b6123fb82868684036134ea565b506001949350505050565b61240e613490565b81813060405160200161242393929190615acd565b60408051601f1981840301815291815261ffff8516600090815260016020908152919020825161245893919290910190614ff9565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce83838360405161248c93929190615a38565b60405180910390a1505050565b600c5460009062010000900460ff1615806124be5750601a546001600160a01b031633145b61250a5760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790553415611c9c57600061252c34613e0b565b306000908152601b602052604090205490915081111561258e5760405162461bcd60e51b815260206004820152600660248201527f5455505f303500000000000000000000000000000000000000000000000000006044820152606401610df5565b601a546001600160a01b03163314156125b1576125ac3033836137ac565b6126ed565b60006125bc82613e64565b90506125d230336125cd8486615a80565b6137ac565b306000908152601b60205260409020548110156125f3576125f330826139d5565b601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015612656573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061267a9190615b06565b905061268581611cab565b8210156126ea5761269681836139d5565b806001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156126d157600080fd5b505af11580156126e5573d6000803e3d6000fd5b505050505b50505b6126f56139b3565b5050600c805462ff000019169055600190565b60006001600160a01b03821630148015906127ab5750601a60009054906101000a90046001600160a01b03166001600160a01b031663c6cc93a16040518163ffffffff1660e01b8152600401602060405180830381865afa158015612771573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127959190615b06565b6001600160a01b0316826001600160a01b031614155b80156127c55750601a546001600160a01b03838116911614155b80156127d95750600c54610100900460ff16155b15612349576001600160a01b0382166000908152601c602052604090205460105461104a9161280791615a80565b6001600160a01b0384166000908152601b602052604090205490670de0b6b3a7640000613644565b60006001600160a01b0383163014156128515761284b82612d80565b5061285c565b61285c3384846137ac565b50600192915050565b61286d613490565b600480547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b906020015b60405180910390a150565b6128e2613490565b6040517fcbed8b9c0000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063cbed8b9c9061294f9088908890889088908890600401615b23565b600060405180830381600087803b15801561296957600080fd5b505af115801561177b573d6000803e3d6000fd5b600c5462010000900460ff16158061299f5750601a546001600160a01b031633145b6129eb5760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff000019166201000017905560155415612a6a576000612a0e611a60565b90508060156000828254612a229190615a80565b90915550612a3290506000613f9c565b604051339082156108fc029083906000818181858888f19350505050158015612a5f573d6000803e3d6000fd5b50612a686139b3565b505b600c805462ff000019169055565b61ffff86166000908152600560205260408082209051612a9b90889088906158a5565b908152604080516020928190038301902067ffffffffffffffff871660009081529252902054905080612b365760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201527f61676500000000000000000000000000000000000000000000000000000000006064820152608401610df5565b808383604051612b479291906158a5565b604051809103902014612bc25760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f6160448201527f64000000000000000000000000000000000000000000000000000000000000006064820152608401610df5565b61ffff87166000908152600560205260408082209051612be590899089906158a5565b908152604080516020928190038301812067ffffffffffffffff8916600090815290845282902093909355601f88018290048202830182019052868252612c7e918991899089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250613d3c92505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e58787878785604051612cb5959493929190615b5c565b60405180910390a150505050505050565b612cce613490565b60008111612d1e5760405162461bcd60e51b815260206004820152601560248201527f4c7a4170703a20696e76616c6964206d696e47617300000000000000000000006044820152606401610df5565b61ffff83811660008181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac09060600161248c565b600c5460009062010000900460ff161580612da55750601a546001600160a01b031633145b612df15760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790819055610100900460ff1615612e595760405162461bcd60e51b815260206004820152600660248201527f5455505f303800000000000000000000000000000000000000000000000000006044820152606401610df5565b81612e6333611cab565b1015612eb15760405162461bcd60e51b815260206004820152600660248201527f5455505f303600000000000000000000000000000000000000000000000000006044820152606401610df5565b6000612ebc83613bf0565b9050601454811115612f105760405162461bcd60e51b815260206004820152600660248201527f5455505f303500000000000000000000000000000000000000000000000000006044820152606401610df5565b612f1b3330856137ac565b601a546001600160a01b0316331415612f6157604051339082156108fc029083906000818181858888f19350505050158015612f5b573d6000803e3d6000fd5b50613133565b6000612f6c82613e64565b9050336108fc612f7c8385615a80565b6040518115909202916000818181858888f19350505050158015612fa4573d6000803e3d6000fd5b506000612fb082611d85565b9050600081118015612fd05750306000908152601b602052604090205481105b15612fdf57612fdf30826139d5565b601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015613042573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130669190615b06565b9050600061307384611b6c565b905060008111801561309c57506001600160a01b0382166000908152601b602052604090205481105b156130ab576130ab82826139d5565b816001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156130e657600080fd5b505af11580156130fa573d6000803e3d6000fd5b50505050836015600082825461311091906158e4565b92505081905550836016600082825461312991906158e4565b9091555050505050505b61313b6139b3565b50600c805462ff000019169055919050565b613155613490565b6006805460ff19168215159081179091556040519081527f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a4906020016128cf565b61319e613490565b61ffff831660009081526001602052604090206131bc90838361507d565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab83838360405161248c93929190615a38565b6131f8613490565b6001600160a01b0381166132745760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610df5565b610d7e81613da3565b600080611e4883613bf0565b6040517ff5ecbdbc00000000000000000000000000000000000000000000000000000000815261ffff808616600483015284166024820152306044820152606481018290526060907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063f5ecbdbc90608401600060405180830381865afa158015613322573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261334a9190810190615bdd565b95945050505050565b6000806133e35a60966366ad5c8a60e01b8989898960405160240161337b9493929190615c12565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090931692909217909152309291906140ff565b9150915081611b6457611b64868686868561418a565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f14e4ceea00000000000000000000000000000000000000000000000000000000148061104a57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff0000000000000000000000000000000000000000000000000000000083161461104a565b6000546001600160a01b03163314610d745760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610df5565b6001600160a01b0383166135665760405162461bcd60e51b815260206004820152602860248201527f4552433230205455503a20617070726f76652066726f6d20746865207a65726f60448201527f20616464726573730000000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b0382166135e25760405162461bcd60e51b815260206004820152602660248201527f4552433230205455503a20617070726f766520746f20746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b038381166000818152601d602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60008080600019858709858702925082811083820303915050806000141561367f57838281613675576136756158fc565b04925050506112f8565b80841161368b57600080fd5b60008486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091026000889003889004909101858311909403939093029303949094049190911702949350505050565b6001600160a01b038381166000908152601d602090815260408083209386168352929052205460001981146137a657818110156137995760405162461bcd60e51b815260206004820152602160248201527f4552433230205455503a20696e73756666696369656e7420616c6c6f77616e6360448201527f65000000000000000000000000000000000000000000000000000000000000006064820152608401610df5565b6137a684848484036134ea565b50505050565b6001600160a01b0383166138285760405162461bcd60e51b815260206004820152602960248201527f4552433230205455503a207472616e736665722066726f6d20746865207a657260448201527f6f206164647265737300000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b0382166138a45760405162461bcd60e51b815260206004820152602760248201527f4552433230205455503a207472616e7366657220746f20746865207a65726f2060448201527f61646472657373000000000000000000000000000000000000000000000000006064820152608401610df5565b6138ac614228565b6138b78383836142bd565b6001600160a01b0383166000908152601b6020526040902054818110156139465760405162461bcd60e51b815260206004820152602a60248201527f4552433230205455503a207472616e7366657220616d6f756e7420657863656560448201527f64732062616c616e6365000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b038085166000818152601b602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906139a69086815260200190565b60405180910390a36137a6565b60155447116139c3576000601455565b6015546139d09047615a80565b601455565b6001600160a01b038216613a515760405162461bcd60e51b815260206004820152602560248201527f4552433230205455503a206275726e2066726f6d20746865207a65726f20616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610df5565b613a5d826000836142bd565b6001600160a01b0382166000908152601b602052604090205481811015613aec5760405162461bcd60e51b815260206004820152602660248201527f4552433230205455503a206275726e20616d6f756e742065786365656473206260448201527f616c616e636500000000000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b0383166000818152601b602090815260408083208686039055601180548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9101613637565b505050565b613b578660008360006142cf565b6000613b6588888888614360565b90506000808783604051602001613b7e93929190615c51565b6040516020818303038152906040529050613b9d888287878734614392565b886001600160a01b03168861ffff167f39a4c66499bcf4b56d79f0dde8ed7a9d4925a0df55825206b2b8531e202be0d08985604051613bdd929190615c7e565b60405180910390a3505050505050505050565b600061104a61233983611d94565b6001600160a01b038216613c7a5760405162461bcd60e51b815260206004820152602360248201527f4552433230205455503a206d696e7420746f20746865207a65726f206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608401610df5565b613c86600083836142bd565b8060116000828254613c9891906158e4565b9091555050601a546001600160a01b03838116911614801590613cc457506001600160a01b0382163014155b613ccf576000613cd1565b805b60126000828254613ce291906158e4565b90915550506001600160a01b0382166000818152601b60209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35b5050565b602081015161ffff8116613d5b57613d568585858561455f565b61117d565b60405162461bcd60e51b815260206004820152601c60248201527f4f4654436f72653a20756e6b6e6f776e207061636b65742074797065000000006044820152606401610df5565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080613e1783611b6c565b90506000613e2484611d85565b9050808210613e4c57601a546001600160a01b03163314613e45578061124c565b5092915050565b601a546001600160a01b031633146112f8578161124c565b600061104a826064612710613644565b606081613e8281601f6158e4565b1015613ed05760405162461bcd60e51b815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610df5565b613eda82846158e4565b84511015613f2a5760405162461bcd60e51b815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610df5565b606082158015613f495760405191506000825260208201604052613f93565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015613f82578051835260209283019201613f6a565b5050858452601f01601f1916604052505b50949350505050565b60155415610d7e5760006004601554613fb5919061592b565b905081614067576010546000613fca83611d85565b9050613fef670de0b6b3a76400006012546001613fe791906158e4565b839190613644565b6010600082825461400091906158e4565b92505081905550600061402c8360105461401a9190615a80565b60125490670de0b6b3a7640000613644565b9050806011600082825461404091906158e4565b92505081905550806012600082825461405991906158e4565b909155506140709350505050565b614070816145e9565b614079816149a4565b6040516001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016908290600081818185875af1925050503d80600081146140e2576040519150601f19603f3d011682016040523d82523d6000602084013e6140e7565b606091505b50506000601555506140f7614228565b613d386139b3565b6000606060008060008661ffff1667ffffffffffffffff81111561412557614125615591565b6040519080825280601f01601f19166020018201604052801561414f576020820181803683370190505b50905060008087516020890160008d8df191503d925086831115614171578692505b828152826000602083013e909890975095505050505050565b8180519060200120600560008761ffff1661ffff168152602001908152602001600020856040516141bb9190615ca0565b90815260408051918290036020908101832067ffffffffffffffff88166000908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c906142199087908790879087908790615cbc565b60405180910390a15050505050565b601a60009054906101000a90046001600160a01b03166001600160a01b031663a840a4f56040518163ffffffff1660e01b81526004016020604051808303816000875af1925050508015614299575060408051601f3d908101601f1916820190925261429691810190615ab0565b60015b61429f57565b8015610d7e57601380549060006142b583615d1b565b919050555050565b6142c683614a9f565b613b4482614a9f565b60065460ff16156142eb576142e684848484614b41565b6137a6565b8151156137a65760405162461bcd60e51b815260206004820152602660248201527f4f4654436f72653a205f61646170746572506172616d73206d7573742062652060448201527f656d7074792e00000000000000000000000000000000000000000000000000006064820152608401610df5565b6000336001600160a01b038616811461437e5761437e8682856136f4565b61438886846139d5565b5090949350505050565b61ffff8616600090815260016020526040812080546143b090615851565b80601f01602080910402602001604051908101604052809291908181526020018280546143dc90615851565b80156144295780601f106143fe57610100808354040283529160200191614429565b820191906000526020600020905b81548152906001019060200180831161440c57829003601f168201915b505050505090508051600014156144a85760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201527f61207472757374656420736f75726365000000000000000000000000000000006064820152608401610df5565b6144b3878751614c20565b6040517fc58031000000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063c5803100908490614524908b9086908c908c908c908c90600401615d36565b6000604051808303818588803b15801561453d57600080fd5b505af1158015614551573d6000803e3d6000fd5b505050505050505050505050565b600080828060200190518101906145769190615d90565b9093509150600090506145898382614c8e565b9050614596878284614d04565b9150806001600160a01b03168761ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf846040516145d891815260200190565b60405180910390a350505050505050565b804710156146395760405162461bcd60e51b815260206004820152600660248201527f5455505f303400000000000000000000000000000000000000000000000000006044820152606401610df5565b601860009054906101000a90046001600160a01b03166001600160a01b03166310e7b9f2826040518263ffffffff1660e01b815260040160206040518083038185885af115801561468e573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906146b39190615ab0565b506018546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015614716573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061473a9190615a97565b905060006147d4670de0b6b3a7640000601860009054906101000a90046001600160a01b03166001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561479d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906147c19190615a97565b6147cc906002615dea565b849190613644565b905060006147ee82670de0b6b3a76400006118ee30611cab565b1115614813576148133061480e83670de0b6b3a76400006118ee30611cab565b6139d5565b601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015614876573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061489a9190615b06565b905060006148b483670de0b6b3a76400006118ee85611cab565b11156148d4576148d48161480e84670de0b6b3a76400006118ee86611cab565b806001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561490f57600080fd5b505af1158015614923573d6000803e3d6000fd5b50506018546040517f42966c68000000000000000000000000000000000000000000000000000000008152600481018790526001600160a01b0390911692506342966c689150602401600060405180830381600087803b15801561498657600080fd5b505af115801561499a573d6000803e3d6000fd5b5050505050505050565b60006149af82613e0b565b905081811415614a77576019546000906001600160a01b03166149dd5760006305f5e1006000806000614a54565b601960009054906101000a90046001600160a01b03166001600160a01b031663feaf968c6040518163ffffffff1660e01b815260040160a060405180830381865afa158015614a30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a549190615e23565b505050915050614a73816305f5e100846136449092919063ffffffff16565b9150505b614a818282614d10565b306000908152601b6020526040902054613d3857613d383082613bfe565b6000614aaa82612708565b90508015614b21576001600160a01b0382166000908152601b602052604081208054839290614ada9084906158e4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35b506010546001600160a01b039091166000908152601c6020526040902055565b6000614b4c83614f9d565b61ffff808716600090815260026020908152604080832093891683529290529081205491925090614b7e9084906158e4565b905060008111614bd05760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610df5565b80821015611b645760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610df5565b61ffff821660009081526003602052604090205480614c3e57506127105b80821115613b445760405162461bcd60e51b815260206004820181905260248201527f4c7a4170703a207061796c6f61642073697a6520697320746f6f206c617267656044820152606401610df5565b6000614c9b8260146158e4565b83511015614ceb5760405162461bcd60e51b815260206004820152601560248201527f746f416464726573735f6f75744f66426f756e647300000000000000000000006044820152606401610df5565b5001602001516c01000000000000000000000000900490565b6000613e458383613bfe565b81471015614d605760405162461bcd60e51b815260206004820152600660248201527f5455505f303400000000000000000000000000000000000000000000000000006044820152606401610df5565b8115613d3857601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015614dc9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614ded9190615b06565b306000908152601b6020526040808220546001600160a01b03841683529120549192501015614ea2576040516001600160a01b038216908490600081818185875af1925050503d8060008114614e5f576040519150601f19603f3d011682016040523d82523d6000602084013e614e64565b606091505b505050806001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156116ed57600080fd5b601a546001600160a01b0316614eb88184613bfe565b601a546040517f15496ef5000000000000000000000000000000000000000000000000000000008152600481018590526000916001600160a01b0316906315496ef590879060240160206040518083038185885af1158015614f1e573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190614f439190615ab0565b905080158015614f6a57506001600160a01b0382166000908152601b602052604090205415155b1561117d576001600160a01b0382166000908152601b6020526040902054614f939083906139d5565b61117d3085613bfe565b6000602282511015614ff15760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610df5565b506022015190565b82805461500590615851565b90600052602060002090601f016020900481019282615027576000855561506d565b82601f1061504057805160ff191683800117855561506d565b8280016001018555821561506d579182015b8281111561506d578251825591602001919060010190615052565b506150799291506150f1565b5090565b82805461508990615851565b90600052602060002090601f0160209004810192826150ab576000855561506d565b82601f106150c45782800160ff1982351617855561506d565b8280016001018555821561506d579182015b8281111561506d5782358255916020019190600101906150d6565b5b8082111561507957600081556001016150f2565b61ffff81168114610d7e57600080fd5b60008083601f84011261512857600080fd5b50813567ffffffffffffffff81111561514057600080fd5b60208301915083602082850101111561515857600080fd5b9250929050565b803567ffffffffffffffff8116811461126357600080fd5b6000806000806000806080878903121561519057600080fd5b863561519b81615106565b9550602087013567ffffffffffffffff808211156151b857600080fd5b6151c48a838b01615116565b90975095508591506151d860408a0161515f565b945060608901359150808211156151ee57600080fd5b506151fb89828a01615116565b979a9699509497509295939492505050565b60006020828403121561521f57600080fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146112f857600080fd5b60005b8381101561526a578181015183820152602001615252565b838111156137a65750506000910152565b6000815180845261529381602086016020860161524f565b601f01601f19169290920160200192915050565b6020815260006112f8602083018461527b565b6000602082840312156152cc57600080fd5b81356112f881615106565b6001600160a01b0381168114610d7e57600080fd5b600080604083850312156152ff57600080fd5b823561530a816152d7565b946020939093013593505050565b6000806040838503121561532b57600080fd5b823561530a81615106565b60006020828403121561534857600080fd5b5035919050565b60008060006060848603121561536457600080fd5b833561536f816152d7565b9250602084013561537f816152d7565b929592945050506040919091013590565b8015158114610d7e57600080fd5b600080600080600080600060a0888a0312156153b957600080fd5b87356153c481615106565b9650602088013567ffffffffffffffff808211156153e157600080fd5b6153ed8b838c01615116565b909850965060408a0135955060608a0135915061540982615390565b9093506080890135908082111561541f57600080fd5b5061542c8a828b01615116565b989b979a50959850939692959293505050565b60008060006040848603121561545457600080fd5b833561545f81615106565b9250602084013567ffffffffffffffff81111561547b57600080fd5b61548786828701615116565b9497909650939450505050565b600080600080600080600080600060e08a8c0312156154b257600080fd5b89356154bd816152d7565b985060208a01356154cd81615106565b975060408a013567ffffffffffffffff808211156154ea57600080fd5b6154f68d838e01615116565b909950975060608c0135965060808c01359150615512826152d7565b90945060a08b013590615524826152d7565b90935060c08b0135908082111561553a57600080fd5b506155478c828d01615116565b915080935050809150509295985092959850929598565b60008060006040848603121561557357600080fd5b83359250602084013567ffffffffffffffff81111561547b57600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156155e9576155e9615591565b604052919050565b600067ffffffffffffffff82111561560b5761560b615591565b50601f01601f191660200190565b60008060006060848603121561562e57600080fd5b833561563981615106565b9250602084013567ffffffffffffffff81111561565557600080fd5b8401601f8101861361566657600080fd5b8035615679615674826155f1565b6155c0565b81815287602083850101111561568e57600080fd5b816020840160208301376000602083830101528094505050506156b36040850161515f565b90509250925092565b6000602082840312156156ce57600080fd5b81356112f8816152d7565b600080604083850312156156ec57600080fd5b82356156f781615106565b9150602083013561570781615106565b809150509250929050565b60008060008060006080868803121561572a57600080fd5b853561573581615106565b9450602086013561574581615106565b935060408601359250606086013567ffffffffffffffff81111561576857600080fd5b61577488828901615116565b969995985093965092949392505050565b6000806040838503121561579857600080fd5b82356157a3816152d7565b91506020830135615707816152d7565b6000806000606084860312156157c857600080fd5b83356157d381615106565b9250602084013561537f81615106565b6000602082840312156157f557600080fd5b81356112f881615390565b6000806000806080858703121561581657600080fd5b843561582181615106565b9350602085013561583181615106565b92506040850135615841816152d7565b9396929550929360600135925050565b600181811c9082168061586557607f821691505b6020821081141561589f577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b50919050565b8183823760009101908152919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600082198211156158f7576158f76158b5565b500190565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082615961577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b61ffff851681526060602082015260006159af606083018587615966565b905082604083015295945050505050565b61ffff871681526001600160a01b038616602082015260a0604082015260006159ec60a083018761527b565b85151560608401528281036080840152615a07818587615966565b9998505050505050505050565b60008060408385031215615a2757600080fd5b505080516020909101519092909150565b61ffff8416815260406020820152600061334a604083018486615966565b848152836020820152606060408201526000615a76606083018486615966565b9695505050505050565b600082821015615a9257615a926158b5565b500390565b600060208284031215615aa957600080fd5b5051919050565b600060208284031215615ac257600080fd5b81516112f881615390565b8284823760609190911b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169101908152601401919050565b600060208284031215615b1857600080fd5b81516112f8816152d7565b600061ffff808816835280871660208401525084604083015260806060830152615b51608083018486615966565b979650505050505050565b61ffff86168152608060208201526000615b7a608083018688615966565b67ffffffffffffffff94909416604083015250606001529392505050565b600082601f830112615ba957600080fd5b8151615bb7615674826155f1565b818152846020838601011115615bcc57600080fd5b61124c82602083016020870161524f565b600060208284031215615bef57600080fd5b815167ffffffffffffffff811115615c0657600080fd5b61124c84828501615b98565b61ffff85168152608060208201526000615c2f608083018661527b565b67ffffffffffffffff851660408401528281036060840152615b51818561527b565b61ffff84168152606060208201526000615c6e606083018561527b565b9050826040830152949350505050565b604081526000615c91604083018561527b565b90508260208301529392505050565b60008251615cb281846020870161524f565b9190910192915050565b61ffff8616815260a060208201526000615cd960a083018761527b565b67ffffffffffffffff861660408401528281036060840152615cfb818661527b565b90508281036080840152615d0f818561527b565b98975050505050505050565b6000600019821415615d2f57615d2f6158b5565b5060010190565b61ffff8716815260c060208201526000615d5360c083018861527b565b8281036040840152615d65818861527b565b6001600160a01b0387811660608601528616608085015283810360a08501529050615a07818561527b565b600080600060608486031215615da557600080fd5b8351615db081615106565b602085015190935067ffffffffffffffff811115615dcd57600080fd5b615dd986828701615b98565b925050604084015190509250925092565b6000816000190483118215151615615e0457615e046158b5565b500290565b805169ffffffffffffffffffff8116811461126357600080fd5b600080600080600060a08688031215615e3b57600080fd5b615e4486615e09565b9450602086015193506040860151925060608601519150615e6760808701615e09565b9050929550929590935056fea2646970667358221220113a82f1aaf64792ae17f94fe9505549c1762a66c2ac003f6a6750a68a71d04f64736f6c634300080a00330000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000093f6ec3dabc33ca45c0293107835ccfdc820fe6d0000000000000000000000009cab6138cda8dde5bf8f72a0955d7cae348cc0500000000000000000000000000f8f39b92776d9136408280c7209bebe4351123b0000000000000000000000003c2269811836af69497e5f486a85d7316753cf620000000000000000000000000567f2323251f0aab15c8dfb1967e4e8a7d42aee000000000000000000000000123e587f469fcb3c5992793d081be8d643fd78e1000000000000000000000000000000000000000000000000000000000000000a54696d652069732055700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035455500000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x6080604052600436106104835760003560e01c806383dfda9c1161025e578063a9059cbb11610143578063e4849b32116100bb578063f2fde38b1161008a578063f5ecbdbc1161006f578063f5ecbdbc14610d1a578063fc0c546a14610d3a578063fd97e3c514610d4d57610492565b8063f2fde38b14610cda578063f3d33a0e14610cfa57610492565b8063e4849b3214610c60578063eab45d9c14610c80578063eb8d72b714610ca0578063ed629c5c14610cc057610492565b8063cbed8b9c11610112578063d1deba1f116100f7578063d1deba1f14610be7578063dd62ed3e14610bfa578063df2a5b3b14610c4057610492565b8063cbed8b9c14610bb2578063ccb6459614610bd257610492565b8063a9059cbb14610b28578063b353aaa714610b48578063baf3292d14610b7c578063c446183414610b9c57610492565b8063986ccc7f116101d6578063a1bbf161116101a5578063a6c3d1651161018a578063a6c3d16514610ae0578063a6f2ae3a14610b00578063a88f713314610b0857610492565b8063a1bbf16114610aa0578063a457c2d714610ac057610492565b8063986ccc7f14610a455780639c4da9d814610a655780639f38369a14610a6d578063a0712d6814610a8d57610492565b80639358928b1161022d57806395d89b411161021257806395d89b41146109fa57806396365d4414610a0f5780639852787514610a2557610492565b80639358928b146109c5578063950c8a74146109da57610492565b806383dfda9c146109395780638b3b0e64146109595780638cfd8f5c1461096f5780638da5cb5b146109a757610492565b806342966c681161038457806363b0e66a116102fc57806370471f73116102cb578063715018a6116102b0578063715018a6146108e45780637533d788146108f9578063834539331461091957610492565b806370471f73146108bc57806370a08231146108c457610492565b806363b0e66a1461082e57806366ad5c8a146108665780636a664586146108865780636dfa8d99146108a657610492565b80634c42899a11610353578063522c806711610338578063522c8067146107aa5780635b8c41e6146107ca5780635e7c75451461081957610492565b80634c42899a1461076f578063519056361461079757610492565b806342966c681461070457806342d65a8d14610724578063447705151461074457806347aa6a521461075957610492565b806310ddb13711610417578063313ce567116103e657806339509351116103cb57806339509351146106975780633d8b38f6146106b75780633f1f4fa4146106d757610492565b8063313ce5671461067357806336a31ccb1461068f57610492565b806310ddb137146105e957806318160ddd1461060957806323b872dd1461061e5780632a205e3d1461063e57610492565b806307e0db171161045357806307e0db1714610569578063095ea7b3146105895780630df37483146105a95780630f0a7f7a146105c957610492565b80621d3567146104cf57806301401c5c146104ef57806301ffc9a71461051757806306fdde031461054757610492565b3661049257610490610d63565b005b3615806104a957506018546001600160a01b031633145b806104be5750601a546001600160a01b031633145b6104c757600080fd5b610490610d63565b3480156104db57600080fd5b506104906104ea366004615177565b610d81565b3480156104fb57600080fd5b50610504606481565b6040519081526020015b60405180910390f35b34801561052357600080fd5b5061053761053236600461520d565b610fc9565b604051901515815260200161050e565b34801561055357600080fd5b5061055c611050565b60405161050e91906152a7565b34801561057557600080fd5b506104906105843660046152ba565b6110e2565b34801561059557600080fd5b506105376105a43660046152ec565b611184565b3480156105b557600080fd5b506104906105c4366004615318565b61119c565b3480156105d557600080fd5b506105046105e4366004615336565b6111bb565b3480156105f557600080fd5b506104906106043660046152ba565b611268565b34801561061557600080fd5b50601154610504565b34801561062a57600080fd5b5061053761063936600461534f565b6112d9565b34801561064a57600080fd5b5061065e61065936600461539e565b6112ff565b6040805192835260208301919091520161050e565b34801561067f57600080fd5b506040516012815260200161050e565b6104906113eb565b3480156106a357600080fd5b506105376106b23660046152ec565b6114f5565b3480156106c357600080fd5b506105376106d236600461543f565b611534565b3480156106e357600080fd5b506105046106f23660046152ba565b60036020526000908152604090205481565b34801561071057600080fd5b5061049061071f366004615336565b611600565b34801561073057600080fd5b5061049061073f36600461543f565b611662565b34801561075057600080fd5b50610504600081565b34801561076557600080fd5b5061050460155481565b34801561077b57600080fd5b50610784600081565b60405161ffff909116815260200161050e565b6104906107a5366004615494565b611701565b3480156107b657600080fd5b506104906107c536600461555e565b611786565b3480156107d657600080fd5b506105046107e5366004615619565b6005602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561082557600080fd5b50610504611a60565b34801561083a57600080fd5b50601a5461084e906001600160a01b031681565b6040516001600160a01b03909116815260200161050e565b34801561087257600080fd5b50610490610881366004615177565b611a79565b34801561089257600080fd5b506105046108a1366004615336565b611b6c565b3480156108b257600080fd5b5061050460165481565b610537611c0e565b3480156108d057600080fd5b506105046108df3660046156bc565b611cab565b3480156108f057600080fd5b50610490611cd9565b34801561090557600080fd5b5061055c6109143660046152ba565b611ceb565b34801561092557600080fd5b50610504610934366004615336565b611d85565b34801561094557600080fd5b50610504610954366004615336565b611d94565b34801561096557600080fd5b5061050460135481565b34801561097b57600080fd5b5061050461098a3660046156d9565b600260209081526000928352604080842090915290825290205481565b3480156109b357600080fd5b506000546001600160a01b031661084e565b3480156109d157600080fd5b50610504611e22565b3480156109e657600080fd5b5060045461084e906001600160a01b031681565b348015610a0657600080fd5b5061055c611e2d565b348015610a1b57600080fd5b5061050460145481565b348015610a3157600080fd5b50610504610a40366004615336565b611e3c565b348015610a5157600080fd5b50610490610a603660046156bc565b611e5d565b610537611e9f565b348015610a7957600080fd5b5061055c610a883660046152ba565b611ee7565b610490610a9b366004615336565b611ff7565b348015610aac57600080fd5b50610504610abb366004615336565b6122a9565b348015610acc57600080fd5b50610537610adb3660046152ec565b612351565b348015610aec57600080fd5b50610490610afb36600461543f565b612406565b610537612499565b348015610b1457600080fd5b50610504610b233660046156bc565b612708565b348015610b3457600080fd5b50610537610b433660046152ec565b61282f565b348015610b5457600080fd5b5061084e7f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf6281565b348015610b8857600080fd5b50610490610b973660046156bc565b612865565b348015610ba857600080fd5b5061050461271081565b348015610bbe57600080fd5b50610490610bcd366004615712565b6128da565b348015610bde57600080fd5b5061049061297d565b610490610bf5366004615177565b612a78565b348015610c0657600080fd5b50610504610c15366004615785565b6001600160a01b039182166000908152601d6020908152604080832093909416825291909152205490565b348015610c4c57600080fd5b50610490610c5b3660046157b3565b612cc6565b348015610c6c57600080fd5b50610537610c7b366004615336565b612d80565b348015610c8c57600080fd5b50610490610c9b3660046157e3565b61314d565b348015610cac57600080fd5b50610490610cbb36600461543f565b613196565b348015610ccc57600080fd5b506006546105379060ff1681565b348015610ce657600080fd5b50610490610cf53660046156bc565b6131f0565b348015610d0657600080fd5b50610504610d15366004615336565b61327d565b348015610d2657600080fd5b5061055c610d35366004615800565b613289565b348015610d4657600080fd5b503061084e565b348015610d5957600080fd5b5061050460175481565b601154610d7657610d746000611ff7565b565b610d7e612499565b50565b337f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b031614610dfe5760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff861660009081526001602052604081208054610e1c90615851565b80601f0160208091040260200160405190810160405280929190818152602001828054610e4890615851565b8015610e955780601f10610e6a57610100808354040283529160200191610e95565b820191906000526020600020905b815481529060010190602001808311610e7857829003601f168201915b50505050509050805186869050148015610eb0575060008151115b8015610ed8575080516020820120604051610ece90889088906158a5565b6040518091039020145b610f4a5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f60448201527f6e747261637400000000000000000000000000000000000000000000000000006064820152608401610df5565b610fc08787878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528a93509150889088908190840183828082843760009201919091525061335392505050565b50505050505050565b60007fffffffff000000000000000000000000000000000000000000000000000000008216158061103b57507fffffffff0000000000000000000000000000000000000000000000000000000082167f36372b0700000000000000000000000000000000000000000000000000000000145b8061104a575061104a826133f9565b92915050565b6060600d805461105f90615851565b80601f016020809104026020016040519081016040528092919081815260200182805461108b90615851565b80156110d85780601f106110ad576101008083540402835291602001916110d8565b820191906000526020600020905b8154815290600101906020018083116110bb57829003601f168201915b5050505050905090565b6110ea613490565b6040517f07e0db1700000000000000000000000000000000000000000000000000000000815261ffff821660048201527f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b0316906307e0db17906024015b600060405180830381600087803b15801561116957600080fd5b505af115801561117d573d6000803e3d6000fd5b5050505050565b6000336111928185856134ea565b5060019392505050565b6111a4613490565b61ffff909116600090815260036020526040902055565b6000806014541180156111dc5750306000908152601b602052604090205415155b15611254576000611204670de0b6b3a76400006111fa8560016158e4565b6014549190613644565b9050600061123c61121785846001613644565b8560145461122591906158e4565b306000908152601b60205260409020549190613644565b90506014548161124c919061592b565b949350505050565b50670de0b6b3a7640000919050565b919050565b611270613490565b6040517f10ddb13700000000000000000000000000000000000000000000000000000000815261ffff821660048201527f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b0316906310ddb1379060240161114f565b6000336112e78582856136f4565b6112f28585856137ac565b60019150505b9392505050565b60008060008089898960405160200161131b9493929190615991565b60408051601f19818403018152908290527f40a7bb1000000000000000000000000000000000000000000000000000000000825291506001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf6216906340a7bb109061139a908d90309086908c908c908c906004016159c0565b6040805180830381865afa1580156113b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113da9190615a14565b925092505097509795505050505050565b600c54610100900460ff166114425760405162461bcd60e51b815260206004820152600660248201527f5455505f303800000000000000000000000000000000000000000000000000006044820152606401610df5565b600f543410156114945760405162461bcd60e51b815260206004820152600660248201527f5455505f313000000000000000000000000000000000000000000000000000006044820152606401610df5565b34601660008282546114a691906158e4565b9250508190555034601760008282546114bf91906158e4565b9250508190555034601560008282546114d891906158e4565b909155506114e690506139b3565b600c805460ff19166001179055565b336000818152601d602090815260408083206001600160a01b0387168452909152812054909190611192908290869061152f9087906158e4565b6134ea565b61ffff83166000908152600160205260408120805482919061155590615851565b80601f016020809104026020016040519081016040528092919081815260200182805461158190615851565b80156115ce5780601f106115a3576101008083540402835291602001916115ce565b820191906000526020600020905b8154815290600101906020018083116115b157829003601f168201915b5050505050905083836040516115e59291906158a5565b60405180910390208180519060200120149150509392505050565b61160933611cab565b8111156116585760405162461bcd60e51b815260206004820152600660248201527f5455505f303700000000000000000000000000000000000000000000000000006044820152606401610df5565b610d7e33826139d5565b61166a613490565b6040517f42d65a8d0000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf6216906342d65a8d906116d390869086908690600401615a38565b600060405180830381600087803b1580156116ed57600080fd5b505af1158015610fc0573d6000803e3d6000fd5b61177b898989898080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528c93508b92508a918a908a9081908401838280828437600092019190915250613b4992505050565b505050505050505050565b600c5462010000900460ff1615806117a85750601a546001600160a01b031633145b6117f45760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790819055610100900460ff161561185c5760405162461bcd60e51b815260206004820152600660248201527f5455505f303800000000000000000000000000000000000000000000000000006044820152606401610df5565b600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000166101001790556011548311156118da5760405162461bcd60e51b815260206004820152600660248201527f5455505f303900000000000000000000000000000000000000000000000000006044820152606401610df5565b6017546118f560646127106118ee87613bf0565b9190613644565b600f556119023385613bfe565b600f546040517f3e2333460000000000000000000000000000000000000000000000000000000081523391633e2333469161194591889188908890600401615a56565b600060405180830381600087803b15801561195f57600080fd5b505af1158015611973573d6000803e3d6000fd5b50505050600f54816017546119889190615a80565b10156119d65760405162461bcd60e51b815260206004820152600660248201527f5455505f313000000000000000000000000000000000000000000000000000006044820152606401610df5565b600c5460ff16611a285760405162461bcd60e51b815260206004820152600660248201527f5455505f313100000000000000000000000000000000000000000000000000006044820152606401610df5565b611a3233856139d5565b5050600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000ff1690555050565b601554600090611a74906064612710613644565b905090565b333014611aee5760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d75737420626560448201527f204c7a41707000000000000000000000000000000000000000000000000000006064820152608401610df5565b611b648686868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250613d3c92505050565b505050505050565b600080611bf9601a60009054906101000a90046001600160a01b03166001600160a01b03166395d18a136040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bc5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611be99190615a97565b8490670de0b6b3a7640000613644565b90508015611c0757806112f8565b5090919050565b600c5460009062010000900460ff161580611c335750601a546001600160a01b031633145b611c7f5760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff0000191662010000179055611c986139b3565b5060015b600c805462ff00001916905590565b6000611cb682612708565b6001600160a01b0383166000908152601b602052604090205461104a91906158e4565b611ce1613490565b610d746000613da3565b60016020526000908152604090208054611d0490615851565b80601f0160208091040260200160405190810160405280929190818152602001828054611d3090615851565b8015611d7d5780601f10611d5257610100808354040283529160200191611d7d565b820191906000526020600020905b815481529060010190602001808311611d6057829003601f168201915b505050505081565b600080611bf9611be9846111bb565b600080601454118015611db55750306000908152601b602052604090205415155b15611e1a576000611dfd611de2611dd9670de0b6b3a76400006112258760016158e4565b85906001613644565b306000908152601b60205260409020546111fa9086906158e4565b306000908152601b60205260409020549091506112f8908261592b565b506001919050565b6000611a7460115490565b6060600e805461105f90615851565b600080611e4883613e0b565b9050611e5381613e64565b6112f89082615a80565b611e65613490565b601a80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b60003415611ee4573460156000828254611eb991906158e4565b925050819055503460166000828254611ed291906158e4565b90915550611ee090506139b3565b5060015b90565b61ffff8116600090815260016020526040812080546060929190611f0a90615851565b80601f0160208091040260200160405190810160405280929190818152602001828054611f3690615851565b8015611f835780601f10611f5857610100808354040283529160200191611f83565b820191906000526020600020905b815481529060010190602001808311611f6657829003601f168201915b50505050509050805160001415611fdc5760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610df5565b6112f8600060148351611fef9190615a80565b839190613e74565b600c5462010000900460ff1615806120195750601a546001600160a01b031633145b6120655760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790556018546040517fdd62ed3e00000000000000000000000000000000000000000000000000000000815233600482015230602482015282916001600160a01b03169063dd62ed3e90604401602060405180830381865afa1580156120dd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121019190615a97565b101561214f5760405162461bcd60e51b815260206004820152600660248201527f5455505f303200000000000000000000000000000000000000000000000000006044820152606401610df5565b600061215a826122a9565b905080341015801561216c5750600034115b6121b85760405162461bcd60e51b815260206004820152600660248201527f5455505f303300000000000000000000000000000000000000000000000000006044820152606401610df5565b34601560008282546121ca91906158e4565b90915550508115612279576018546040517f23b872dd000000000000000000000000000000000000000000000000000000008152336004820152306024820152604481018490526001600160a01b03909116906323b872dd906064016020604051808303816000875af1158015612245573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122699190615ab0565b506122746001613f9c565b612283565b6122836000613f9c565b61229933612294610a4084346158e4565b613bfe565b5050600c805462ff000019169055565b60008115612349576018546040517f0774c0590000000000000000000000000000000000000000000000000000000081526004810184905261104a916001600160a01b031690630774c05990602401602060405180830381865afa158015612315573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123399190615a97565b8390670de0b6b3a7640000613644565b506000919050565b336000818152601d602090815260408083206001600160a01b0387168452909152812054909190838110156123ee5760405162461bcd60e51b815260206004820152602960248201527f4552433230205455503a2064656372656173656420616c6c6f77616e6365206260448201527f656c6f77207a65726f00000000000000000000000000000000000000000000006064820152608401610df5565b6123fb82868684036134ea565b506001949350505050565b61240e613490565b81813060405160200161242393929190615acd565b60408051601f1981840301815291815261ffff8516600090815260016020908152919020825161245893919290910190614ff9565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce83838360405161248c93929190615a38565b60405180910390a1505050565b600c5460009062010000900460ff1615806124be5750601a546001600160a01b031633145b61250a5760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790553415611c9c57600061252c34613e0b565b306000908152601b602052604090205490915081111561258e5760405162461bcd60e51b815260206004820152600660248201527f5455505f303500000000000000000000000000000000000000000000000000006044820152606401610df5565b601a546001600160a01b03163314156125b1576125ac3033836137ac565b6126ed565b60006125bc82613e64565b90506125d230336125cd8486615a80565b6137ac565b306000908152601b60205260409020548110156125f3576125f330826139d5565b601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015612656573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061267a9190615b06565b905061268581611cab565b8210156126ea5761269681836139d5565b806001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156126d157600080fd5b505af11580156126e5573d6000803e3d6000fd5b505050505b50505b6126f56139b3565b5050600c805462ff000019169055600190565b60006001600160a01b03821630148015906127ab5750601a60009054906101000a90046001600160a01b03166001600160a01b031663c6cc93a16040518163ffffffff1660e01b8152600401602060405180830381865afa158015612771573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127959190615b06565b6001600160a01b0316826001600160a01b031614155b80156127c55750601a546001600160a01b03838116911614155b80156127d95750600c54610100900460ff16155b15612349576001600160a01b0382166000908152601c602052604090205460105461104a9161280791615a80565b6001600160a01b0384166000908152601b602052604090205490670de0b6b3a7640000613644565b60006001600160a01b0383163014156128515761284b82612d80565b5061285c565b61285c3384846137ac565b50600192915050565b61286d613490565b600480547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b906020015b60405180910390a150565b6128e2613490565b6040517fcbed8b9c0000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf62169063cbed8b9c9061294f9088908890889088908890600401615b23565b600060405180830381600087803b15801561296957600080fd5b505af115801561177b573d6000803e3d6000fd5b600c5462010000900460ff16158061299f5750601a546001600160a01b031633145b6129eb5760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff000019166201000017905560155415612a6a576000612a0e611a60565b90508060156000828254612a229190615a80565b90915550612a3290506000613f9c565b604051339082156108fc029083906000818181858888f19350505050158015612a5f573d6000803e3d6000fd5b50612a686139b3565b505b600c805462ff000019169055565b61ffff86166000908152600560205260408082209051612a9b90889088906158a5565b908152604080516020928190038301902067ffffffffffffffff871660009081529252902054905080612b365760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201527f61676500000000000000000000000000000000000000000000000000000000006064820152608401610df5565b808383604051612b479291906158a5565b604051809103902014612bc25760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f6160448201527f64000000000000000000000000000000000000000000000000000000000000006064820152608401610df5565b61ffff87166000908152600560205260408082209051612be590899089906158a5565b908152604080516020928190038301812067ffffffffffffffff8916600090815290845282902093909355601f88018290048202830182019052868252612c7e918991899089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250613d3c92505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e58787878785604051612cb5959493929190615b5c565b60405180910390a150505050505050565b612cce613490565b60008111612d1e5760405162461bcd60e51b815260206004820152601560248201527f4c7a4170703a20696e76616c6964206d696e47617300000000000000000000006044820152606401610df5565b61ffff83811660008181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac09060600161248c565b600c5460009062010000900460ff161580612da55750601a546001600160a01b031633145b612df15760405162461bcd60e51b815260206004820152600660248201527f5455505f303100000000000000000000000000000000000000000000000000006044820152606401610df5565b600c805462ff00001916620100001790819055610100900460ff1615612e595760405162461bcd60e51b815260206004820152600660248201527f5455505f303800000000000000000000000000000000000000000000000000006044820152606401610df5565b81612e6333611cab565b1015612eb15760405162461bcd60e51b815260206004820152600660248201527f5455505f303600000000000000000000000000000000000000000000000000006044820152606401610df5565b6000612ebc83613bf0565b9050601454811115612f105760405162461bcd60e51b815260206004820152600660248201527f5455505f303500000000000000000000000000000000000000000000000000006044820152606401610df5565b612f1b3330856137ac565b601a546001600160a01b0316331415612f6157604051339082156108fc029083906000818181858888f19350505050158015612f5b573d6000803e3d6000fd5b50613133565b6000612f6c82613e64565b9050336108fc612f7c8385615a80565b6040518115909202916000818181858888f19350505050158015612fa4573d6000803e3d6000fd5b506000612fb082611d85565b9050600081118015612fd05750306000908152601b602052604090205481105b15612fdf57612fdf30826139d5565b601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015613042573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130669190615b06565b9050600061307384611b6c565b905060008111801561309c57506001600160a01b0382166000908152601b602052604090205481105b156130ab576130ab82826139d5565b816001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156130e657600080fd5b505af11580156130fa573d6000803e3d6000fd5b50505050836015600082825461311091906158e4565b92505081905550836016600082825461312991906158e4565b9091555050505050505b61313b6139b3565b50600c805462ff000019169055919050565b613155613490565b6006805460ff19168215159081179091556040519081527f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a4906020016128cf565b61319e613490565b61ffff831660009081526001602052604090206131bc90838361507d565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab83838360405161248c93929190615a38565b6131f8613490565b6001600160a01b0381166132745760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610df5565b610d7e81613da3565b600080611e4883613bf0565b6040517ff5ecbdbc00000000000000000000000000000000000000000000000000000000815261ffff808616600483015284166024820152306044820152606481018290526060907f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf626001600160a01b03169063f5ecbdbc90608401600060405180830381865afa158015613322573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261334a9190810190615bdd565b95945050505050565b6000806133e35a60966366ad5c8a60e01b8989898960405160240161337b9493929190615c12565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090931692909217909152309291906140ff565b9150915081611b6457611b64868686868561418a565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f14e4ceea00000000000000000000000000000000000000000000000000000000148061104a57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff0000000000000000000000000000000000000000000000000000000083161461104a565b6000546001600160a01b03163314610d745760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610df5565b6001600160a01b0383166135665760405162461bcd60e51b815260206004820152602860248201527f4552433230205455503a20617070726f76652066726f6d20746865207a65726f60448201527f20616464726573730000000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b0382166135e25760405162461bcd60e51b815260206004820152602660248201527f4552433230205455503a20617070726f766520746f20746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b038381166000818152601d602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60008080600019858709858702925082811083820303915050806000141561367f57838281613675576136756158fc565b04925050506112f8565b80841161368b57600080fd5b60008486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091026000889003889004909101858311909403939093029303949094049190911702949350505050565b6001600160a01b038381166000908152601d602090815260408083209386168352929052205460001981146137a657818110156137995760405162461bcd60e51b815260206004820152602160248201527f4552433230205455503a20696e73756666696369656e7420616c6c6f77616e6360448201527f65000000000000000000000000000000000000000000000000000000000000006064820152608401610df5565b6137a684848484036134ea565b50505050565b6001600160a01b0383166138285760405162461bcd60e51b815260206004820152602960248201527f4552433230205455503a207472616e736665722066726f6d20746865207a657260448201527f6f206164647265737300000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b0382166138a45760405162461bcd60e51b815260206004820152602760248201527f4552433230205455503a207472616e7366657220746f20746865207a65726f2060448201527f61646472657373000000000000000000000000000000000000000000000000006064820152608401610df5565b6138ac614228565b6138b78383836142bd565b6001600160a01b0383166000908152601b6020526040902054818110156139465760405162461bcd60e51b815260206004820152602a60248201527f4552433230205455503a207472616e7366657220616d6f756e7420657863656560448201527f64732062616c616e6365000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b038085166000818152601b602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906139a69086815260200190565b60405180910390a36137a6565b60155447116139c3576000601455565b6015546139d09047615a80565b601455565b6001600160a01b038216613a515760405162461bcd60e51b815260206004820152602560248201527f4552433230205455503a206275726e2066726f6d20746865207a65726f20616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610df5565b613a5d826000836142bd565b6001600160a01b0382166000908152601b602052604090205481811015613aec5760405162461bcd60e51b815260206004820152602660248201527f4552433230205455503a206275726e20616d6f756e742065786365656473206260448201527f616c616e636500000000000000000000000000000000000000000000000000006064820152608401610df5565b6001600160a01b0383166000818152601b602090815260408083208686039055601180548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9101613637565b505050565b613b578660008360006142cf565b6000613b6588888888614360565b90506000808783604051602001613b7e93929190615c51565b6040516020818303038152906040529050613b9d888287878734614392565b886001600160a01b03168861ffff167f39a4c66499bcf4b56d79f0dde8ed7a9d4925a0df55825206b2b8531e202be0d08985604051613bdd929190615c7e565b60405180910390a3505050505050505050565b600061104a61233983611d94565b6001600160a01b038216613c7a5760405162461bcd60e51b815260206004820152602360248201527f4552433230205455503a206d696e7420746f20746865207a65726f206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608401610df5565b613c86600083836142bd565b8060116000828254613c9891906158e4565b9091555050601a546001600160a01b03838116911614801590613cc457506001600160a01b0382163014155b613ccf576000613cd1565b805b60126000828254613ce291906158e4565b90915550506001600160a01b0382166000818152601b60209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35b5050565b602081015161ffff8116613d5b57613d568585858561455f565b61117d565b60405162461bcd60e51b815260206004820152601c60248201527f4f4654436f72653a20756e6b6e6f776e207061636b65742074797065000000006044820152606401610df5565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080613e1783611b6c565b90506000613e2484611d85565b9050808210613e4c57601a546001600160a01b03163314613e45578061124c565b5092915050565b601a546001600160a01b031633146112f8578161124c565b600061104a826064612710613644565b606081613e8281601f6158e4565b1015613ed05760405162461bcd60e51b815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610df5565b613eda82846158e4565b84511015613f2a5760405162461bcd60e51b815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610df5565b606082158015613f495760405191506000825260208201604052613f93565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015613f82578051835260209283019201613f6a565b5050858452601f01601f1916604052505b50949350505050565b60155415610d7e5760006004601554613fb5919061592b565b905081614067576010546000613fca83611d85565b9050613fef670de0b6b3a76400006012546001613fe791906158e4565b839190613644565b6010600082825461400091906158e4565b92505081905550600061402c8360105461401a9190615a80565b60125490670de0b6b3a7640000613644565b9050806011600082825461404091906158e4565b92505081905550806012600082825461405991906158e4565b909155506140709350505050565b614070816145e9565b614079816149a4565b6040516001600160a01b037f0000000000000000000000009cab6138cda8dde5bf8f72a0955d7cae348cc05016908290600081818185875af1925050503d80600081146140e2576040519150601f19603f3d011682016040523d82523d6000602084013e6140e7565b606091505b50506000601555506140f7614228565b613d386139b3565b6000606060008060008661ffff1667ffffffffffffffff81111561412557614125615591565b6040519080825280601f01601f19166020018201604052801561414f576020820181803683370190505b50905060008087516020890160008d8df191503d925086831115614171578692505b828152826000602083013e909890975095505050505050565b8180519060200120600560008761ffff1661ffff168152602001908152602001600020856040516141bb9190615ca0565b90815260408051918290036020908101832067ffffffffffffffff88166000908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c906142199087908790879087908790615cbc565b60405180910390a15050505050565b601a60009054906101000a90046001600160a01b03166001600160a01b031663a840a4f56040518163ffffffff1660e01b81526004016020604051808303816000875af1925050508015614299575060408051601f3d908101601f1916820190925261429691810190615ab0565b60015b61429f57565b8015610d7e57601380549060006142b583615d1b565b919050555050565b6142c683614a9f565b613b4482614a9f565b60065460ff16156142eb576142e684848484614b41565b6137a6565b8151156137a65760405162461bcd60e51b815260206004820152602660248201527f4f4654436f72653a205f61646170746572506172616d73206d7573742062652060448201527f656d7074792e00000000000000000000000000000000000000000000000000006064820152608401610df5565b6000336001600160a01b038616811461437e5761437e8682856136f4565b61438886846139d5565b5090949350505050565b61ffff8616600090815260016020526040812080546143b090615851565b80601f01602080910402602001604051908101604052809291908181526020018280546143dc90615851565b80156144295780601f106143fe57610100808354040283529160200191614429565b820191906000526020600020905b81548152906001019060200180831161440c57829003601f168201915b505050505090508051600014156144a85760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201527f61207472757374656420736f75726365000000000000000000000000000000006064820152608401610df5565b6144b3878751614c20565b6040517fc58031000000000000000000000000000000000000000000000000000000000081526001600160a01b037f0000000000000000000000003c2269811836af69497e5f486a85d7316753cf62169063c5803100908490614524908b9086908c908c908c908c90600401615d36565b6000604051808303818588803b15801561453d57600080fd5b505af1158015614551573d6000803e3d6000fd5b505050505050505050505050565b600080828060200190518101906145769190615d90565b9093509150600090506145898382614c8e565b9050614596878284614d04565b9150806001600160a01b03168761ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf846040516145d891815260200190565b60405180910390a350505050505050565b804710156146395760405162461bcd60e51b815260206004820152600660248201527f5455505f303400000000000000000000000000000000000000000000000000006044820152606401610df5565b601860009054906101000a90046001600160a01b03166001600160a01b03166310e7b9f2826040518263ffffffff1660e01b815260040160206040518083038185885af115801561468e573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906146b39190615ab0565b506018546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015614716573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061473a9190615a97565b905060006147d4670de0b6b3a7640000601860009054906101000a90046001600160a01b03166001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561479d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906147c19190615a97565b6147cc906002615dea565b849190613644565b905060006147ee82670de0b6b3a76400006118ee30611cab565b1115614813576148133061480e83670de0b6b3a76400006118ee30611cab565b6139d5565b601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015614876573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061489a9190615b06565b905060006148b483670de0b6b3a76400006118ee85611cab565b11156148d4576148d48161480e84670de0b6b3a76400006118ee86611cab565b806001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561490f57600080fd5b505af1158015614923573d6000803e3d6000fd5b50506018546040517f42966c68000000000000000000000000000000000000000000000000000000008152600481018790526001600160a01b0390911692506342966c689150602401600060405180830381600087803b15801561498657600080fd5b505af115801561499a573d6000803e3d6000fd5b5050505050505050565b60006149af82613e0b565b905081811415614a77576019546000906001600160a01b03166149dd5760006305f5e1006000806000614a54565b601960009054906101000a90046001600160a01b03166001600160a01b031663feaf968c6040518163ffffffff1660e01b815260040160a060405180830381865afa158015614a30573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614a549190615e23565b505050915050614a73816305f5e100846136449092919063ffffffff16565b9150505b614a818282614d10565b306000908152601b6020526040902054613d3857613d383082613bfe565b6000614aaa82612708565b90508015614b21576001600160a01b0382166000908152601b602052604081208054839290614ada9084906158e4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35b506010546001600160a01b039091166000908152601c6020526040902055565b6000614b4c83614f9d565b61ffff808716600090815260026020908152604080832093891683529290529081205491925090614b7e9084906158e4565b905060008111614bd05760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610df5565b80821015611b645760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610df5565b61ffff821660009081526003602052604090205480614c3e57506127105b80821115613b445760405162461bcd60e51b815260206004820181905260248201527f4c7a4170703a207061796c6f61642073697a6520697320746f6f206c617267656044820152606401610df5565b6000614c9b8260146158e4565b83511015614ceb5760405162461bcd60e51b815260206004820152601560248201527f746f416464726573735f6f75744f66426f756e647300000000000000000000006044820152606401610df5565b5001602001516c01000000000000000000000000900490565b6000613e458383613bfe565b81471015614d605760405162461bcd60e51b815260206004820152600660248201527f5455505f303400000000000000000000000000000000000000000000000000006044820152606401610df5565b8115613d3857601a54604080517fc6cc93a100000000000000000000000000000000000000000000000000000000815290516000926001600160a01b03169163c6cc93a19160048083019260209291908290030181865afa158015614dc9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614ded9190615b06565b306000908152601b6020526040808220546001600160a01b03841683529120549192501015614ea2576040516001600160a01b038216908490600081818185875af1925050503d8060008114614e5f576040519150601f19603f3d011682016040523d82523d6000602084013e614e64565b606091505b505050806001600160a01b031663fff6cae96040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156116ed57600080fd5b601a546001600160a01b0316614eb88184613bfe565b601a546040517f15496ef5000000000000000000000000000000000000000000000000000000008152600481018590526000916001600160a01b0316906315496ef590879060240160206040518083038185885af1158015614f1e573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190614f439190615ab0565b905080158015614f6a57506001600160a01b0382166000908152601b602052604090205415155b1561117d576001600160a01b0382166000908152601b6020526040902054614f939083906139d5565b61117d3085613bfe565b6000602282511015614ff15760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610df5565b506022015190565b82805461500590615851565b90600052602060002090601f016020900481019282615027576000855561506d565b82601f1061504057805160ff191683800117855561506d565b8280016001018555821561506d579182015b8281111561506d578251825591602001919060010190615052565b506150799291506150f1565b5090565b82805461508990615851565b90600052602060002090601f0160209004810192826150ab576000855561506d565b82601f106150c45782800160ff1982351617855561506d565b8280016001018555821561506d579182015b8281111561506d5782358255916020019190600101906150d6565b5b8082111561507957600081556001016150f2565b61ffff81168114610d7e57600080fd5b60008083601f84011261512857600080fd5b50813567ffffffffffffffff81111561514057600080fd5b60208301915083602082850101111561515857600080fd5b9250929050565b803567ffffffffffffffff8116811461126357600080fd5b6000806000806000806080878903121561519057600080fd5b863561519b81615106565b9550602087013567ffffffffffffffff808211156151b857600080fd5b6151c48a838b01615116565b90975095508591506151d860408a0161515f565b945060608901359150808211156151ee57600080fd5b506151fb89828a01615116565b979a9699509497509295939492505050565b60006020828403121561521f57600080fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146112f857600080fd5b60005b8381101561526a578181015183820152602001615252565b838111156137a65750506000910152565b6000815180845261529381602086016020860161524f565b601f01601f19169290920160200192915050565b6020815260006112f8602083018461527b565b6000602082840312156152cc57600080fd5b81356112f881615106565b6001600160a01b0381168114610d7e57600080fd5b600080604083850312156152ff57600080fd5b823561530a816152d7565b946020939093013593505050565b6000806040838503121561532b57600080fd5b823561530a81615106565b60006020828403121561534857600080fd5b5035919050565b60008060006060848603121561536457600080fd5b833561536f816152d7565b9250602084013561537f816152d7565b929592945050506040919091013590565b8015158114610d7e57600080fd5b600080600080600080600060a0888a0312156153b957600080fd5b87356153c481615106565b9650602088013567ffffffffffffffff808211156153e157600080fd5b6153ed8b838c01615116565b909850965060408a0135955060608a0135915061540982615390565b9093506080890135908082111561541f57600080fd5b5061542c8a828b01615116565b989b979a50959850939692959293505050565b60008060006040848603121561545457600080fd5b833561545f81615106565b9250602084013567ffffffffffffffff81111561547b57600080fd5b61548786828701615116565b9497909650939450505050565b600080600080600080600080600060e08a8c0312156154b257600080fd5b89356154bd816152d7565b985060208a01356154cd81615106565b975060408a013567ffffffffffffffff808211156154ea57600080fd5b6154f68d838e01615116565b909950975060608c0135965060808c01359150615512826152d7565b90945060a08b013590615524826152d7565b90935060c08b0135908082111561553a57600080fd5b506155478c828d01615116565b915080935050809150509295985092959850929598565b60008060006040848603121561557357600080fd5b83359250602084013567ffffffffffffffff81111561547b57600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156155e9576155e9615591565b604052919050565b600067ffffffffffffffff82111561560b5761560b615591565b50601f01601f191660200190565b60008060006060848603121561562e57600080fd5b833561563981615106565b9250602084013567ffffffffffffffff81111561565557600080fd5b8401601f8101861361566657600080fd5b8035615679615674826155f1565b6155c0565b81815287602083850101111561568e57600080fd5b816020840160208301376000602083830101528094505050506156b36040850161515f565b90509250925092565b6000602082840312156156ce57600080fd5b81356112f8816152d7565b600080604083850312156156ec57600080fd5b82356156f781615106565b9150602083013561570781615106565b809150509250929050565b60008060008060006080868803121561572a57600080fd5b853561573581615106565b9450602086013561574581615106565b935060408601359250606086013567ffffffffffffffff81111561576857600080fd5b61577488828901615116565b969995985093965092949392505050565b6000806040838503121561579857600080fd5b82356157a3816152d7565b91506020830135615707816152d7565b6000806000606084860312156157c857600080fd5b83356157d381615106565b9250602084013561537f81615106565b6000602082840312156157f557600080fd5b81356112f881615390565b6000806000806080858703121561581657600080fd5b843561582181615106565b9350602085013561583181615106565b92506040850135615841816152d7565b9396929550929360600135925050565b600181811c9082168061586557607f821691505b6020821081141561589f577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b50919050565b8183823760009101908152919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600082198211156158f7576158f76158b5565b500190565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082615961577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b61ffff851681526060602082015260006159af606083018587615966565b905082604083015295945050505050565b61ffff871681526001600160a01b038616602082015260a0604082015260006159ec60a083018761527b565b85151560608401528281036080840152615a07818587615966565b9998505050505050505050565b60008060408385031215615a2757600080fd5b505080516020909101519092909150565b61ffff8416815260406020820152600061334a604083018486615966565b848152836020820152606060408201526000615a76606083018486615966565b9695505050505050565b600082821015615a9257615a926158b5565b500390565b600060208284031215615aa957600080fd5b5051919050565b600060208284031215615ac257600080fd5b81516112f881615390565b8284823760609190911b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169101908152601401919050565b600060208284031215615b1857600080fd5b81516112f8816152d7565b600061ffff808816835280871660208401525084604083015260806060830152615b51608083018486615966565b979650505050505050565b61ffff86168152608060208201526000615b7a608083018688615966565b67ffffffffffffffff94909416604083015250606001529392505050565b600082601f830112615ba957600080fd5b8151615bb7615674826155f1565b818152846020838601011115615bcc57600080fd5b61124c82602083016020870161524f565b600060208284031215615bef57600080fd5b815167ffffffffffffffff811115615c0657600080fd5b61124c84828501615b98565b61ffff85168152608060208201526000615c2f608083018661527b565b67ffffffffffffffff851660408401528281036060840152615b51818561527b565b61ffff84168152606060208201526000615c6e606083018561527b565b9050826040830152949350505050565b604081526000615c91604083018561527b565b90508260208301529392505050565b60008251615cb281846020870161524f565b9190910192915050565b61ffff8616815260a060208201526000615cd960a083018761527b565b67ffffffffffffffff861660408401528281036060840152615cfb818661527b565b90508281036080840152615d0f818561527b565b98975050505050505050565b6000600019821415615d2f57615d2f6158b5565b5060010190565b61ffff8716815260c060208201526000615d5360c083018861527b565b8281036040840152615d65818861527b565b6001600160a01b0387811660608601528616608085015283810360a08501529050615a07818561527b565b600080600060608486031215615da557600080fd5b8351615db081615106565b602085015190935067ffffffffffffffff811115615dcd57600080fd5b615dd986828701615b98565b925050604084015190509250925092565b6000816000190483118215151615615e0457615e046158b5565b500290565b805169ffffffffffffffffffff8116811461126357600080fd5b600080600080600060a08688031215615e3b57600080fd5b615e4486615e09565b9450602086015193506040860151925060608601519150615e6760808701615e09565b9050929550929590935056fea2646970667358221220113a82f1aaf64792ae17f94fe9505549c1762a66c2ac003f6a6750a68a71d04f64736f6c634300080a0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000093f6ec3dabc33ca45c0293107835ccfdc820fe6d0000000000000000000000009cab6138cda8dde5bf8f72a0955d7cae348cc0500000000000000000000000000f8f39b92776d9136408280c7209bebe4351123b0000000000000000000000003c2269811836af69497e5f486a85d7316753cf620000000000000000000000000567f2323251f0aab15c8dfb1967e4e8a7d42aee000000000000000000000000123e587f469fcb3c5992793d081be8d643fd78e1000000000000000000000000000000000000000000000000000000000000000a54696d652069732055700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035455500000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : name_ (string): Time is Up
Arg [1] : symbol_ (string): TUP
Arg [2] : _helperAddress (address): 0x93f6ec3DABc33cA45c0293107835CCfDc820fe6d
Arg [3] : employerAddress_ (address): 0x9Cab6138CdA8DDe5Bf8F72A0955d7CaE348CC050
Arg [4] : _timeTokenAddress (address): 0x0f8F39B92776D9136408280C7209BeBE4351123B
Arg [5] : _lzEndPointAddress (address): 0x3c2269811836af69497E5F486A85D7316753cf62
Arg [6] : _chainlinkAddress (address): 0x0567F2323251f0Aab15c8dFb1967E4e8A7D42aeE
Arg [7] : _owner (address): 0x123E587F469fCB3c5992793d081bE8D643FD78e1
-----Encoded View---------------
12 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000100
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000140
Arg [2] : 00000000000000000000000093f6ec3dabc33ca45c0293107835ccfdc820fe6d
Arg [3] : 0000000000000000000000009cab6138cda8dde5bf8f72a0955d7cae348cc050
Arg [4] : 0000000000000000000000000f8f39b92776d9136408280c7209bebe4351123b
Arg [5] : 0000000000000000000000003c2269811836af69497e5f486a85d7316753cf62
Arg [6] : 0000000000000000000000000567f2323251f0aab15c8dfb1967e4e8a7d42aee
Arg [7] : 000000000000000000000000123e587f469fcb3c5992793d081be8d643fd78e1
Arg [8] : 000000000000000000000000000000000000000000000000000000000000000a
Arg [9] : 54696d6520697320557000000000000000000000000000000000000000000000
Arg [10] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [11] : 5455500000000000000000000000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
OVERVIEW
Time is Up (TUP) is a programmable token derived from TIME, which automatically acquires resources and pays dividend rewards to holders. It features automatic arbitrage, dividend distribution, cross-chain support, and open flash minting with fee sharing.Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
POL | 44.81% | $0.58943 | 483.7006 | $285.11 | |
FTM | 17.69% | $1.36 | 82.7569 | $112.58 | |
ETH | 16.14% | $3,855.42 | 0.0266 | $102.66 | |
ARB | 7.18% | $3,855.83 | 0.0118 | $45.66 | |
BSC | BNB Chain (BNB) | 4.29% | $707.43 | 0.0385 | $27.27 |
BASE | 2.94% | $3,856.53 | 0.0048565 | $18.73 | |
CELO | 2.18% | $0.805482 | 17.2578 | $13.9 | |
MOVR | 2.15% | $15.7 | 0.8733 | $13.71 | |
SCROLL | 1.62% | $3,855.42 | 0.00266973 | $10.29 | |
GNO | 0.99% | $1 | 6.3221 | $6.32 |
[ 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.