More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 967,138 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
0x13d79a0b | 39703119 | 1 min ago | IN | 0 xDAI | 0.00100427 | ||||
0x13d79a0b | 39703117 | 1 min ago | IN | 0 xDAI | 0.00002503 | ||||
0x13d79a0b | 39703111 | 1 min ago | IN | 0 xDAI | 0.0010488 | ||||
0x13d79a0b | 39703108 | 2 mins ago | IN | 0 xDAI | 0.00000919 | ||||
0x13d79a0b | 39703103 | 2 mins ago | IN | 0 xDAI | 0.00000409 | ||||
0x13d79a0b | 39703097 | 3 mins ago | IN | 0 xDAI | 0.00000692 | ||||
0x13d79a0b | 39703067 | 5 mins ago | IN | 0 xDAI | 0.00000409 | ||||
0x13d79a0b | 39703059 | 6 mins ago | IN | 0 xDAI | 0.0000241 | ||||
0x13d79a0b | 39703045 | 7 mins ago | IN | 0 xDAI | 0.00001183 | ||||
0x13d79a0b | 39703043 | 7 mins ago | IN | 0 xDAI | 0.00001513 | ||||
0x13d79a0b | 39703030 | 8 mins ago | IN | 0 xDAI | 0.00001536 | ||||
0x13d79a0b | 39703018 | 9 mins ago | IN | 0 xDAI | 0.00001137 | ||||
0x13d79a0b | 39703014 | 10 mins ago | IN | 0 xDAI | 0.00000478 | ||||
0x13d79a0b | 39703010 | 10 mins ago | IN | 0 xDAI | 0.00000484 | ||||
0x13d79a0b | 39703006 | 10 mins ago | IN | 0 xDAI | 0.00000484 | ||||
0x13d79a0b | 39703002 | 11 mins ago | IN | 0 xDAI | 0.00000413 | ||||
0x13d79a0b | 39702999 | 11 mins ago | IN | 0 xDAI | 0.00000778 | ||||
0x13d79a0b | 39702997 | 11 mins ago | IN | 0 xDAI | 0.00000413 | ||||
0x13d79a0b | 39702985 | 12 mins ago | IN | 0 xDAI | 0.00001162 | ||||
0x13d79a0b | 39702971 | 13 mins ago | IN | 0 xDAI | 0.00123253 | ||||
0x13d79a0b | 39702964 | 14 mins ago | IN | 0 xDAI | 0.0000177 | ||||
0x13d79a0b | 39702953 | 15 mins ago | IN | 0 xDAI | 0.00172584 | ||||
0x13d79a0b | 39702924 | 17 mins ago | IN | 0 xDAI | 0.00001229 | ||||
0x13d79a0b | 39702912 | 18 mins ago | IN | 0 xDAI | 0.00000511 | ||||
0x13d79a0b | 39702907 | 19 mins ago | IN | 0 xDAI | 0.00000511 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
39702265 | 1 hr ago | 0.1935308 xDAI | ||||
39702265 | 1 hr ago | 0.1935308 xDAI | ||||
39701855 | 1 hr ago | 536.16902784 xDAI | ||||
39701855 | 1 hr ago | 536.16902784 xDAI | ||||
39700536 | 3 hrs ago | 7.32854402 xDAI | ||||
39700536 | 3 hrs ago | 7.32854402 xDAI | ||||
39700527 | 3 hrs ago | 18.23001651 xDAI | ||||
39700527 | 3 hrs ago | 18.23001651 xDAI | ||||
39699085 | 5 hrs ago | 265.79299353 xDAI | ||||
39699085 | 5 hrs ago | 265.79299353 xDAI | ||||
39698750 | 6 hrs ago | 117.357026 xDAI | ||||
39698750 | 6 hrs ago | 117.357026 xDAI | ||||
39697698 | 7 hrs ago | 0.80571816 xDAI | ||||
39697698 | 7 hrs ago | 0.80653003 xDAI | ||||
39696337 | 9 hrs ago | 1.22226307 xDAI | ||||
39696337 | 9 hrs ago | 1.22226307 xDAI | ||||
39695641 | 10 hrs ago | 626.7044595 xDAI | ||||
39695641 | 10 hrs ago | 626.7044595 xDAI | ||||
39695500 | 10 hrs ago | 0.49530914 xDAI | ||||
39695500 | 10 hrs ago | 0.49530914 xDAI | ||||
39695454 | 10 hrs ago | 473.60777588 xDAI | ||||
39695454 | 10 hrs ago | 473.60777588 xDAI | ||||
39695358 | 11 hrs ago | 300.31553284 xDAI | ||||
39695358 | 11 hrs ago | 300.31553284 xDAI | ||||
39695344 | 11 hrs ago | 7,500.03343049 xDAI |
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
GPv2Settlement
Compiler Version
v0.7.6+commit.7338295f
Optimization Enabled:
Yes with 1000000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; pragma abicoder v2; import "./GPv2VaultRelayer.sol"; import "./interfaces/GPv2Authentication.sol"; import "./interfaces/IERC20.sol"; import "./interfaces/IVault.sol"; import "./libraries/GPv2Interaction.sol"; import "./libraries/GPv2Order.sol"; import "./libraries/GPv2Trade.sol"; import "./libraries/GPv2Transfer.sol"; import "./libraries/SafeCast.sol"; import "./libraries/SafeMath.sol"; import "./mixins/GPv2Signing.sol"; import "./mixins/ReentrancyGuard.sol"; import "./mixins/StorageAccessible.sol"; /// @title Gnosis Protocol v2 Settlement Contract /// @author Gnosis Developers contract GPv2Settlement is GPv2Signing, ReentrancyGuard, StorageAccessible { using GPv2Order for bytes; using GPv2Transfer for IVault; using SafeCast for int256; using SafeCast for uint256; using SafeMath for uint256; /// @dev The authenticator is used to determine who can call the settle function. /// That is, only authorised solvers have the ability to invoke settlements. /// Any valid authenticator implements an isSolver method called by the onlySolver /// modifier below. GPv2Authentication public immutable authenticator; /// @dev The Balancer Vault the protocol uses for managing user funds. IVault public immutable vault; /// @dev The Balancer Vault relayer which can interact on behalf of users. /// This contract is created during deployment GPv2VaultRelayer public immutable vaultRelayer; /// @dev Map each user order by UID to the amount that has been filled so /// far. If this amount is larger than or equal to the amount traded in the /// order (amount sold for sell orders, amount bought for buy orders) then /// the order cannot be traded anymore. If the order is fill or kill, then /// this value is only used to determine whether the order has already been /// executed. mapping(bytes => uint256) public filledAmount; /// @dev Event emitted for each executed trade. event Trade( address indexed owner, IERC20 sellToken, IERC20 buyToken, uint256 sellAmount, uint256 buyAmount, uint256 feeAmount, bytes orderUid ); /// @dev Event emitted for each executed interaction. /// /// For gas effeciency, only the interaction calldata selector (first 4 /// bytes) is included in the event. For interactions without calldata or /// whose calldata is shorter than 4 bytes, the selector will be `0`. event Interaction(address indexed target, uint256 value, bytes4 selector); /// @dev Event emitted when a settlement complets event Settlement(address indexed solver); /// @dev Event emitted when an order is invalidated. event OrderInvalidated(address indexed owner, bytes orderUid); constructor(GPv2Authentication authenticator_, IVault vault_) { authenticator = authenticator_; vault = vault_; vaultRelayer = new GPv2VaultRelayer(vault_); } // solhint-disable-next-line no-empty-blocks receive() external payable { // NOTE: Include an empty receive function so that the settlement // contract can receive Ether from contract interactions. } /// @dev This modifier is called by settle function to block any non-listed /// senders from settling batches. modifier onlySolver() { require(authenticator.isSolver(msg.sender), "GPv2: not a solver"); _; } /// @dev Modifier to ensure that an external function is only callable as a /// settlement interaction. modifier onlyInteraction() { require(address(this) == msg.sender, "GPv2: not an interaction"); _; } /// @dev Settle the specified orders at a clearing price. Note that it is /// the responsibility of the caller to ensure that all GPv2 invariants are /// upheld for the input settlement, otherwise this call will revert. /// Namely: /// - All orders are valid and signed /// - Accounts have sufficient balance and approval. /// - Settlement contract has sufficient balance to execute trades. Note /// this implies that the accumulated fees held in the contract can also /// be used for settlement. This is OK since: /// - Solvers need to be authorized /// - Misbehaving solvers will be slashed for abusing accumulated fees for /// settlement /// - Critically, user orders are entirely protected /// /// @param tokens An array of ERC20 tokens to be traded in the settlement. /// Trades encode tokens as indices into this array. /// @param clearingPrices An array of clearing prices where the `i`-th price /// is for the `i`-th token in the [`tokens`] array. /// @param trades Trades for signed orders. /// @param interactions Smart contract interactions split into three /// separate lists to be run before the settlement, during the settlement /// and after the settlement respectively. function settle( IERC20[] calldata tokens, uint256[] calldata clearingPrices, GPv2Trade.Data[] calldata trades, GPv2Interaction.Data[][3] calldata interactions ) external nonReentrant onlySolver { executeInteractions(interactions[0]); ( GPv2Transfer.Data[] memory inTransfers, GPv2Transfer.Data[] memory outTransfers ) = computeTradeExecutions(tokens, clearingPrices, trades); vaultRelayer.transferFromAccounts(inTransfers); executeInteractions(interactions[1]); vault.transferToAccounts(outTransfers); executeInteractions(interactions[2]); emit Settlement(msg.sender); } /// @dev Settle an order directly against Balancer V2 pools. /// /// @param swaps The Balancer V2 swap steps to use for trading. /// @param tokens An array of ERC20 tokens to be traded in the settlement. /// Swaps and the trade encode tokens as indices into this array. /// @param trade The trade to match directly against Balancer liquidity. The /// order will always be fully executed, so the trade's `executedAmount` /// field is used to represent a swap limit amount. function swap( IVault.BatchSwapStep[] calldata swaps, IERC20[] calldata tokens, GPv2Trade.Data calldata trade ) external nonReentrant onlySolver { RecoveredOrder memory recoveredOrder = allocateRecoveredOrder(); GPv2Order.Data memory order = recoveredOrder.data; recoverOrderFromTrade(recoveredOrder, tokens, trade); IVault.SwapKind kind = order.kind == GPv2Order.KIND_SELL ? IVault.SwapKind.GIVEN_IN : IVault.SwapKind.GIVEN_OUT; IVault.FundManagement memory funds; funds.sender = recoveredOrder.owner; funds.fromInternalBalance = order.sellTokenBalance == GPv2Order.BALANCE_INTERNAL; funds.recipient = payable(recoveredOrder.receiver); funds.toInternalBalance = order.buyTokenBalance == GPv2Order.BALANCE_INTERNAL; int256[] memory limits = new int256[](tokens.length); uint256 limitAmount = trade.executedAmount; // NOTE: Array allocation initializes elements to 0, so we only need to // set the limits we care about. This ensures that the swap will respect // the order's limit price. if (order.kind == GPv2Order.KIND_SELL) { require(limitAmount >= order.buyAmount, "GPv2: limit too low"); limits[trade.sellTokenIndex] = order.sellAmount.toInt256(); limits[trade.buyTokenIndex] = -limitAmount.toInt256(); } else { require(limitAmount <= order.sellAmount, "GPv2: limit too high"); limits[trade.sellTokenIndex] = limitAmount.toInt256(); limits[trade.buyTokenIndex] = -order.buyAmount.toInt256(); } GPv2Transfer.Data memory feeTransfer; feeTransfer.account = recoveredOrder.owner; feeTransfer.token = order.sellToken; feeTransfer.amount = order.feeAmount; feeTransfer.balance = order.sellTokenBalance; int256[] memory tokenDeltas = vaultRelayer.batchSwapWithFee( kind, swaps, tokens, funds, limits, // NOTE: Specify a deadline to ensure that an expire order // cannot be used to trade. order.validTo, feeTransfer ); bytes memory orderUid = recoveredOrder.uid; uint256 executedSellAmount = tokenDeltas[trade.sellTokenIndex] .toUint256(); uint256 executedBuyAmount = (-tokenDeltas[trade.buyTokenIndex]) .toUint256(); // NOTE: Check that the orders were completely filled and update their // filled amounts to avoid replaying them. The limit price and order // validity have already been verified when executing the swap through // the `limit` and `deadline` parameters. require(filledAmount[orderUid] == 0, "GPv2: order filled"); if (order.kind == GPv2Order.KIND_SELL) { require( executedSellAmount == order.sellAmount, "GPv2: sell amount not respected" ); filledAmount[orderUid] = order.sellAmount; } else { require( executedBuyAmount == order.buyAmount, "GPv2: buy amount not respected" ); filledAmount[orderUid] = order.buyAmount; } emit Trade( recoveredOrder.owner, order.sellToken, order.buyToken, executedSellAmount, executedBuyAmount, order.feeAmount, orderUid ); emit Settlement(msg.sender); } /// @dev Invalidate onchain an order that has been signed offline. /// /// @param orderUid The unique identifier of the order that is to be made /// invalid after calling this function. The user that created the order /// must be the the sender of this message. See [`extractOrderUidParams`] /// for details on orderUid. function invalidateOrder(bytes calldata orderUid) external { (, address owner, ) = orderUid.extractOrderUidParams(); require(owner == msg.sender, "GPv2: caller does not own order"); filledAmount[orderUid] = uint256(-1); emit OrderInvalidated(owner, orderUid); } /// @dev Free storage from the filled amounts of **expired** orders to claim /// a gas refund. This method can only be called as an interaction. /// /// @param orderUids The unique identifiers of the expired order to free /// storage for. function freeFilledAmountStorage(bytes[] calldata orderUids) external onlyInteraction { freeOrderStorage(filledAmount, orderUids); } /// @dev Free storage from the pre signatures of **expired** orders to claim /// a gas refund. This method can only be called as an interaction. /// /// @param orderUids The unique identifiers of the expired order to free /// storage for. function freePreSignatureStorage(bytes[] calldata orderUids) external onlyInteraction { freeOrderStorage(preSignature, orderUids); } /// @dev Process all trades one at a time returning the computed net in and /// out transfers for the trades. /// /// This method reverts if processing of any single trade fails. See /// [`computeTradeExecution`] for more details. /// /// @param tokens An array of ERC20 tokens to be traded in the settlement. /// @param clearingPrices An array of token clearing prices. /// @param trades Trades for signed orders. /// @return inTransfers Array of in transfers of executed sell amounts. /// @return outTransfers Array of out transfers of executed buy amounts. function computeTradeExecutions( IERC20[] calldata tokens, uint256[] calldata clearingPrices, GPv2Trade.Data[] calldata trades ) internal returns ( GPv2Transfer.Data[] memory inTransfers, GPv2Transfer.Data[] memory outTransfers ) { RecoveredOrder memory recoveredOrder = allocateRecoveredOrder(); inTransfers = new GPv2Transfer.Data[](trades.length); outTransfers = new GPv2Transfer.Data[](trades.length); for (uint256 i = 0; i < trades.length; i++) { GPv2Trade.Data calldata trade = trades[i]; recoverOrderFromTrade(recoveredOrder, tokens, trade); computeTradeExecution( recoveredOrder, clearingPrices[trade.sellTokenIndex], clearingPrices[trade.buyTokenIndex], trade.executedAmount, inTransfers[i], outTransfers[i] ); } } /// @dev Compute the in and out transfer amounts for a single trade. /// This function reverts if: /// - The order has expired /// - The order's limit price is not respected /// - The order gets over-filled /// - The fee discount is larger than the executed fee /// /// @param recoveredOrder The recovered order to process. /// @param sellPrice The price of the order's sell token. /// @param buyPrice The price of the order's buy token. /// @param executedAmount The portion of the order to execute. This will be /// ignored for fill-or-kill orders. /// @param inTransfer Memory location for computed executed sell amount /// transfer. /// @param outTransfer Memory location for computed executed buy amount /// transfer. function computeTradeExecution( RecoveredOrder memory recoveredOrder, uint256 sellPrice, uint256 buyPrice, uint256 executedAmount, GPv2Transfer.Data memory inTransfer, GPv2Transfer.Data memory outTransfer ) internal { GPv2Order.Data memory order = recoveredOrder.data; bytes memory orderUid = recoveredOrder.uid; // solhint-disable-next-line not-rely-on-time require(order.validTo >= block.timestamp, "GPv2: order expired"); // NOTE: The following computation is derived from the equation: // ``` // amount_x * price_x = amount_y * price_y // ``` // Intuitively, if a chocolate bar is 0,50€ and a beer is 4€, 1 beer // is roughly worth 8 chocolate bars (`1 * 4 = 8 * 0.5`). From this // equation, we can derive: // - The limit price for selling `x` and buying `y` is respected iff // ``` // limit_x * price_x >= limit_y * price_y // ``` // - The executed amount of token `y` given some amount of `x` and // clearing prices is: // ``` // amount_y = amount_x * price_x / price_y // ``` require( order.sellAmount.mul(sellPrice) >= order.buyAmount.mul(buyPrice), "GPv2: limit price not respected" ); uint256 executedSellAmount; uint256 executedBuyAmount; uint256 executedFeeAmount; uint256 currentFilledAmount; if (order.kind == GPv2Order.KIND_SELL) { if (order.partiallyFillable) { executedSellAmount = executedAmount; executedFeeAmount = order.feeAmount.mul(executedSellAmount).div( order.sellAmount ); } else { executedSellAmount = order.sellAmount; executedFeeAmount = order.feeAmount; } executedBuyAmount = executedSellAmount.mul(sellPrice).ceilDiv( buyPrice ); currentFilledAmount = filledAmount[orderUid].add( executedSellAmount ); require( currentFilledAmount <= order.sellAmount, "GPv2: order filled" ); } else { if (order.partiallyFillable) { executedBuyAmount = executedAmount; executedFeeAmount = order.feeAmount.mul(executedBuyAmount).div( order.buyAmount ); } else { executedBuyAmount = order.buyAmount; executedFeeAmount = order.feeAmount; } executedSellAmount = executedBuyAmount.mul(buyPrice).div(sellPrice); currentFilledAmount = filledAmount[orderUid].add(executedBuyAmount); require( currentFilledAmount <= order.buyAmount, "GPv2: order filled" ); } executedSellAmount = executedSellAmount.add(executedFeeAmount); filledAmount[orderUid] = currentFilledAmount; emit Trade( recoveredOrder.owner, order.sellToken, order.buyToken, executedSellAmount, executedBuyAmount, executedFeeAmount, orderUid ); inTransfer.account = recoveredOrder.owner; inTransfer.token = order.sellToken; inTransfer.amount = executedSellAmount; inTransfer.balance = order.sellTokenBalance; outTransfer.account = recoveredOrder.receiver; outTransfer.token = order.buyToken; outTransfer.amount = executedBuyAmount; outTransfer.balance = order.buyTokenBalance; } /// @dev Execute a list of arbitrary contract calls from this contract. /// @param interactions The list of interactions to execute. function executeInteractions(GPv2Interaction.Data[] calldata interactions) internal { for (uint256 i; i < interactions.length; i++) { GPv2Interaction.Data calldata interaction = interactions[i]; // To prevent possible attack on user funds, we explicitly disable // any interactions with the vault relayer contract. require( interaction.target != address(vaultRelayer), "GPv2: forbidden interaction" ); GPv2Interaction.execute(interaction); emit Interaction( interaction.target, interaction.value, GPv2Interaction.selector(interaction) ); } } /// @dev Claims refund for the specified storage and order UIDs. /// /// This method reverts if any of the orders are still valid. /// /// @param orderUids Order refund data for freeing storage. /// @param orderStorage Order storage mapped on a UID. function freeOrderStorage( mapping(bytes => uint256) storage orderStorage, bytes[] calldata orderUids ) internal { for (uint256 i = 0; i < orderUids.length; i++) { bytes calldata orderUid = orderUids[i]; (, , uint32 validTo) = orderUid.extractOrderUidParams(); // solhint-disable-next-line not-rely-on-time require(validTo < block.timestamp, "GPv2: order still valid"); orderStorage[orderUid] = 0; } } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; pragma abicoder v2; import "./interfaces/IERC20.sol"; import "./interfaces/IVault.sol"; import "./libraries/GPv2Transfer.sol"; /// @title Gnosis Protocol v2 Vault Relayer Contract /// @author Gnosis Developers contract GPv2VaultRelayer { using GPv2Transfer for IVault; /// @dev The creator of the contract which has special permissions. This /// value is set at creation time and cannot change. address private immutable creator; /// @dev The vault this relayer is for. IVault private immutable vault; constructor(IVault vault_) { creator = msg.sender; vault = vault_; } /// @dev Modifier that ensures that a function can only be called by the /// creator of this contract. modifier onlyCreator() { require(msg.sender == creator, "GPv2: not creator"); _; } /// @dev Transfers all sell amounts for the executed trades from their /// owners to the caller. /// /// This function reverts if: /// - The caller is not the creator of the vault relayer /// - Any ERC20 transfer fails /// /// @param transfers The transfers to execute. function transferFromAccounts(GPv2Transfer.Data[] calldata transfers) external onlyCreator { vault.transferFromAccounts(transfers, msg.sender); } /// @dev Performs a Balancer batched swap on behalf of a user and sends a /// fee to the caller. /// /// This function reverts if: /// - The caller is not the creator of the vault relayer /// - The swap fails /// - The fee transfer fails /// /// @param kind The Balancer swap kind, this can either be `GIVEN_IN` for /// sell orders or `GIVEN_OUT` for buy orders. /// @param swaps The swaps to perform. /// @param tokens The tokens for the swaps. Swaps encode to and from tokens /// as indices into this array. /// @param funds The fund management settings, specifying the user the swap /// is being performed for as well as the recipient of the proceeds. /// @param limits Swap limits for encoding limit prices. /// @param deadline The deadline for the swap. /// @param feeTransfer The transfer data for the caller fee. /// @return tokenDeltas The executed swap amounts. function batchSwapWithFee( IVault.SwapKind kind, IVault.BatchSwapStep[] calldata swaps, IERC20[] memory tokens, IVault.FundManagement memory funds, int256[] memory limits, uint256 deadline, GPv2Transfer.Data calldata feeTransfer ) external onlyCreator returns (int256[] memory tokenDeltas) { tokenDeltas = vault.batchSwap( kind, swaps, tokens, funds, limits, deadline ); vault.fastTransferFromAccount(feeTransfer, msg.sender); } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; /// @title Gnosis Protocol v2 Authentication Interface /// @author Gnosis Developers interface GPv2Authentication { /// @dev determines whether the provided address is an authenticated solver. /// @param prospectiveSolver the address of prospective solver. /// @return true when prospectiveSolver is an authenticated solver, otherwise false. function isSolver(address prospectiveSolver) external view returns (bool); }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; library GPv2EIP1271 { /// @dev Value returned by a call to `isValidSignature` if the signature /// was verified successfully. The value is defined in EIP-1271 as: /// bytes4(keccak256("isValidSignature(bytes32,bytes)")) bytes4 internal constant MAGICVALUE = 0x1626ba7e; } /// @title EIP1271 Interface /// @dev Standardized interface for an implementation of smart contract /// signatures as described in EIP-1271. The code that follows is identical to /// the code in the standard with the exception of formatting and syntax /// changes to adapt the code to our Solidity version. interface EIP1271Verifier { /// @dev Should return whether the signature provided is valid for the /// provided data /// @param _hash Hash of the data to be signed /// @param _signature Signature byte array associated with _data /// /// MUST return the bytes4 magic value 0x1626ba7e when function passes. /// MUST NOT modify state (using STATICCALL for solc < 0.5, view modifier for /// solc > 0.5) /// MUST allow external calls /// function isValidSignature(bytes32 _hash, bytes memory _signature) external view returns (bytes4 magicValue); }
// SPDX-License-Identifier: MIT // Vendored from OpenZeppelin contracts with minor modifications: // - Modified Solidity version // - Formatted code // - Added `name`, `symbol` and `decimals` function declarations // <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0/contracts/token/ERC20/IERC20.sol> pragma solidity ^0.7.6; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface 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 number of decimals the token uses. */ function decimals() external view returns (uint8); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `recipient`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address recipient, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `sender` to `recipient` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom( address sender, address recipient, uint256 amount ) external returns (bool); /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval( address indexed owner, address indexed spender, uint256 value ); }
// SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. pragma solidity ^0.7.6; pragma abicoder v2; import "./IERC20.sol"; /** * @dev Minimal interface for the Vault core contract only containing methods * used by Gnosis Protocol V2. Original source: * <https://github.com/balancer-labs/balancer-core-v2/blob/v1.0.0/contracts/vault/interfaces/IVault.sol> */ interface IVault { // Internal Balance // // Users can deposit tokens into the Vault, where they are allocated to their Internal Balance, and later // transferred or withdrawn. It can also be used as a source of tokens when joining Pools, as a destination // when exiting them, and as either when performing swaps. This usage of Internal Balance results in greatly reduced // gas costs when compared to relying on plain ERC20 transfers, leading to large savings for frequent users. // // Internal Balance management features batching, which means a single contract call can be used to perform multiple // operations of different kinds, with different senders and recipients, at once. /** * @dev Performs a set of user balance operations, which involve Internal Balance (deposit, withdraw or transfer) * and plain ERC20 transfers using the Vault's allowance. This last feature is particularly useful for relayers, as * it lets integrators reuse a user's Vault allowance. * * For each operation, if the caller is not `sender`, it must be an authorized relayer for them. */ function manageUserBalance(UserBalanceOp[] memory ops) external payable; /** * @dev Data for `manageUserBalance` operations, which include the possibility for ETH to be sent and received without manual WETH wrapping or unwrapping. */ struct UserBalanceOp { UserBalanceOpKind kind; IERC20 asset; uint256 amount; address sender; address payable recipient; } // There are four possible operations in `manageUserBalance`: // // - DEPOSIT_INTERNAL // Increases the Internal Balance of the `recipient` account by transferring tokens from the corresponding // `sender`. The sender must have allowed the Vault to use their tokens via `IERC20.approve()`. // // ETH can be used by passing the ETH sentinel value as the asset and forwarding ETH in the call: it will be wrapped // and deposited as WETH. Any ETH amount remaining will be sent back to the caller (not the sender, which is // relevant for relayers). // // Emits an `InternalBalanceChanged` event. // // // - WITHDRAW_INTERNAL // Decreases the Internal Balance of the `sender` account by transferring tokens to the `recipient`. // // ETH can be used by passing the ETH sentinel value as the asset. This will deduct WETH instead, unwrap it and send // it to the recipient as ETH. // // Emits an `InternalBalanceChanged` event. // // // - TRANSFER_INTERNAL // Transfers tokens from the Internal Balance of the `sender` account to the Internal Balance of `recipient`. // // Reverts if the ETH sentinel value is passed. // // Emits an `InternalBalanceChanged` event. // // // - TRANSFER_EXTERNAL // Transfers tokens from `sender` to `recipient`, using the Vault's ERC20 allowance. This is typically used by // relayers, as it lets them reuse a user's Vault allowance. // // Reverts if the ETH sentinel value is passed. // // Emits an `ExternalBalanceTransfer` event. enum UserBalanceOpKind { DEPOSIT_INTERNAL, WITHDRAW_INTERNAL, TRANSFER_INTERNAL, TRANSFER_EXTERNAL } // Swaps // // Users can swap tokens with Pools by calling the `swap` and `batchSwap` functions. To do this, // they need not trust Pool contracts in any way: all security checks are made by the Vault. They must however be // aware of the Pools' pricing algorithms in order to estimate the prices Pools will quote. // // The `swap` function executes a single swap, while `batchSwap` can perform multiple swaps in sequence. // In each individual swap, tokens of one kind are sent from the sender to the Pool (this is the 'token in'), // and tokens of another kind are sent from the Pool to the recipient in exchange (this is the 'token out'). // More complex swaps, such as one token in to multiple tokens out can be achieved by batching together // individual swaps. // // There are two swap kinds: // - 'given in' swaps, where the amount of tokens in (sent to the Pool) is known, and the Pool determines (via the // `onSwap` hook) the amount of tokens out (to send to the recipient). // - 'given out' swaps, where the amount of tokens out (received from the Pool) is known, and the Pool determines // (via the `onSwap` hook) the amount of tokens in (to receive from the sender). // // Additionally, it is possible to chain swaps using a placeholder input amount, which the Vault replaces with // the calculated output of the previous swap. If the previous swap was 'given in', this will be the calculated // tokenOut amount. If the previous swap was 'given out', it will use the calculated tokenIn amount. These extended // swaps are known as 'multihop' swaps, since they 'hop' through a number of intermediate tokens before arriving at // the final intended token. // // In all cases, tokens are only transferred in and out of the Vault (or withdrawn from and deposited into Internal // Balance) after all individual swaps have been completed, and the net token balance change computed. This makes // certain swap patterns, such as multihops, or swaps that interact with the same token pair in multiple Pools, cost // much less gas than they would otherwise. // // It also means that under certain conditions it is possible to perform arbitrage by swapping with multiple // Pools in a way that results in net token movement out of the Vault (profit), with no tokens being sent in (only // updating the Pool's internal accounting). // // To protect users from front-running or the market changing rapidly, they supply a list of 'limits' for each token // involved in the swap, where either the maximum number of tokens to send (by passing a positive value) or the // minimum amount of tokens to receive (by passing a negative value) is specified. // // Additionally, a 'deadline' timestamp can also be provided, forcing the swap to fail if it occurs after // this point in time (e.g. if the transaction failed to be included in a block promptly). // // If interacting with Pools that hold WETH, it is possible to both send and receive ETH directly: the Vault will do // the wrapping and unwrapping. To enable this mechanism, the IAsset sentinel value (the zero address) must be // passed in the `assets` array instead of the WETH address. Note that it is possible to combine ETH and WETH in the // same swap. Any excess ETH will be sent back to the caller (not the sender, which is relevant for relayers). // // Finally, Internal Balance can be used when either sending or receiving tokens. enum SwapKind { GIVEN_IN, GIVEN_OUT } /** * @dev Performs a swap with a single Pool. * * If the swap is 'given in' (the number of tokens to send to the Pool is known), it returns the amount of tokens * taken from the Pool, which must be greater than or equal to `limit`. * * If the swap is 'given out' (the number of tokens to take from the Pool is known), it returns the amount of tokens * sent to the Pool, which must be less than or equal to `limit`. * * Internal Balance usage and the recipient are determined by the `funds` struct. * * Emits a `Swap` event. */ function swap( SingleSwap memory singleSwap, FundManagement memory funds, uint256 limit, uint256 deadline ) external payable returns (uint256); /** * @dev Data for a single swap executed by `swap`. `amount` is either `amountIn` or `amountOut` depending on * the `kind` value. * * `assetIn` and `assetOut` are either token addresses, or the IAsset sentinel value for ETH (the zero address). * Note that Pools never interact with ETH directly: it will be wrapped to or unwrapped from WETH by the Vault. * * The `userData` field is ignored by the Vault, but forwarded to the Pool in the `onSwap` hook, and may be * used to extend swap behavior. */ struct SingleSwap { bytes32 poolId; SwapKind kind; IERC20 assetIn; IERC20 assetOut; uint256 amount; bytes userData; } /** * @dev Performs a series of swaps with one or multiple Pools. In each individual swap, the caller determines either * the amount of tokens sent to or received from the Pool, depending on the `kind` value. * * Returns an array with the net Vault asset balance deltas. Positive amounts represent tokens (or ETH) sent to the * Vault, and negative amounts represent tokens (or ETH) sent by the Vault. Each delta corresponds to the asset at * the same index in the `assets` array. * * Swaps are executed sequentially, in the order specified by the `swaps` array. Each array element describes a * Pool, the token to be sent to this Pool, the token to receive from it, and an amount that is either `amountIn` or * `amountOut` depending on the swap kind. * * Multihop swaps can be executed by passing an `amount` value of zero for a swap. This will cause the amount in/out * of the previous swap to be used as the amount in for the current one. In a 'given in' swap, 'tokenIn' must equal * the previous swap's `tokenOut`. For a 'given out' swap, `tokenOut` must equal the previous swap's `tokenIn`. * * The `assets` array contains the addresses of all assets involved in the swaps. These are either token addresses, * or the IAsset sentinel value for ETH (the zero address). Each entry in the `swaps` array specifies tokens in and * out by referencing an index in `assets`. Note that Pools never interact with ETH directly: it will be wrapped to * or unwrapped from WETH by the Vault. * * Internal Balance usage, sender, and recipient are determined by the `funds` struct. The `limits` array specifies * the minimum or maximum amount of each token the vault is allowed to transfer. * * `batchSwap` can be used to make a single swap, like `swap` does, but doing so requires more gas than the * equivalent `swap` call. * * Emits `Swap` events. */ function batchSwap( SwapKind kind, BatchSwapStep[] memory swaps, IERC20[] memory assets, FundManagement memory funds, int256[] memory limits, uint256 deadline ) external payable returns (int256[] memory); /** * @dev Data for each individual swap executed by `batchSwap`. The asset in and out fields are indexes into the * `assets` array passed to that function, and ETH assets are converted to WETH. * * If `amount` is zero, the multihop mechanism is used to determine the actual amount based on the amount in/out * from the previous swap, depending on the swap kind. * * The `userData` field is ignored by the Vault, but forwarded to the Pool in the `onSwap` hook, and may be * used to extend swap behavior. */ struct BatchSwapStep { bytes32 poolId; uint256 assetInIndex; uint256 assetOutIndex; uint256 amount; bytes userData; } /** * @dev All tokens in a swap are either sent from the `sender` account to the Vault, or from the Vault to the * `recipient` account. * * If the caller is not `sender`, it must be an authorized relayer for them. * * If `fromInternalBalance` is true, the `sender`'s Internal Balance will be preferred, performing an ERC20 * transfer for the difference between the requested amount and the User's Internal Balance (if any). The `sender` * must have allowed the Vault to use their tokens via `IERC20.approve()`. This matches the behavior of * `joinPool`. * * If `toInternalBalance` is true, tokens will be deposited to `recipient`'s internal balance instead of * transferred. This matches the behavior of `exitPool`. * * Note that ETH cannot be deposited to or withdrawn from Internal Balance: attempting to do so will trigger a * revert. */ struct FundManagement { address sender; bool fromInternalBalance; address payable recipient; bool toInternalBalance; } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; /// @title Gnosis Protocol v2 Interaction Library /// @author Gnosis Developers library GPv2Interaction { /// @dev Interaction data for performing arbitrary contract interactions. /// Submitted to [`GPv2Settlement.settle`] for code execution. struct Data { address target; uint256 value; bytes callData; } /// @dev Execute an arbitrary contract interaction. /// /// @param interaction Interaction data. function execute(Data calldata interaction) internal { address target = interaction.target; uint256 value = interaction.value; bytes calldata callData = interaction.callData; // NOTE: Use assembly to call the interaction instead of a low level // call for two reasons: // - We don't want to copy the return data, since we discard it for // interactions. // - Solidity will under certain conditions generate code to copy input // calldata twice to memory (the second being a "memcopy loop"). // <https://github.com/gnosis/gp-v2-contracts/pull/417#issuecomment-775091258> // solhint-disable-next-line no-inline-assembly assembly { let freeMemoryPointer := mload(0x40) calldatacopy(freeMemoryPointer, callData.offset, callData.length) if iszero( call( gas(), target, value, freeMemoryPointer, callData.length, 0, 0 ) ) { returndatacopy(0, 0, returndatasize()) revert(0, returndatasize()) } } } /// @dev Extracts the Solidity ABI selector for the specified interaction. /// /// @param interaction Interaction data. /// @return result The 4 byte function selector of the call encoded in /// this interaction. function selector(Data calldata interaction) internal pure returns (bytes4 result) { bytes calldata callData = interaction.callData; if (callData.length >= 4) { // NOTE: Read the first word of the interaction's calldata. The // value does not need to be shifted since `bytesN` values are left // aligned, and the value does not need to be masked since masking // occurs when the value is accessed and not stored: // <https://docs.soliditylang.org/en/v0.7.6/abi-spec.html#encoding-of-indexed-event-parameters> // <https://docs.soliditylang.org/en/v0.7.6/assembly.html#access-to-external-variables-functions-and-libraries> // solhint-disable-next-line no-inline-assembly assembly { result := calldataload(callData.offset) } } } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; import "../interfaces/IERC20.sol"; /// @title Gnosis Protocol v2 Order Library /// @author Gnosis Developers library GPv2Order { /// @dev The complete data for a Gnosis Protocol order. This struct contains /// all order parameters that are signed for submitting to GP. struct Data { IERC20 sellToken; IERC20 buyToken; address receiver; uint256 sellAmount; uint256 buyAmount; uint32 validTo; bytes32 appData; uint256 feeAmount; bytes32 kind; bool partiallyFillable; bytes32 sellTokenBalance; bytes32 buyTokenBalance; } /// @dev The order EIP-712 type hash for the [`GPv2Order.Data`] struct. /// /// This value is pre-computed from the following expression: /// ``` /// keccak256( /// "Order(" + /// "address sellToken," + /// "address buyToken," + /// "address receiver," + /// "uint256 sellAmount," + /// "uint256 buyAmount," + /// "uint32 validTo," + /// "bytes32 appData," + /// "uint256 feeAmount," + /// "string kind," + /// "bool partiallyFillable" + /// "string sellTokenBalance" + /// "string buyTokenBalance" + /// ")" /// ) /// ``` bytes32 internal constant TYPE_HASH = hex"d5a25ba2e97094ad7d83dc28a6572da797d6b3e7fc6663bd93efb789fc17e489"; /// @dev The marker value for a sell order for computing the order struct /// hash. This allows the EIP-712 compatible wallets to display a /// descriptive string for the order kind (instead of 0 or 1). /// /// This value is pre-computed from the following expression: /// ``` /// keccak256("sell") /// ``` bytes32 internal constant KIND_SELL = hex"f3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775"; /// @dev The OrderKind marker value for a buy order for computing the order /// struct hash. /// /// This value is pre-computed from the following expression: /// ``` /// keccak256("buy") /// ``` bytes32 internal constant KIND_BUY = hex"6ed88e868af0a1983e3886d5f3e95a2fafbd6c3450bc229e27342283dc429ccc"; /// @dev The TokenBalance marker value for using direct ERC20 balances for /// computing the order struct hash. /// /// This value is pre-computed from the following expression: /// ``` /// keccak256("erc20") /// ``` bytes32 internal constant BALANCE_ERC20 = hex"5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9"; /// @dev The TokenBalance marker value for using Balancer Vault external /// balances (in order to re-use Vault ERC20 approvals) for computing the /// order struct hash. /// /// This value is pre-computed from the following expression: /// ``` /// keccak256("external") /// ``` bytes32 internal constant BALANCE_EXTERNAL = hex"abee3b73373acd583a130924aad6dc38cfdc44ba0555ba94ce2ff63980ea0632"; /// @dev The TokenBalance marker value for using Balancer Vault internal /// balances for computing the order struct hash. /// /// This value is pre-computed from the following expression: /// ``` /// keccak256("internal") /// ``` bytes32 internal constant BALANCE_INTERNAL = hex"4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce"; /// @dev Marker address used to indicate that the receiver of the trade /// proceeds should the owner of the order. /// /// This is chosen to be `address(0)` for gas efficiency as it is expected /// to be the most common case. address internal constant RECEIVER_SAME_AS_OWNER = address(0); /// @dev The byte length of an order unique identifier. uint256 internal constant UID_LENGTH = 56; /// @dev Returns the actual receiver for an order. This function checks /// whether or not the [`receiver`] field uses the marker value to indicate /// it is the same as the order owner. /// /// @return receiver The actual receiver of trade proceeds. function actualReceiver(Data memory order, address owner) internal pure returns (address receiver) { if (order.receiver == RECEIVER_SAME_AS_OWNER) { receiver = owner; } else { receiver = order.receiver; } } /// @dev Return the EIP-712 signing hash for the specified order. /// /// @param order The order to compute the EIP-712 signing hash for. /// @param domainSeparator The EIP-712 domain separator to use. /// @return orderDigest The 32 byte EIP-712 struct hash. function hash(Data memory order, bytes32 domainSeparator) internal pure returns (bytes32 orderDigest) { bytes32 structHash; // NOTE: Compute the EIP-712 order struct hash in place. As suggested // in the EIP proposal, noting that the order struct has 10 fields, and // including the type hash `(12 + 1) * 32 = 416` bytes to hash. // <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#rationale-for-encodedata> // solhint-disable-next-line no-inline-assembly assembly { let dataStart := sub(order, 32) let temp := mload(dataStart) mstore(dataStart, TYPE_HASH) structHash := keccak256(dataStart, 416) mstore(dataStart, temp) } // NOTE: Now that we have the struct hash, compute the EIP-712 signing // hash using scratch memory past the free memory pointer. The signing // hash is computed from `"\x19\x01" || domainSeparator || structHash`. // <https://docs.soliditylang.org/en/v0.7.6/internals/layout_in_memory.html#layout-in-memory> // <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#specification> // solhint-disable-next-line no-inline-assembly assembly { let freeMemoryPointer := mload(0x40) mstore(freeMemoryPointer, "\x19\x01") mstore(add(freeMemoryPointer, 2), domainSeparator) mstore(add(freeMemoryPointer, 34), structHash) orderDigest := keccak256(freeMemoryPointer, 66) } } /// @dev Packs order UID parameters into the specified memory location. The /// result is equivalent to `abi.encodePacked(...)` with the difference that /// it allows re-using the memory for packing the order UID. /// /// This function reverts if the order UID buffer is not the correct size. /// /// @param orderUid The buffer pack the order UID parameters into. /// @param orderDigest The EIP-712 struct digest derived from the order /// parameters. /// @param owner The address of the user who owns this order. /// @param validTo The epoch time at which the order will stop being valid. function packOrderUidParams( bytes memory orderUid, bytes32 orderDigest, address owner, uint32 validTo ) internal pure { require(orderUid.length == UID_LENGTH, "GPv2: uid buffer overflow"); // NOTE: Write the order UID to the allocated memory buffer. The order // parameters are written to memory in **reverse order** as memory // operations write 32-bytes at a time and we want to use a packed // encoding. This means, for example, that after writing the value of // `owner` to bytes `20:52`, writing the `orderDigest` to bytes `0:32` // will **overwrite** bytes `20:32`. This is desirable as addresses are // only 20 bytes and `20:32` should be `0`s: // // | 1111111111222222222233333333334444444444555555 // byte | 01234567890123456789012345678901234567890123456789012345 // -------+--------------------------------------------------------- // field | [.........orderDigest..........][......owner.......][vT] // -------+--------------------------------------------------------- // mstore | [000000000000000000000000000.vT] // | [00000000000.......owner.......] // | [.........orderDigest..........] // // Additionally, since Solidity `bytes memory` are length prefixed, // 32 needs to be added to all the offsets. // // solhint-disable-next-line no-inline-assembly assembly { mstore(add(orderUid, 56), validTo) mstore(add(orderUid, 52), owner) mstore(add(orderUid, 32), orderDigest) } } /// @dev Extracts specific order information from the standardized unique /// order id of the protocol. /// /// @param orderUid The unique identifier used to represent an order in /// the protocol. This uid is the packed concatenation of the order digest, /// the validTo order parameter and the address of the user who created the /// order. It is used by the user to interface with the contract directly, /// and not by calls that are triggered by the solvers. /// @return orderDigest The EIP-712 signing digest derived from the order /// parameters. /// @return owner The address of the user who owns this order. /// @return validTo The epoch time at which the order will stop being valid. function extractOrderUidParams(bytes calldata orderUid) internal pure returns ( bytes32 orderDigest, address owner, uint32 validTo ) { require(orderUid.length == UID_LENGTH, "GPv2: invalid uid"); // Use assembly to efficiently decode packed calldata. // solhint-disable-next-line no-inline-assembly assembly { orderDigest := calldataload(orderUid.offset) owner := shr(96, calldataload(add(orderUid.offset, 32))) validTo := shr(224, calldataload(add(orderUid.offset, 52))) } } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; import "../interfaces/IERC20.sol"; /// @title Gnosis Protocol v2 Safe ERC20 Transfer Library /// @author Gnosis Developers /// @dev Gas-efficient version of Openzeppelin's SafeERC20 contract. library GPv2SafeERC20 { /// @dev Wrapper around a call to the ERC20 function `transfer` that reverts /// also when the token returns `false`. function safeTransfer( IERC20 token, address to, uint256 value ) internal { bytes4 selector_ = token.transfer.selector; // solhint-disable-next-line no-inline-assembly assembly { let freeMemoryPointer := mload(0x40) mstore(freeMemoryPointer, selector_) mstore( add(freeMemoryPointer, 4), and(to, 0xffffffffffffffffffffffffffffffffffffffff) ) mstore(add(freeMemoryPointer, 36), value) if iszero(call(gas(), token, 0, freeMemoryPointer, 68, 0, 0)) { returndatacopy(0, 0, returndatasize()) revert(0, returndatasize()) } } require(getLastTransferResult(token), "GPv2: failed transfer"); } /// @dev Wrapper around a call to the ERC20 function `transferFrom` that /// reverts also when the token returns `false`. function safeTransferFrom( IERC20 token, address from, address to, uint256 value ) internal { bytes4 selector_ = token.transferFrom.selector; // solhint-disable-next-line no-inline-assembly assembly { let freeMemoryPointer := mload(0x40) mstore(freeMemoryPointer, selector_) mstore( add(freeMemoryPointer, 4), and(from, 0xffffffffffffffffffffffffffffffffffffffff) ) mstore( add(freeMemoryPointer, 36), and(to, 0xffffffffffffffffffffffffffffffffffffffff) ) mstore(add(freeMemoryPointer, 68), value) if iszero(call(gas(), token, 0, freeMemoryPointer, 100, 0, 0)) { returndatacopy(0, 0, returndatasize()) revert(0, returndatasize()) } } require(getLastTransferResult(token), "GPv2: failed transferFrom"); } /// @dev Verifies that the last return was a successful `transfer*` call. /// This is done by checking that the return data is either empty, or /// is a valid ABI encoded boolean. function getLastTransferResult(IERC20 token) private view returns (bool success) { // NOTE: Inspecting previous return data requires assembly. Note that // we write the return data to memory 0 in the case where the return // data size is 32, this is OK since the first 64 bytes of memory are // reserved by Solidy as a scratch space that can be used within // assembly blocks. // <https://docs.soliditylang.org/en/v0.7.6/internals/layout_in_memory.html> // solhint-disable-next-line no-inline-assembly assembly { /// @dev Revert with an ABI encoded Solidity error with a message /// that fits into 32-bytes. /// /// An ABI encoded Solidity error has the following memory layout: /// /// ------------+---------------------------------- /// byte range | value /// ------------+---------------------------------- /// 0x00..0x04 | selector("Error(string)") /// 0x04..0x24 | string offset (always 0x20) /// 0x24..0x44 | string length /// 0x44..0x64 | string value, padded to 32-bytes function revertWithMessage(length, message) { mstore(0x00, "\x08\xc3\x79\xa0") mstore(0x04, 0x20) mstore(0x24, length) mstore(0x44, message) revert(0x00, 0x64) } switch returndatasize() // Non-standard ERC20 transfer without return. case 0 { // NOTE: When the return data size is 0, verify that there // is code at the address. This is done in order to maintain // compatibility with Solidity calling conventions. // <https://docs.soliditylang.org/en/v0.7.6/control-structures.html#external-function-calls> if iszero(extcodesize(token)) { revertWithMessage(20, "GPv2: not a contract") } success := 1 } // Standard ERC20 transfer returning boolean success value. case 32 { returndatacopy(0, 0, returndatasize()) // NOTE: For ABI encoding v1, any non-zero value is accepted // as `true` for a boolean. In order to stay compatible with // OpenZeppelin's `SafeERC20` library which is known to work // with the existing ERC20 implementation we care about, // make sure we return success for any non-zero return value // from the `transfer*` call. success := iszero(iszero(mload(0))) } default { revertWithMessage(31, "GPv2: malformed transfer result") } } } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; import "../interfaces/IERC20.sol"; import "../mixins/GPv2Signing.sol"; import "./GPv2Order.sol"; /// @title Gnosis Protocol v2 Trade Library. /// @author Gnosis Developers library GPv2Trade { using GPv2Order for GPv2Order.Data; using GPv2Order for bytes; /// @dev A struct representing a trade to be executed as part a batch /// settlement. struct Data { uint256 sellTokenIndex; uint256 buyTokenIndex; address receiver; uint256 sellAmount; uint256 buyAmount; uint32 validTo; bytes32 appData; uint256 feeAmount; uint256 flags; uint256 executedAmount; bytes signature; } /// @dev Extracts the order data and signing scheme for the specified trade. /// /// @param trade The trade. /// @param tokens The list of tokens included in the settlement. The token /// indices in the trade parameters map to tokens in this array. /// @param order The memory location to extract the order data to. function extractOrder( Data calldata trade, IERC20[] calldata tokens, GPv2Order.Data memory order ) internal pure returns (GPv2Signing.Scheme signingScheme) { order.sellToken = tokens[trade.sellTokenIndex]; order.buyToken = tokens[trade.buyTokenIndex]; order.receiver = trade.receiver; order.sellAmount = trade.sellAmount; order.buyAmount = trade.buyAmount; order.validTo = trade.validTo; order.appData = trade.appData; order.feeAmount = trade.feeAmount; ( order.kind, order.partiallyFillable, order.sellTokenBalance, order.buyTokenBalance, signingScheme ) = extractFlags(trade.flags); } /// @dev Decodes trade flags. /// /// Trade flags are used to tightly encode information on how to decode /// an order. Examples that directly affect the structure of an order are /// the kind of order (either a sell or a buy order) as well as whether the /// order is partially fillable or if it is a "fill-or-kill" order. It also /// encodes the signature scheme used to validate the order. As the most /// likely values are fill-or-kill sell orders by an externally owned /// account, the flags are chosen such that `0x00` represents this kind of /// order. The flags byte uses the following format: /// /// ``` /// bit | 31 ... | 6 | 5 | 4 | 3 | 2 | 1 | 0 | /// ----+----------+-------+---+-------+---+---+ /// | reserved | * * | * | * * | * | * | /// | | | | | | | /// | | | | | | +---- order kind bit, 0 for a sell order /// | | | | | | and 1 for a buy order /// | | | | | | /// | | | | | +-------- order fill bit, 0 for fill-or-kill /// | | | | | and 1 for a partially fillable order /// | | | | | /// | | | +---+------------ use internal sell token balance bit: /// | | | 0x: ERC20 token balance /// | | | 10: external Balancer Vault balance /// | | | 11: internal Balancer Vault balance /// | | | /// | | +-------------------- use buy token balance bit /// | | 0: ERC20 token balance /// | | 1: internal Balancer Vault balance /// | | /// +---+------------------------ signature scheme bits: /// 00: EIP-712 /// 01: eth_sign /// 10: EIP-1271 /// 11: pre_sign /// ``` function extractFlags(uint256 flags) internal pure returns ( bytes32 kind, bool partiallyFillable, bytes32 sellTokenBalance, bytes32 buyTokenBalance, GPv2Signing.Scheme signingScheme ) { if (flags & 0x01 == 0) { kind = GPv2Order.KIND_SELL; } else { kind = GPv2Order.KIND_BUY; } partiallyFillable = flags & 0x02 != 0; if (flags & 0x08 == 0) { sellTokenBalance = GPv2Order.BALANCE_ERC20; } else if (flags & 0x04 == 0) { sellTokenBalance = GPv2Order.BALANCE_EXTERNAL; } else { sellTokenBalance = GPv2Order.BALANCE_INTERNAL; } if (flags & 0x10 == 0) { buyTokenBalance = GPv2Order.BALANCE_ERC20; } else { buyTokenBalance = GPv2Order.BALANCE_INTERNAL; } // NOTE: Take advantage of the fact that Solidity will revert if the // following expression does not produce a valid enum value. This means // we check here that the leading reserved bits must be 0. signingScheme = GPv2Signing.Scheme(flags >> 5); } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; pragma abicoder v2; import "../interfaces/IERC20.sol"; import "../interfaces/IVault.sol"; import "./GPv2Order.sol"; import "./GPv2SafeERC20.sol"; /// @title Gnosis Protocol v2 Transfers /// @author Gnosis Developers library GPv2Transfer { using GPv2SafeERC20 for IERC20; /// @dev Transfer data. struct Data { address account; IERC20 token; uint256 amount; bytes32 balance; } /// @dev Ether marker address used to indicate an Ether transfer. address internal constant BUY_ETH_ADDRESS = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE; /// @dev Execute the specified transfer from the specified account to a /// recipient. The recipient will either receive internal Vault balances or /// ERC20 token balances depending on whether the account is using internal /// balances or not. /// /// This method is used for transferring fees to the settlement contract /// when settling a single order directly with Balancer. /// /// Note that this method is subtly different from `transferFromAccounts` /// with a single transfer with respect to how it deals with internal /// balances. Specifically, this method will perform an **internal balance /// transfer to the settlement contract instead of a withdrawal to the /// external balance of the settlement contract** for trades that specify /// trading with internal balances. This is done as a gas optimization in /// the single order "fast-path". /// /// @param vault The Balancer vault to use. /// @param transfer The transfer to perform specifying the sender account. /// @param recipient The recipient for the transfer. function fastTransferFromAccount( IVault vault, Data calldata transfer, address recipient ) internal { require( address(transfer.token) != BUY_ETH_ADDRESS, "GPv2: cannot transfer native ETH" ); if (transfer.balance == GPv2Order.BALANCE_ERC20) { transfer.token.safeTransferFrom( transfer.account, recipient, transfer.amount ); } else { IVault.UserBalanceOp[] memory balanceOps = new IVault.UserBalanceOp[](1); IVault.UserBalanceOp memory balanceOp = balanceOps[0]; balanceOp.kind = transfer.balance == GPv2Order.BALANCE_EXTERNAL ? IVault.UserBalanceOpKind.TRANSFER_EXTERNAL : IVault.UserBalanceOpKind.TRANSFER_INTERNAL; balanceOp.asset = transfer.token; balanceOp.amount = transfer.amount; balanceOp.sender = transfer.account; balanceOp.recipient = payable(recipient); vault.manageUserBalance(balanceOps); } } /// @dev Execute the specified transfers from the specified accounts to a /// single recipient. The recipient will receive all transfers as ERC20 /// token balances, regardless of whether or not the accounts are using /// internal Vault balances. /// /// This method is used for accumulating user balances into the settlement /// contract. /// /// @param vault The Balancer vault to use. /// @param transfers The batched transfers to perform specifying the /// sender accounts. /// @param recipient The single recipient for all the transfers. function transferFromAccounts( IVault vault, Data[] calldata transfers, address recipient ) internal { // NOTE: Allocate buffer of Vault balance operations large enough to // hold all GP transfers. This is done to avoid re-allocations (which // are gas inefficient) while still allowing all transfers to be batched // into a single Vault call. IVault.UserBalanceOp[] memory balanceOps = new IVault.UserBalanceOp[]( transfers.length ); uint256 balanceOpCount = 0; for (uint256 i = 0; i < transfers.length; i++) { Data calldata transfer = transfers[i]; require( address(transfer.token) != BUY_ETH_ADDRESS, "GPv2: cannot transfer native ETH" ); if (transfer.balance == GPv2Order.BALANCE_ERC20) { transfer.token.safeTransferFrom( transfer.account, recipient, transfer.amount ); } else { IVault.UserBalanceOp memory balanceOp = balanceOps[ balanceOpCount++ ]; balanceOp.kind = transfer.balance == GPv2Order.BALANCE_EXTERNAL ? IVault.UserBalanceOpKind.TRANSFER_EXTERNAL : IVault.UserBalanceOpKind.WITHDRAW_INTERNAL; balanceOp.asset = transfer.token; balanceOp.amount = transfer.amount; balanceOp.sender = transfer.account; balanceOp.recipient = payable(recipient); } } if (balanceOpCount > 0) { truncateBalanceOpsArray(balanceOps, balanceOpCount); vault.manageUserBalance(balanceOps); } } /// @dev Execute the specified transfers to their respective accounts. /// /// This method is used for paying out trade proceeds from the settlement /// contract. /// /// @param vault The Balancer vault to use. /// @param transfers The batched transfers to perform. function transferToAccounts(IVault vault, Data[] memory transfers) internal { IVault.UserBalanceOp[] memory balanceOps = new IVault.UserBalanceOp[]( transfers.length ); uint256 balanceOpCount = 0; for (uint256 i = 0; i < transfers.length; i++) { Data memory transfer = transfers[i]; if (address(transfer.token) == BUY_ETH_ADDRESS) { require( transfer.balance != GPv2Order.BALANCE_INTERNAL, "GPv2: unsupported internal ETH" ); payable(transfer.account).transfer(transfer.amount); } else if (transfer.balance == GPv2Order.BALANCE_ERC20) { transfer.token.safeTransfer(transfer.account, transfer.amount); } else { IVault.UserBalanceOp memory balanceOp = balanceOps[ balanceOpCount++ ]; balanceOp.kind = IVault.UserBalanceOpKind.DEPOSIT_INTERNAL; balanceOp.asset = transfer.token; balanceOp.amount = transfer.amount; balanceOp.sender = address(this); balanceOp.recipient = payable(transfer.account); } } if (balanceOpCount > 0) { truncateBalanceOpsArray(balanceOps, balanceOpCount); vault.manageUserBalance(balanceOps); } } /// @dev Truncate a Vault balance operation array to its actual size. /// /// This method **does not** check whether or not the new length is valid, /// and specifying a size that is larger than the array's actual length is /// undefined behaviour. /// /// @param balanceOps The memory array of balance operations to truncate. /// @param newLength The new length to set. function truncateBalanceOpsArray( IVault.UserBalanceOp[] memory balanceOps, uint256 newLength ) private pure { // NOTE: Truncate the vault transfers array to the specified length. // This is done by setting the array's length which occupies the first // word in memory pointed to by the `balanceOps` memory variable. // <https://docs.soliditylang.org/en/v0.7.6/internals/layout_in_memory.html> // solhint-disable-next-line no-inline-assembly assembly { mstore(balanceOps, newLength) } } }
// SPDX-License-Identifier: MIT // Vendored from OpenZeppelin contracts with minor modifications: // - Modified Solidity version // - Formatted code // - Shortened revert messages // - Removed unused methods // - Convert to `type(*).*` notation // <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0/contracts/utils/SafeCast.sol> pragma solidity ^0.7.6; /** * @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow * checks. * * Downcasting from uint256/int256 in Solidity does not revert on overflow. This can * easily result in undesired exploitation or bugs, since developers usually * assume that overflows raise errors. `SafeCast` restores this intuition by * reverting the transaction when such an operation overflows. * * Using this library instead of the unchecked operations eliminates an entire * class of bugs, so it's recommended to use it always. * * Can be combined with {SafeMath} and {SignedSafeMath} to extend it to smaller types, by performing * all math on `uint256` and `int256` and then downcasting. */ library SafeCast { /** * @dev Converts a signed int256 into an unsigned uint256. * * Requirements: * * - input must be greater than or equal to 0. */ function toUint256(int256 value) internal pure returns (uint256) { require(value >= 0, "SafeCast: not positive"); return uint256(value); } /** * @dev Converts an unsigned uint256 into a signed int256. * * Requirements: * * - input must be less than or equal to maxInt256. */ function toInt256(uint256 value) internal pure returns (int256) { require( value <= uint256(type(int256).max), "SafeCast: int256 overflow" ); return int256(value); } }
// SPDX-License-Identifier: MIT // Vendored from OpenZeppelin contracts with minor modifications: // - Modified Solidity version // - Formatted code // - Shortened some revert messages // - Removed unused methods // - Added `ceilDiv` method // <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0/contracts/math/SafeMath.sol> pragma solidity ^0.7.6; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programmers usually assume that an overflow raises an * error, which is the standard behavior in high level programming languages. * `SafeMath` restores this intuition by reverting the transaction when an * operation overflows. * * Using this library instead of the unchecked operations eliminates an entire * class of bugs, so it's recommended to use it always. */ library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { require(b <= a, "SafeMath: subtraction overflow"); return a - b; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) return 0; uint256 c = a * b; require(c / a == b, "SafeMath: mul overflow"); return c; } /** * @dev Returns the integer division of two unsigned integers, reverting on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { require(b > 0, "SafeMath: division by 0"); return a / b; } /** * @dev Returns the ceiling integer division of two unsigned integers, * reverting on division by zero. The result is rounded towards up the * nearest integer, instead of truncating the fractional part. * * Requirements: * * - The divisor cannot be zero. * - The sum of the dividend and divisor cannot overflow. */ function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) { require(b > 0, "SafeMath: ceiling division by 0"); return a / b + (a % b == 0 ? 0 : 1); } }
// SPDX-License-Identifier: LGPL-3.0-or-later pragma solidity ^0.7.6; import "../interfaces/GPv2EIP1271.sol"; import "../libraries/GPv2Order.sol"; import "../libraries/GPv2Trade.sol"; /// @title Gnosis Protocol v2 Signing Library. /// @author Gnosis Developers abstract contract GPv2Signing { using GPv2Order for GPv2Order.Data; using GPv2Order for bytes; /// @dev Recovered trade data containing the extracted order and the /// recovered owner address. struct RecoveredOrder { GPv2Order.Data data; bytes uid; address owner; address receiver; } /// @dev Signing scheme used for recovery. enum Scheme { Eip712, EthSign, Eip1271, PreSign } /// @dev The EIP-712 domain type hash used for computing the domain /// separator. bytes32 private constant DOMAIN_TYPE_HASH = keccak256( "EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)" ); /// @dev The EIP-712 domain name used for computing the domain separator. bytes32 private constant DOMAIN_NAME = keccak256("Gnosis Protocol"); /// @dev The EIP-712 domain version used for computing the domain separator. bytes32 private constant DOMAIN_VERSION = keccak256("v2"); /// @dev Marker value indicating an order is pre-signed. uint256 private constant PRE_SIGNED = uint256(keccak256("GPv2Signing.Scheme.PreSign")); /// @dev The domain separator used for signing orders that gets mixed in /// making signatures for different domains incompatible. This domain /// separator is computed following the EIP-712 standard and has replay /// protection mixed in so that signed orders are only valid for specific /// GPv2 contracts. bytes32 public immutable domainSeparator; /// @dev Storage indicating whether or not an order has been signed by a /// particular address. mapping(bytes => uint256) public preSignature; /// @dev Event that is emitted when an account either pre-signs an order or /// revokes an existing pre-signature. event PreSignature(address indexed owner, bytes orderUid, bool signed); constructor() { // NOTE: Currently, the only way to get the chain ID in solidity is // using assembly. uint256 chainId; // solhint-disable-next-line no-inline-assembly assembly { chainId := chainid() } domainSeparator = keccak256( abi.encode( DOMAIN_TYPE_HASH, DOMAIN_NAME, DOMAIN_VERSION, chainId, address(this) ) ); } /// @dev Sets a presignature for the specified order UID. /// /// @param orderUid The unique identifier of the order to pre-sign. function setPreSignature(bytes calldata orderUid, bool signed) external { (, address owner, ) = orderUid.extractOrderUidParams(); require(owner == msg.sender, "GPv2: cannot presign order"); if (signed) { preSignature[orderUid] = PRE_SIGNED; } else { preSignature[orderUid] = 0; } emit PreSignature(owner, orderUid, signed); } /// @dev Returns an empty recovered order with a pre-allocated buffer for /// packing the unique identifier. /// /// @return recoveredOrder The empty recovered order data. function allocateRecoveredOrder() internal pure returns (RecoveredOrder memory recoveredOrder) { recoveredOrder.uid = new bytes(GPv2Order.UID_LENGTH); } /// @dev Extracts order data and recovers the signer from the specified /// trade. /// /// @param recoveredOrder Memory location used for writing the recovered order data. /// @param tokens The list of tokens included in the settlement. The token /// indices in the trade parameters map to tokens in this array. /// @param trade The trade data to recover the order data from. function recoverOrderFromTrade( RecoveredOrder memory recoveredOrder, IERC20[] calldata tokens, GPv2Trade.Data calldata trade ) internal view { GPv2Order.Data memory order = recoveredOrder.data; Scheme signingScheme = GPv2Trade.extractOrder(trade, tokens, order); (bytes32 orderDigest, address owner) = recoverOrderSigner( order, signingScheme, trade.signature ); recoveredOrder.uid.packOrderUidParams( orderDigest, owner, order.validTo ); recoveredOrder.owner = owner; recoveredOrder.receiver = order.actualReceiver(owner); } /// @dev The length of any signature from an externally owned account. uint256 private constant ECDSA_SIGNATURE_LENGTH = 65; /// @dev Recovers an order's signer from the specified order and signature. /// /// @param order The order to recover a signature for. /// @param signingScheme The signing scheme. /// @param signature The signature bytes. /// @return orderDigest The computed order hash. /// @return owner The recovered address from the specified signature. function recoverOrderSigner( GPv2Order.Data memory order, Scheme signingScheme, bytes calldata signature ) internal view returns (bytes32 orderDigest, address owner) { orderDigest = order.hash(domainSeparator); if (signingScheme == Scheme.Eip712) { owner = recoverEip712Signer(orderDigest, signature); } else if (signingScheme == Scheme.EthSign) { owner = recoverEthsignSigner(orderDigest, signature); } else if (signingScheme == Scheme.Eip1271) { owner = recoverEip1271Signer(orderDigest, signature); } else { // signingScheme == Scheme.PreSign owner = recoverPreSigner(orderDigest, signature, order.validTo); } } /// @dev Perform an ECDSA recover for the specified message and calldata /// signature. /// /// The signature is encoded by tighyly packing the following struct: /// ``` /// struct EncodedSignature { /// bytes32 r; /// bytes32 s; /// uint8 v; /// } /// ``` /// /// @param message The signed message. /// @param encodedSignature The encoded signature. function ecdsaRecover(bytes32 message, bytes calldata encodedSignature) internal pure returns (address signer) { require( encodedSignature.length == ECDSA_SIGNATURE_LENGTH, "GPv2: malformed ecdsa signature" ); bytes32 r; bytes32 s; uint8 v; // NOTE: Use assembly to efficiently decode signature data. // solhint-disable-next-line no-inline-assembly assembly { // r = uint256(encodedSignature[0:32]) r := calldataload(encodedSignature.offset) // s = uint256(encodedSignature[32:64]) s := calldataload(add(encodedSignature.offset, 32)) // v = uint8(encodedSignature[64]) v := shr(248, calldataload(add(encodedSignature.offset, 64))) } signer = ecrecover(message, v, r, s); require(signer != address(0), "GPv2: invalid ecdsa signature"); } /// @dev Decodes signature bytes originating from an EIP-712-encoded /// signature. /// /// EIP-712 signs typed data. The specifications are described in the /// related EIP (<https://eips.ethereum.org/EIPS/eip-712>). /// /// EIP-712 signatures are encoded as standard ECDSA signatures as described /// in the corresponding decoding function [`ecdsaRecover`]. /// /// @param orderDigest The EIP-712 signing digest derived from the order /// parameters. /// @param encodedSignature Calldata pointing to tightly packed signature /// bytes. /// @return owner The address of the signer. function recoverEip712Signer( bytes32 orderDigest, bytes calldata encodedSignature ) internal pure returns (address owner) { owner = ecdsaRecover(orderDigest, encodedSignature); } /// @dev Decodes signature bytes originating from the output of the eth_sign /// RPC call. /// /// The specifications are described in the Ethereum documentation /// (<https://eth.wiki/json-rpc/API#eth_sign>). /// /// eth_sign signatures are encoded as standard ECDSA signatures as /// described in the corresponding decoding function /// [`ecdsaRecover`]. /// /// @param orderDigest The EIP-712 signing digest derived from the order /// parameters. /// @param encodedSignature Calldata pointing to tightly packed signature /// bytes. /// @return owner The address of the signer. function recoverEthsignSigner( bytes32 orderDigest, bytes calldata encodedSignature ) internal pure returns (address owner) { // The signed message is encoded as: // `"\x19Ethereum Signed Message:\n" || length || data`, where // the length is a constant (32 bytes) and the data is defined as: // `orderDigest`. bytes32 ethsignDigest = keccak256( abi.encodePacked("\x19Ethereum Signed Message:\n32", orderDigest) ); owner = ecdsaRecover(ethsignDigest, encodedSignature); } /// @dev Verifies the input calldata as an EIP-1271 contract signature and /// returns the address of the signer. /// /// The encoded signature tightly packs the following struct: /// /// ``` /// struct EncodedEip1271Signature { /// address owner; /// bytes signature; /// } /// ``` /// /// This function enforces that the encoded data stores enough bytes to /// cover the full length of the decoded signature. /// /// @param encodedSignature The encoded EIP-1271 signature. /// @param orderDigest The EIP-712 signing digest derived from the order /// parameters. /// @return owner The address of the signer. function recoverEip1271Signer( bytes32 orderDigest, bytes calldata encodedSignature ) internal view returns (address owner) { // NOTE: Use assembly to read the verifier address from the encoded // signature bytes. // solhint-disable-next-line no-inline-assembly assembly { // owner = address(encodedSignature[0:20]) owner := shr(96, calldataload(encodedSignature.offset)) } // NOTE: Configure prettier to ignore the following line as it causes // a panic in the Solidity plugin. // prettier-ignore bytes calldata signature = encodedSignature[20:]; require( EIP1271Verifier(owner).isValidSignature(orderDigest, signature) == GPv2EIP1271.MAGICVALUE, "GPv2: invalid eip1271 signature" ); } /// @dev Verifies the order has been pre-signed. The signature is the /// address of the signer of the order. /// /// @param orderDigest The EIP-712 signing digest derived from the order /// parameters. /// @param encodedSignature The pre-sign signature reprenting the order UID. /// @param validTo The order expiry timestamp. /// @return owner The address of the signer. function recoverPreSigner( bytes32 orderDigest, bytes calldata encodedSignature, uint32 validTo ) internal view returns (address owner) { require(encodedSignature.length == 20, "GPv2: malformed presignature"); // NOTE: Use assembly to read the owner address from the encoded // signature bytes. // solhint-disable-next-line no-inline-assembly assembly { // owner = address(encodedSignature[0:20]) owner := shr(96, calldataload(encodedSignature.offset)) } bytes memory orderUid = new bytes(GPv2Order.UID_LENGTH); orderUid.packOrderUidParams(orderDigest, owner, validTo); require( preSignature[orderUid] == PRE_SIGNED, "GPv2: order not presigned" ); } }
// SPDX-License-Identifier: MIT // Vendored from OpenZeppelin contracts with minor modifications: // - Modified Solidity version // - Formatted code // <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0/contracts/utils/ReentrancyGuard.sol> pragma solidity ^0.7.6; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. * * TIP: If you would like to learn more about reentrancy and alternative ways * to protect against it, check out our blog post * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being non-zero value makes deployment a bit more expensive, // but in exchange the refund on every call to nonReentrant will be lower in // amount. Since refunds are capped to a percentage of the total // transaction's gas, it is best to keep them low in cases like this one, to // increase the likelihood of the full refund coming into effect. uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { _status = _NOT_ENTERED; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and make it call a * `private` function that does the actual work. */ modifier nonReentrant() { // On the first call to nonReentrant, _notEntered will be true require(_status != _ENTERED, "ReentrancyGuard: reentrant call"); // Any calls to nonReentrant after this point will fail _status = _ENTERED; _; // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = _NOT_ENTERED; } }
// SPDX-License-Identifier: LGPL-3.0-only // Vendored from Gnosis utility contracts with minor modifications: // - Modified Solidity version // - Formatted code // - Added linter directives to ignore low level call and assembly warnings // <https://github.com/gnosis/util-contracts/blob/v3.1.0-solc-7/contracts/StorageAccessible.sol> pragma solidity ^0.7.6; /// @title ViewStorageAccessible - Interface on top of StorageAccessible base class to allow simulations from view functions interface ViewStorageAccessible { /** * @dev Same as `simulateDelegatecall` on StorageAccessible. Marked as view so that it can be called from external contracts * that want to run simulations from within view functions. Will revert if the invoked simulation attempts to change state. */ function simulateDelegatecall( address targetContract, bytes memory calldataPayload ) external view returns (bytes memory); /** * @dev Same as `getStorageAt` on StorageAccessible. This method allows reading aribtrary ranges of storage. */ function getStorageAt(uint256 offset, uint256 length) external view returns (bytes memory); } /// @title StorageAccessible - generic base contract that allows callers to access all internal storage. contract StorageAccessible { /** * @dev Reads `length` bytes of storage in the currents contract * @param offset - the offset in the current contract's storage in words to start reading from * @param length - the number of words (32 bytes) of data to read * @return the bytes that were read. */ function getStorageAt(uint256 offset, uint256 length) external view returns (bytes memory) { bytes memory result = new bytes(length * 32); for (uint256 index = 0; index < length; index++) { // solhint-disable-next-line no-inline-assembly assembly { let word := sload(add(offset, index)) mstore(add(add(result, 0x20), mul(index, 0x20)), word) } } return result; } /** * @dev Performs a delegetecall on a targetContract in the context of self. * Internally reverts execution to avoid side effects (making it static). Catches revert and returns encoded result as bytes. * @param targetContract Address of the contract containing the code to execute. * @param calldataPayload Calldata that should be sent to the target contract (encoded method name and arguments). */ function simulateDelegatecall( address targetContract, bytes memory calldataPayload ) public returns (bytes memory response) { bytes memory innerCall = abi.encodeWithSelector( this.simulateDelegatecallInternal.selector, targetContract, calldataPayload ); // solhint-disable-next-line avoid-low-level-calls (, response) = address(this).call(innerCall); bool innerSuccess = response[response.length - 1] == 0x01; setLength(response, response.length - 1); if (innerSuccess) { return response; } else { revertWith(response); } } /** * @dev Performs a delegetecall on a targetContract in the context of self. * Internally reverts execution to avoid side effects (making it static). Returns encoded result as revert message * concatenated with the success flag of the inner call as a last byte. * @param targetContract Address of the contract containing the code to execute. * @param calldataPayload Calldata that should be sent to the target contract (encoded method name and arguments). */ function simulateDelegatecallInternal( address targetContract, bytes memory calldataPayload ) external returns (bytes memory response) { bool success; // solhint-disable-next-line avoid-low-level-calls (success, response) = targetContract.delegatecall(calldataPayload); revertWith(abi.encodePacked(response, success)); } function revertWith(bytes memory response) internal pure { // solhint-disable-next-line no-inline-assembly assembly { revert(add(response, 0x20), mload(response)) } } function setLength(bytes memory buffer, uint256 length) internal pure { // solhint-disable-next-line no-inline-assembly assembly { mstore(buffer, length) } } }
{ "remappings": [ "@ensdomains/=node_modules/@ensdomains/", "@gnosis.pm/=node_modules/@gnosis.pm/", "@openzeppelin/=node_modules/@openzeppelin/", "@uniswap/=node_modules/@uniswap/", "canonical-weth/=node_modules/canonical-weth/", "eth-gas-reporter/=node_modules/eth-gas-reporter/", "hardhat-deploy/=node_modules/hardhat-deploy/", "hardhat/=node_modules/hardhat/" ], "optimizer": { "enabled": true, "runs": 1000000 }, "metadata": { "bytecodeHash": "ipfs" }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "evmVersion": "istanbul", "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"contract GPv2Authentication","name":"authenticator_","type":"address"},{"internalType":"contract IVault","name":"vault_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"target","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":false,"internalType":"bytes4","name":"selector","type":"bytes4"}],"name":"Interaction","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"bytes","name":"orderUid","type":"bytes"}],"name":"OrderInvalidated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"bytes","name":"orderUid","type":"bytes"},{"indexed":false,"internalType":"bool","name":"signed","type":"bool"}],"name":"PreSignature","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"solver","type":"address"}],"name":"Settlement","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"contract IERC20","name":"sellToken","type":"address"},{"indexed":false,"internalType":"contract IERC20","name":"buyToken","type":"address"},{"indexed":false,"internalType":"uint256","name":"sellAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"buyAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"feeAmount","type":"uint256"},{"indexed":false,"internalType":"bytes","name":"orderUid","type":"bytes"}],"name":"Trade","type":"event"},{"inputs":[],"name":"authenticator","outputs":[{"internalType":"contract GPv2Authentication","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"domainSeparator","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"","type":"bytes"}],"name":"filledAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"orderUids","type":"bytes[]"}],"name":"freeFilledAmountStorage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"orderUids","type":"bytes[]"}],"name":"freePreSignatureStorage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"offset","type":"uint256"},{"internalType":"uint256","name":"length","type":"uint256"}],"name":"getStorageAt","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"orderUid","type":"bytes"}],"name":"invalidateOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"","type":"bytes"}],"name":"preSignature","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"orderUid","type":"bytes"},{"internalType":"bool","name":"signed","type":"bool"}],"name":"setPreSignature","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20[]","name":"tokens","type":"address[]"},{"internalType":"uint256[]","name":"clearingPrices","type":"uint256[]"},{"components":[{"internalType":"uint256","name":"sellTokenIndex","type":"uint256"},{"internalType":"uint256","name":"buyTokenIndex","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"},{"internalType":"uint256","name":"sellAmount","type":"uint256"},{"internalType":"uint256","name":"buyAmount","type":"uint256"},{"internalType":"uint32","name":"validTo","type":"uint32"},{"internalType":"bytes32","name":"appData","type":"bytes32"},{"internalType":"uint256","name":"feeAmount","type":"uint256"},{"internalType":"uint256","name":"flags","type":"uint256"},{"internalType":"uint256","name":"executedAmount","type":"uint256"},{"internalType":"bytes","name":"signature","type":"bytes"}],"internalType":"struct GPv2Trade.Data[]","name":"trades","type":"tuple[]"},{"components":[{"internalType":"address","name":"target","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"bytes","name":"callData","type":"bytes"}],"internalType":"struct GPv2Interaction.Data[][3]","name":"interactions","type":"tuple[][3]"}],"name":"settle","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"targetContract","type":"address"},{"internalType":"bytes","name":"calldataPayload","type":"bytes"}],"name":"simulateDelegatecall","outputs":[{"internalType":"bytes","name":"response","type":"bytes"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"targetContract","type":"address"},{"internalType":"bytes","name":"calldataPayload","type":"bytes"}],"name":"simulateDelegatecallInternal","outputs":[{"internalType":"bytes","name":"response","type":"bytes"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"bytes32","name":"poolId","type":"bytes32"},{"internalType":"uint256","name":"assetInIndex","type":"uint256"},{"internalType":"uint256","name":"assetOutIndex","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bytes","name":"userData","type":"bytes"}],"internalType":"struct IVault.BatchSwapStep[]","name":"swaps","type":"tuple[]"},{"internalType":"contract IERC20[]","name":"tokens","type":"address[]"},{"components":[{"internalType":"uint256","name":"sellTokenIndex","type":"uint256"},{"internalType":"uint256","name":"buyTokenIndex","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"},{"internalType":"uint256","name":"sellAmount","type":"uint256"},{"internalType":"uint256","name":"buyAmount","type":"uint256"},{"internalType":"uint32","name":"validTo","type":"uint32"},{"internalType":"bytes32","name":"appData","type":"bytes32"},{"internalType":"uint256","name":"feeAmount","type":"uint256"},{"internalType":"uint256","name":"flags","type":"uint256"},{"internalType":"uint256","name":"executedAmount","type":"uint256"},{"internalType":"bytes","name":"signature","type":"bytes"}],"internalType":"struct GPv2Trade.Data","name":"trade","type":"tuple"}],"name":"swap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"vault","outputs":[{"internalType":"contract IVault","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"vaultRelayer","outputs":[{"internalType":"contract GPv2VaultRelayer","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
6101006040523480156200001257600080fd5b50604051620053eb380380620053eb83398101604081905262000035916200015b565b604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f6020808301919091527f6c85c0337eba1661327f94f3bf46c8a7f9311a563f4d5c948362567f5d8ed60c828401527ff9446b8e937d86f0bc87cac73923491692b123ca5f8761908494703758206adf606080840191909152466080808501919091523060a08086019190915285518086038201815260c09586019687905280519401939093209052600180556001600160601b031986821b811690925284901b16905281906200010a906200014d565b62000116919062000199565b604051809103906000f08015801562000133573d6000803e3d6000fd5b5060601b6001600160601b03191660e05250620001c69050565b61129e806200414d83390190565b600080604083850312156200016e578182fd5b82516200017b81620001ad565b60208401519092506200018e81620001ad565b809150509250929050565b6001600160a01b0391909116815260200190565b6001600160a01b0381168114620001c357600080fd5b50565b60805160a05160601c60c05160601c60e05160601c613f2562000228600039806104c55280610d61528061109052806115f0525080610556528061158b52508061039252806106bc528061099d52508061131e52806123df5250613f256000f3fe6080604052600436106100ec5760003560e01c80639b552cc21161008a578063ed9f35ce11610059578063ed9f35ce14610274578063f698da2514610294578063f84436bd146102a9578063fbfa77cf146102c9576100f3565b80639b552cc2146101ff578063a2a7d51b14610214578063d08d33d114610234578063ec6cb13f14610254576100f3565b80632479fb6e116100c65780632479fb6e1461016557806343218e19146101925780635624b25b146101bf578063845a101f146101df576100f3565b806313d79a0b146100f857806315337bc01461011a5780632335c76b1461013a576100f3565b366100f357005b600080fd5b34801561010457600080fd5b5061011861011336600461322e565b6102de565b005b34801561012657600080fd5b50610118610135366004613441565b6105c1565b34801561014657600080fd5b5061014f6106ba565b60405161015c91906136ee565b60405180910390f35b34801561017157600080fd5b506101856101803660046134ca565b6106de565b60405161015c91906137f0565b34801561019e57600080fd5b506101b26101ad3660046131a0565b6106fb565b60405161015c919061380d565b3480156101cb57600080fd5b506101b26101da3660046134fd565b610873565b3480156101eb57600080fd5b506101186101fa36600461338e565b6108e9565b34801561020b57600080fd5b5061014f61108e565b34801561022057600080fd5b5061011861022f3660046131ee565b6110b2565b34801561024057600080fd5b5061018561024f3660046134ca565b6110fb565b34801561026057600080fd5b5061011861026f366004613475565b611118565b34801561028057600080fd5b5061011861028f3660046131ee565b6112d7565b3480156102a057600080fd5b5061018561131c565b3480156102b557600080fd5b506101b26102c43660046131a0565b611340565b3480156102d557600080fd5b5061014f611589565b6002600154141561035057604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026001556040517f02cc250d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016906302cc250d906103c79033906004016136ee565b60206040518083038186803b1580156103df57600080fd5b505afa1580156103f3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104179190613425565b610456576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c78565b60405180910390fd5b6104728160005b60200281019061046d9190613d16565b6115ad565b6000806104838989898989896116ea565b6040517f7d10d11f000000000000000000000000000000000000000000000000000000008152919350915073ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001690637d10d11f906104fa90859060040161370f565b600060405180830381600087803b15801561051457600080fd5b505af1158015610528573d6000803e3d6000fd5b5050505061053c8360016003811061045d57fe5b61057c73ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001682611851565b61058783600261045d565b60405133907f40338ce1a7c49204f0099533b1e9a7ee0a3d261f84974ab7af36105b8c4e9db490600090a250506001805550505050505050565b60006105cd8383611b2f565b5091505073ffffffffffffffffffffffffffffffffffffffff81163314610620576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a1b565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600284846040516106539291906136c2565b9081526020016040518091039020819055508073ffffffffffffffffffffffffffffffffffffffff167f875b6cb035bbd4ac6500fabc6d1e4ca5bdc58a3e2b424ccb5c24cdbebeb009a984846040516106ad9291906137f9565b60405180910390a2505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b805160208183018101805160028252928201919093012091525481565b606060008373ffffffffffffffffffffffffffffffffffffffff16836040518082805190602001908083835b6020831061076457805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610727565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d80600081146107c4576040519150601f19603f3d011682016040523d82523d6000602084013e6107c9565b606091505b50809350819250505061086c82826040516020018083805190602001908083835b6020831061082757805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016107ea565b6001836020036101000a03801982511681845116808217855250505050505090500182151560f81b815260010192505050604051602081830303815290604052611bbd565b5092915050565b606060008260200267ffffffffffffffff8111801561089157600080fd5b506040519080825280601f01601f1916602001820160405280156108bc576020820181803683370190505b50905060005b838110156108df57848101546020808302840101526001016108c2565b5090505b92915050565b6002600154141561095b57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026001556040517f02cc250d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016906302cc250d906109d29033906004016136ee565b60206040518083038186803b1580156109ea57600080fd5b505afa1580156109fe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a229190613425565b610a58576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c78565b6000610a62611bc5565b8051909150610a7382868686611bf2565b60007ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee34677582610100015114610aa8576001610aab565b60005b9050610ab5612f90565b60408085015173ffffffffffffffffffffffffffffffffffffffff90811683526101408501517f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce9081146020850152606080880151909216928401929092526101608501519091149082015260008667ffffffffffffffff81118015610b3a57600080fd5b50604051908082528060200260200182016040528015610b64578160200160208202803683370190505b50610100850151909150610120870135907ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467751415610c30578460800151811015610bda576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c41565b610be78560600151611c90565b82886000013581518110610bf757fe5b602002602001018181525050610c0c81611c90565b60000382886020013581518110610c1f57fe5b602002602001018181525050610cc0565b8460600151811115610c6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b9c565b610c7781611c90565b82886000013581518110610c8757fe5b602002602001018181525050610ca08560800151611c90565b60000382886020013581518110610cb357fe5b6020026020010181815250505b610cc8612f90565b8660400151816000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508560000151816020019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508560e0015181604001818152505085610140015181606001818152505060007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16634817a286878f8f8f8f8b8b8f60a001518b6040518a63ffffffff1660e01b8152600401610dcc99989796959493929190613877565b600060405180830381600087803b158015610de657600080fd5b505af1158015610dfa573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052610e4091908101906132ed565b90506000886020015190506000610e6d838c6000013581518110610e6057fe5b6020026020010151611d25565b90506000610e94848d6020013581518110610e8457fe5b6020026020010151600003611d25565b9050600283604051610ea691906136d2565b908152602001604051809103902054600014610eee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b7ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467758a61010001511415610f825789606001518214610f58576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613ac0565b8960600151600284604051610f6d91906136d2565b90815260405190819003602001902055610fe5565b89608001518114610fbf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613af7565b8960800151600284604051610fd491906136d2565b908152604051908190036020019020555b8a6040015173ffffffffffffffffffffffffffffffffffffffff167fa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc178b600001518c6020015185858f60e001518960405161104596959493929190613820565b60405180910390a260405133907f40338ce1a7c49204f0099533b1e9a7ee0a3d261f84974ab7af36105b8c4e9db490600090a25050600180555050505050505050505050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b3033146110eb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b65565b6110f760008383611d96565b5050565b805160208183018101805160008252928201919093012091525481565b60006111248484611b2f565b5091505073ffffffffffffffffffffffffffffffffffffffff811633146111ac57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f475076323a2063616e6e6f74207072657369676e206f72646572000000000000604482015290519081900360640190fd5b8115611206577ff59c009283ff87aa78203fc4d9c2df025ee851130fb69cc3e068941f6b5e2d6f60001c60008585604051808383808284378083019250505092505050908152602001604051809103902081905550611232565b600080858560405180838380828437919091019485525050604051928390036020019092209290925550505b8073ffffffffffffffffffffffffffffffffffffffff167f01bf7c8b0ca55deecbea89d7e58295b7ffbf685fd0d96801034ba8c6ffe1c68d858585604051808060200183151581526020018281038252858582818152602001925080828437600083820152604051601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016909201829003965090945050505050a250505050565b303314611310576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b65565b6110f760028383611d96565b7f000000000000000000000000000000000000000000000000000000000000000081565b606060006343218e1960e01b8484604051602401808373ffffffffffffffffffffffffffffffffffffffff16815260200180602001828103825283818151815260200191508051906020019080838360005b838110156113aa578181015183820152602001611392565b50505050905090810190601f1680156113d75780820380516001836020036101000a031916815260200191505b50604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909816979097178752518151919750309688965090945084935091508083835b602083106114a857805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161146b565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d806000811461150a576040519150601f19603f3d011682016040523d82523d6000602084013e61150f565b606091505b5090508092505060008260018451038151811061152857fe5b602001015160f81c60f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916600160f81b14905061156b836001855103611e46565b80156115785750506108e3565b61158183611bbd565b505092915050565b7f000000000000000000000000000000000000000000000000000000000000000081565b60005b818110156116e557368383838181106115c557fe5b90506020028101906115d79190613dde565b905073ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001661161d6020830183613184565b73ffffffffffffffffffffffffffffffffffffffff16141561166b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613caf565b61167481611e4a565b6116816020820182613184565b73ffffffffffffffffffffffffffffffffffffffff167fed99827efb37016f2275f98c4bcf71c7551c75d59e9b450f79fa32e60be672c282602001356116c684611ea1565b6040516116d4929190613ce6565b60405180910390a2506001016115b0565b505050565b60608060006116f7611bc5565b90508367ffffffffffffffff8111801561171057600080fd5b5060405190808252806020026020018201604052801561174a57816020015b611737612f90565b81526020019060019003908161172f5790505b5092508367ffffffffffffffff8111801561176457600080fd5b5060405190808252806020026020018201604052801561179e57816020015b61178b612f90565b8152602001906001900390816117835790505b50915060005b8481101561184457368686838181106117b957fe5b90506020028101906117cb9190613e11565b90506117d9838c8c84611bf2565b61183b838a8a84358181106117ea57fe5b905060200201358b8b856020013581811061180157fe5b9050602002013584610120013589878151811061181a57fe5b602002602001015189888151811061182e57fe5b6020026020010151611ecb565b506001016117a4565b5050965096945050505050565b6000815167ffffffffffffffff8111801561186b57600080fd5b506040519080825280602002602001820160405280156118a557816020015b611892612fb7565b81526020019060019003908161188a5790505b5090506000805b8351811015611a935760008482815181106118c357fe5b6020026020010151905073eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee73ffffffffffffffffffffffffffffffffffffffff16816020015173ffffffffffffffffffffffffffffffffffffffff1614156119c7577f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce81606001511415611977576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b2e565b8051604080830151905173ffffffffffffffffffffffffffffffffffffffff9092169181156108fc0291906000818181858888f193505050501580156119c1573d6000803e3d6000fd5b50611a8a565b7f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc981606001511415611a2657805160408201516020830151611a219273ffffffffffffffffffffffffffffffffffffffff90911691612216565b611a8a565b6000848480600101955081518110611a3a57fe5b602090810291909101810151600081528382015173ffffffffffffffffffffffffffffffffffffffff90811692820192909252604080850151908201523060608201528351909116608090910152505b506001016118ac565b508015611b2957611aa48282611e46565b6040517f0e8e3e8400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630e8e3e8490611af690859060040161375d565b600060405180830381600087803b158015611b1057600080fd5b505af1158015611b24573d6000803e3d6000fd5b505050505b50505050565b6000808060388414611ba257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f475076323a20696e76616c696420756964000000000000000000000000000000604482015290519081900360640190fd5b5050823593602084013560601c936034013560e01c92509050565b805160208201fd5b611bcd612fe7565b6040805160388082526060820190925290602082018180368337505050602082015290565b83516000611c02838686856122ee565b9050600080611c1f8484611c1a610140890189613d7b565b6123d6565b91509150611c4282828660a001518b60200151612485909392919063ffffffff16565b73ffffffffffffffffffffffffffffffffffffffff81166040890152611c688482612507565b73ffffffffffffffffffffffffffffffffffffffff1660609098019790975250505050505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821115611d2157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f53616665436173743a20696e74323536206f766572666c6f7700000000000000604482015290519081900360640190fd5b5090565b600080821215611d2157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f53616665436173743a206e6f7420706f73697469766500000000000000000000604482015290519081900360640190fd5b60005b81811015611b2957366000848484818110611db057fe5b9050602002810190611dc29190613d7b565b915091506000611dd28383611b2f565b92505050428163ffffffff1610611e15576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c0a565b6000878484604051611e289291906136c2565b90815260405190819003602001902055505060019091019050611d99565b9052565b73ffffffffffffffffffffffffffffffffffffffff8135166020820135366000611e776040860186613d7b565b9150915060405181838237600080838387895af1611e99573d6000803e3d6000fd5b505050505050565b60003681611eb26040850185613d7b565b909250905060048110611ec457813592505b5050919050565b8551602087015160a08201514263ffffffff9091161015611f18576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a52565b6080820151611f279087612539565b6060830151611f369089612539565b1015611f6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a89565b6000806000807ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775866101000151141561206f5785610120015115611fdb57889350611fd48660600151611fce868960e0015161253990919063ffffffff16565b906125c9565b9150611fea565b856060015193508560e0015191505b611ffe8a611ff8868e612539565b9061264a565b925061202a8460028760405161201491906136d2565b90815260405190819003602001902054906126e8565b9050856060015181111561206a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b612116565b856101200151156120a35788925061209c8660800151611fce858960e0015161253990919063ffffffff16565b91506120b2565b856080015192508560e0015191505b6120c08b611fce858d612539565b93506120d68360028760405161201491906136d2565b90508560800151811115612116576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b61212084836126e8565b93508060028660405161213391906136d2565b9081526020016040518091039020819055508b6040015173ffffffffffffffffffffffffffffffffffffffff167fa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc17876000015188602001518787878b6040516121a196959493929190613820565b60405180910390a250506040808b015173ffffffffffffffffffffffffffffffffffffffff9081168852855181166020808a0191909152888301949094526101408601516060988901529a8701518b16865282850151909a169185019190915297830197909752610160015191015250505050565b6040517fa9059cbb0000000000000000000000000000000000000000000000000000000080825273ffffffffffffffffffffffffffffffffffffffff84166004830152602482018390529060008060448382895af1612279573d6000803e3d6000fd5b506122838461275c565b611b2957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f475076323a206661696c6564207472616e736665720000000000000000000000604482015290519081900360640190fd5b6000838386358181106122fd57fe5b6020908102929092013573ffffffffffffffffffffffffffffffffffffffff168452508490849087013581811061233057fe5b73ffffffffffffffffffffffffffffffffffffffff602091820293909301358316908501525060408087013590911690830152606080860135908301526080808601359083015263ffffffff60a080870135919091169083015260c0808601359083015260e080860135908301526123ac610100860135612826565b61016087019190915261014086019190915290151561012085015261010090930152509392505050565b600080612403867f000000000000000000000000000000000000000000000000000000000000000061297b565b9150600085600381111561241357fe5b141561242b57612424828585612a05565b905061247c565b600185600381111561243957fe5b141561244a57612424828585612a1a565b600285600381111561245857fe5b141561246957612424828585612a82565b6124798285858960a00151612c20565b90505b94509492505050565b60388451146124f557604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a2075696420627566666572206f766572666c6f7700000000000000604482015290519081900360640190fd5b60388401526034830152602090910152565b604082015160009073ffffffffffffffffffffffffffffffffffffffff166125305750806108e3565b50506040015190565b600082612548575060006108e3565b8282028284828161255557fe5b04146125c257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f536166654d6174683a206d756c206f766572666c6f7700000000000000000000604482015290519081900360640190fd5b9392505050565b600080821161263957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f536166654d6174683a206469766973696f6e2062792030000000000000000000604482015290519081900360640190fd5b81838161264257fe5b049392505050565b60008082116126ba57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f536166654d6174683a206365696c696e67206469766973696f6e206279203000604482015290519081900360640190fd5b8183816126c357fe5b06156126d05760016126d3565b60005b60ff168284816126df57fe5b04019392505050565b6000828201838110156125c257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600061279a565b7f08c379a0000000000000000000000000000000000000000000000000000000006000526020600452806024528160445260646000fd5b3d80156127d95760208114612813576127d47f475076323a206d616c666f726d6564207472616e7366657220726573756c7400601f612763565b612820565b823b61280a5761280a7f475076323a206e6f74206120636f6e74726163740000000000000000000000006014612763565b60019150612820565b3d6000803e600051151591505b50919050565b6000808080806001861661285c577ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467759450612880565b7f6ed88e868af0a1983e3886d5f3e95a2fafbd6c3450bc229e27342283dc429ccc94505b6002861615159350600886166128b8577f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9925061290c565b600486166128e8577fabee3b73373acd583a130924aad6dc38cfdc44ba0555ba94ce2ff63980ea0632925061290c565b7f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce92505b6010861661293c577f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc99150612960565b7f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce91505b600586901c600381111561297057fe5b905091939590929450565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090910180517fd5a25ba2e97094ad7d83dc28a6572da797d6b3e7fc6663bd93efb789fc17e48982526101a0822091526040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6000612a12848484612de5565b949350505050565b6000808460405160200180807f19457468657265756d205369676e6564204d6573736167653a0a333200000000815250601c01828152602001915050604051602081830303815290604052805190602001209050612a79818585612de5565b95945050505050565b813560601c366000612a978460148188613e68565b604080517f1626ba7e00000000000000000000000000000000000000000000000000000000808252600482018b81526024830193845260448301859052949650929450919273ffffffffffffffffffffffffffffffffffffffff871692631626ba7e928b928892889290606401848480828437600083820152604051601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016909201965060209550909350505081840390508186803b158015612b5d57600080fd5b505afa158015612b71573d6000803e3d6000fd5b505050506040513d6020811015612b8757600080fd5b50517fffffffff000000000000000000000000000000000000000000000000000000001614612c1757604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f475076323a20696e76616c69642065697031323731207369676e617475726500604482015290519081900360640190fd5b50509392505050565b600060148314612c9157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f475076323a206d616c666f726d6564207072657369676e617475726500000000604482015290519081900360640190fd5b506040805160388082526060828101909352853590921c9160009190602082018180368337019050509050612cc881878486612485565b7ff59c009283ff87aa78203fc4d9c2df025ee851130fb69cc3e068941f6b5e2d6f60001c6000826040518082805190602001908083835b60208310612d3c57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101612cff565b6001836020036101000a03801982511681845116808217855250505050505090500191505090815260200160405180910390205414612ddc57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a206f72646572206e6f74207072657369676e656400000000000000604482015290519081900360640190fd5b50949350505050565b600060418214612e5657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f475076323a206d616c666f726d6564206563647361207369676e617475726500604482015290519081900360640190fd5b604080516000815260208181018084528790528286013560f81c82840181905286356060840181905282880135608085018190529451909493919260019260a0808201937fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081019281900390910190855afa158015612ed9573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0015194505073ffffffffffffffffffffffffffffffffffffffff8416612f8657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f475076323a20696e76616c6964206563647361207369676e6174757265000000604482015290519081900360640190fd5b5050509392505050565b60408051608081018252600080825260208201819052918101829052606081019190915290565b6040805160a081019091528060008152600060208201819052604082018190526060820181905260809091015290565b6040518060800160405280612ffa613014565b815260606020820181905260006040830181905291015290565b6040805161018081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e0810182905261010081018290526101208101829052610140810182905261016081019190915290565b60008083601f840112613089578182fd5b50813567ffffffffffffffff8111156130a0578182fd5b60208301915083602080830285010111156130ba57600080fd5b9250929050565b60008083601f8401126130d2578182fd5b50813567ffffffffffffffff8111156130e9578182fd5b6020830191508360208285010111156130ba57600080fd5b600082601f830112613111578081fd5b813567ffffffffffffffff81111561312557fe5b61315660207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601613e44565b81815284602083860101111561316a578283fd5b816020850160208301379081016020019190915292915050565b600060208284031215613195578081fd5b81356125c281613ebc565b600080604083850312156131b2578081fd5b82356131bd81613ebc565b9150602083013567ffffffffffffffff8111156131d8578182fd5b6131e485828601613101565b9150509250929050565b60008060208385031215613200578182fd5b823567ffffffffffffffff811115613216578283fd5b61322285828601613078565b90969095509350505050565b60008060008060008060006080888a031215613248578283fd5b873567ffffffffffffffff8082111561325f578485fd5b61326b8b838c01613078565b909950975060208a0135915080821115613283578485fd5b61328f8b838c01613078565b909750955060408a01359150808211156132a7578485fd5b6132b38b838c01613078565b909550935060608a01359150808211156132cb578283fd5b508801606081018a10156132dd578182fd5b8091505092959891949750929550565b600060208083850312156132ff578182fd5b825167ffffffffffffffff80821115613316578384fd5b818501915085601f830112613329578384fd5b81518181111561333557fe5b8381029150613345848301613e44565b8181528481019084860184860187018a101561335f578788fd5b8795505b83861015613381578051835260019590950194918601918601613363565b5098975050505050505050565b6000806000806000606086880312156133a5578081fd5b853567ffffffffffffffff808211156133bc578283fd5b6133c889838a01613078565b909750955060208801359150808211156133e0578283fd5b6133ec89838a01613078565b90955093506040880135915080821115613404578283fd5b5086016101608189031215613417578182fd5b809150509295509295909350565b600060208284031215613436578081fd5b81516125c281613ee1565b60008060208385031215613453578182fd5b823567ffffffffffffffff811115613469578283fd5b613222858286016130c1565b600080600060408486031215613489578081fd5b833567ffffffffffffffff81111561349f578182fd5b6134ab868287016130c1565b90945092505060208401356134bf81613ee1565b809150509250925092565b6000602082840312156134db578081fd5b813567ffffffffffffffff8111156134f1578182fd5b612a1284828501613101565b6000806040838503121561350f578182fd5b50508035926020909101359150565b60008284526020808501945082825b8581101561356857813561354081613ebc565b73ffffffffffffffffffffffffffffffffffffffff168752958201959082019060010161352d565b509495945050505050565b6000815180845260208085019450808401835b8381101561356857815187529582019590820190600101613586565b600082845282826020860137806020848601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f85011685010190509392505050565b60008151808452613602816020860160208601613e90565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b73ffffffffffffffffffffffffffffffffffffffff8082511683528060208301511660208401525060408101516040830152606081015160608301525050565b73ffffffffffffffffffffffffffffffffffffffff808251168352602082015115156020840152806040830151166040840152506060810151151560608301525050565b63ffffffff169052565b6000828483379101908152919050565b600082516136e4818460208701613e90565b9190910192915050565b73ffffffffffffffffffffffffffffffffffffffff91909116815260200190565b6020808252825182820181905260009190848201906040850190845b818110156137515761373e838551613634565b928401926080929092019160010161372b565b50909695505050505050565b602080825282518282018190526000919060409081850190868401855b828110156137e357815180516004811061379057fe5b85528087015173ffffffffffffffffffffffffffffffffffffffff908116888701528682015187870152606080830151821690870152608091820151169085015260a0909301929085019060010161377a565b5091979650505050505050565b90815260200190565b600060208252612a126020830184866135a2565b6000602082526125c260208301846135ea565b600073ffffffffffffffffffffffffffffffffffffffff808916835280881660208401525085604083015284606083015283608083015260c060a083015261386b60c08301846135ea565b98975050505050505050565b60006101a0820160028c1061388857fe5b8b835260206101a081850152818b83526101c0850190506101c0828d0286010192508c845b8d8110156139b6577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe408786030183527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff618f36030182351261390c578586fd5b8e823501803586528481013585870152604081013560408701526060810135606087015260808101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1823603018112613964578788fd5b8101803567ffffffffffffffff81111561397c578889fd5b80360383131561398a578889fd5b60a060808901526139a160a08901828985016135a2565b975050509284019250908301906001016138ad565b5050505082810360408401526139cd81898b61351e565b90506139dc6060840188613674565b82810360e08401526139ee8187613573565b9150506139ff6101008301856136b8565b613a0d610120830184613634565b9a9950505050505050505050565b6020808252601f908201527f475076323a2063616c6c657220646f6573206e6f74206f776e206f7264657200604082015260600190565b60208082526013908201527f475076323a206f72646572206578706972656400000000000000000000000000604082015260600190565b6020808252601f908201527f475076323a206c696d6974207072696365206e6f742072657370656374656400604082015260600190565b6020808252601f908201527f475076323a2073656c6c20616d6f756e74206e6f742072657370656374656400604082015260600190565b6020808252601e908201527f475076323a2062757920616d6f756e74206e6f74207265737065637465640000604082015260600190565b6020808252601e908201527f475076323a20756e737570706f7274656420696e7465726e616c204554480000604082015260600190565b60208082526018908201527f475076323a206e6f7420616e20696e746572616374696f6e0000000000000000604082015260600190565b60208082526014908201527f475076323a206c696d697420746f6f2068696768000000000000000000000000604082015260600190565b60208082526012908201527f475076323a206f726465722066696c6c65640000000000000000000000000000604082015260600190565b60208082526017908201527f475076323a206f72646572207374696c6c2076616c6964000000000000000000604082015260600190565b60208082526013908201527f475076323a206c696d697420746f6f206c6f7700000000000000000000000000604082015260600190565b60208082526012908201527f475076323a206e6f74206120736f6c7665720000000000000000000000000000604082015260600190565b6020808252601b908201527f475076323a20666f7262696464656e20696e746572616374696f6e0000000000604082015260600190565b9182527fffffffff0000000000000000000000000000000000000000000000000000000016602082015260400190565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112613d4a578283fd5b83018035915067ffffffffffffffff821115613d64578283fd5b60209081019250810236038213156130ba57600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112613daf578283fd5b83018035915067ffffffffffffffff821115613dc9578283fd5b6020019150368190038213156130ba57600080fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18336030181126136e4578182fd5b600082357ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffea18336030181126136e4578182fd5b60405181810167ffffffffffffffff81118282101715613e6057fe5b604052919050565b60008085851115613e77578182fd5b83861115613e83578182fd5b5050820193919092039150565b60005b83811015613eab578181015183820152602001613e93565b83811115611b295750506000910152565b73ffffffffffffffffffffffffffffffffffffffff81168114613ede57600080fd5b50565b8015158114613ede57600080fdfea2646970667358221220de5e493c48a3b42da03a5db89085177b8d8ccec6e9bf6e8e48b3809343624c8f64736f6c6343000706003360c060405234801561001057600080fd5b5060405161129e38038061129e83398101604081905261002f9161004b565b33606090811b6080521b6001600160601b03191660a052610079565b60006020828403121561005c578081fd5b81516001600160a01b0381168114610072578182fd5b9392505050565b60805160601c60a05160601c6111ee6100b060003980610130528061020152806102bd5250806093528061024c52506111ee6000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c80634817a2861461003b5780637d10d11f14610064575b600080fd5b61004e610049366004610cd9565b610079565b60405161005b9190610eb3565b60405180910390f35b610077610072366004610c69565b610234565b005b60603373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016146100f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ea906110e5565b60405180910390fd5b6040517f945bcec900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063945bcec990610171908c908c908c908c908c908c908c90600401610f59565b600060405180830381600087803b15801561018b57600080fd5b505af115801561019f573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526101e59190810190610bd9565b905061022873ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001683336102e9565b98975050505050505050565b3373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016146102a3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ea906110e5565b6102e573ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016838333610551565b5050565b73eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee61030e6040840160208501610bb6565b73ffffffffffffffffffffffffffffffffffffffff16141561035c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ea9061111c565b7f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9826060013514156103d0576103cb6103986020840184610bb6565b82604085018035906103ad9060208801610bb6565b73ffffffffffffffffffffffffffffffffffffffff16929190610816565b61054c565b604080516001808252818301909252600091816020015b6103ef6109cb565b8152602001906001900390816103e757905050905060008160008151811061041357fe5b602002602001015190507fabee3b73373acd583a130924aad6dc38cfdc44ba0555ba94ce2ff63980ea063284606001351461044f576002610452565b60035b8190600381111561045f57fe5b9081600381111561046c57fe5b90525061047f6040850160208601610bb6565b73ffffffffffffffffffffffffffffffffffffffff16602080830191909152604080860135908301526104b490850185610bb6565b73ffffffffffffffffffffffffffffffffffffffff908116606083015283811660808301526040517f0e8e3e8400000000000000000000000000000000000000000000000000000000815290861690630e8e3e8490610517908590600401610ec6565b600060405180830381600087803b15801561053157600080fd5b505af1158015610545573d6000803e3d6000fd5b5050505050505b505050565b60008267ffffffffffffffff8111801561056a57600080fd5b506040519080825280602002602001820160405280156105a457816020015b6105916109cb565b8152602001906001900390816105895790505b5090506000805b8481101561077857368686838181106105c057fe5b60800291909101915073eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee90506105f06040830160208401610bb6565b73ffffffffffffffffffffffffffffffffffffffff16141561063e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ea9061111c565b7f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9816060013514156106945761068f61067a6020830183610bb6565b86604084018035906103ad9060208701610bb6565b61076f565b60008484806001019550815181106106a857fe5b602002602001015190507fabee3b73373acd583a130924aad6dc38cfdc44ba0555ba94ce2ff63980ea06328260600135146106e45760016106e7565b60035b819060038111156106f457fe5b9081600381111561070157fe5b9052506107146040830160208401610bb6565b73ffffffffffffffffffffffffffffffffffffffff166020808301919091526040808401359083015261074990830183610bb6565b73ffffffffffffffffffffffffffffffffffffffff908116606083015286166080909101525b506001016105ab565b50801561080e5761078982826108fd565b6040517f0e8e3e8400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff871690630e8e3e84906107db908590600401610ec6565b600060405180830381600087803b1580156107f557600080fd5b505af1158015610809573d6000803e3d6000fd5b505050505b505050505050565b6040517f23b872dd0000000000000000000000000000000000000000000000000000000080825273ffffffffffffffffffffffffffffffffffffffff8581166004840152841660248301526044820183905290600080606483828a5af1610881573d6000803e3d6000fd5b5061088b85610901565b6108f657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a206661696c6564207472616e7366657246726f6d00000000000000604482015290519081900360640190fd5b5050505050565b9052565b600061093f565b7f08c379a0000000000000000000000000000000000000000000000000000000006000526020600452806024528160445260646000fd5b3d801561097e57602081146109b8576109797f475076323a206d616c666f726d6564207472616e7366657220726573756c7400601f610908565b6109c5565b823b6109af576109af7f475076323a206e6f74206120636f6e74726163740000000000000000000000006014610908565b600191506109c5565b3d6000803e600051151591505b50919050565b6040805160a081019091528060008152600060208201819052604082018190526060820181905260809091015290565b600082601f830112610a0b578081fd5b81356020610a20610a1b83611175565b611151565b8281528181019085830183850287018401881015610a3c578586fd5b855b85811015610a63578135610a5181611193565b84529284019290840190600101610a3e565b5090979650505050505050565b600082601f830112610a80578081fd5b81356020610a90610a1b83611175565b8281528181019085830183850287018401881015610aac578586fd5b855b85811015610a6357813584529284019290840190600101610aae565b60008083601f840112610adb578182fd5b50813567ffffffffffffffff811115610af2578182fd5b6020830191508360208083028501011115610b0c57600080fd5b9250929050565b80358015158114610b2357600080fd5b919050565b6000608082840312156109c5578081fd5b600060808284031215610b4a578081fd5b6040516080810181811067ffffffffffffffff82111715610b6757fe5b6040529050808235610b7881611193565b8152610b8660208401610b13565b60208201526040830135610b9981611193565b6040820152610baa60608401610b13565b60608201525092915050565b600060208284031215610bc7578081fd5b8135610bd281611193565b9392505050565b60006020808385031215610beb578182fd5b825167ffffffffffffffff811115610c01578283fd5b8301601f81018513610c11578283fd5b8051610c1f610a1b82611175565b8181528381019083850185840285018601891015610c3b578687fd5b8694505b83851015610c5d578051835260019490940193918501918501610c3f565b50979650505050505050565b60008060208385031215610c7b578081fd5b823567ffffffffffffffff80821115610c92578283fd5b818501915085601f830112610ca5578283fd5b813581811115610cb3578384fd5b866020608083028501011115610cc7578384fd5b60209290920196919550909350505050565b6000806000806000806000806101a0898b031215610cf5578384fd5b883560028110610d03578485fd5b9750602089013567ffffffffffffffff80821115610d1f578586fd5b610d2b8c838d01610aca565b909950975060408b0135915080821115610d43578586fd5b610d4f8c838d016109fb565b9650610d5e8c60608d01610b39565b955060e08b0135915080821115610d73578485fd5b50610d808b828c01610a70565b9350506101008901359150610d998a6101208b01610b28565b90509295985092959890939650565b6000815180845260208085019450808401835b83811015610ded57815173ffffffffffffffffffffffffffffffffffffffff1687529582019590820190600101610dbb565b509495945050505050565b6000815180845260208085019450808401835b83811015610ded57815187529582019590820190600101610e0b565b600082845282826020860137806020848601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f85011685010190509392505050565b73ffffffffffffffffffffffffffffffffffffffff808251168352602082015115156020840152806040830151166040840152506060810151151560608301525050565b600060208252610bd26020830184610df8565b602080825282518282018190526000919060409081850190868401855b82811015610f4c578151805160048110610ef957fe5b85528087015173ffffffffffffffffffffffffffffffffffffffff908116888701528682015187870152606080830151821690870152608091820151169085015260a09093019290850190600101610ee3565b5091979650505050505050565b600061012080830160028b10610f6b57fe5b8a8452602080850192909252889052610140808401918981028501909101908a845b8b811015611098577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec087850301855281357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff618e3603018112610fed578687fd5b8d01803585528381013584860152604080820135908601526060808201359086015260a0608080830135368490037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe101811261104757898afd5b8301803567ffffffffffffffff81111561105f578a8bfd5b80360385131561106d578a8bfd5b83838a0152611081848a01828a8501610e27565b998801999850505093850193505050600101610f8d565b50505083810360408501526110ad8189610da8565b9150506110bd6060840187610e6f565b82810360e08401526110cf8186610df8565b9150508261010083015298975050505050505050565b60208082526011908201527f475076323a206e6f742063726561746f72000000000000000000000000000000604082015260600190565b6020808252818101527f475076323a2063616e6e6f74207472616e73666572206e617469766520455448604082015260600190565b60405181810167ffffffffffffffff8111828210171561116d57fe5b604052919050565b600067ffffffffffffffff82111561118957fe5b5060209081020190565b73ffffffffffffffffffffffffffffffffffffffff811681146111b557600080fd5b5056fea2646970667358221220364a6941bea69620b7dc3a957d0ab4cbf3bfc459c7ad3924d220620aca9202fc64736f6c634300070600330000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c8
Deployed Bytecode
0x6080604052600436106100ec5760003560e01c80639b552cc21161008a578063ed9f35ce11610059578063ed9f35ce14610274578063f698da2514610294578063f84436bd146102a9578063fbfa77cf146102c9576100f3565b80639b552cc2146101ff578063a2a7d51b14610214578063d08d33d114610234578063ec6cb13f14610254576100f3565b80632479fb6e116100c65780632479fb6e1461016557806343218e19146101925780635624b25b146101bf578063845a101f146101df576100f3565b806313d79a0b146100f857806315337bc01461011a5780632335c76b1461013a576100f3565b366100f357005b600080fd5b34801561010457600080fd5b5061011861011336600461322e565b6102de565b005b34801561012657600080fd5b50610118610135366004613441565b6105c1565b34801561014657600080fd5b5061014f6106ba565b60405161015c91906136ee565b60405180910390f35b34801561017157600080fd5b506101856101803660046134ca565b6106de565b60405161015c91906137f0565b34801561019e57600080fd5b506101b26101ad3660046131a0565b6106fb565b60405161015c919061380d565b3480156101cb57600080fd5b506101b26101da3660046134fd565b610873565b3480156101eb57600080fd5b506101186101fa36600461338e565b6108e9565b34801561020b57600080fd5b5061014f61108e565b34801561022057600080fd5b5061011861022f3660046131ee565b6110b2565b34801561024057600080fd5b5061018561024f3660046134ca565b6110fb565b34801561026057600080fd5b5061011861026f366004613475565b611118565b34801561028057600080fd5b5061011861028f3660046131ee565b6112d7565b3480156102a057600080fd5b5061018561131c565b3480156102b557600080fd5b506101b26102c43660046131a0565b611340565b3480156102d557600080fd5b5061014f611589565b6002600154141561035057604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026001556040517f02cc250d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe16906302cc250d906103c79033906004016136ee565b60206040518083038186803b1580156103df57600080fd5b505afa1580156103f3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104179190613425565b610456576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c78565b60405180910390fd5b6104728160005b60200281019061046d9190613d16565b6115ad565b6000806104838989898989896116ea565b6040517f7d10d11f000000000000000000000000000000000000000000000000000000008152919350915073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe01101690637d10d11f906104fa90859060040161370f565b600060405180830381600087803b15801561051457600080fd5b505af1158015610528573d6000803e3d6000fd5b5050505061053c8360016003811061045d57fe5b61057c73ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c81682611851565b61058783600261045d565b60405133907f40338ce1a7c49204f0099533b1e9a7ee0a3d261f84974ab7af36105b8c4e9db490600090a250506001805550505050505050565b60006105cd8383611b2f565b5091505073ffffffffffffffffffffffffffffffffffffffff81163314610620576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a1b565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600284846040516106539291906136c2565b9081526020016040518091039020819055508073ffffffffffffffffffffffffffffffffffffffff167f875b6cb035bbd4ac6500fabc6d1e4ca5bdc58a3e2b424ccb5c24cdbebeb009a984846040516106ad9291906137f9565b60405180910390a2505050565b7f0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe81565b805160208183018101805160028252928201919093012091525481565b606060008373ffffffffffffffffffffffffffffffffffffffff16836040518082805190602001908083835b6020831061076457805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610727565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d80600081146107c4576040519150601f19603f3d011682016040523d82523d6000602084013e6107c9565b606091505b50809350819250505061086c82826040516020018083805190602001908083835b6020831061082757805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016107ea565b6001836020036101000a03801982511681845116808217855250505050505090500182151560f81b815260010192505050604051602081830303815290604052611bbd565b5092915050565b606060008260200267ffffffffffffffff8111801561089157600080fd5b506040519080825280601f01601f1916602001820160405280156108bc576020820181803683370190505b50905060005b838110156108df57848101546020808302840101526001016108c2565b5090505b92915050565b6002600154141561095b57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026001556040517f02cc250d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe16906302cc250d906109d29033906004016136ee565b60206040518083038186803b1580156109ea57600080fd5b505afa1580156109fe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a229190613425565b610a58576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c78565b6000610a62611bc5565b8051909150610a7382868686611bf2565b60007ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee34677582610100015114610aa8576001610aab565b60005b9050610ab5612f90565b60408085015173ffffffffffffffffffffffffffffffffffffffff90811683526101408501517f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce9081146020850152606080880151909216928401929092526101608501519091149082015260008667ffffffffffffffff81118015610b3a57600080fd5b50604051908082528060200260200182016040528015610b64578160200160208202803683370190505b50610100850151909150610120870135907ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467751415610c30578460800151811015610bda576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c41565b610be78560600151611c90565b82886000013581518110610bf757fe5b602002602001018181525050610c0c81611c90565b60000382886020013581518110610c1f57fe5b602002602001018181525050610cc0565b8460600151811115610c6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b9c565b610c7781611c90565b82886000013581518110610c8757fe5b602002602001018181525050610ca08560800151611c90565b60000382886020013581518110610cb357fe5b6020026020010181815250505b610cc8612f90565b8660400151816000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508560000151816020019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508560e0015181604001818152505085610140015181606001818152505060007f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe011073ffffffffffffffffffffffffffffffffffffffff16634817a286878f8f8f8f8b8b8f60a001518b6040518a63ffffffff1660e01b8152600401610dcc99989796959493929190613877565b600060405180830381600087803b158015610de657600080fd5b505af1158015610dfa573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052610e4091908101906132ed565b90506000886020015190506000610e6d838c6000013581518110610e6057fe5b6020026020010151611d25565b90506000610e94848d6020013581518110610e8457fe5b6020026020010151600003611d25565b9050600283604051610ea691906136d2565b908152602001604051809103902054600014610eee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b7ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467758a61010001511415610f825789606001518214610f58576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613ac0565b8960600151600284604051610f6d91906136d2565b90815260405190819003602001902055610fe5565b89608001518114610fbf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613af7565b8960800151600284604051610fd491906136d2565b908152604051908190036020019020555b8a6040015173ffffffffffffffffffffffffffffffffffffffff167fa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc178b600001518c6020015185858f60e001518960405161104596959493929190613820565b60405180910390a260405133907f40338ce1a7c49204f0099533b1e9a7ee0a3d261f84974ab7af36105b8c4e9db490600090a25050600180555050505050505050505050505050565b7f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe011081565b3033146110eb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b65565b6110f760008383611d96565b5050565b805160208183018101805160008252928201919093012091525481565b60006111248484611b2f565b5091505073ffffffffffffffffffffffffffffffffffffffff811633146111ac57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f475076323a2063616e6e6f74207072657369676e206f72646572000000000000604482015290519081900360640190fd5b8115611206577ff59c009283ff87aa78203fc4d9c2df025ee851130fb69cc3e068941f6b5e2d6f60001c60008585604051808383808284378083019250505092505050908152602001604051809103902081905550611232565b600080858560405180838380828437919091019485525050604051928390036020019092209290925550505b8073ffffffffffffffffffffffffffffffffffffffff167f01bf7c8b0ca55deecbea89d7e58295b7ffbf685fd0d96801034ba8c6ffe1c68d858585604051808060200183151581526020018281038252858582818152602001925080828437600083820152604051601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016909201829003965090945050505050a250505050565b303314611310576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b65565b6110f760028383611d96565b7f8f05589c4b810bc2f706854508d66d447cd971f8354a4bb0b3471ceb0a466bc781565b606060006343218e1960e01b8484604051602401808373ffffffffffffffffffffffffffffffffffffffff16815260200180602001828103825283818151815260200191508051906020019080838360005b838110156113aa578181015183820152602001611392565b50505050905090810190601f1680156113d75780820380516001836020036101000a031916815260200191505b50604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909816979097178752518151919750309688965090945084935091508083835b602083106114a857805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161146b565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d806000811461150a576040519150601f19603f3d011682016040523d82523d6000602084013e61150f565b606091505b5090508092505060008260018451038151811061152857fe5b602001015160f81c60f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916600160f81b14905061156b836001855103611e46565b80156115785750506108e3565b61158183611bbd565b505092915050565b7f000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c881565b60005b818110156116e557368383838181106115c557fe5b90506020028101906115d79190613dde565b905073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe01101661161d6020830183613184565b73ffffffffffffffffffffffffffffffffffffffff16141561166b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613caf565b61167481611e4a565b6116816020820182613184565b73ffffffffffffffffffffffffffffffffffffffff167fed99827efb37016f2275f98c4bcf71c7551c75d59e9b450f79fa32e60be672c282602001356116c684611ea1565b6040516116d4929190613ce6565b60405180910390a2506001016115b0565b505050565b60608060006116f7611bc5565b90508367ffffffffffffffff8111801561171057600080fd5b5060405190808252806020026020018201604052801561174a57816020015b611737612f90565b81526020019060019003908161172f5790505b5092508367ffffffffffffffff8111801561176457600080fd5b5060405190808252806020026020018201604052801561179e57816020015b61178b612f90565b8152602001906001900390816117835790505b50915060005b8481101561184457368686838181106117b957fe5b90506020028101906117cb9190613e11565b90506117d9838c8c84611bf2565b61183b838a8a84358181106117ea57fe5b905060200201358b8b856020013581811061180157fe5b9050602002013584610120013589878151811061181a57fe5b602002602001015189888151811061182e57fe5b6020026020010151611ecb565b506001016117a4565b5050965096945050505050565b6000815167ffffffffffffffff8111801561186b57600080fd5b506040519080825280602002602001820160405280156118a557816020015b611892612fb7565b81526020019060019003908161188a5790505b5090506000805b8351811015611a935760008482815181106118c357fe5b6020026020010151905073eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee73ffffffffffffffffffffffffffffffffffffffff16816020015173ffffffffffffffffffffffffffffffffffffffff1614156119c7577f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce81606001511415611977576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b2e565b8051604080830151905173ffffffffffffffffffffffffffffffffffffffff9092169181156108fc0291906000818181858888f193505050501580156119c1573d6000803e3d6000fd5b50611a8a565b7f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc981606001511415611a2657805160408201516020830151611a219273ffffffffffffffffffffffffffffffffffffffff90911691612216565b611a8a565b6000848480600101955081518110611a3a57fe5b602090810291909101810151600081528382015173ffffffffffffffffffffffffffffffffffffffff90811692820192909252604080850151908201523060608201528351909116608090910152505b506001016118ac565b508015611b2957611aa48282611e46565b6040517f0e8e3e8400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630e8e3e8490611af690859060040161375d565b600060405180830381600087803b158015611b1057600080fd5b505af1158015611b24573d6000803e3d6000fd5b505050505b50505050565b6000808060388414611ba257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f475076323a20696e76616c696420756964000000000000000000000000000000604482015290519081900360640190fd5b5050823593602084013560601c936034013560e01c92509050565b805160208201fd5b611bcd612fe7565b6040805160388082526060820190925290602082018180368337505050602082015290565b83516000611c02838686856122ee565b9050600080611c1f8484611c1a610140890189613d7b565b6123d6565b91509150611c4282828660a001518b60200151612485909392919063ffffffff16565b73ffffffffffffffffffffffffffffffffffffffff81166040890152611c688482612507565b73ffffffffffffffffffffffffffffffffffffffff1660609098019790975250505050505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821115611d2157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f53616665436173743a20696e74323536206f766572666c6f7700000000000000604482015290519081900360640190fd5b5090565b600080821215611d2157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f53616665436173743a206e6f7420706f73697469766500000000000000000000604482015290519081900360640190fd5b60005b81811015611b2957366000848484818110611db057fe5b9050602002810190611dc29190613d7b565b915091506000611dd28383611b2f565b92505050428163ffffffff1610611e15576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c0a565b6000878484604051611e289291906136c2565b90815260405190819003602001902055505060019091019050611d99565b9052565b73ffffffffffffffffffffffffffffffffffffffff8135166020820135366000611e776040860186613d7b565b9150915060405181838237600080838387895af1611e99573d6000803e3d6000fd5b505050505050565b60003681611eb26040850185613d7b565b909250905060048110611ec457813592505b5050919050565b8551602087015160a08201514263ffffffff9091161015611f18576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a52565b6080820151611f279087612539565b6060830151611f369089612539565b1015611f6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a89565b6000806000807ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775866101000151141561206f5785610120015115611fdb57889350611fd48660600151611fce868960e0015161253990919063ffffffff16565b906125c9565b9150611fea565b856060015193508560e0015191505b611ffe8a611ff8868e612539565b9061264a565b925061202a8460028760405161201491906136d2565b90815260405190819003602001902054906126e8565b9050856060015181111561206a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b612116565b856101200151156120a35788925061209c8660800151611fce858960e0015161253990919063ffffffff16565b91506120b2565b856080015192508560e0015191505b6120c08b611fce858d612539565b93506120d68360028760405161201491906136d2565b90508560800151811115612116576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b61212084836126e8565b93508060028660405161213391906136d2565b9081526020016040518091039020819055508b6040015173ffffffffffffffffffffffffffffffffffffffff167fa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc17876000015188602001518787878b6040516121a196959493929190613820565b60405180910390a250506040808b015173ffffffffffffffffffffffffffffffffffffffff9081168852855181166020808a0191909152888301949094526101408601516060988901529a8701518b16865282850151909a169185019190915297830197909752610160015191015250505050565b6040517fa9059cbb0000000000000000000000000000000000000000000000000000000080825273ffffffffffffffffffffffffffffffffffffffff84166004830152602482018390529060008060448382895af1612279573d6000803e3d6000fd5b506122838461275c565b611b2957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f475076323a206661696c6564207472616e736665720000000000000000000000604482015290519081900360640190fd5b6000838386358181106122fd57fe5b6020908102929092013573ffffffffffffffffffffffffffffffffffffffff168452508490849087013581811061233057fe5b73ffffffffffffffffffffffffffffffffffffffff602091820293909301358316908501525060408087013590911690830152606080860135908301526080808601359083015263ffffffff60a080870135919091169083015260c0808601359083015260e080860135908301526123ac610100860135612826565b61016087019190915261014086019190915290151561012085015261010090930152509392505050565b600080612403867f8f05589c4b810bc2f706854508d66d447cd971f8354a4bb0b3471ceb0a466bc761297b565b9150600085600381111561241357fe5b141561242b57612424828585612a05565b905061247c565b600185600381111561243957fe5b141561244a57612424828585612a1a565b600285600381111561245857fe5b141561246957612424828585612a82565b6124798285858960a00151612c20565b90505b94509492505050565b60388451146124f557604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a2075696420627566666572206f766572666c6f7700000000000000604482015290519081900360640190fd5b60388401526034830152602090910152565b604082015160009073ffffffffffffffffffffffffffffffffffffffff166125305750806108e3565b50506040015190565b600082612548575060006108e3565b8282028284828161255557fe5b04146125c257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f536166654d6174683a206d756c206f766572666c6f7700000000000000000000604482015290519081900360640190fd5b9392505050565b600080821161263957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f536166654d6174683a206469766973696f6e2062792030000000000000000000604482015290519081900360640190fd5b81838161264257fe5b049392505050565b60008082116126ba57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f536166654d6174683a206365696c696e67206469766973696f6e206279203000604482015290519081900360640190fd5b8183816126c357fe5b06156126d05760016126d3565b60005b60ff168284816126df57fe5b04019392505050565b6000828201838110156125c257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600061279a565b7f08c379a0000000000000000000000000000000000000000000000000000000006000526020600452806024528160445260646000fd5b3d80156127d95760208114612813576127d47f475076323a206d616c666f726d6564207472616e7366657220726573756c7400601f612763565b612820565b823b61280a5761280a7f475076323a206e6f74206120636f6e74726163740000000000000000000000006014612763565b60019150612820565b3d6000803e600051151591505b50919050565b6000808080806001861661285c577ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467759450612880565b7f6ed88e868af0a1983e3886d5f3e95a2fafbd6c3450bc229e27342283dc429ccc94505b6002861615159350600886166128b8577f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9925061290c565b600486166128e8577fabee3b73373acd583a130924aad6dc38cfdc44ba0555ba94ce2ff63980ea0632925061290c565b7f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce92505b6010861661293c577f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc99150612960565b7f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce91505b600586901c600381111561297057fe5b905091939590929450565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090910180517fd5a25ba2e97094ad7d83dc28a6572da797d6b3e7fc6663bd93efb789fc17e48982526101a0822091526040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6000612a12848484612de5565b949350505050565b6000808460405160200180807f19457468657265756d205369676e6564204d6573736167653a0a333200000000815250601c01828152602001915050604051602081830303815290604052805190602001209050612a79818585612de5565b95945050505050565b813560601c366000612a978460148188613e68565b604080517f1626ba7e00000000000000000000000000000000000000000000000000000000808252600482018b81526024830193845260448301859052949650929450919273ffffffffffffffffffffffffffffffffffffffff871692631626ba7e928b928892889290606401848480828437600083820152604051601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016909201965060209550909350505081840390508186803b158015612b5d57600080fd5b505afa158015612b71573d6000803e3d6000fd5b505050506040513d6020811015612b8757600080fd5b50517fffffffff000000000000000000000000000000000000000000000000000000001614612c1757604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f475076323a20696e76616c69642065697031323731207369676e617475726500604482015290519081900360640190fd5b50509392505050565b600060148314612c9157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f475076323a206d616c666f726d6564207072657369676e617475726500000000604482015290519081900360640190fd5b506040805160388082526060828101909352853590921c9160009190602082018180368337019050509050612cc881878486612485565b7ff59c009283ff87aa78203fc4d9c2df025ee851130fb69cc3e068941f6b5e2d6f60001c6000826040518082805190602001908083835b60208310612d3c57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101612cff565b6001836020036101000a03801982511681845116808217855250505050505090500191505090815260200160405180910390205414612ddc57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a206f72646572206e6f74207072657369676e656400000000000000604482015290519081900360640190fd5b50949350505050565b600060418214612e5657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f475076323a206d616c666f726d6564206563647361207369676e617475726500604482015290519081900360640190fd5b604080516000815260208181018084528790528286013560f81c82840181905286356060840181905282880135608085018190529451909493919260019260a0808201937fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081019281900390910190855afa158015612ed9573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0015194505073ffffffffffffffffffffffffffffffffffffffff8416612f8657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f475076323a20696e76616c6964206563647361207369676e6174757265000000604482015290519081900360640190fd5b5050509392505050565b60408051608081018252600080825260208201819052918101829052606081019190915290565b6040805160a081019091528060008152600060208201819052604082018190526060820181905260809091015290565b6040518060800160405280612ffa613014565b815260606020820181905260006040830181905291015290565b6040805161018081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e0810182905261010081018290526101208101829052610140810182905261016081019190915290565b60008083601f840112613089578182fd5b50813567ffffffffffffffff8111156130a0578182fd5b60208301915083602080830285010111156130ba57600080fd5b9250929050565b60008083601f8401126130d2578182fd5b50813567ffffffffffffffff8111156130e9578182fd5b6020830191508360208285010111156130ba57600080fd5b600082601f830112613111578081fd5b813567ffffffffffffffff81111561312557fe5b61315660207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601613e44565b81815284602083860101111561316a578283fd5b816020850160208301379081016020019190915292915050565b600060208284031215613195578081fd5b81356125c281613ebc565b600080604083850312156131b2578081fd5b82356131bd81613ebc565b9150602083013567ffffffffffffffff8111156131d8578182fd5b6131e485828601613101565b9150509250929050565b60008060208385031215613200578182fd5b823567ffffffffffffffff811115613216578283fd5b61322285828601613078565b90969095509350505050565b60008060008060008060006080888a031215613248578283fd5b873567ffffffffffffffff8082111561325f578485fd5b61326b8b838c01613078565b909950975060208a0135915080821115613283578485fd5b61328f8b838c01613078565b909750955060408a01359150808211156132a7578485fd5b6132b38b838c01613078565b909550935060608a01359150808211156132cb578283fd5b508801606081018a10156132dd578182fd5b8091505092959891949750929550565b600060208083850312156132ff578182fd5b825167ffffffffffffffff80821115613316578384fd5b818501915085601f830112613329578384fd5b81518181111561333557fe5b8381029150613345848301613e44565b8181528481019084860184860187018a101561335f578788fd5b8795505b83861015613381578051835260019590950194918601918601613363565b5098975050505050505050565b6000806000806000606086880312156133a5578081fd5b853567ffffffffffffffff808211156133bc578283fd5b6133c889838a01613078565b909750955060208801359150808211156133e0578283fd5b6133ec89838a01613078565b90955093506040880135915080821115613404578283fd5b5086016101608189031215613417578182fd5b809150509295509295909350565b600060208284031215613436578081fd5b81516125c281613ee1565b60008060208385031215613453578182fd5b823567ffffffffffffffff811115613469578283fd5b613222858286016130c1565b600080600060408486031215613489578081fd5b833567ffffffffffffffff81111561349f578182fd5b6134ab868287016130c1565b90945092505060208401356134bf81613ee1565b809150509250925092565b6000602082840312156134db578081fd5b813567ffffffffffffffff8111156134f1578182fd5b612a1284828501613101565b6000806040838503121561350f578182fd5b50508035926020909101359150565b60008284526020808501945082825b8581101561356857813561354081613ebc565b73ffffffffffffffffffffffffffffffffffffffff168752958201959082019060010161352d565b509495945050505050565b6000815180845260208085019450808401835b8381101561356857815187529582019590820190600101613586565b600082845282826020860137806020848601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f85011685010190509392505050565b60008151808452613602816020860160208601613e90565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b73ffffffffffffffffffffffffffffffffffffffff8082511683528060208301511660208401525060408101516040830152606081015160608301525050565b73ffffffffffffffffffffffffffffffffffffffff808251168352602082015115156020840152806040830151166040840152506060810151151560608301525050565b63ffffffff169052565b6000828483379101908152919050565b600082516136e4818460208701613e90565b9190910192915050565b73ffffffffffffffffffffffffffffffffffffffff91909116815260200190565b6020808252825182820181905260009190848201906040850190845b818110156137515761373e838551613634565b928401926080929092019160010161372b565b50909695505050505050565b602080825282518282018190526000919060409081850190868401855b828110156137e357815180516004811061379057fe5b85528087015173ffffffffffffffffffffffffffffffffffffffff908116888701528682015187870152606080830151821690870152608091820151169085015260a0909301929085019060010161377a565b5091979650505050505050565b90815260200190565b600060208252612a126020830184866135a2565b6000602082526125c260208301846135ea565b600073ffffffffffffffffffffffffffffffffffffffff808916835280881660208401525085604083015284606083015283608083015260c060a083015261386b60c08301846135ea565b98975050505050505050565b60006101a0820160028c1061388857fe5b8b835260206101a081850152818b83526101c0850190506101c0828d0286010192508c845b8d8110156139b6577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe408786030183527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff618f36030182351261390c578586fd5b8e823501803586528481013585870152604081013560408701526060810135606087015260808101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1823603018112613964578788fd5b8101803567ffffffffffffffff81111561397c578889fd5b80360383131561398a578889fd5b60a060808901526139a160a08901828985016135a2565b975050509284019250908301906001016138ad565b5050505082810360408401526139cd81898b61351e565b90506139dc6060840188613674565b82810360e08401526139ee8187613573565b9150506139ff6101008301856136b8565b613a0d610120830184613634565b9a9950505050505050505050565b6020808252601f908201527f475076323a2063616c6c657220646f6573206e6f74206f776e206f7264657200604082015260600190565b60208082526013908201527f475076323a206f72646572206578706972656400000000000000000000000000604082015260600190565b6020808252601f908201527f475076323a206c696d6974207072696365206e6f742072657370656374656400604082015260600190565b6020808252601f908201527f475076323a2073656c6c20616d6f756e74206e6f742072657370656374656400604082015260600190565b6020808252601e908201527f475076323a2062757920616d6f756e74206e6f74207265737065637465640000604082015260600190565b6020808252601e908201527f475076323a20756e737570706f7274656420696e7465726e616c204554480000604082015260600190565b60208082526018908201527f475076323a206e6f7420616e20696e746572616374696f6e0000000000000000604082015260600190565b60208082526014908201527f475076323a206c696d697420746f6f2068696768000000000000000000000000604082015260600190565b60208082526012908201527f475076323a206f726465722066696c6c65640000000000000000000000000000604082015260600190565b60208082526017908201527f475076323a206f72646572207374696c6c2076616c6964000000000000000000604082015260600190565b60208082526013908201527f475076323a206c696d697420746f6f206c6f7700000000000000000000000000604082015260600190565b60208082526012908201527f475076323a206e6f74206120736f6c7665720000000000000000000000000000604082015260600190565b6020808252601b908201527f475076323a20666f7262696464656e20696e746572616374696f6e0000000000604082015260600190565b9182527fffffffff0000000000000000000000000000000000000000000000000000000016602082015260400190565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112613d4a578283fd5b83018035915067ffffffffffffffff821115613d64578283fd5b60209081019250810236038213156130ba57600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112613daf578283fd5b83018035915067ffffffffffffffff821115613dc9578283fd5b6020019150368190038213156130ba57600080fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18336030181126136e4578182fd5b600082357ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffea18336030181126136e4578182fd5b60405181810167ffffffffffffffff81118282101715613e6057fe5b604052919050565b60008085851115613e77578182fd5b83861115613e83578182fd5b5050820193919092039150565b60005b83811015613eab578181015183820152602001613e93565b83811115611b295750506000910152565b73ffffffffffffffffffffffffffffffffffffffff81168114613ede57600080fd5b50565b8015158114613ede57600080fdfea2646970667358221220de5e493c48a3b42da03a5db89085177b8d8ccec6e9bf6e8e48b3809343624c8f64736f6c63430007060033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c8
-----Decoded View---------------
Arg [0] : authenticator_ (address): 0x2c4c28DDBdAc9C5E7055b4C863b72eA0149D8aFE
Arg [1] : vault_ (address): 0xBA12222222228d8Ba445958a75a0704d566BF2C8
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe
Arg [1] : 000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c8
Loading...
Loading
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 3.76% | $0.008529 | 1,199,204.3981 | $10,227.71 | |
ETH | 3.60% | $0.055019 | 178,121.2444 | $9,800.11 | |
ETH | 3.02% | $0.984852 | 8,346.4539 | $8,220.02 | |
ETH | 2.85% | $0.019015 | 408,069.7485 | $7,759.29 | |
ETH | 2.53% | $1,798.41 | 3.8321 | $6,891.71 | |
ETH | 1.23% | $0.000039 | 85,445,425 | $3,355.88 | |
ETH | 1.12% | $0.502559 | 6,083.9343 | $3,057.54 | |
ETH | 0.95% | $0.038797 | 66,814.9423 | $2,592.21 | |
ETH | 0.80% | $2.84 | 768.9973 | $2,183.68 | |
ETH | 0.77% | $3.53 | 589.7901 | $2,082.4 | |
ETH | 0.61% | $0.000412 | 4,057,083.2341 | $1,670.29 | |
ETH | 0.59% | $0.037252 | 43,264.2274 | $1,611.69 | |
ETH | 0.56% | <$0.000001 | 145,823,576,083.1764 | $1,511.72 | |
ETH | 0.50% | $93,342 | 0.0147 | $1,370.01 | |
ETH | 0.50% | $0.007434 | 181,905.0005 | $1,352.22 | |
ETH | 0.49% | $0.000021 | 65,314,524.3711 | $1,340.7 | |
ETH | 0.37% | $6,992.34 | 0.144 | $1,006.91 | |
ETH | 0.33% | $0.059983 | 15,072.745 | $904.1 | |
ETH | 0.32% | $0.000021 | 42,834,592.3527 | $883.62 | |
ETH | 0.32% | $1.37 | 640.1283 | $876.98 | |
ETH | 0.31% | $2,027.17 | 0.4205 | $852.34 | |
ETH | 0.29% | $3,104.86 | 0.2527 | $784.68 | |
ETH | 0.29% | $0.000221 | 3,534,861.5356 | $782.58 | |
ETH | 0.29% | $0.000039 | 19,898,297.4259 | $781.3 | |
ETH | 0.28% | $93,342 | 0.00829778 | $774.53 | |
ETH | 0.27% | $0.22236 | 3,332.3549 | $740.98 | |
ETH | 0.26% | $0.68888 | 1,036.5882 | $714.09 | |
ETH | 0.26% | $0.999909 | 698.0028 | $697.94 | |
ETH | 0.26% | $0.027138 | 25,668.684 | $696.6 | |
ETH | 0.24% | $1.14 | 578.7903 | $659.82 | |
ETH | 0.24% | $8,186.17 | 0.0804 | $658.55 | |
ETH | 0.23% | $0.095678 | 6,524.4581 | $624.25 | |
ETH | 0.23% | $1 | 621.0316 | $621.03 | |
ETH | 0.22% | $0.218864 | 2,728.8084 | $597.24 | |
ETH | 0.22% | $0.316023 | 1,884.1679 | $595.44 | |
ETH | 0.21% | $0.066904 | 8,688.9338 | $581.32 | |
ETH | 0.21% | $0.0005 | 1,128,364.7787 | $563.74 | |
ETH | 0.21% | $0.062079 | 9,066.0885 | $562.81 | |
ETH | 0.21% | $2,165.34 | 0.2596 | $562.07 | |
ETH | 0.20% | $0.997754 | 556.9758 | $555.72 | |
ETH | 0.20% | $0.297782 | 1,846.0205 | $549.71 | |
ETH | 0.20% | $2,164.98 | 0.2513 | $543.99 | |
ETH | 0.20% | $286.48 | 1.8905 | $541.59 | |
ETH | 0.19% | $0.07878 | 6,652.6736 | $524.1 | |
ETH | 0.19% | $5,085.04 | 0.1022 | $519.87 | |
ETH | 0.19% | $0.086583 | 5,907.5017 | $511.49 | |
ETH | 0.19% | $163.82 | 3.1058 | $508.79 | |
ETH | 0.19% | $0.015662 | 32,388.9638 | $507.26 | |
ETH | 0.18% | $0.110003 | 4,560.5671 | $501.68 | |
ETH | 0.18% | $58.08 | 8.5648 | $497.44 | |
ETH | 0.18% | $0.030887 | 15,668.3803 | $483.94 | |
ETH | 0.18% | $1 | 477.0878 | $477.56 | |
ETH | 0.18% | $1.1 | 434.1085 | $477.52 | |
ETH | 0.18% | $3.28 | 145.272 | $476.49 | |
ETH | 0.18% | $91,853.34 | 0.00518583 | $476.34 | |
ETH | 0.17% | $23.02 | 20.6192 | $474.65 | |
ETH | 0.17% | $2,032.91 | 0.2331 | $473.96 | |
ETH | 0.17% | $0.024797 | 19,058.6741 | $472.6 | |
ETH | 0.17% | $0.000619 | 762,035.2353 | $471.44 | |
ETH | 0.17% | $57,671.17 | 0.00816419 | $470.84 | |
ETH | 0.17% | $0.039904 | 11,635.6157 | $464.31 | |
ETH | 0.17% | $1,796.56 | 0.2574 | $462.46 | |
ETH | 0.16% | $0.060768 | 7,378.8936 | $448.4 | |
ETH | 0.16% | $93,002 | 0.00480087 | $446.49 | |
ETH | 0.16% | $1,929.01 | 0.2302 | $444.03 | |
ETH | 0.16% | <$0.000001 | 9,167,721,541.3797 | $436.09 | |
ETH | 0.16% | $0.999829 | 432.8417 | $432.77 | |
ETH | 0.16% | $3,594.63 | 0.1199 | $430.9 | |
ETH | 0.16% | $0.217859 | 1,965.9183 | $428.29 | |
ETH | 0.16% | $1.05 | 405.3371 | $425.2 | |
ETH | 0.16% | $0.350107 | 1,207.1232 | $422.62 | |
ETH | 0.16% | $2.08 | 203.1212 | $422.49 | |
ETH | 0.15% | $19.15 | 21.7716 | $416.93 | |
ETH | 0.15% | $1,805.5 | 0.2291 | $413.67 | |
ETH | 0.15% | $0.020731 | 19,935.428 | $413.28 | |
ETH | 0.15% | $30.27 | 13.5683 | $410.71 | |
ETH | 0.15% | $0.000319 | 1,277,886.2503 | $407.13 | |
ETH | 0.15% | $1,805.35 | 0.2236 | $403.64 | |
ETH | 0.15% | $0.998562 | 402.1618 | $401.58 | |
ETH | 0.15% | $0.106582 | 3,742.5273 | $398.89 | |
ETH | 0.15% | $1 | 396.8077 | $397.18 | |
ETH | 0.15% | $1.32 | 299.8134 | $396.77 | |
ETH | 0.14% | $1.01 | 387.3963 | $389.72 | |
ETH | 0.14% | $0.009161 | 41,034.5158 | $375.9 | |
ETH | 0.14% | $1,581.22 | 0.2372 | $375.06 | |
ETH | 0.14% | $0.006195 | 59,878.3397 | $370.95 | |
ETH | 0.14% | $0.034558 | 10,629.4371 | $367.34 | |
ETH | 0.13% | $0.999528 | 363.3146 | $363.14 | |
ETH | 0.13% | $0.010001 | 36,117.7127 | $361.21 | |
ETH | 0.13% | $0.015419 | 23,371.9138 | $360.37 | |
ETH | 0.13% | $1.2 | 299.1472 | $358.98 | |
ETH | 0.13% | $0.001418 | 252,296.8179 | $357.64 | |
ETH | 0.13% | $0.9998 | 354.6262 | $354.56 | |
ETH | 0.13% | $0.180716 | 1,950.2556 | $352.44 | |
ETH | 0.13% | $0.759633 | 458.5011 | $348.29 | |
ETH | 0.13% | $1,608.93 | 0.216 | $347.58 | |
ETH | 0.13% | $0.090245 | 3,809.6927 | $343.81 | |
ETH | 0.12% | $0.218194 | 1,547.6395 | $337.69 | |
ETH | 0.12% | $0.000178 | 1,883,541 | $335.89 | |
ETH | 0.12% | <$0.000001 | 8,059,962,475.9517 | $335.73 | |
ETH | 0.12% | $5.98 | 56.053 | $335.2 | |
ETH | 0.12% | $0.331617 | 1,003.5187 | $332.78 | |
ETH | 0.12% | $0.016404 | 20,216.1847 | $331.63 | |
ETH | 0.12% | $0.288575 | 1,144.1157 | $330.16 | |
ETH | 0.12% | $0.00641 | 51,165.8521 | $327.96 | |
ETH | 0.12% | $0.10162 | 3,187.4482 | $323.91 | |
ETH | 0.12% | $0.88447 | 362.5979 | $320.71 | |
ETH | 0.12% | $116.18 | 2.7586 | $320.49 | |
ETH | 0.12% | $0.25716 | 1,245.9531 | $320.41 | |
ETH | 0.12% | $8.87 | 35.9498 | $318.82 | |
ETH | 0.12% | $0.019743 | 16,024.3809 | $316.38 | |
ETH | 0.12% | $3,353.15 | 0.0936 | $313.69 | |
ETH | 0.12% | $4.49 | 69.7798 | $313.36 | |
ETH | 0.11% | $2,010.14 | 0.155 | $311.56 | |
ETH | 0.11% | $0.023387 | 13,293.9387 | $310.9 | |
ETH | 0.11% | $0.336407 | 920.4896 | $309.66 | |
ETH | 0.11% | $0.011175 | 27,146.6821 | $303.35 | |
ETH | 0.11% | $2,167.85 | 0.1388 | $300.93 | |
ETH | 0.11% | $1 | 300.3704 | $300.37 | |
ETH | 0.11% | <$0.000001 | 131,129,152,169.6564 | $296.22 | |
ETH | 0.11% | $3.53 | 83.0982 | $293.34 | |
ETH | 0.11% | $1,791.75 | 0.1617 | $289.72 | |
ETH | 0.11% | $0.111757 | 2,576.1912 | $287.91 | |
ETH | 0.11% | $1.02 | 280.6325 | $286.25 | |
ETH | 0.10% | $1,689.45 | 0.1687 | $285.06 | |
ETH | 0.10% | $1,882.44 | 0.151 | $284.24 | |
ETH | 0.10% | $0.366257 | 769.1272 | $281.7 | |
ETH | 0.10% | $1,798.41 | 0.1557 | $280 | |
ETH | 0.10% | $0.000999 | 279,757.1788 | $279.6 | |
ETH | 0.10% | $0.585806 | 477.2565 | $279.58 | |
ETH | 0.10% | $1.12 | 249.2503 | $279.16 | |
ETH | 0.10% | $1.01 | 275.6882 | $279.04 | |
ETH | 0.10% | $0.058669 | 4,705.5473 | $276.07 | |
ETH | 0.10% | $0.119911 | 2,274.9363 | $272.79 | |
ETH | 0.10% | $2,097.26 | 0.1296 | $271.82 | |
ETH | 0.10% | $1,978.94 | 0.1363 | $269.78 | |
ETH | 0.10% | $0.999996 | 269.7795 | $269.78 | |
ETH | 0.10% | $0.519228 | 518.691 | $269.32 | |
ETH | 0.10% | $4.4 | 61.1506 | $269.06 | |
ETH | 0.10% | $0.212358 | 1,261.9954 | $267.99 | |
ETH | 0.10% | $0.999755 | 267.69 | $267.62 | |
ETH | 0.10% | $10.32 | 25.8687 | $266.96 | |
ETH | 0.10% | $1.14 | 230.8667 | $263.19 | |
ETH | 0.10% | $0.99968 | 262.1809 | $262.1 | |
ETH | 0.10% | $0.192705 | 1,348.4658 | $259.86 | |
ETH | 0.09% | $0.762422 | 337.2269 | $257.11 | |
ETH | 0.09% | $2.45 | 104.3119 | $255.56 | |
ETH | 0.09% | $1,880.51 | 0.1353 | $254.5 | |
ETH | 0.09% | $0.000159 | 1,601,016.4875 | $254.42 | |
ETH | 0.09% | $0.007088 | 35,676.2199 | $252.88 | |
ETH | 0.09% | $0.013848 | 18,200 | $252.03 | |
ETH | 0.09% | $0.059676 | 4,210.2323 | $251.25 | |
ETH | 0.09% | $0.007227 | 34,424.3659 | $248.78 | |
ETH | 0.09% | $2,032.51 | 0.1224 | $248.75 | |
ETH | 0.09% | $0.182466 | 1,358.7768 | $247.93 | |
ETH | 0.09% | $0.004385 | 56,443.542 | $247.51 | |
ETH | 0.09% | $1.24 | 197.8052 | $245.28 | |
ETH | 0.09% | $0.130575 | 1,872.5873 | $244.51 | |
ETH | 0.09% | $0.385274 | 633.878 | $244.22 | |
ETH | 0.09% | $0.659572 | 370.0485 | $244.07 | |
ETH | 0.09% | $1.09 | 223.3642 | $243.69 | |
ETH | 0.09% | $0.024509 | 9,816.5105 | $240.59 | |
ETH | 0.09% | $0.666912 | 360.3489 | $240.32 | |
ETH | 0.09% | $11.46 | 20.9422 | $239.97 | |
ETH | 0.09% | $0.201763 | 1,177.3358 | $237.54 | |
ETH | 0.09% | $0.999857 | 236.9438 | $236.91 | |
ETH | 0.09% | $1,993.75 | 0.1182 | $235.71 | |
ETH | 0.09% | $0.072703 | 3,238.9652 | $235.48 | |
ETH | 0.09% | $6.5 | 35.8055 | $232.74 | |
ETH | 0.08% | $0.54468 | 424.024 | $230.96 | |
ETH | 0.08% | $93,930 | 0.0024571 | $230.8 | |
ETH | 0.08% | $0.000737 | 309,927.2948 | $228.32 | |
ETH | 0.08% | $0.461646 | 487.3096 | $224.96 | |
ETH | 0.08% | $0.093924 | 2,357.1478 | $221.39 | |
ETH | 0.08% | $0.058824 | 3,763.2506 | $221.37 | |
ETH | 0.08% | $0.015093 | 14,658.2986 | $221.23 | |
ETH | 0.08% | <$0.000001 | 524,907,266,781.7922 | $220.57 | |
ETH | 0.08% | $1.01 | 216.3672 | $219.41 | |
ETH | 0.08% | $0.034405 | 6,330.4498 | $217.8 | |
ETH | 0.08% | $0.000547 | 398,172.0181 | $217.72 | |
ETH | 0.08% | $0.031437 | 6,864.4933 | $215.8 | |
ETH | 0.08% | $2,034.74 | 0.1052 | $214.06 | |
ETH | 0.08% | $0.021019 | 10,181.9562 | $214.01 | |
ETH | 0.08% | $0.007912 | 27,016.6826 | $213.77 | |
ETH | 0.08% | $0.06344 | 3,369.2715 | $213.75 | |
ETH | 0.08% | $0.789512 | 270.5248 | $213.58 | |
ETH | 0.08% | $0.030684 | 6,917.6903 | $212.27 | |
ETH | 0.08% | $0.716622 | 295.9579 | $212.09 | |
ETH | 0.08% | $0.094904 | 2,233.0888 | $211.93 | |
ETH | 0.08% | $0.550817 | 383.6654 | $211.33 | |
ETH | 0.08% | $75,232 | 0.00278676 | $209.65 | |
ETH | 0.08% | $3,524.58 | 0.0591 | $208.4 | |
ETH | 0.08% | $0.000404 | 512,960.2346 | $207.12 | |
ETH | 0.08% | $0.0472 | 4,386.8315 | $207.06 | |
ETH | 0.08% | $0.004458 | 46,296.0478 | $206.38 | |
ETH | 0.08% | $172.01 | 1.1978 | $206.03 | |
ETH | 0.08% | $338.71 | 0.6081 | $205.96 | |
ETH | 0.08% | $0.029971 | 6,869.8811 | $205.9 | |
ETH | 0.08% | $0.0122 | 16,839.7261 | $205.44 | |
ETH | 0.07% | <$0.000001 | 1,254,556,498.7569 | $203.61 | |
ETH | 0.07% | $0.042486 | 4,783.4062 | $203.23 | |
ETH | 0.07% | $1.12 | 181.1805 | $202.92 | |
ETH | 0.07% | $0.206036 | 971.1373 | $200.09 | |
ETH | 0.07% | $0.012449 | 16,040.6454 | $199.69 | |
ETH | 0.07% | $0.966316 | 205.4243 | $198.5 | |
ETH | 0.07% | $0.015709 | 12,634.3308 | $198.47 | |
ETH | 0.07% | $0.25399 | 779.326 | $197.94 | |
ETH | 0.07% | $0.000145 | 1,365,070.7523 | $197.61 | |
ETH | 0.07% | $1.14 | 172.8683 | $197.07 | |
ETH | 0.07% | $0.131362 | 1,498.5229 | $196.85 | |
ETH | 0.07% | $2.24 | 87.4164 | $195.81 | |
ETH | 0.07% | $93,071 | 0.00209262 | $194.76 | |
ETH | 0.07% | $0.021431 | 9,040.0366 | $193.74 | |
ETH | 0.07% | $14.61 | 13.1972 | $192.81 | |
ETH | 0.07% | $3,087.52 | 0.0623 | $192.29 | |
ETH | 0.07% | $0.113495 | 1,691.1625 | $191.94 | |
ETH | 0.07% | $0.000506 | 377,783.5265 | $191.09 | |
ETH | 0.07% | $3,356.93 | 0.0569 | $190.97 | |
ETH | 0.07% | $0.000001 | 326,394,525.9474 | $190.48 | |
ETH | 0.07% | $87,602 | 0.0021602 | $189.24 | |
ETH | 0.07% | $1.04 | 180.6922 | $188.74 | |
ETH | 0.07% | $0.21542 | 876.003 | $188.71 | |
ETH | 0.07% | $4.06 | 46.2965 | $187.96 | |
ETH | 0.07% | $0.174027 | 1,079.5711 | $187.87 | |
ETH | 0.07% | <$0.000001 | 2,917,433,762.5138 | $187.8 | |
ETH | 0.07% | $6.38 | 29.2984 | $186.92 | |
ETH | 0.07% | $0.030443 | 6,087.1455 | $185.31 | |
ETH | 0.07% | $1.11 | 166.8595 | $185.21 | |
ETH | 0.07% | $17.68 | 10.4727 | $185.14 | |
ETH | 0.07% | $0.991397 | 186.6183 | $185.01 | |
ETH | 0.07% | $0.002397 | 77,157.1903 | $184.96 | |
ETH | 0.07% | $0.034484 | 5,352.8129 | $184.59 | |
ETH | 0.07% | $0.001681 | 109,481.7896 | $184.08 | |
ETH | 0.07% | $84.51 | 2.1779 | $184.05 | |
ETH | 0.07% | <$0.000001 | 3,656,075,627.7278 | $183.73 | |
ETH | 0.07% | $0.022036 | 8,315.7031 | $183.25 | |
ETH | 0.07% | $0.092344 | 1,981.0107 | $182.93 | |
ETH | 0.07% | $0.008732 | 20,900.5575 | $182.51 | |
ETH | 0.07% | $3.6 | 50.6846 | $182.46 | |
ETH | 0.07% | $0.000004 | 45,177,947.309 | $182.25 | |
ETH | 0.07% | $1.2 | 151.7834 | $182.14 | |
ETH | 0.07% | $0.05521 | 3,282.4306 | $181.22 | |
ETH | 0.07% | $1,802.98 | 0.0999 | $180.18 | |
ETH | 0.07% | $0.793005 | 226.5065 | $179.62 | |
ETH | 0.07% | $0.042822 | 4,194.5245 | $179.62 | |
ETH | 0.07% | $0.003235 | 55,429.2807 | $179.32 | |
ETH | 0.07% | $1.13 | 158.5356 | $179.15 | |
ETH | 0.07% | $0.857929 | 208.7247 | $179.07 | |
ETH | 0.07% | $0.118321 | 1,505.3013 | $178.11 | |
ETH | 0.07% | $0.259864 | 685.0962 | $178.03 | |
ETH | 0.07% | $4.44 | 39.955 | $177.4 | |
ETH | 0.07% | $0.822393 | 215.6013 | $177.31 | |
ETH | 0.06% | $0.065191 | 2,699.5424 | $175.99 | |
ETH | 0.06% | $0.012942 | 13,592.4947 | $175.91 | |
ETH | 0.06% | $0.014613 | 11,965.1847 | $174.85 | |
ETH | 0.06% | $0.068501 | 2,552.1088 | $174.82 | |
ETH | 0.06% | $0.009418 | 18,509.7007 | $174.33 | |
ETH | 0.06% | $9.48 | 18.3499 | $174.02 | |
ETH | 0.06% | $3.03 | 57.373 | $173.84 | |
ETH | 0.06% | $0.001041 | 166,666.4704 | $173.58 | |
ETH | 0.06% | $93,200 | 0.00184799 | $172.23 | |
ETH | 0.06% | $9.36 | 18.3891 | $172.12 | |
ETH | 0.06% | $0.007295 | 23,580.9023 | $172.02 | |
ETH | 0.06% | $0.000002 | 72,261,618.8733 | $171.98 | |
ETH | 0.06% | $3.72 | 46.0764 | $171.4 | |
ETH | 0.06% | $0.007101 | 23,907.1532 | $169.76 | |
ETH | 0.06% | $163.87 | 1.0357 | $169.73 | |
ETH | 0.06% | $1 | 169.2809 | $169.62 | |
ETH | 0.06% | $0.003871 | 43,795.665 | $169.55 | |
ETH | 0.06% | $0.560357 | 302.2832 | $169.39 | |
ETH | 0.06% | $0.004673 | 36,228.5619 | $169.3 | |
ETH | 0.06% | $17,723.71 | 0.00955224 | $169.3 | |
ETH | 0.06% | $1,589.03 | 0.1065 | $169.16 | |
ETH | 0.06% | $0.456004 | 370.4992 | $168.95 | |
ETH | 0.06% | $0.039081 | 4,315.1654 | $168.64 | |
ETH | 0.06% | $0.067458 | 2,485.9067 | $167.69 | |
ETH | 0.06% | $0.036962 | 4,530.3502 | $167.45 | |
ETH | 0.06% | $0.040225 | 4,145.4808 | $166.75 | |
ETH | 0.06% | $1,966.79 | 0.0848 | $166.73 | |
ETH | 0.06% | $0.103572 | 1,608.8112 | $166.63 | |
ETH | 0.06% | $0.253516 | 655.4267 | $166.16 | |
ETH | 0.06% | $0.322519 | 514.841 | $166.05 | |
ETH | 0.06% | $0.086818 | 1,910.0481 | $165.83 | |
ETH | 0.06% | $0.181456 | 913.0744 | $165.68 | |
ETH | 0.06% | $0.000163 | 1,014,605.5096 | $165.5 | |
ETH | 0.06% | $0.000202 | 812,282.3438 | $164.42 | |
ETH | 0.06% | $0.023188 | 7,073.7605 | $164.03 | |
ETH | 0.06% | $0.341257 | 480.4381 | $163.95 | |
ETH | 0.06% | $0.30104 | 541.5568 | $163.03 | |
ETH | 0.06% | $151.05 | 1.0785 | $162.91 | |
ETH | 0.06% | $12.34 | 13.1829 | $162.68 | |
ETH | 0.06% | $0.54999 | 295.6638 | $162.61 | |
ETH | 0.06% | <$0.000001 | 1,509,237,877.3714 | $162.35 | |
ETH | 0.06% | $0.8842 | 183.437 | $162.2 | |
ETH | 0.06% | $0.095034 | 1,703.6445 | $161.9 | |
ETH | 0.06% | $1.21 | 133.7508 | $161.84 | |
ETH | 0.06% | $0.064356 | 2,501.3361 | $160.98 | |
ETH | 0.06% | $14.15 | 11.3587 | $160.73 | |
ETH | 0.06% | $1.01 | 159.4545 | $160.25 | |
ETH | 0.06% | $0.029734 | 5,369.4096 | $159.65 | |
ETH | 0.06% | $0.694569 | 229.8081 | $159.62 | |
ETH | 0.06% | $3 | 53.1395 | $159.55 | |
ETH | 0.06% | $0.001243 | 127,434.2077 | $158.46 | |
ETH | 0.06% | $0.000003 | 48,626,964.3274 | $158.32 | |
ETH | 0.06% | $0.000002 | 77,505,345.3124 | $157.95 | |
ETH | 0.06% | $20.81 | 7.5856 | $157.84 | |
ETH | 0.06% | $27.64 | 5.7062 | $157.72 | |
ETH | 0.06% | $0.240007 | 652.601 | $156.63 | |
ETH | 0.06% | $0.000092 | 1,694,128.34 | $156.47 | |
ETH | 0.06% | $0.000025 | 6,242,459.5062 | $156.19 | |
ETH | 0.06% | $16.09 | 9.6361 | $155.05 | |
ETH | 0.06% | $0.038634 | 4,003.7309 | $154.68 | |
ETH | 0.06% | $0.076917 | 2,009.2834 | $154.55 | |
ETH | 0.06% | $0.004771 | 32,331.9833 | $154.25 | |
ETH | 0.06% | $0.012185 | 12,647.81 | $154.11 | |
ETH | 0.06% | $0.000324 | 473,829.3374 | $153.69 | |
ETH | 0.06% | $4.37 | 34.9623 | $152.79 | |
ETH | 0.06% | $0.198063 | 771.3046 | $152.77 | |
ETH | 0.06% | $0.005564 | 27,412.5977 | $152.53 | |
ETH | 0.06% | <$0.000001 | 538,885,067.0284 | $152.41 | |
ETH | 0.06% | $0.067346 | 2,259.8103 | $152.19 | |
ETH | 0.06% | $0.06771 | 2,236.8472 | $151.46 | |
ETH | 0.06% | $91,750 | 0.00164655 | $151.07 | |
ETH | 0.06% | $0.005791 | 25,925.8712 | $150.14 | |
ETH | 0.06% | $0.090111 | 1,665.2057 | $150.05 | |
ETH | 0.06% | $0.015773 | 9,504.1378 | $149.9 | |
ETH | 0.06% | $1.05 | 142.072 | $149.74 | |
ETH | 0.05% | $0.38875 | 384.7503 | $149.57 | |
ETH | 0.05% | $0.101575 | 1,472.1425 | $149.53 | |
ETH | 0.05% | $403.09 | 0.3705 | $149.36 | |
ETH | 0.05% | $0.999418 | 149.4199 | $149.33 | |
ETH | 0.05% | $0.317538 | 470.0131 | $149.25 | |
ETH | 0.05% | $0.000011 | 13,345,531.2952 | $148.27 | |
ETH | 0.05% | $0.187756 | 788.6086 | $148.07 | |
ETH | 0.05% | $0.886224 | 165.261 | $146.46 | |
ETH | 0.05% | $0.76245 | 192.0342 | $146.42 | |
ETH | 0.05% | $1.23 | 119.0276 | $146.4 | |
ETH | 0.05% | $0.010967 | 13,338.0601 | $146.28 | |
ETH | 0.05% | $0.000132 | 1,107,586.4843 | $145.99 | |
ETH | 0.05% | <$0.000001 | 23,104,317,507.4378 | $145.63 | |
ETH | 0.05% | $0.27245 | 534.1807 | $145.54 | |
ETH | 0.05% | $0.204253 | 708.6573 | $144.75 | |
ETH | 0.05% | $0.999021 | 144.6165 | $144.47 | |
ETH | 0.05% | $0.016415 | 8,765.5057 | $143.88 | |
ETH | 0.05% | $0.004683 | 30,720.0879 | $143.85 | |
ETH | 0.05% | $0.637537 | 225.1764 | $143.56 | |
ETH | 0.05% | $0.196043 | 730.8493 | $143.28 | |
ETH | 0.05% | $0.869215 | 164.337 | $142.84 | |
ETH | 0.05% | $0.082908 | 1,722.0314 | $142.77 | |
ETH | 0.05% | $95,670 | 0.00149 | $142.55 | |
ETH | 0.05% | $0.099745 | 1,426.263 | $142.26 | |
ETH | 0.05% | $0.947798 | 150.0606 | $142.23 | |
ETH | 0.05% | $0.171818 | 825.1317 | $141.77 | |
ETH | 0.05% | $0.004 | 35,342.3716 | $141.37 | |
ETH | 0.05% | $0.002147 | 65,827.7172 | $141.34 | |
ETH | 0.05% | $0.009414 | 14,986.1006 | $141.08 | |
ETH | 0.05% | $0.002677 | 52,666.0484 | $141.01 | |
ETH | 0.05% | <$0.000001 | 615,235,334,297.9783 | $140.91 | |
ETH | 0.05% | $0.373195 | 376.3164 | $140.44 | |
ETH | 0.05% | $0.064724 | 2,169.0943 | $140.39 | |
ETH | 0.05% | $1.14 | 123.1421 | $140.38 | |
ETH | 0.05% | $0.429362 | 326.8196 | $140.32 | |
ETH | 0.05% | $0.051792 | 2,705.4057 | $140.12 | |
ETH | 0.05% | $0.001417 | 98,481.6427 | $139.58 | |
ETH | 0.05% | $1,128.14 | 0.1235 | $139.37 | |
ETH | 0.05% | $0.27639 | 504.1827 | $139.35 | |
ETH | 0.05% | $0.364472 | 381.0404 | $138.88 | |
ETH | 0.05% | $0.004575 | 30,348.8795 | $138.84 | |
ETH | 0.05% | $8,672.52 | 0.016 | $138.63 | |
ETH | 0.05% | $0.002159 | 64,117.0698 | $138.42 | |
ETH | 0.05% | $1,629.7 | 0.0849 | $138.31 | |
ETH | 0.05% | $0.217617 | 634.2885 | $138.03 | |
ETH | 0.05% | $0.528754 | 261 | $138 | |
ETH | 0.05% | $167.32 | 0.824 | $137.87 | |
ETH | 0.05% | $0.143395 | 958.5866 | $137.46 | |
ETH | 0.05% | $0.013724 | 9,982.7501 | $137.01 | |
ETH | 0.05% | $0.008047 | 16,987.3118 | $136.7 | |
ETH | 0.05% | $0.123433 | 1,104.8965 | $136.38 | |
ETH | 0.05% | $93,308 | 0.00145963 | $136.2 | |
ETH | 0.05% | $0.816241 | 166.6719 | $136.04 | |
ETH | 0.05% | $0.03099 | 4,372.0364 | $135.49 | |
ETH | 0.05% | $1,498.99 | 0.0902 | $135.17 | |
ETH | 0.05% | $0.017203 | 7,813.7656 | $134.42 | |
ETH | 0.05% | $5.51 | 24.3291 | $134.05 | |
ETH | 0.05% | $0.000673 | 198,289.4085 | $133.39 | |
ETH | 0.05% | $0.375384 | 354.9687 | $133.25 | |
ETH | 0.05% | $0.724555 | 183.5201 | $132.97 | |
ETH | 0.05% | $0.000002 | 73,332,442.8948 | $132.76 | |
ETH | 0.05% | $0.84255 | 157.4304 | $132.64 | |
ETH | 0.05% | $1.01 | 131.4389 | $132.36 | |
ETH | 0.05% | $0.034095 | 3,870.7225 | $131.97 | |
ETH | 0.05% | $2.43 | 54.2369 | $131.79 | |
ETH | 0.05% | $0.566129 | 232.5296 | $131.64 | |
ETH | 0.05% | $0.059985 | 2,194.065 | $131.61 | |
ETH | 0.05% | $0.014864 | 8,853.1512 | $131.59 | |
ETH | 0.05% | $10.87 | 12.044 | $130.92 | |
ETH | 0.05% | $0.000153 | 857,671.1897 | $130.85 | |
ETH | 0.05% | $0.115864 | 1,125.7357 | $130.43 | |
ETH | 0.05% | $98,729 | 0.00132041 | $130.36 | |
ETH | 0.05% | $0.708823 | 183.7866 | $130.27 | |
ETH | 0.05% | $532.1 | 0.2448 | $130.24 | |
ETH | 0.05% | $1,721.65 | 0.0754 | $129.85 | |
ETH | 0.05% | $0.008338 | 15,482.2793 | $129.09 | |
ETH | 0.05% | $0.000049 | 2,621,993.244 | $129.05 | |
ETH | 0.05% | $0.000737 | 175,074.6616 | $128.98 | |
ETH | 0.05% | $0.006623 | 19,445.8539 | $128.79 | |
ETH | 0.05% | $0.999913 | 128.2233 | $128.21 | |
ETH | 0.05% | $0.000088 | 1,450,294.5976 | $127.55 | |
ETH | 0.05% | $0.000009 | 13,967,859.7397 | $127.53 | |
ETH | 0.05% | $0.165561 | 767.0014 | $126.99 | |
ETH | 0.05% | $0.999129 | 126.9569 | $126.85 | |
ETH | 0.05% | $0.063198 | 2,004.6818 | $126.69 | |
ETH | 0.05% | $0.005974 | 21,163.3039 | $126.43 | |
ETH | 0.05% | $0.005799 | 21,793.0771 | $126.39 | |
ETH | 0.05% | $0.091942 | 1,368.523 | $125.82 | |
ETH | 0.05% | $0.998993 | 125.8589 | $125.73 | |
ETH | 0.05% | $8 | 15.7149 | $125.72 | |
ETH | 0.05% | $389.4 | 0.3215 | $125.21 | |
ETH | 0.05% | $0.044665 | 2,792.828 | $124.74 | |
ETH | 0.05% | $0.179992 | 691.1565 | $124.4 | |
ETH | 0.05% | $0.004838 | 25,601.2157 | $123.86 | |
ETH | 0.05% | $1,797.99 | 0.0686 | $123.3 | |
ETH | 0.05% | $0.000056 | 2,200,421.9848 | $123 | |
ETH | 0.05% | $0.233642 | 524.7484 | $122.6 | |
ETH | 0.05% | $0.220722 | 555.4244 | $122.59 | |
ETH | 0.04% | $0.000143 | 855,448.8797 | $122.34 | |
ETH | 0.04% | <$0.000001 | 1,501,270,438,541.9011 | $122.29 | |
ETH | 0.04% | $1,925.94 | 0.0633 | $121.96 | |
ETH | 0.04% | $0.000001 | 100,178,611.2907 | $121.89 | |
ETH | 0.04% | $0.665775 | 182.8867 | $121.76 | |
ETH | 0.04% | $1,696.05 | 0.0717 | $121.65 | |
ETH | 0.04% | <$0.000001 | 1,216,361,434,077.3752 | $121.64 | |
ETH | 0.04% | $5.83 | 20.7871 | $121.19 | |
ETH | 0.04% | $0.083196 | 1,456.1503 | $121.15 | |
ETH | 0.04% | $0.047301 | 2,552.2081 | $120.72 | |
ETH | 0.04% | $2,282 | 0.0529 | $120.69 | |
ETH | 0.04% | $0.532221 | 226.3995 | $120.49 | |
ETH | 0.04% | $0.010773 | 11,163.7929 | $120.27 | |
ETH | 0.04% | $0.352091 | 341.5008 | $120.24 | |
ETH | 0.04% | $0.962478 | 124.3448 | $119.68 | |
ETH | 0.04% | $0.178376 | 669.8888 | $119.49 | |
ETH | 0.04% | $2,360.86 | 0.0505 | $119.25 | |
ETH | 0.04% | $0.008097 | 14,721.4401 | $119.2 | |
ETH | 0.04% | $17.13 | 6.9443 | $118.96 | |
ETH | 0.04% | $0.004463 | 26,615.9559 | $118.8 | |
ETH | 0.04% | $0.335915 | 353.4242 | $118.72 | |
ETH | 0.04% | $0.003445 | 34,429.4883 | $118.6 | |
ETH | 0.04% | $0.206011 | 574.2116 | $118.29 | |
ETH | 0.04% | $0.000213 | 554,429.217 | $118.05 | |
ETH | 0.04% | $4.27 | 27.5791 | $117.8 | |
ETH | 0.04% | $0.010599 | 11,109.4613 | $117.75 | |
ETH | 0.04% | $0.056825 | 2,067.7717 | $117.5 | |
ETH | 0.04% | <$0.000001 | 81,227,236,338.6878 | $117.29 | |
ETH | 0.04% | $0.000014 | 8,486,526.1801 | $117.28 | |
ETH | 0.04% | $0.000013 | 9,219,996.0739 | $116.91 | |
ETH | 0.04% | $0.000451 | 259,318.7297 | $116.83 | |
ETH | 0.04% | $0.000001 | 219,323,325.8917 | $116.68 | |
ETH | 0.04% | $7.74 | 15.0745 | $116.68 | |
ETH | 0.04% | $0.003783 | 30,836.5211 | $116.66 | |
ETH | 0.04% | $3.14 | 36.9374 | $115.98 | |
ETH | 0.04% | $0.078623 | 1,469.9388 | $115.57 | |
ETH | 0.04% | $1.34 | 86.0856 | $115.35 | |
ETH | 0.04% | $0.022715 | 5,077.7955 | $115.34 | |
ETH | 0.04% | $0.022715 | 5,077.7955 | $115.34 | |
ETH | 0.04% | $1.8 | 63.2565 | $114.08 | |
ETH | 0.04% | $0.635512 | 179.3439 | $113.98 | |
ETH | 0.04% | $0.198077 | 575.2782 | $113.95 | |
ETH | 0.04% | $0.000003 | 32,592,729.0927 | $113.85 | |
ETH | 0.04% | $0.000145 | 779,000.1337 | $113.29 | |
ETH | 0.04% | $0.082582 | 1,368.1444 | $112.98 | |
ETH | 0.04% | $0.010327 | 10,907.3823 | $112.65 | |
ETH | 0.04% | $1,853.56 | 0.0606 | $112.24 | |
ETH | 0.04% | $0.026343 | 4,260.5538 | $112.23 | |
ETH | 0.04% | $0.031831 | 3,524.717 | $112.2 | |
ETH | 0.04% | $0.072531 | 1,543.3654 | $111.94 | |
ETH | 0.04% | $0.999487 | 111.9335 | $111.88 | |
ETH | 0.04% | $0.125794 | 888.3526 | $111.75 | |
ETH | 0.04% | <$0.000001 | 97,043,518,404.2927 | $111.69 | |
ETH | 0.04% | $0.283312 | 391.6204 | $110.95 | |
ETH | 0.04% | $1.32 | 83.7635 | $110.85 | |
ETH | 0.04% | $0.601173 | 183.7576 | $110.47 | |
ETH | 0.04% | $0.717753 | 153.7899 | $110.38 | |
ETH | 0.04% | <$0.000001 | 1,656,692,620,196.4888 | $110.38 | |
ETH | 0.04% | $0.001257 | 87,782.362 | $110.35 | |
ETH | 0.04% | $0.000132 | 833,953.065 | $110.27 | |
ETH | 0.04% | $0.011367 | 9,701.0357 | $110.27 | |
ETH | 0.04% | $0.022563 | 4,880.8448 | $110.13 | |
ETH | 0.04% | $0.020389 | 5,398.1936 | $110.06 | |
ETH | 0.04% | $3 | 36.6433 | $109.93 | |
ETH | 0.04% | $0.000172 | 639,352.8415 | $109.65 | |
ETH | 0.04% | <$0.000001 | 425,019,868,893.9951 | $109.58 | |
ETH | 0.04% | $2.49 | 43.919 | $109.36 | |
ETH | 0.04% | $0.05157 | 2,118.3611 | $109.24 | |
ETH | 0.04% | $0.007928 | 13,718.7448 | $108.76 | |
ETH | 0.04% | $1.18 | 91.4789 | $107.95 | |
ETH | 0.04% | <$0.000001 | 2,069,883,149.7514 | $107.85 | |
ETH | 0.04% | $0.000285 | 377,800.1319 | $107.84 | |
ETH | 0.04% | $0.017682 | 6,091.7298 | $107.72 | |
ETH | 0.04% | $0.030747 | 3,486.5832 | $107.2 | |
ETH | 0.04% | $0.024795 | 4,317.1523 | $107.04 | |
ETH | 0.04% | $0.092419 | 1,155.5489 | $106.79 | |
ETH | 0.04% | $0.879934 | 121.3493 | $106.78 | |
ETH | 0.04% | $30.84 | 3.4603 | $106.72 | |
ETH | 0.04% | $1.06 | 100.2571 | $106.67 | |
ETH | 0.04% | $0.029238 | 3,644.5111 | $106.56 | |
ETH | 0.04% | $4.77 | 22.3273 | $106.5 | |
ETH | 0.04% | $0.017885 | 5,954.6005 | $106.5 | |
ETH | 0.04% | $0.222063 | 479.5197 | $106.48 | |
ETH | 0.04% | $0.024993 | 4,245.2754 | $106.1 | |
ETH | 0.04% | <$0.000001 | 425,529,774,863.6681 | $106.02 | |
ETH | 0.04% | $0.01176 | 9,004.0938 | $105.89 | |
ETH | 0.04% | $28.38 | 3.724 | $105.69 | |
ETH | 0.04% | $0.225307 | 467.4096 | $105.31 | |
ETH | 0.04% | $0.016427 | 6,377.9711 | $104.77 | |
ETH | 0.04% | $0.999379 | 104.7937 | $104.73 | |
ETH | 0.04% | $0.102926 | 1,016.9695 | $104.67 | |
ETH | 0.04% | $0.999341 | 104.6308 | $104.56 | |
ETH | 0.04% | $0.022979 | 4,548.6713 | $104.52 | |
ETH | 0.04% | $0.999673 | 103.9872 | $103.95 | |
ETH | 0.04% | $0.045016 | 2,304.0449 | $103.72 | |
ETH | 0.04% | $1,759.76 | 0.0589 | $103.64 | |
ETH | 0.04% | $0.01013 | 10,220.6063 | $103.53 | |
ETH | 0.04% | $1.01 | 102.8368 | $103.45 | |
ETH | 0.04% | $0.002134 | 48,451.4936 | $103.41 | |
ETH | 0.04% | $0.000118 | 873,544.1382 | $103.11 | |
ETH | 0.04% | $22.39 | 4.6033 | $103.07 | |
ETH | 0.04% | $0.180002 | 572.3211 | $103.02 | |
ETH | 0.04% | $0.999996 | 103.0065 | $103.01 | |
ETH | 0.04% | $1,928.04 | 0.0534 | $102.95 | |
ETH | 0.04% | $0.953393 | 107.2119 | $102.22 | |
ETH | 0.04% | $0.012166 | 8,392.9664 | $102.11 | |
ETH | 0.04% | $0.591034 | 172.1674 | $101.76 | |
ETH | 0.04% | <$0.000001 | 276,902,277,907.8958 | $101.69 | |
ETH | 0.04% | $0.016304 | 6,226.3828 | $101.51 | |
ETH | 0.04% | $54.71 | 1.8519 | $101.32 | |
ETH | 0.04% | $27.65 | 3.6542 | $101.04 | |
ETH | 0.04% | $0.000008 | 12,323,598.3032 | $100.75 | |
ETH | 0.04% | $115.45 | 0.8709 | $100.55 | |
ETH | 0.04% | $0.057925 | 1,733.4341 | $100.41 | |
ETH | 0.04% | $0.001903 | 52,459.0242 | $99.83 | |
ETH | 0.04% | $0.018453 | 5,408.5084 | $99.8 | |
ETH | 0.04% | $0.16426 | 607.37 | $99.77 | |
ETH | 0.04% | $0.437699 | 227.3185 | $99.5 | |
ETH | 0.04% | $0.029659 | 3,351.2167 | $99.4 | |
ETH | 0.04% | <$0.000001 | 708,448,592.1934 | $99.33 | |
ETH | 0.04% | $0.00988 | 10,048.6862 | $99.28 | |
ETH | 0.04% | $1 | 99.1394 | $99.14 | |
ETH | 0.04% | $0.000459 | 215,799.933 | $99.07 | |
ETH | 0.04% | $0.006944 | 14,262.2249 | $99.04 | |
ETH | 0.04% | $0.00375 | 26,409.9803 | $99.03 | |
ETH | 0.04% | $93,404 | 0.00106012 | $99.02 | |
ETH | 0.04% | $4.58 | 21.5358 | $98.63 | |
ETH | 0.04% | $0.135466 | 725.9514 | $98.34 | |
ETH | 0.04% | $0.000024 | 4,155,439.8201 | $98.32 | |
ETH | 0.04% | $2.86 | 34.3672 | $98.27 | |
ETH | 0.04% | $1,953.93 | 0.0502 | $98.17 | |
ETH | 0.04% | $0.000499 | 195,697.2445 | $97.63 | |
ETH | 0.04% | $0.000001 | 176,793,584.6622 | $97.48 | |
ETH | 0.04% | $24.13 | 4.0211 | $97.03 | |
ETH | 0.04% | $0.999693 | 96.913 | $96.88 | |
ETH | 0.04% | $21.86 | 4.4275 | $96.79 | |
ETH | 0.04% | $0.000206 | 467,545.07 | $96.55 | |
ETH | 0.04% | $2.73 | 35.3094 | $96.39 | |
ETH | 0.04% | $0.000002 | 44,725,203.764 | $96.16 | |
ETH | 0.04% | $0.007266 | 13,229.7257 | $96.12 | |
ETH | 0.04% | $0.121939 | 786.4087 | $95.89 | |
ETH | 0.04% | $93,825 | 0.00102181 | $95.87 | |
ETH | 0.04% | $0.040896 | 2,342.7606 | $95.81 | |
ETH | 0.04% | $0.002732 | 34,987.9932 | $95.58 | |
ETH | 0.04% | $0.005661 | 16,867.8182 | $95.5 | |
ETH | 0.04% | $0.001076 | 88,468.0176 | $95.23 | |
ETH | 0.03% | $0.001727 | 54,988.1288 | $94.98 | |
ETH | 0.03% | $1,845.09 | 0.0514 | $94.92 | |
ETH | 0.03% | $26.17 | 3.6155 | $94.61 | |
ETH | 0.03% | $0.001401 | 67,510.0515 | $94.59 | |
ETH | 0.03% | $25.03 | 3.7759 | $94.51 | |
ETH | 0.03% | $0.00171 | 55,223.4953 | $94.46 | |
ETH | 0.03% | $0.205372 | 459.396 | $94.35 | |
ETH | 0.03% | $0.336249 | 280.4222 | $94.29 | |
ETH | 0.03% | $0.000503 | 187,337.5379 | $94.19 | |
ETH | 0.03% | $0.074328 | 1,264.9547 | $94.02 | |
ETH | 0.03% | $0.463308 | 202.8268 | $93.97 | |
ETH | 0.03% | $576.93 | 0.1627 | $93.89 | |
ETH | 0.03% | $1.09 | 85.7276 | $93.7 | |
ETH | 0.03% | $0.000001 | 145,717,002.2947 | $93.31 | |
ETH | 0.03% | $0.000545 | 171,048.2047 | $93.3 | |
ETH | 0.03% | $3.27 | 28.3678 | $92.76 | |
ETH | 0.03% | $0.324069 | 286.2211 | $92.76 | |
ETH | 0.03% | $0.185749 | 499.2072 | $92.73 | |
ETH | 0.03% | $0.000792 | 117,088.1904 | $92.68 | |
ETH | 0.03% | $0.087307 | 1,061.3277 | $92.66 | |
ETH | 0.03% | $0.021177 | 4,355.4419 | $92.24 | |
ETH | 0.03% | $0.016931 | 5,429.9088 | $91.93 | |
ETH | 0.03% | $0.001546 | 59,391.1624 | $91.85 | |
ETH | 0.03% | $0.001554 | 58,993.4469 | $91.65 | |
ETH | 0.03% | $0.027389 | 3,325.888 | $91.09 | |
ETH | 0.03% | $1.03 | 88.6607 | $91.03 | |
ETH | 0.03% | $0.094772 | 959.3352 | $90.92 | |
ETH | 0.03% | $0.000287 | 316,782.0633 | $90.8 | |
ETH | 0.03% | $0.520207 | 174.3243 | $90.68 | |
ETH | 0.03% | $0.030887 | 2,933.9163 | $90.62 | |
ETH | 0.03% | $1,890.57 | 0.0478 | $90.44 | |
ETH | 0.03% | $0.021926 | 4,121.2763 | $90.36 | |
ETH | 0.03% | $0.01483 | 6,085.6386 | $90.25 | |
ETH | 0.03% | $9.07 | 9.9494 | $90.24 | |
ETH | 0.03% | $0.027735 | 3,252.6764 | $90.21 | |
ETH | 0.03% | $0.165656 | 543.1602 | $89.98 | |
ETH | 0.03% | $0.094184 | 953.4997 | $89.8 | |
ETH | 0.03% | $674.55 | 0.1329 | $89.63 | |
ETH | 0.03% | $0.000017 | 5,143,265.5355 | $89.6 | |
ETH | 0.03% | $0.006507 | 13,765.4702 | $89.57 | |
ETH | 0.03% | $0.014745 | 6,071.7933 | $89.53 | |
ETH | 0.03% | $4.57 | 19.5775 | $89.47 | |
ETH | 0.03% | $0.08405 | 1,061.8838 | $89.25 | |
ETH | 0.03% | $0.030012 | 2,968.5938 | $89.09 | |
ETH | 0.03% | $5,152.49 | 0.0172 | $88.69 | |
ETH | 0.03% | $0.000118 | 754,376.7768 | $88.65 | |
ETH | 0.03% | $0.000102 | 866,016.1517 | $88.47 | |
ETH | 0.03% | $0.067909 | 1,302.6029 | $88.46 | |
ETH | 0.03% | $0.068743 | 1,285.5298 | $88.37 | |
ETH | 0.03% | $0.014446 | 6,112.535 | $88.3 | |
ETH | 0.03% | $1.19 | 73.973 | $88.3 | |
ETH | 0.03% | $0.639711 | 137.3855 | $87.89 | |
ETH | 0.03% | $0.21542 | 407.8962 | $87.87 | |
ETH | 0.03% | $0.348844 | 251.6009 | $87.77 | |
ETH | 0.03% | $0.02578 | 3,398.5073 | $87.62 | |
ETH | 0.03% | $0.003755 | 23,303.2845 | $87.52 | |
ETH | 0.03% | $0.008271 | 10,566.6138 | $87.39 | |
ETH | 0.03% | $0.015254 | 5,719.5423 | $87.25 | |
ETH | 0.03% | $0.98518 | 88.4805 | $87.17 | |
ETH | 0.03% | $0.029465 | 2,930.0903 | $86.34 | |
ETH | 0.03% | $12.35 | 6.9891 | $86.32 | |
ETH | 0.03% | $1.35 | 64.1173 | $86.28 | |
ETH | 0.03% | $0.334784 | 256.9505 | $86.02 | |
ETH | 0.03% | $0.065769 | 1,305.0316 | $85.83 | |
ETH | 0.03% | $0.001176 | 72,876.8775 | $85.7 | |
ETH | 0.03% | $0.303002 | 282.5918 | $85.63 | |
ETH | 0.03% | $0.01592 | 5,376.9442 | $85.6 | |
ETH | 0.03% | $0.001539 | 55,563.8608 | $85.5 | |
ETH | 0.03% | $0.044617 | 1,915.6261 | $85.47 | |
ETH | 0.03% | $0.398495 | 213.826 | $85.21 | |
ETH | 0.03% | $0.000004 | 24,204,851.2595 | $84.96 | |
ETH | 0.03% | $0.032549 | 2,609.183 | $84.93 | |
ETH | 0.03% | $0.004075 | 20,799.5485 | $84.76 | |
ETH | 0.03% | $3.55 | 23.8729 | $84.75 | |
ETH | 0.03% | $0.100587 | 838.3536 | $84.33 | |
ETH | 0.03% | $0.014907 | 5,654.5316 | $84.29 | |
ETH | 0.03% | <$0.000001 | 26,733,788,431.4248 | $84.1 | |
ETH | 0.03% | <$0.000001 | 251,858,142,913.9404 | $84.07 | |
ETH | 0.03% | $0.002679 | 31,336.7655 | $83.96 | |
ETH | 0.03% | $0.008831 | 9,456.2511 | $83.51 | |
ETH | 0.03% | $1.36 | 61.3366 | $83.42 | |
ETH | 0.03% | $0.001738 | 47,861.4714 | $83.19 | |
ETH | 0.03% | $0.000207 | 401,816.1109 | $83.17 | |
ETH | 0.03% | $0.18118 | 458.4167 | $83.06 | |
ETH | 0.03% | $0.000016 | 5,221,550.3186 | $82.87 | |
ETH | 0.03% | $0.022338 | 3,705.3222 | $82.77 | |
ETH | 0.03% | $0.000001 | 78,808,389.762 | $82.75 | |
ETH | 0.03% | $0.089454 | 924.8783 | $82.73 | |
ETH | 0.03% | $0.999257 | 82.748 | $82.69 | |
ETH | 0.03% | $0.037164 | 2,220.1383 | $82.51 | |
ETH | 0.03% | <$0.000001 | 2,638,950,256.4068 | $82.45 | |
ETH | 0.03% | $0.288539 | 285.6073 | $82.41 | |
ETH | 0.03% | $0.134182 | 613.4281 | $82.31 | |
ETH | 0.03% | $0.001056 | 77,842.8605 | $82.23 | |
ETH | 0.03% | $0.940909 | 87.328 | $82.17 | |
ETH | 0.03% | $0.006284 | 13,051.56 | $82.02 | |
ETH | 0.03% | $0.000608 | 134,916.2086 | $82.01 | |
ETH | 0.03% | $1.04 | 78.5876 | $81.73 | |
ETH | 0.03% | $0.003503 | 23,302.0316 | $81.63 | |
ETH | 0.03% | $0.001318 | 61,833.2451 | $81.5 | |
ETH | 0.03% | <$0.000001 | 5,556,191,150.2171 | $81.38 | |
ETH | 0.03% | $0.000133 | 613,085.6993 | $81.31 | |
ETH | 0.03% | $0.060451 | 1,344.8101 | $81.3 | |
ETH | 0.03% | $0.065125 | 1,244.0463 | $81.02 | |
ETH | 0.03% | $0.036719 | 2,198.3096 | $80.72 | |
ETH | 0.03% | $0.000001 | 64,476,184.165 | $80.6 | |
ETH | 0.03% | $0.140078 | 572.1354 | $80.14 | |
ETH | 0.03% | $0.000602 | 133,010.0477 | $80.02 | |
ETH | 0.03% | $0.000004 | 20,842,336.1198 | $79.46 | |
ETH | 0.03% | $0.001887 | 42,086.91 | $79.42 | |
ETH | 0.03% | $1,855.72 | 0.0427 | $79.3 | |
ETH | 0.03% | $0.011559 | 6,858.4755 | $79.28 | |
ETH | 0.03% | $0.000062 | 1,279,853.6006 | $79.11 | |
ETH | 0.03% | $0.466258 | 169.6512 | $79.1 | |
ETH | 0.03% | $0.000436 | 181,033.9051 | $78.97 | |
ETH | 0.03% | $0.042798 | 1,844.0061 | $78.92 | |
ETH | 0.03% | $0.081536 | 966.9232 | $78.84 | |
ETH | 0.03% | $0.010936 | 7,187.0857 | $78.6 | |
ETH | 0.03% | $1.19 | 65.8414 | $78.35 | |
ETH | 0.03% | $6.31 | 12.4086 | $78.3 | |
ETH | 0.03% | $11.5 | 6.804 | $78.25 | |
ETH | 0.03% | $0.283392 | 275.8711 | $78.18 | |
ETH | 0.03% | $0.001315 | 59,338.8474 | $78.06 | |
ETH | 0.03% | $0.31592 | 246.6646 | $77.93 | |
ETH | 0.03% | $0.004009 | 19,433.4341 | $77.91 | |
ETH | 0.03% | $8.06 | 9.6472 | $77.76 | |
ETH | 0.03% | $0.09263 | 837.3669 | $77.57 | |
ETH | 0.03% | $0.008086 | 9,592.3379 | $77.56 | |
ETH | 0.03% | $0.177097 | 437.4001 | $77.46 | |
ETH | 0.03% | $0.050254 | 1,540.9575 | $77.44 | |
ETH | 0.03% | $0.054861 | 1,411.3524 | $77.43 | |
ETH | 0.03% | $187.87 | 0.4115 | $77.3 | |
ETH | 0.03% | $0.041195 | 1,869.7325 | $77.02 | |
ETH | 0.03% | $2.55 | 30.1974 | $76.87 | |
ETH | 0.03% | $0.090129 | 852.4836 | $76.83 | |
ETH | 0.03% | $0.002594 | 29,552.7768 | $76.67 | |
ETH | 0.03% | $73.69 | 1.0397 | $76.62 | |
ETH | 0.03% | $0.01811 | 4,230.5095 | $76.61 | |
ETH | 0.03% | $0.003978 | 19,229.7164 | $76.5 | |
ETH | 0.03% | $0.007828 | 9,756.0129 | $76.37 | |
ETH | 0.03% | $0.014596 | 5,229.6167 | $76.33 | |
ETH | 0.03% | <$0.000001 | 7,972,008,454.3068 | $76.27 | |
ETH | 0.03% | $0.0015 | 50,838.9152 | $76.24 | |
ETH | 0.03% | $2.86 | 26.5974 | $76.07 | |
ETH | 0.03% | $0.015406 | 4,936.5085 | $76.05 | |
ETH | 0.03% | $616.84 | 0.1233 | $76.05 | |
ETH | 0.03% | $5.58 | 13.6219 | $76.01 | |
ETH | 0.03% | $0.023423 | 3,243.9517 | $75.98 | |
ETH | 0.03% | $0.001805 | 42,032.6325 | $75.88 | |
ETH | 0.03% | $0.141735 | 535.3214 | $75.87 | |
ETH | 0.03% | <$0.000001 | 80,977,364,811.6426 | $75.86 | |
ETH | 0.03% | $0.864337 | 87.7354 | $75.83 | |
ETH | 0.03% | $0.001137 | 66,557.5922 | $75.67 | |
ETH | 0.03% | $0.00092 | 82,175.8289 | $75.63 | |
ETH | 0.03% | $0.083344 | 906.6605 | $75.56 | |
ETH | 0.03% | $151.33 | 0.4984 | $75.43 | |
ETH | 0.03% | $30.46 | 2.476 | $75.42 | |
ETH | 0.03% | $0.032522 | 2,318.2188 | $75.39 | |
ETH | 0.03% | $0.079078 | 949.9172 | $75.12 | |
ETH | 0.03% | $0.012429 | 6,038.8028 | $75.05 | |
ETH | 0.03% | $0.054464 | 1,375.8946 | $74.94 | |
ETH | 0.03% | $0.134304 | 557.1309 | $74.82 | |
ETH | 0.03% | $0.075767 | 986.007 | $74.71 | |
ETH | 0.03% | $0.243056 | 306.6325 | $74.53 | |
ETH | 0.03% | $0.096627 | 769.7751 | $74.38 | |
ETH | 0.03% | $0.032259 | 2,288.7859 | $73.83 | |
ETH | 0.03% | $0.010244 | 7,206.724 | $73.83 | |
ETH | 0.03% | $0.003071 | 23,928.8425 | $73.49 | |
ETH | 0.03% | $0.001845 | 39,724.6654 | $73.28 | |
ETH | 0.03% | $0.543136 | 134.8823 | $73.26 | |
ETH | 0.03% | $0.252553 | 289.5312 | $73.12 | |
ETH | 0.03% | $0.145997 | 500.797 | $73.12 | |
ETH | 0.03% | $0.000003 | 23,623,458.2203 | $73 | |
ETH | 0.03% | $0.002408 | 30,219.1169 | $72.75 | |
ETH | 0.03% | $0.006821 | 10,652.1756 | $72.66 | |
ETH | 0.03% | $92,679 | 0.0007838 | $72.64 | |
ETH | 0.03% | $0.005947 | 12,182.7677 | $72.45 | |
ETH | 0.03% | $0.026351 | 2,743.8438 | $72.3 | |
ETH | 0.03% | $0.097812 | 736.1311 | $72 | |
ETH | 0.03% | $0.000013 | 5,534,222.2386 | $71.94 | |
ETH | 0.03% | $0.001396 | 51,465.5103 | $71.87 | |
ETH | 0.03% | $0.000002 | 42,203,805.5229 | $71.86 | |
ETH | 0.03% | $0.011407 | 6,295.6982 | $71.81 | |
ETH | 0.03% | $0.000368 | 194,611.8834 | $71.55 | |
ETH | 0.03% | $1,920.47 | 0.0372 | $71.52 | |
ETH | 0.03% | $1,877.92 | 0.0379 | $71.17 | |
ETH | 0.03% | $0.399226 | 178.1141 | $71.11 | |
ETH | 0.03% | $0.001327 | 53,403.769 | $70.89 | |
ETH | 0.03% | $0.974428 | 72.658 | $70.8 | |
ETH | 0.03% | $0.000005 | 14,803,938.6203 | $70.69 | |
ETH | 0.03% | $1.25 | 56.4871 | $70.61 | |
ETH | 0.03% | $1.14 | 61.8219 | $70.37 | |
ETH | 0.03% | <$0.000001 | 144,403,698.2582 | $70.37 | |
ETH | 0.03% | $7.15 | 9.8195 | $70.21 | |
ETH | 0.03% | $0.000656 | 106,926.7864 | $70.19 | |
ETH | 0.03% | $1,801.95 | 0.0388 | $69.91 | |
ETH | 0.03% | $0.409316 | 170.2762 | $69.7 | |
ETH | 0.03% | $0.003651 | 19,088.3455 | $69.69 | |
ETH | 0.03% | <$0.000001 | 284,319,814.4244 | $69.46 | |
ETH | 0.03% | $0.000027 | 2,531,996.1177 | $69.22 | |
ETH | 0.03% | $0.130015 | 532.0771 | $69.18 | |
ETH | 0.03% | $0.003325 | 20,788.3536 | $69.12 | |
ETH | 0.03% | $0.000837 | 82,566.7865 | $69.11 | |
ETH | 0.03% | $0.000503 | 137,224.5512 | $68.97 | |
ETH | 0.03% | $0.563654 | 121.9888 | $68.76 | |
ETH | 0.03% | $0.026516 | 2,589.1108 | $68.65 | |
ETH | 0.03% | $0.001248 | 54,965.6216 | $68.6 | |
ETH | 0.03% | $0.235033 | 291.4559 | $68.5 | |
ETH | 0.03% | $0.038106 | 1,793.5594 | $68.35 | |
ETH | 0.03% | $0.002586 | 26,395.6008 | $68.25 | |
ETH | 0.03% | $0.006092 | 11,185.9619 | $68.15 | |
ETH | 0.02% | $0.000421 | 161,508.179 | $67.96 | |
ETH | 0.02% | $0.648165 | 104.8349 | $67.95 | |
ETH | 0.02% | $0.021802 | 3,116.3601 | $67.94 | |
ETH | 0.02% | $0.005148 | 13,191.3964 | $67.91 | |
ETH | 0.02% | $0.005615 | 12,086.276 | $67.86 | |
ETH | 0.02% | $0.005571 | 12,172.1283 | $67.82 | |
ETH | 0.02% | $0.995898 | 68.0558 | $67.78 | |
ETH | 0.02% | $0.404462 | 167.3915 | $67.7 | |
ETH | 0.02% | $0.090034 | 750.3954 | $67.56 | |
ETH | 0.02% | $1.18 | 57.2492 | $67.55 | |
ETH | 0.02% | $0.004963 | 13,562.7645 | $67.31 | |
ETH | 0.02% | $0.018124 | 3,711.7293 | $67.27 | |
ETH | 0.02% | $0.000064 | 1,053,944.4525 | $67.24 | |
ETH | 0.02% | $0.003685 | 18,216.2644 | $67.13 | |
ETH | 0.02% | $0.006726 | 9,970.1558 | $67.06 | |
ETH | 0.02% | $0.044186 | 1,514.4675 | $66.92 | |
ETH | 0.02% | <$0.000001 | 105,836,129,903.3002 | $66.89 | |
ETH | 0.02% | <$0.000001 | 1,476,160,167.7131 | $66.82 | |
ETH | 0.02% | $0.002151 | 30,910.3829 | $66.49 | |
ETH | 0.02% | $0.025011 | 2,650.7289 | $66.3 | |
ETH | 0.02% | $0.006443 | 10,224.4574 | $65.87 | |
ETH | 0.02% | $14.58 | 4.5166 | $65.85 | |
ETH | 0.02% | $0.248298 | 264.952 | $65.79 | |
ETH | 0.02% | $0.004985 | 13,171.1755 | $65.65 | |
ETH | 0.02% | $0.0028 | 23,415.9079 | $65.56 | |
ETH | 0.02% | $0.000194 | 337,125.4874 | $65.55 | |
ETH | 0.02% | $0.000387 | 169,327.0326 | $65.45 | |
ETH | 0.02% | $0.001244 | 52,506.2822 | $65.32 | |
ETH | 0.02% | $0.000001 | 77,260,261.2094 | $65.31 | |
ETH | 0.02% | <$0.000001 | 46,229,472,705.8222 | $65.18 | |
ETH | 0.02% | <$0.000001 | 63,117,105,357.5624 | $64.74 | |
ETH | 0.02% | $44.2 | 1.4641 | $64.71 | |
ETH | 0.02% | $2.22 | 29.077 | $64.66 | |
ETH | 0.02% | $0.033342 | 1,934.7205 | $64.51 | |
ETH | 0.02% | $0.004266 | 15,112.2038 | $64.47 | |
ETH | 0.02% | <$0.000001 | 639,691,871.9426 | $64.43 | |
ETH | 0.02% | $0.013525 | 4,760.9617 | $64.39 | |
ETH | 0.02% | $0.024239 | 2,654.0975 | $64.33 | |
ETH | 0.02% | $0.001602 | 39,994.685 | $64.07 | |
ETH | 0.02% | $0.055256 | 1,158.8652 | $64.03 | |
ETH | 0.02% | $0.000581 | 110,182.2165 | $64.02 | |
ETH | 0.02% | $0.0313 | 2,042.2736 | $63.92 | |
ETH | 0.02% | $0.090375 | 706.9707 | $63.89 | |
ETH | 0.02% | $0.004491 | 14,170.2189 | $63.64 | |
ETH | 0.02% | $5,394.99 | 0.0118 | $63.64 | |
ETH | 0.02% | $0.01757 | 3,621.1421 | $63.62 | |
ETH | 0.02% | $0.056015 | 1,135.2468 | $63.59 | |
ETH | 0.02% | $0.61781 | 102.7987 | $63.51 | |
ETH | 0.02% | $0.019137 | 3,317.7532 | $63.49 | |
ETH | 0.02% | $0.023651 | 2,682.2157 | $63.44 | |
ETH | 0.02% | $0.999684 | 63.3794 | $63.36 | |
ETH | 0.02% | $0.072171 | 874.1901 | $63.09 | |
ETH | 0.02% | $25 | 2.5205 | $63.01 | |
ETH | 0.02% | $0.000519 | 120,971.5791 | $62.73 | |
ETH | 0.02% | <$0.000001 | 274,611,691.2651 | $62.72 | |
ETH | 0.02% | <$0.000001 | 39,589,378,950.4112 | $62.71 | |
ETH | 0.02% | $2 | 31.1453 | $62.39 | |
ETH | 0.02% | $1.05 | 59.1618 | $62.36 | |
ETH | 0.02% | <$0.000001 | 41,300,188,107.7412 | $62.32 | |
ETH | 0.02% | $0.001651 | 37,705.7466 | $62.25 | |
ETH | 0.02% | <$0.000001 | 159,480,376.5309 | $62.21 | |
ETH | 0.02% | $0.000319 | 194,643.7639 | $62.14 | |
ETH | 0.02% | $0.083252 | 745.9437 | $62.1 | |
ETH | 0.02% | $0.002838 | 21,864.887 | $62.05 | |
ETH | 0.02% | $0.041184 | 1,504.0482 | $61.94 | |
ETH | 0.02% | $0.006593 | 9,356.3817 | $61.69 | |
ETH | 0.02% | $0.000123 | 499,363.268 | $61.65 | |
ETH | 0.02% | $0.002672 | 23,047.6579 | $61.57 | |
ETH | 0.02% | <$0.000001 | 4,568,075,630.6357 | $61.52 | |
ETH | 0.02% | $2.21 | 27.8084 | $61.46 | |
ETH | 0.02% | $2,140.07 | 0.0285 | $61.06 | |
ETH | 0.02% | $0.449603 | 135.592 | $60.96 | |
ETH | 0.02% | $0.000013 | 4,677,837.2814 | $60.95 | |
ETH | 0.02% | $0.019743 | 3,070.5366 | $60.62 | |
ETH | 0.02% | $0.32921 | 184.0587 | $60.59 | |
ETH | 0.02% | $0.014374 | 4,200.7055 | $60.38 | |
ETH | 0.02% | $0.002124 | 28,373.473 | $60.26 | |
ETH | 0.02% | $0.000589 | 101,830.6088 | $59.96 | |
ETH | 0.02% | $1.13 | 52.91 | $59.79 | |
ETH | 0.02% | <$0.000001 | 2,097,413,043.3155 | $59.77 | |
ETH | 0.02% | $0.653187 | 91.3991 | $59.7 | |
ETH | 0.02% | $0.004163 | 14,335.6263 | $59.68 | |
ETH | 0.02% | $0.13796 | 432.1271 | $59.62 | |
ETH | 0.02% | $0.029603 | 2,010.564 | $59.52 | |
ETH | 0.02% | $0.134859 | 440.9561 | $59.47 | |
ETH | 0.02% | $0.005001 | 11,871.2996 | $59.37 | |
ETH | 0.02% | $1.32 | 44.9192 | $59.29 | |
ETH | 0.02% | $0.242919 | 243.9981 | $59.27 | |
ETH | 0.02% | $0.00513 | 11,540.9359 | $59.2 | |
ETH | 0.02% | $619.52 | 0.0955 | $59.19 | |
ETH | 0.02% | $0.007752 | 7,634.8573 | $59.19 | |
ETH | 0.02% | $0.038116 | 1,552.445 | $59.17 | |
ETH | 0.02% | $0.02605 | 2,270.4917 | $59.15 | |
ETH | 0.02% | $0.013415 | 4,405.8618 | $59.1 | |
ETH | 0.02% | $0.027431 | 2,153.3248 | $59.07 | |
ETH | 0.02% | $0.001306 | 45,168.7621 | $59 | |
ETH | 0.02% | $0.418957 | 140.805 | $58.99 | |
ETH | 0.02% | $0.001862 | 31,614.9826 | $58.86 | |
ETH | 0.02% | $12.72 | 4.6251 | $58.83 | |
ETH | 0.02% | $0.30137 | 194.5265 | $58.62 | |
ETH | 0.02% | $0.832979 | 70.2914 | $58.55 | |
ETH | 0.02% | $0.062298 | 937.065 | $58.38 | |
ETH | 0.02% | $0.070401 | 828.7735 | $58.35 | |
ETH | 0.02% | $0.003628 | 16,039.4221 | $58.2 | |
ETH | 0.02% | $0.478201 | 121.0338 | $57.88 | |
ETH | 0.02% | $0.37608 | 153.7064 | $57.81 | |
ETH | 0.02% | <$0.000001 | 177,322,017.317 | $57.78 | |
ETH | 0.02% | $0.00152 | 37,854.7761 | $57.54 | |
ETH | 0.02% | $0.030657 | 1,873.8788 | $57.45 | |
ETH | 0.02% | $0.002906 | 19,768.0455 | $57.44 | |
ETH | 0.02% | $0.047729 | 1,201.8688 | $57.36 | |
ETH | 0.02% | $0.002021 | 28,277.434 | $57.16 | |
ETH | 0.02% | $0.042957 | 1,327.4757 | $57.02 | |
ETH | 0.02% | $0.058739 | 968.7172 | $56.9 | |
ETH | 0.02% | $0.960241 | 59.2022 | $56.85 | |
ETH | 0.02% | $0.000005 | 12,619,310.1282 | $56.79 | |
ETH | 0.02% | $0.002358 | 24,071.7372 | $56.77 | |
ETH | 0.02% | $0.095026 | 595.5427 | $56.59 | |
ETH | 0.02% | $0.024817 | 2,265.7896 | $56.23 | |
ETH | 0.02% | $0.001919 | 29,283.2318 | $56.18 | |
ETH | 0.02% | $0.997319 | 56.2881 | $56.14 | |
ETH | 0.02% | $0.011251 | 4,989.1434 | $56.13 | |
ETH | 0.02% | $0.003839 | 14,597.048 | $56.04 | |
ETH | 0.02% | $0.105725 | 529.7579 | $56.01 | |
ETH | 0.02% | $0.011139 | 5,008.3026 | $55.78 | |
ETH | 0.02% | $0.010739 | 5,190.3856 | $55.74 | |
ETH | 0.02% | $0.021344 | 2,608.7677 | $55.68 | |
ETH | 0.02% | <$0.000001 | 1,728,117,751.0866 | $55.68 | |
ETH | 0.02% | $52.54 | 1.0591 | $55.64 | |
ETH | 0.02% | $0.008361 | 6,651.6561 | $55.61 | |
ETH | 0.02% | $0.025243 | 2,200.659 | $55.55 | |
ETH | 0.02% | $67,804.09 | 0.00081869 | $55.51 | |
ETH | 0.02% | $0.030971 | 1,783 | $55.22 | |
ETH | 0.02% | $2.53 | 21.8109 | $55.18 | |
ETH | 0.02% | $0.00357 | 15,450.8187 | $55.17 | |
ETH | 0.02% | $0.000864 | 63,794.8547 | $55.14 | |
ETH | 0.02% | $2.93 | 18.7911 | $55.06 | |
ETH | 0.02% | $0.0062 | 8,879.5739 | $55.05 | |
ETH | 0.02% | $0.106308 | 517.4782 | $55.01 | |
ETH | 0.02% | $0.000239 | 230,471.7615 | $54.98 | |
ETH | 0.02% | $0.056997 | 964.2867 | $54.96 | |
ETH | 0.02% | $0.000255 | 215,184.379 | $54.94 | |
ETH | 0.02% | $0.006589 | 8,330.9428 | $54.9 | |
ETH | 0.02% | $0.234378 | 234.1093 | $54.87 | |
ETH | 0.02% | $0.001963 | 27,909.9112 | $54.8 | |
ETH | 0.02% | $0.016596 | 3,300.3481 | $54.77 | |
ETH | 0.02% | $0.000254 | 215,739.8866 | $54.72 | |
ETH | 0.02% | $0.002944 | 18,574.8563 | $54.69 | |
ETH | 0.02% | <$0.000001 | 24,650,855,799.2205 | $54.6 | |
ETH | 0.02% | $0.024002 | 2,274.2259 | $54.59 | |
ETH | 0.02% | $0.000131 | 416,902.2555 | $54.58 | |
ETH | 0.02% | $0.999382 | 54.5643 | $54.53 | |
ETH | 0.02% | $0.006938 | 7,839.9175 | $54.39 | |
ETH | 0.02% | $0.000187 | 290,832.1416 | $54.35 | |
ETH | 0.02% | $0.028809 | 1,885.6706 | $54.32 | |
ETH | 0.02% | $2.05 | 26.4869 | $54.3 | |
ETH | 0.02% | $0.496826 | 109.1138 | $54.21 | |
ETH | 0.02% | $0.642518 | 84.3307 | $54.18 | |
ETH | 0.02% | <$0.000001 | 896,775,843.4096 | $54.18 | |
ETH | 0.02% | $0.000993 | 54,365.651 | $53.99 | |
ETH | 0.02% | $0.000101 | 531,867.1572 | $53.9 | |
ETH | 0.02% | $6.07 | 8.8687 | $53.83 | |
ETH | 0.02% | $0.210557 | 255.4634 | $53.79 | |
ETH | 0.02% | $0.139093 | 386.5522 | $53.77 | |
ETH | 0.02% | $0.000001 | 71,622,134.6528 | $53.46 | |
ETH | 0.02% | $24.99 | 2.1371 | $53.41 | |
ETH | 0.02% | $0.00003 | 1,761,787.1924 | $53.29 | |
ETH | 0.02% | $15.14 | 3.5104 | $53.15 | |
ETH | 0.02% | $0.013978 | 3,795.9672 | $53.06 | |
ETH | 0.02% | <$0.000001 | 279,496,164,060.3362 | $52.97 | |
ETH | 0.02% | $2.84 | 18.6531 | $52.94 | |
ETH | 0.02% | $0.567119 | 92.7171 | $52.58 | |
ETH | 0.02% | $40.67 | 1.2916 | $52.53 | |
ETH | 0.02% | $0.001469 | 35,746.1875 | $52.53 | |
ETH | 0.02% | $0.037956 | 1,379.4776 | $52.36 | |
ETH | 0.02% | $0.000001 | 47,835,889.144 | $52.31 | |
ETH | 0.02% | $0.000027 | 1,938,932.9073 | $52.27 | |
ETH | 0.02% | $14,954.4 | 0.00349526 | $52.27 | |
ETH | 0.02% | $0.153273 | 340.8702 | $52.25 | |
ETH | 0.02% | $0.001482 | 35,241.7441 | $52.24 | |
ETH | 0.02% | $0.000002 | 34,794,096.1941 | $52.19 | |
ETH | 0.02% | $0.000001 | 48,775,837.9376 | $52.19 | |
ETH | 0.02% | $0.375448 | 138.4851 | $51.99 | |
ETH | 0.02% | <$0.000001 | 9,312,498,829.0541 | $51.95 | |
ETH | 0.02% | $0.004539 | 11,436.3612 | $51.91 | |
ETH | 0.02% | $1 | 51.9066 | $51.91 | |
ETH | 0.02% | $36.29 | 1.4254 | $51.73 | |
ETH | 0.02% | $0.000633 | 81,611.0245 | $51.69 | |
ETH | 0.02% | $0.009199 | 5,608.8498 | $51.6 | |
ETH | 0.02% | $0.002271 | 22,714.0785 | $51.59 | |
ETH | 0.02% | $0.133586 | 385.9853 | $51.56 | |
ETH | 0.02% | $0.138724 | 371.6648 | $51.56 | |
ETH | 0.02% | $0.032054 | 1,605.565 | $51.46 | |
ETH | 0.02% | $0.192973 | 266.5234 | $51.43 | |
ETH | 0.02% | <$0.000001 | 226,447,236,478.745 | $51.4 | |
ETH | 0.02% | $0.026129 | 1,966.1368 | $51.37 | |
ETH | 0.02% | $0.001652 | 31,061.4421 | $51.32 | |
ETH | 0.02% | $0.000704 | 72,717.8242 | $51.18 | |
ETH | 0.02% | <$0.000001 | 366,709,070.9742 | $51.1 | |
ETH | 0.02% | $0.008086 | 6,289.0042 | $50.85 | |
ETH | 0.02% | $0.918003 | 55.3119 | $50.78 | |
ETH | 0.02% | $0.009324 | 5,444.7632 | $50.77 | |
ETH | 0.02% | $0.003004 | 16,897.6348 | $50.76 | |
ETH | 0.02% | <$0.000001 | 248,274,543.2708 | $50.74 | |
ETH | 0.02% | $0.001061 | 47,719.4234 | $50.62 | |
ETH | 0.02% | $0.008294 | 6,084.1999 | $50.46 | |
ETH | 0.02% | $0.808818 | 62.3652 | $50.44 | |
ETH | 0.02% | $1,616.04 | 0.0311 | $50.31 | |
ETH | 0.02% | $0.019136 | 2,628.9572 | $50.31 | |
ETH | 0.02% | $667.27 | 0.0752 | $50.21 | |
ETH | 0.02% | <$0.000001 | 43,125,222,586.1981 | $50.2 | |
ETH | 0.02% | $0.054248 | 923.7213 | $50.11 | |
ETH | 0.02% | $0.170461 | 293.4463 | $50.02 | |
ETH | 0.02% | <$0.000001 | 226,740,005.0259 | $50.01 | |
ETH | 0.02% | $0.003518 | 14,147.3545 | $49.78 | |
ETH | 0.02% | $0.02748 | 1,810.2211 | $49.75 | |
ETH | 0.02% | $0.000895 | 55,574.4034 | $49.71 | |
ETH | 0.02% | $0.008065 | 6,160.6336 | $49.69 | |
ETH | 0.02% | $0.000015 | 3,397,243.6318 | $49.63 | |
ETH | 0.02% | $0.099657 | 496.321 | $49.46 | |
ETH | 0.02% | $1,807.25 | 0.0273 | $49.39 | |
ETH | 0.02% | $0.706216 | 69.9086 | $49.37 | |
ETH | 0.02% | $0.002315 | 21,196.569 | $49.08 | |
ETH | 0.02% | $0.000101 | 485,341.8973 | $49.04 | |
ETH | 0.02% | $0.000002 | 23,251,091.9962 | $48.98 | |
ETH | 0.02% | $0.001506 | 32,447.7004 | $48.86 | |
ETH | 0.02% | $0.205056 | 237.9782 | $48.8 | |
ETH | 0.02% | $0.000124 | 394,677.9017 | $48.78 | |
ETH | 0.02% | $6.17 | 7.89 | $48.68 | |
ETH | 0.02% | $172.27 | 0.2825 | $48.66 | |
ETH | 0.02% | $0.707039 | 68.5557 | $48.47 | |
ETH | 0.02% | $0.002208 | 21,951.3189 | $48.46 | |
ETH | 0.02% | <$0.000001 | 79,302,505,093.8072 | $48.44 | |
ETH | 0.02% | $0.999601 | 48.4318 | $48.41 | |
ETH | 0.02% | $0.000748 | 64,648.1745 | $48.38 | |
ETH | 0.02% | $0.0028 | 17,275.6283 | $48.37 | |
ETH | 0.02% | $1.21 | 39.7461 | $48.09 | |
ETH | 0.02% | $0.000344 | 139,065.1035 | $47.85 | |
ETH | 0.02% | $1.16 | 41.1862 | $47.78 | |
ETH | 0.02% | $0.322613 | 147.7467 | $47.67 | |
ETH | 0.02% | <$0.000001 | 175,087,338.6668 | $47.65 | |
ETH | 0.02% | $0.000397 | 119,803.0584 | $47.62 | |
ETH | 0.02% | $0.008411 | 5,653.7869 | $47.55 | |
ETH | 0.02% | $0.060807 | 780.6861 | $47.47 | |
ETH | 0.02% | $0.01486 | 3,194.4096 | $47.47 | |
ETH | 0.02% | $0.001086 | 43,642.6281 | $47.41 | |
ETH | 0.02% | $0.001695 | 27,942.0914 | $47.37 | |
ETH | 0.02% | $0.999802 | 47.3695 | $47.36 | |
ETH | 0.02% | <$0.000001 | 157,236,336.3355 | $47.36 | |
ETH | 0.02% | $0.000345 | 137,071.5671 | $47.34 | |
ETH | 0.02% | $0.020635 | 2,283.9334 | $47.13 | |
ETH | 0.02% | $0.016434 | 2,863.5833 | $47.06 | |
ETH | 0.02% | <$0.000001 | 344,843,574.2624 | $47.03 | |
ETH | 0.02% | $0.127865 | 367.232 | $46.96 | |
ETH | 0.02% | $0.000843 | 55,414.3978 | $46.7 | |
ETH | 0.02% | <$0.000001 | 412,006,048.1929 | $46.68 | |
ETH | 0.02% | $0.000252 | 184,942.8299 | $46.54 | |
ETH | 0.02% | <$0.000001 | 64,739,204,624.6924 | $46.54 | |
ETH | 0.02% | $0.069819 | 665.3346 | $46.45 | |
ETH | 0.02% | $0.786083 | 59.0048 | $46.38 | |
ETH | 0.02% | $1.23 | 37.691 | $46.36 | |
ETH | 0.02% | $0.002172 | 21,330.5724 | $46.34 | |
ETH | 0.02% | $0.000066 | 696,421.6491 | $46.24 | |
ETH | 0.02% | $0.012968 | 3,564.6135 | $46.23 | |
ETH | 0.02% | $0.006172 | 7,472.2319 | $46.12 | |
ETH | 0.02% | $0.287313 | 160.105 | $46 | |
ETH | 0.02% | $0.024692 | 1,858.7472 | $45.9 | |
ETH | 0.02% | $0.00252 | 18,157.5319 | $45.76 | |
ETH | 0.02% | $0.051375 | 889.4567 | $45.7 | |
ETH | 0.02% | $0.000001 | 38,389,970.7704 | $45.68 | |
ETH | 0.02% | $0.011912 | 3,833.9833 | $45.67 | |
ETH | 0.02% | <$0.000001 | 246,431,597,652.8961 | $45.62 | |
ETH | 0.02% | $0.763913 | 59.6707 | $45.58 | |
ETH | 0.02% | $0.000969 | 47,059.1015 | $45.58 | |
ETH | 0.02% | $0.033906 | 1,342.9896 | $45.54 | |
ETH | 0.02% | <$0.000001 | 14,598,804,877.8203 | $45.44 | |
ETH | 0.02% | $0.000001 | 70,630,296.662 | $45.24 | |
ETH | 0.02% | $0.059567 | 757.8091 | $45.14 | |
ETH | 0.02% | $0.000106 | 425,414.9985 | $45.07 | |
ETH | 0.02% | $1.18 | 38.097 | $44.95 | |
ETH | 0.02% | $0.183151 | 245.417 | $44.95 | |
ETH | 0.02% | $0.638634 | 70.1941 | $44.83 | |
ETH | 0.02% | $0.059664 | 750.6979 | $44.79 | |
ETH | 0.02% | $0.000001 | 67,356,112.7115 | $44.66 | |
ETH | 0.02% | $0.499621 | 89.1907 | $44.56 | |
ETH | 0.02% | <$0.000001 | 497,819,056.2245 | $44.36 | |
ETH | 0.02% | <$0.000001 | 66,923,914,822.5472 | $44.28 | |
ETH | 0.02% | <$0.000001 | 2,732,043,395,954,857.5 | $44.28 | |
ETH | 0.02% | $1.14 | 38.8297 | $44.27 | |
ETH | 0.02% | $0.000394 | 111,871.2458 | $44.1 | |
ETH | 0.02% | $0.00039 | 112,670.6349 | $43.96 | |
ETH | 0.02% | <$0.000001 | 118,843,906,550.489 | $43.87 | |
ETH | 0.02% | $0.150012 | 292.1186 | $43.82 | |
ETH | 0.02% | $0.080724 | 542.7442 | $43.81 | |
ETH | 0.02% | $0.000773 | 56,468.9329 | $43.65 | |
ETH | 0.02% | $0.045989 | 948.8741 | $43.64 | |
ETH | 0.02% | $0.019057 | 2,285.3634 | $43.55 | |
ETH | 0.02% | $3.05 | 14.2562 | $43.48 | |
ETH | 0.02% | $186.92 | 0.2326 | $43.48 | |
ETH | 0.02% | $0.130752 | 332.4208 | $43.46 | |
ETH | 0.02% | $0.011285 | 3,847.6819 | $43.42 | |
ETH | 0.02% | $0.004398 | 9,870.0545 | $43.41 | |
ETH | 0.02% | $7.97 | 5.4406 | $43.36 | |
ETH | 0.02% | $0.069444 | 622.5443 | $43.23 | |
ETH | 0.02% | $0.00018 | 240,518.7238 | $43.23 | |
ETH | 0.02% | $0.06542 | 660.4322 | $43.21 | |
ETH | 0.02% | $0.003227 | 13,383.2688 | $43.19 | |
ETH | 0.02% | <$0.000001 | 174,451,727.6621 | $43.07 | |
ETH | 0.02% | $0.000088 | 490,464.7624 | $43.06 | |
ETH | 0.02% | <$0.000001 | 52,113,479,026.5094 | $43.01 | |
ETH | 0.02% | $2.95 | 14.5718 | $42.99 | |
ETH | 0.02% | $0.002264 | 18,961.0812 | $42.94 | |
ETH | 0.02% | $0.00075 | 57,211.0401 | $42.89 | |
ETH | 0.02% | <$0.000001 | 108,964,180,650.9076 | $42.86 | |
ETH | 0.02% | $0.036984 | 1,158.0813 | $42.83 | |
ETH | 0.02% | $1.5 | 28.5138 | $42.77 | |
ETH | 0.02% | $0.775697 | 55.1286 | $42.76 | |
ETH | 0.02% | $0.557316 | 76.7128 | $42.75 | |
ETH | 0.02% | $1.3 | 32.8659 | $42.73 | |
ETH | 0.02% | $0.000674 | 63,309.964 | $42.65 | |
ETH | 0.02% | $0.000979 | 43,390.5137 | $42.5 | |
ETH | 0.02% | $0.001655 | 25,628.1507 | $42.43 | |
ETH | 0.02% | $0.028963 | 1,464.7679 | $42.42 | |
ETH | 0.02% | $0.020372 | 2,079.821 | $42.37 | |
ETH | 0.02% | $0.000064 | 661,004.3334 | $42.2 | |
ETH | 0.02% | <$0.000001 | 123,864,947,586.9829 | $42.08 | |
ETH | 0.02% | $93,334 | 0.00045085 | $42.08 | |
ETH | 0.02% | $0.020102 | 2,085.1074 | $41.92 | |
ETH | 0.02% | $0.3759 | 111.3494 | $41.86 | |
ETH | 0.02% | $0.006457 | 6,462.8753 | $41.73 | |
ETH | 0.02% | $0.058921 | 705.756 | $41.58 | |
ETH | 0.02% | $0.006042 | 6,873.0915 | $41.53 | |
ETH | 0.02% | $0.001036 | 40,046.9892 | $41.48 | |
ETH | 0.02% | $0.00001 | 4,153,059.2208 | $41.41 | |
ETH | 0.02% | $0.000001 | 64,203,735.8637 | $41.36 | |
ETH | 0.02% | $0.007223 | 5,725.6237 | $41.36 | |
ETH | 0.02% | $0.032611 | 1,266.3325 | $41.3 | |
ETH | 0.02% | $0.013437 | 3,071.6591 | $41.27 | |
ETH | 0.02% | $0.000737 | 55,856.6481 | $41.18 | |
ETH | 0.02% | $0.003696 | 11,080.3457 | $40.96 | |
ETH | 0.02% | $0.00573 | 7,132.8585 | $40.87 | |
ETH | 0.02% | $1,919.71 | 0.0213 | $40.86 | |
ETH | 0.01% | <$0.000001 | 189,342,772.0854 | $40.77 | |
ETH | 0.01% | $0.020015 | 2,034.8572 | $40.73 | |
ETH | 0.01% | $0.632341 | 64.33 | $40.68 | |
ETH | 0.01% | $0.300092 | 135.3174 | $40.61 | |
ETH | 0.01% | $0.002035 | 19,943.3054 | $40.58 | |
ETH | 0.01% | $0.998203 | 40.6404 | $40.57 | |
ETH | 0.01% | $0.005168 | 7,843.141 | $40.53 | |
ETH | 0.01% | $0.015073 | 2,687.267 | $40.5 | |
ETH | 0.01% | $0.013965 | 2,896.4141 | $40.45 | |
ETH | 0.01% | $0.000018 | 2,220,430.4244 | $40.41 | |
ETH | 0.01% | $0.000001 | 65,523,825.6688 | $40.32 | |
ETH | 0.01% | $1.14 | 35.3761 | $40.24 | |
ETH | 0.01% | $1.14 | 35.3761 | $40.24 | |
ETH | 0.01% | $0.301232 | 133.4671 | $40.2 | |
ETH | 0.01% | $1.39 | 28.9804 | $40.18 | |
ETH | 0.01% | $0.305148 | 131.6393 | $40.17 | |
ETH | 0.01% | $0.00045 | 89,104.2183 | $40.08 | |
ETH | 0.01% | $0.000003 | 13,266,736.4204 | $40.07 | |
ETH | 0.01% | $0.000135 | 295,966.7682 | $39.94 | |
ETH | 0.01% | $0.021069 | 1,894.6412 | $39.92 | |
ETH | 0.01% | $0.656502 | 60.7524 | $39.88 | |
ETH | 0.01% | $0.03542 | 1,125.8767 | $39.88 | |
ETH | 0.01% | $0.000476 | 83,287.183 | $39.65 | |
ETH | 0.01% | $0.427369 | 92.5357 | $39.55 | |
ETH | 0.01% | $0.00269 | 14,677.233 | $39.48 | |
ETH | 0.01% | $0.005509 | 7,159.9568 | $39.44 | |
ETH | 0.01% | $4.85 | 8.1286 | $39.42 | |
ETH | 0.01% | <$0.000001 | 19,155,054,610.8972 | $39.4 | |
ETH | 0.01% | $0.009497 | 4,143.1861 | $39.35 | |
ETH | 0.01% | $0.203598 | 193.2508 | $39.35 | |
ETH | 0.01% | $0.999247 | 39.3616 | $39.33 | |
ETH | 0.01% | $0.073445 | 534.7585 | $39.28 | |
ETH | 0.01% | $0.03568 | 1,099.0126 | $39.21 | |
ETH | 0.01% | $0.017088 | 2,293.8334 | $39.2 | |
ETH | 0.01% | $0.092825 | 421.9851 | $39.17 | |
ETH | 0.01% | $0.000102 | 382,738.8487 | $39.17 | |
ETH | 0.01% | $0.04247 | 921.0633 | $39.12 | |
ETH | 0.01% | $2.73 | 14.3206 | $39.1 | |
ETH | 0.01% | $0.000343 | 113,918.5803 | $39.06 | |
ETH | 0.01% | <$0.000001 | 650,495,429.5838 | $39.01 | |
ETH | 0.01% | $0.006754 | 5,773.7044 | $38.99 | |
ETH | 0.01% | $0.210897 | 184.5788 | $38.93 | |
ETH | 0.01% | $0.008669 | 4,490.5203 | $38.93 | |
ETH | 0.01% | $0.000114 | 340,980.1525 | $38.89 | |
ETH | 0.01% | $0.143242 | 271.4942 | $38.89 | |
ETH | 0.01% | $0.512825 | 75.7537 | $38.85 | |
ETH | 0.01% | $0.000964 | 40,298.3229 | $38.84 | |
ETH | 0.01% | <$0.000001 | 169,084,807.1346 | $38.76 | |
ETH | 0.01% | $0.004517 | 8,563.332 | $38.68 | |
ETH | 0.01% | $0.839348 | 46.0741 | $38.67 | |
ETH | 0.01% | $0.000339 | 113,428.6104 | $38.49 | |
ETH | 0.01% | $0.000476 | 80,903.913 | $38.48 | |
ETH | 0.01% | $0.016176 | 2,376.9001 | $38.45 | |
ETH | 0.01% | $0.16851 | 227.9263 | $38.41 | |
ETH | 0.01% | $0.010929 | 3,510.7501 | $38.37 | |
ETH | 0.01% | $0.50144 | 76.2713 | $38.25 | |
ETH | 0.01% | $0.012969 | 2,941.3125 | $38.15 | |
ETH | 0.01% | $0.264736 | 143.6859 | $38.04 | |
ETH | 0.01% | $0.006731 | 5,640.126 | $37.96 | |
ETH | 0.01% | <$0.000001 | 113,013,288.8439 | $37.96 | |
ETH | 0.01% | $0.098933 | 383.3587 | $37.93 | |
ETH | 0.01% | $0.002272 | 16,624.2746 | $37.77 | |
ETH | 0.01% | $0.000012 | 3,238,222.9014 | $37.76 | |
ETH | 0.01% | <$0.000001 | 18,486,004,151.8345 | $37.74 | |
ETH | 0.01% | $0.002138 | 17,630.369 | $37.69 | |
ETH | 0.01% | $93,049 | 0.00040489 | $37.67 | |
ETH | 0.01% | $0.004313 | 8,727.4379 | $37.64 | |
ETH | 0.01% | $3,816.68 | 0.00985058 | $37.6 | |
ETH | 0.01% | $0.207615 | 181.0736 | $37.59 | |
ETH | 0.01% | $0.019838 | 1,895.0322 | $37.59 | |
ETH | 0.01% | $0.00019 | 197,962.3578 | $37.59 | |
ETH | 0.01% | $0.331996 | 112.9711 | $37.51 | |
ETH | 0.01% | $4.97 | 7.5387 | $37.47 | |
ETH | 0.01% | <$0.000001 | 197,749,918.58 | $37.45 | |
ETH | 0.01% | $0.006636 | 5,630.7658 | $37.37 | |
ETH | 0.01% | $0.001621 | 23,044.0026 | $37.35 | |
ETH | 0.01% | $0.000333 | 112,252.0341 | $37.33 | |
ETH | 0.01% | $0.13937 | 266.7645 | $37.18 | |
ETH | 0.01% | $0.006096 | 6,085.4718 | $37.1 | |
ETH | 0.01% | $0.003619 | 10,236.976 | $37.05 | |
ETH | 0.01% | $0.027369 | 1,351.7996 | $37 | |
ETH | 0.01% | $0.000599 | 61,780.9468 | $37 | |
ETH | 0.01% | $0.000008 | 4,899,690.1776 | $36.94 | |
ETH | 0.01% | $0.013634 | 2,696.3043 | $36.76 | |
ETH | 0.01% | <$0.000001 | 288,810,473.6771 | $36.75 | |
ETH | 0.01% | $0.840334 | 43.6352 | $36.67 | |
ETH | 0.01% | $0.003195 | 11,468.0771 | $36.63 | |
ETH | 0.01% | $2.24 | 16.3421 | $36.6 | |
ETH | 0.01% | $0.089898 | 406.179 | $36.51 | |
ETH | 0.01% | $0.000786 | 46,410.1216 | $36.49 | |
ETH | 0.01% | $0.122427 | 297.7637 | $36.45 | |
ETH | 0.01% | <$0.000001 | 2,514,539,940.9698 | $36.44 | |
ETH | 0.01% | $0.001261 | 28,892.5499 | $36.42 | |
ETH | 0.01% | <$0.000001 | 54,632,200,489,000.656 | $36.37 | |
ETH | 0.01% | $0.103026 | 351.8171 | $36.25 | |
ETH | 0.01% | $0.017766 | 2,039.0321 | $36.23 | |
ETH | 0.01% | $0.028112 | 1,282.18 | $36.04 | |
ETH | 0.01% | $0.000223 | 161,526.7353 | $36 | |
ETH | 0.01% | $10.15 | 3.5442 | $35.97 | |
ETH | 0.01% | $0.091556 | 392.8451 | $35.97 | |
ETH | 0.01% | $0.091232 | 393.5546 | $35.9 | |
ETH | 0.01% | $65.36 | 0.5456 | $35.66 | |
ETH | 0.01% | $0.406215 | 87.7292 | $35.64 | |
ETH | 0.01% | <$0.000001 | 341,196,032,710.9119 | $35.63 | |
ETH | 0.01% | $0.011949 | 2,979.8101 | $35.6 | |
ETH | 0.01% | $43.42 | 0.8199 | $35.6 | |
ETH | 0.01% | <$0.000001 | 780,481,028.5668 | $35.55 | |
ETH | 0.01% | <$0.000001 | 692,553,391.9358 | $35.49 | |
ETH | 0.01% | $0.000001 | 26,092,641.2893 | $35.49 | |
ETH | 0.01% | $0.006641 | 5,342.2678 | $35.48 | |
ETH | 0.01% | $0.013784 | 2,563.8873 | $35.34 | |
ETH | 0.01% | <$0.000001 | 656,187,964.1991 | $35.31 | |
ETH | 0.01% | $1,868.78 | 0.0189 | $35.3 | |
ETH | 0.01% | $1,981.65 | 0.0178 | $35.22 | |
ETH | 0.01% | $0.026141 | 1,346.4242 | $35.2 | |
ETH | 0.01% | $3.98 | 8.8432 | $35.2 | |
ETH | 0.01% | $0.006948 | 5,058.6471 | $35.15 | |
ETH | 0.01% | $0.183411 | 191.4824 | $35.12 | |
ETH | 0.01% | $0.001265 | 27,742.2028 | $35.1 | |
ETH | 0.01% | $0.722424 | 48.5351 | $35.06 | |
ETH | 0.01% | $0.004481 | 7,812.9806 | $35.01 | |
ETH | 0.01% | $0.000001 | 36,531,025.1992 | $34.98 | |
ETH | 0.01% | $45.24 | 0.7723 | $34.94 | |
ETH | 0.01% | $0.027601 | 1,264.5537 | $34.9 | |
ETH | 0.01% | $7.65 | 4.553 | $34.83 | |
ETH | 0.01% | $0.040383 | 861.7606 | $34.8 | |
ETH | 0.01% | $0.000066 | 523,863.1964 | $34.78 | |
ETH | 0.01% | $0.001702 | 20,417 | $34.74 | |
ETH | 0.01% | $0.096635 | 359.229 | $34.71 | |
ETH | 0.01% | $0.009418 | 3,680.7103 | $34.67 | |
ETH | 0.01% | $1.04 | 33.4524 | $34.62 | |
ETH | 0.01% | $0.103026 | 333.67 | $34.38 | |
ETH | 0.01% | $0.001497 | 22,931.1932 | $34.34 | |
ETH | 0.01% | $0.146386 | 234.0893 | $34.27 | |
ETH | 0.01% | $0.072806 | 467.2067 | $34.02 | |
ETH | 0.01% | $0.733961 | 46.345 | $34.02 | |
ETH | 0.01% | $0.032399 | 1,047.6023 | $33.94 | |
ETH | 0.01% | $0.002787 | 12,180.2395 | $33.94 | |
ETH | 0.01% | $0.22558 | 150.1313 | $33.87 | |
ETH | 0.01% | $0.182293 | 185.6528 | $33.84 | |
ETH | 0.01% | $0.063298 | 534.0527 | $33.8 | |
ETH | 0.01% | $0.005056 | 6,667.5534 | $33.71 | |
ETH | 0.01% | $0.013671 | 2,465.5653 | $33.71 | |
ETH | 0.01% | $0.868454 | 38.7902 | $33.69 | |
ETH | 0.01% | $0.000282 | 119,269.6115 | $33.59 | |
ETH | 0.01% | $1.78 | 18.861 | $33.57 | |
ETH | 0.01% | $0.003224 | 10,390.3569 | $33.5 | |
ETH | 0.01% | $0.032547 | 1,024.6582 | $33.35 | |
ETH | 0.01% | $0.008459 | 3,940.4547 | $33.33 | |
ETH | 0.01% | $0.011205 | 2,973.6021 | $33.32 | |
ETH | 0.01% | $0.000039 | 861,915.0252 | $33.25 | |
ETH | 0.01% | $0.00101 | 32,912.1244 | $33.24 | |
ETH | 0.01% | $0.06769 | 490.6512 | $33.21 | |
ETH | 0.01% | $0.002318 | 14,290.4756 | $33.12 | |
ETH | 0.01% | $0.01569 | 2,111.0761 | $33.12 | |
ETH | 0.01% | $0.406762 | 81.3942 | $33.11 | |
ETH | 0.01% | $0.162611 | 203.3356 | $33.06 | |
ETH | 0.01% | $5.7 | 5.7965 | $33.04 | |
ETH | 0.01% | $29.84 | 1.1037 | $32.93 | |
ETH | 0.01% | $0.021698 | 1,515.0229 | $32.87 | |
ETH | 0.01% | $0.049454 | 661.8171 | $32.73 | |
ETH | 0.01% | $0.000109 | 299,861.4438 | $32.72 | |
ETH | 0.01% | $0.56029 | 58.3514 | $32.69 | |
ETH | 0.01% | $0.007248 | 4,486.8619 | $32.52 | |
ETH | 0.01% | $0.005452 | 5,962.6148 | $32.51 | |
ETH | 0.01% | $0.000073 | 442,896.5198 | $32.48 | |
ETH | 0.01% | $0.648371 | 50.0281 | $32.44 | |
ETH | 0.01% | $0.003068 | 10,522.0545 | $32.28 | |
ETH | 0.01% | $0.00493 | 6,538.4588 | $32.23 | |
ETH | 0.01% | $0.004739 | 6,801.3604 | $32.23 | |
ETH | 0.01% | $0.045755 | 704.1488 | $32.22 | |
ETH | 0.01% | $0.000003 | 10,921,054.6266 | $32.22 | |
ETH | 0.01% | $0.003848 | 8,369.9961 | $32.21 | |
ETH | 0.01% | $0.000145 | 221,392.3724 | $32.16 | |
ETH | 0.01% | $0.999594 | 32.1371 | $32.12 | |
ETH | 0.01% | $0.000001 | 22,408,228.3024 | $32.08 | |
ETH | 0.01% | $0.005229 | 6,127.8673 | $32.04 | |
ETH | 0.01% | $0.000001 | 34,885,269.5584 | $31.97 | |
ETH | 0.01% | <$0.000001 | 290,494,567.0373 | $31.97 | |
ETH | 0.01% | $0.000427 | 74,751.1543 | $31.93 | |
ETH | 0.01% | $1.14 | 27.9894 | $31.91 | |
ETH | 0.01% | $0.000929 | 34,307.9801 | $31.88 | |
ETH | 0.01% | $0.007032 | 4,529.7815 | $31.85 | |
ETH | 0.01% | $0.011676 | 2,725.8052 | $31.83 | |
ETH | 0.01% | $0.064427 | 491.9947 | $31.7 | |
ETH | 0.01% | $0.031724 | 998.1953 | $31.67 | |
ETH | 0.01% | $1.45 | 21.8324 | $31.66 | |
ETH | 0.01% | $0.000179 | 176,221.6086 | $31.61 | |
ETH | 0.01% | $0.080727 | 390.8764 | $31.55 | |
ETH | 0.01% | $0.002445 | 12,903.0584 | $31.55 | |
ETH | 0.01% | $0.009085 | 3,469.653 | $31.52 | |
ETH | 0.01% | <$0.000001 | 69,051,454,555.2604 | $31.5 | |
ETH | 0.01% | $0.051363 | 613.1834 | $31.49 | |
ETH | 0.01% | $0.026129 | 1,203.038 | $31.43 | |
ETH | 0.01% | $0.279211 | 112.497 | $31.41 | |
ETH | 0.01% | $1.4 | 22.3756 | $31.33 | |
ETH | 0.01% | $0.004249 | 7,364.3044 | $31.29 | |
ETH | 0.01% | $0.000185 | 169,059.3773 | $31.28 | |
ETH | 0.01% | $0.336762 | 92.7603 | $31.24 | |
ETH | 0.01% | $0.000233 | 134,032.0106 | $31.22 | |
ETH | 0.01% | $0.739002 | 42.17 | $31.16 | |
ETH | 0.01% | $0.000171 | 181,698.8222 | $31.14 | |
ETH | 0.01% | $0.033509 | 927.0638 | $31.07 | |
ETH | 0.01% | $0.000094 | 331,973.164 | $31.06 | |
ETH | 0.01% | $0.00369 | 8,415.2007 | $31.05 | |
ETH | 0.01% | $0.000074 | 420,724.0243 | $31.01 | |
ETH | 0.01% | $0.000471 | 65,831.8309 | $30.98 | |
ETH | 0.01% | <$0.000001 | 5,567,043,236.2927 | $30.96 | |
ETH | 0.01% | $0.004085 | 7,548.8061 | $30.84 | |
ETH | 0.01% | $0.003152 | 9,738.9586 | $30.69 | |
ETH | 0.01% | $0.007108 | 4,315.6709 | $30.68 | |
ETH | 0.01% | $0.311054 | 98.6064 | $30.67 | |
ETH | 0.01% | $9.48 | 3.2195 | $30.52 | |
ETH | 0.01% | $0.608688 | 49.7826 | $30.3 | |
ETH | 0.01% | <$0.000001 | 25,711,665,287.3036 | $30.25 | |
ETH | 0.01% | $0.992008 | 30.456 | $30.21 | |
ETH | 0.01% | $0.115693 | 260.2281 | $30.11 | |
ETH | 0.01% | $0.045908 | 654.5519 | $30.05 | |
ETH | 0.01% | $0.001602 | 18,732.3747 | $30.02 | |
ETH | 0.01% | <$0.000001 | 153,880,762,865.0751 | $29.98 | |
ETH | 0.01% | $0.033026 | 907.5691 | $29.97 | |
ETH | 0.01% | $0.000222 | 134,994.0408 | $29.94 | |
ETH | 0.01% | $0.000946 | 31,626.2318 | $29.93 | |
ETH | 0.01% | $0.000139 | 215,482 | $29.89 | |
ETH | 0.01% | $0.000117 | 254,880.884 | $29.88 | |
ETH | 0.01% | $0.017472 | 1,709.2707 | $29.86 | |
ETH | 0.01% | $44.8 | 0.6656 | $29.82 | |
ETH | 0.01% | $0.002306 | 12,911.455 | $29.77 | |
ETH | 0.01% | $0.008865 | 3,347.9117 | $29.68 | |
ETH | 0.01% | $0.01645 | 1,799.3527 | $29.6 | |
ETH | 0.01% | $0.104103 | 284.2837 | $29.59 | |
ETH | 0.01% | $0.000219 | 134,969.1664 | $29.56 | |
ETH | 0.01% | $9.95 | 2.9645 | $29.5 | |
ETH | 0.01% | $0.011622 | 2,535.3839 | $29.47 | |
ETH | 0.01% | $0.007975 | 3,691.8329 | $29.44 | |
ETH | 0.01% | $0.002129 | 13,808.2742 | $29.39 | |
ETH | 0.01% | $191.03 | 0.1539 | $29.39 | |
ETH | 0.01% | $0.004971 | 5,908.3125 | $29.37 | |
ETH | 0.01% | <$0.000001 | 94,858,593.4275 | $29.26 | |
ETH | 0.01% | $0.000073 | 402,329.4929 | $29.24 | |
ETH | 0.01% | <$0.000001 | 1,271,038,865,882.5703 | $29.12 | |
ETH | 0.01% | $0.000116 | 249,649.2301 | $29.07 | |
ETH | 0.01% | $0.999203 | 28.9979 | $28.97 | |
ETH | 0.01% | <$0.000001 | 8,861,105,420.9418 | $28.94 | |
ETH | 0.01% | $1,852.54 | 0.0156 | $28.94 | |
ETH | 0.01% | $0.000232 | 124,537.8178 | $28.93 | |
ETH | 0.01% | $82,196.21 | 0.0003519 | $28.92 | |
ETH | 0.01% | $0.176913 | 163.4769 | $28.92 | |
ETH | 0.01% | $0.008553 | 3,379.4291 | $28.9 | |
ETH | 0.01% | $2.54 | 11.3438 | $28.81 | |
ETH | 0.01% | <$0.000001 | 171,792,447.565 | $28.74 | |
ETH | 0.01% | $0.000034 | 842,393.8564 | $28.73 | |
ETH | 0.01% | $0.060532 | 472.9068 | $28.63 | |
ETH | 0.01% | $0.000355 | 80,485.0608 | $28.6 | |
ETH | 0.01% | $0.602906 | 47.3372 | $28.54 | |
ETH | 0.01% | $0.010897 | 2,614.8454 | $28.49 | |
ETH | 0.01% | $0.003019 | 9,422.9393 | $28.45 | |
ETH | 0.01% | $68.55 | 0.4136 | $28.35 | |
ETH | 0.01% | $0.000294 | 96,259.2052 | $28.34 | |
ETH | 0.01% | $0.000107 | 264,256.0972 | $28.3 | |
ETH | 0.01% | $0.316929 | 89.1546 | $28.26 | |
ETH | 0.01% | $0.001002 | 28,197.2013 | $28.25 | |
ETH | 0.01% | $0.041597 | 678.9911 | $28.24 | |
ETH | 0.01% | $0.000107 | 263,386.0887 | $28.23 | |
ETH | 0.01% | $0.01806 | 1,561.7145 | $28.2 | |
ETH | 0.01% | $0.057828 | 487.1936 | $28.17 | |
ETH | 0.01% | $1.27 | 22.1629 | $28.15 | |
ETH | 0.01% | $0.00017 | 164,973.9013 | $28.05 | |
ETH | 0.01% | <$0.000001 | 539,326,752.4594 | $27.98 | |
ETH | 0.01% | <$0.000001 | 108,641,627,691.3596 | $27.96 | |
ETH | 0.01% | $0.04904 | 567.7536 | $27.84 | |
ETH | 0.01% | $0.000588 | 47,295.4304 | $27.82 | |
ETH | 0.01% | $0.025044 | 1,110.2741 | $27.81 | |
ETH | 0.01% | $0.594377 | 46.7134 | $27.77 | |
ETH | 0.01% | $0.000631 | 44,032.1709 | $27.76 | |
ETH | 0.01% | $0.004749 | 5,844.2763 | $27.75 | |
ETH | 0.01% | <$0.000001 | 46,323,441,363.4519 | $27.7 | |
ETH | 0.01% | $0.010528 | 2,627.7739 | $27.66 | |
ETH | 0.01% | $0.014056 | 1,964.8137 | $27.62 | |
ETH | 0.01% | $0.024549 | 1,123.6726 | $27.59 | |
ETH | 0.01% | $0.000583 | 47,257.6525 | $27.57 | |
ETH | 0.01% | $0.099795 | 275.7975 | $27.52 | |
ETH | 0.01% | $0.002111 | 13,037.5919 | $27.52 | |
ETH | 0.01% | $0.000998 | 27,489.1807 | $27.45 | |
ETH | 0.01% | $0.002236 | 12,258.6203 | $27.41 | |
ETH | 0.01% | $13.36 | 2.05 | $27.39 | |
ETH | 0.01% | $0.522003 | 52.4377 | $27.37 | |
ETH | 0.01% | $0.005612 | 4,874.1885 | $27.36 | |
ETH | 0.01% | $0.005905 | 4,630.291 | $27.34 | |
ETH | 0.01% | $1.09 | 25.1133 | $27.32 | |
ETH | 0.01% | <$0.000001 | 134,304,523.8352 | $27.31 | |
ETH | <0.01% | $0.000462 | 58,809.4525 | $27.19 | |
ETH | <0.01% | $2,062.33 | 0.0131 | $27.12 | |
ETH | <0.01% | <$0.000001 | 417,954,998.0513 | $27.1 | |
ETH | <0.01% | $0.003811 | 7,095.1185 | $27.04 | |
ETH | <0.01% | $0.07878 | 343.1123 | $27.03 | |
ETH | <0.01% | <$0.000001 | 418,854,641.5877 | $26.93 | |
ETH | <0.01% | $95,434 | 0.00028128 | $26.84 | |
ETH | <0.01% | $0.000003 | 9,644,039.7449 | $26.81 | |
ETH | <0.01% | <$0.000001 | 14,694,703,755.1394 | $26.8 | |
ETH | <0.01% | $0.000015 | 1,830,201.5211 | $26.79 | |
ETH | <0.01% | $0.033863 | 789.8806 | $26.75 | |
ETH | <0.01% | $0.390198 | 68.3898 | $26.69 | |
ETH | <0.01% | $1 | 26.5549 | $26.66 | |
ETH | <0.01% | $1.15 | 23.1737 | $26.65 | |
ETH | <0.01% | $0.010254 | 2,598.192 | $26.64 | |
ETH | <0.01% | $1,802.13 | 0.0148 | $26.59 | |
ETH | <0.01% | $0.000171 | 155,529.6736 | $26.59 | |
ETH | <0.01% | $0.05034 | 528.195 | $26.59 | |
ETH | <0.01% | $0.00019 | 139,941.5458 | $26.57 | |
ETH | <0.01% | $0.000448 | 59,334.9278 | $26.57 | |
ETH | <0.01% | <$0.000001 | 11,979,213,105.7756 | $26.52 | |
ETH | <0.01% | $0.122557 | 216.2097 | $26.5 | |
ETH | <0.01% | $0.000055 | 482,384.4213 | $26.37 | |
ETH | <0.01% | $106.07 | 0.2475 | $26.25 | |
ETH | <0.01% | $1,886.76 | 0.0139 | $26.2 | |
ETH | <0.01% | $0.017232 | 1,520.1005 | $26.2 | |
ETH | <0.01% | $0.000001 | 29,851,941.3767 | $26.08 | |
ETH | <0.01% | $0.029994 | 867.8209 | $26.03 | |
ETH | <0.01% | $0.0178 | 1,461.0168 | $26.01 | |
ETH | <0.01% | <$0.000001 | 92,313,618.9543 | $25.99 | |
ETH | <0.01% | $0.000899 | 28,906.2746 | $25.98 | |
ETH | <0.01% | <$0.000001 | 4,784,300,826.366 | $25.97 | |
ETH | <0.01% | <$0.000001 | 473,837,791.078 | $25.83 | |
ETH | <0.01% | $0.003032 | 8,507.6744 | $25.8 | |
ETH | <0.01% | <$0.000001 | 331,395,095.3607 | $25.78 | |
ETH | <0.01% | $0.003404 | 7,570.5085 | $25.77 | |
ETH | <0.01% | $49.53 | 0.5193 | $25.72 | |
ETH | <0.01% | $0.000416 | 61,689.8027 | $25.69 | |
ETH | <0.01% | $0.000427 | 60,204.7459 | $25.68 | |
ETH | <0.01% | $1.59 | 16.0999 | $25.6 | |
ETH | <0.01% | <$0.000001 | 2,182,081,192.8008 | $25.58 | |
ETH | <0.01% | $2.47 | 10.3541 | $25.57 | |
ETH | <0.01% | $0.027705 | 920.9935 | $25.52 | |
ETH | <0.01% | <$0.000001 | 150,774,405,729.1724 | $25.52 | |
ETH | <0.01% | $0.207986 | 122.2999 | $25.44 | |
ETH | <0.01% | $4.23 | 6.0085 | $25.42 | |
ETH | <0.01% | <$0.000001 | 40,314,502,464.6952 | $25.33 | |
ETH | <0.01% | $0.366026 | 69.1683 | $25.32 | |
ETH | <0.01% | $0.118299 | 213.8715 | $25.3 | |
ETH | <0.01% | $0.000003 | 8,532,791.4536 | $25.26 | |
ETH | <0.01% | <$0.000001 | 105,437,737.7592 | $25.24 | |
ETH | <0.01% | $0.00215 | 11,741.2292 | $25.24 | |
ETH | <0.01% | <$0.000001 | 164,125,010,960.027 | $25.14 | |
ETH | <0.01% | $0.006494 | 3,866.6332 | $25.11 | |
ETH | <0.01% | $0.000005 | 5,498,933.5329 | $25.08 | |
ETH | <0.01% | $0.44057 | 56.9115 | $25.07 | |
ETH | <0.01% | <$0.000001 | 1,034,297,841.7171 | $25.06 | |
ETH | <0.01% | $0.509808 | 49.1559 | $25.06 | |
ETH | <0.01% | $0.000475 | 52,794.9104 | $25.06 | |
ETH | <0.01% | <$0.000001 | 408,297,628.5062 | $25.05 | |
ETH | <0.01% | <$0.000001 | 326,805,484,424.9205 | $25.04 | |
ETH | <0.01% | $0.723794 | 34.5172 | $24.98 | |
ETH | <0.01% | <$0.000001 | 4,551,307,344.86 | $24.94 | |
ETH | <0.01% | $0.000978 | 25,492.7234 | $24.94 | |
ETH | <0.01% | $0.00069 | 36,124.0257 | $24.93 | |
ETH | <0.01% | <$0.000001 | 532,036,111.2924 | $24.9 | |
ETH | <0.01% | $0.008937 | 2,785.0701 | $24.89 | |
ETH | <0.01% | $0.000025 | 1,001,085.2902 | $24.84 | |
ETH | <0.01% | $0.096509 | 256.9913 | $24.8 | |
ETH | <0.01% | $0.007086 | 3,491.7069 | $24.74 | |
ETH | <0.01% | $0.004136 | 5,979.8707 | $24.73 | |
ETH | <0.01% | <$0.000001 | 198,656,260,505.8815 | $24.73 | |
ETH | <0.01% | $0.002602 | 9,489.0009 | $24.69 | |
ETH | <0.01% | <$0.000001 | 3,476,951,369.0698 | $24.64 | |
ETH | <0.01% | $0.117196 | 209.4803 | $24.55 | |
ETH | <0.01% | $0.114658 | 214.1113 | $24.55 | |
ETH | <0.01% | $0.019426 | 1,262.5251 | $24.53 | |
ETH | <0.01% | $0.098843 | 248.0696 | $24.52 | |
ETH | <0.01% | <$0.000001 | 323,157,964,232.0922 | $24.45 | |
ETH | <0.01% | $0.017145 | 1,425.4541 | $24.44 | |
ETH | <0.01% | $0.011685 | 2,088.0066 | $24.4 | |
ETH | <0.01% | $0.001694 | 14,339.7077 | $24.29 | |
ETH | <0.01% | $0.002524 | 9,609.2757 | $24.26 | |
ETH | <0.01% | $0.002041 | 11,818.3713 | $24.13 | |
ETH | <0.01% | $0.007011 | 3,428.7111 | $24.04 | |
ETH | <0.01% | $0.268284 | 89.5744 | $24.03 | |
ETH | <0.01% | $0.000001 | 39,582,020.3794 | $23.95 | |
ETH | <0.01% | $0.100613 | 237.4307 | $23.89 | |
ETH | <0.01% | <$0.000001 | 192,920,576.199 | $23.82 | |
ETH | <0.01% | $0.010805 | 2,200.5185 | $23.78 | |
ETH | <0.01% | $0.00001 | 2,350,061.995 | $23.74 | |
ETH | <0.01% | $1 | 23.6828 | $23.69 | |
ETH | <0.01% | $0.0002 | 118,184.2096 | $23.63 | |
ETH | <0.01% | $0.005424 | 4,351.6761 | $23.61 | |
ETH | <0.01% | $0.01484 | 1,587.5049 | $23.56 | |
ETH | <0.01% | $0.808818 | 29.1153 | $23.55 | |
ETH | <0.01% | $0.016352 | 1,437.8555 | $23.51 | |
ETH | <0.01% | $0.012891 | 1,823.1812 | $23.5 | |
ETH | <0.01% | $0.00135 | 17,404.0032 | $23.5 | |
ETH | <0.01% | $0.184667 | 127.1949 | $23.49 | |
ETH | <0.01% | $0.000359 | 65,210.0423 | $23.41 | |
ETH | <0.01% | $0.000872 | 26,831.361 | $23.39 | |
ETH | <0.01% | $0.009328 | 2,505.7387 | $23.37 | |
ETH | <0.01% | $0.000555 | 42,010.8789 | $23.32 | |
ETH | <0.01% | $0.002646 | 8,810.6907 | $23.31 | |
ETH | <0.01% | $0.02081 | 1,119.5326 | $23.3 | |
ETH | <0.01% | $0.010596 | 2,193.514 | $23.24 | |
ETH | <0.01% | $0.002534 | 9,158.9934 | $23.21 | |
ETH | <0.01% | $0.2211 | 104.9491 | $23.2 | |
ETH | <0.01% | $0.010796 | 2,147.1413 | $23.18 | |
ETH | <0.01% | $0.000021 | 1,090,713.6545 | $23.17 | |
ETH | <0.01% | $0.000036 | 635,658.4583 | $23.14 | |
ETH | <0.01% | $0.001185 | 19,511.4138 | $23.13 | |
ETH | <0.01% | $0.003491 | 6,620.6917 | $23.11 | |
ETH | <0.01% | $18.06 | 1.2759 | $23.05 | |
ETH | <0.01% | $0.000009 | 2,568,404.2297 | $22.99 | |
ETH | <0.01% | $0.000046 | 499,486.6608 | $22.95 | |
ETH | <0.01% | $0.024794 | 924.8946 | $22.93 | |
ETH | <0.01% | $0.332506 | 68.9507 | $22.93 | |
ETH | <0.01% | $5.02 | 4.5545 | $22.88 | |
ETH | <0.01% | <$0.000001 | 12,384,713,855.5536 | $22.87 | |
ETH | <0.01% | $14.65 | 1.5607 | $22.86 | |
ETH | <0.01% | $0.149141 | 153.1145 | $22.84 | |
ETH | <0.01% | $0.002307 | 9,884.124 | $22.8 | |
ETH | <0.01% | $0.041799 | 545.2762 | $22.79 | |
ETH | <0.01% | $0.228922 | 99.424 | $22.76 | |
ETH | <0.01% | $93,297 | 0.00024392 | $22.76 | |
ETH | <0.01% | $0.960946 | 23.6759 | $22.75 | |
ETH | <0.01% | $0.085799 | 264.758 | $22.72 | |
ETH | <0.01% | $0.000002 | 9,510,288.6499 | $22.63 | |
ETH | <0.01% | <$0.000001 | 5,714,229,694.8421 | $22.62 | |
ETH | <0.01% | <$0.000001 | 108,914,585.9412 | $22.62 | |
ETH | <0.01% | $0.363993 | 62.0842 | $22.6 | |
ETH | <0.01% | <$0.000001 | 53,752,477.4597 | $22.58 | |
ETH | <0.01% | <$0.000001 | 359,250,217.3597 | $22.58 | |
ETH | <0.01% | $0.014494 | 1,557.4454 | $22.57 | |
ETH | <0.01% | $0.000098 | 230,522.9765 | $22.57 | |
ETH | <0.01% | <$0.000001 | 6,652,081,782.5385 | $22.54 | |
ETH | <0.01% | $0.004419 | 5,098.1984 | $22.53 | |
ETH | <0.01% | $0.036232 | 621.5586 | $22.52 | |
ETH | <0.01% | $0.015592 | 1,444.0891 | $22.52 | |
ETH | <0.01% | $0.000113 | 198,744.5062 | $22.51 | |
ETH | <0.01% | $0.000129 | 174,492.3019 | $22.45 | |
ETH | <0.01% | $0.179413 | 124.8574 | $22.4 | |
ETH | <0.01% | <$0.000001 | 80,960,772,513.0057 | $22.4 | |
ETH | <0.01% | <$0.000001 | 46,324,252,996.0664 | $22.38 | |
ETH | <0.01% | $0.001905 | 11,739.9682 | $22.36 | |
ETH | <0.01% | $0.000132 | 168,749.757 | $22.29 | |
ETH | <0.01% | $1.32 | 16.9026 | $22.26 | |
ETH | <0.01% | $0.000673 | 33,074.3342 | $22.24 | |
ETH | <0.01% | <$0.000001 | 267,619,182,243.8273 | $22.24 | |
ETH | <0.01% | $0.001982 | 11,215.5256 | $22.23 | |
ETH | <0.01% | $0.000182 | 122,159.5671 | $22.21 | |
ETH | <0.01% | $0.000364 | 60,911.4084 | $22.2 | |
ETH | <0.01% | <$0.000001 | 633,949,691.6638 | $22.18 | |
ETH | <0.01% | $0.001114 | 19,885.7614 | $22.16 | |
ETH | <0.01% | $0.016178 | 1,364.2779 | $22.07 | |
ETH | <0.01% | $0.000001 | 31,370,938.0441 | $22.06 | |
ETH | <0.01% | <$0.000001 | 189,987,361.2925 | $22.03 | |
ETH | <0.01% | $0.004341 | 5,056.1553 | $21.95 | |
ETH | <0.01% | $0.384795 | 57.0256 | $21.94 | |
ETH | <0.01% | $0.004334 | 5,061.6378 | $21.94 | |
ETH | <0.01% | $0.000344 | 63,657.4055 | $21.92 | |
ETH | <0.01% | $0.007759 | 2,823.0264 | $21.9 | |
ETH | <0.01% | $2.07 | 10.5661 | $21.87 | |
ETH | <0.01% | $0.000236 | 92,568.807 | $21.86 | |
ETH | <0.01% | $0.730792 | 29.8373 | $21.8 | |
ETH | <0.01% | $0.010391 | 2,090.4252 | $21.72 | |
ETH | <0.01% | $0.031588 | 686.2386 | $21.68 | |
ETH | <0.01% | <$0.000001 | 230,575,011.1176 | $21.63 | |
ETH | <0.01% | $0.000296 | 72,814.2417 | $21.58 | |
ETH | <0.01% | $31.7 | 0.679 | $21.53 | |
ETH | <0.01% | $0.536441 | 40.0853 | $21.5 | |
ETH | <0.01% | $0.051733 | 415.2167 | $21.48 | |
ETH | <0.01% | $0.000976 | 21,995.2755 | $21.48 | |
ETH | <0.01% | $0.005671 | 3,783.5705 | $21.46 | |
ETH | <0.01% | $0.011297 | 1,898.0993 | $21.44 | |
ETH | <0.01% | $0.023059 | 929.6229 | $21.44 | |
ETH | <0.01% | $0.085328 | 250.6795 | $21.39 | |
ETH | <0.01% | $0.000086 | 249,207.3275 | $21.34 | |
ETH | <0.01% | $0.000332 | 64,050.763 | $21.25 | |
ETH | <0.01% | $0.092425 | 228.3417 | $21.1 | |
ETH | <0.01% | $0.003001 | 7,023.961 | $21.08 | |
ETH | <0.01% | <$0.000001 | 130,358,908.2894 | $21.07 | |
ETH | <0.01% | $0.019642 | 1,072.729 | $21.07 | |
ETH | <0.01% | $0.295679 | 71.2266 | $21.06 | |
ETH | <0.01% | $0.000142 | 148,516.7212 | $21.05 | |
ETH | <0.01% | <$0.000001 | 27,325,379,771.8443 | $21.05 | |
ETH | <0.01% | $0.994478 | 21.1616 | $21.04 | |
ETH | <0.01% | $1 | 21.0305 | $21.03 | |
ETH | <0.01% | $0.002907 | 7,210.5367 | $20.96 | |
ETH | <0.01% | $1.17 | 17.895 | $20.94 | |
ETH | <0.01% | <$0.000001 | 15,409,832,443.433 | $20.87 | |
ETH | <0.01% | $0.003274 | 6,368.0694 | $20.85 | |
ETH | <0.01% | $0.000349 | 59,650.5402 | $20.81 | |
ETH | <0.01% | <$0.000001 | 315,349,276,308.2027 | $20.8 | |
ETH | <0.01% | $0.172015 | 120.8568 | $20.79 | |
ETH | <0.01% | $0.017673 | 1,175.1626 | $20.77 | |
ETH | <0.01% | $0.000357 | 58,235.6296 | $20.76 | |
ETH | <0.01% | $0.002985 | 6,956.1517 | $20.76 | |
ETH | <0.01% | $0.033373 | 621.63 | $20.75 | |
ETH | <0.01% | $0.000145 | 142,438.1046 | $20.71 | |
ETH | <0.01% | $4.68 | 4.4179 | $20.68 | |
ETH | <0.01% | $0.175685 | 117.2978 | $20.61 | |
ETH | <0.01% | $0.014026 | 1,466.0257 | $20.56 | |
ETH | <0.01% | <$0.000001 | 199,497,294,170.6071 | $20.3 | |
ETH | <0.01% | $0.000175 | 115,773.6417 | $20.27 | |
ETH | <0.01% | $0.006414 | 3,158.3144 | $20.26 | |
ETH | <0.01% | $0.063665 | 317.0815 | $20.19 | |
ETH | <0.01% | $0.013469 | 1,495.2216 | $20.14 | |
ETH | <0.01% | $0.00008 | 250,449.8599 | $20.1 | |
ETH | <0.01% | $0.000216 | 92,654.9526 | $20.01 | |
ETH | <0.01% | $0.006148 | 3,253.177 | $20 | |
ETH | <0.01% | $0.197479 | 100.5922 | $19.86 | |
ETH | <0.01% | $0.115189 | 170.9707 | $19.69 | |
ETH | <0.01% | $0.003365 | 5,846.8256 | $19.68 | |
ETH | <0.01% | $0.009038 | 2,174.0245 | $19.65 | |
ETH | <0.01% | $0.000016 | 1,263,818.6254 | $19.64 | |
ETH | <0.01% | $0.002882 | 6,797.9194 | $19.59 | |
ETH | <0.01% | $0.010708 | 1,829.4947 | $19.59 | |
ETH | <0.01% | $0.000877 | 22,293.2573 | $19.55 | |
ETH | <0.01% | $0.483879 | 40.3583 | $19.53 | |
ETH | <0.01% | <$0.000001 | 25,041,797,988,228.648 | $19.52 | |
ETH | <0.01% | $0.108026 | 180.5041 | $19.5 | |
ETH | <0.01% | $2.19 | 8.9015 | $19.49 | |
ETH | <0.01% | $0.000643 | 30,282.349 | $19.49 | |
ETH | <0.01% | $0.005636 | 3,452.5646 | $19.46 | |
ETH | <0.01% | <$0.000001 | 698,352,191,344.7206 | $19.45 | |
ETH | <0.01% | <$0.000001 | 432,128,259.3526 | $19.42 | |
ETH | <0.01% | $0.002123 | 9,142.8642 | $19.41 | |
ETH | <0.01% | <$0.000001 | 33,922,157,390.8368 | $19.4 | |
ETH | <0.01% | $0.041299 | 468.4225 | $19.35 | |
ETH | <0.01% | $0.000019 | 997,779.6742 | $19.34 | |
ETH | <0.01% | $0.000001 | 15,722,257.3741 | $19.34 | |
ETH | <0.01% | $1.3 | 14.8604 | $19.32 | |
ETH | <0.01% | $0.015369 | 1,256.464 | $19.31 | |
ETH | <0.01% | $0.003068 | 6,225.2431 | $19.1 | |
ETH | <0.01% | $0.03738 | 510.6592 | $19.09 | |
ETH | <0.01% | $0.001998 | 9,530.4093 | $19.04 | |
ETH | <0.01% | $0.005936 | 3,208.1265 | $19.04 | |
ETH | <0.01% | $0.012395 | 1,534.9776 | $19.03 | |
ETH | <0.01% | $0.014665 | 1,295.983 | $19.01 | |
ETH | <0.01% | $1 | 18.9975 | $19 | |
ETH | <0.01% | $6.97 | 2.7167 | $18.94 | |
ETH | <0.01% | $0.017928 | 1,052.9376 | $18.88 | |
ETH | <0.01% | $0.004078 | 4,610.3009 | $18.8 | |
ETH | <0.01% | $0.023809 | 789.4592 | $18.8 | |
ETH | <0.01% | $0.293883 | 63.941 | $18.79 | |
ETH | <0.01% | $0.051618 | 363.5268 | $18.76 | |
ETH | <0.01% | $0.044216 | 424.3458 | $18.76 | |
ETH | <0.01% | $0.015486 | 1,207.3419 | $18.7 | |
ETH | <0.01% | $0.003724 | 5,006.8805 | $18.65 | |
ETH | <0.01% | $0.000373 | 49,904.1072 | $18.6 | |
ETH | <0.01% | $0.000006 | 3,041,128.8439 | $18.55 | |
ETH | <0.01% | $0.000002 | 8,095,922.8475 | $18.54 | |
ETH | <0.01% | <$0.000001 | 326,186,622.041 | $18.52 | |
ETH | <0.01% | <$0.000001 | 12,038,983,502.7264 | $18.51 | |
ETH | <0.01% | $0.012132 | 1,519.6775 | $18.44 | |
ETH | <0.01% | $0.000014 | 1,303,985.3321 | $18.43 | |
ETH | <0.01% | $0.000509 | 36,205.0449 | $18.43 | |
ETH | <0.01% | $0.00009 | 205,521.6072 | $18.41 | |
ETH | <0.01% | <$0.000001 | 345,003,834.9047 | $18.38 | |
ETH | <0.01% | $0.000001 | 16,541,773.4338 | $18.36 | |
ETH | <0.01% | $37.78 | 0.4851 | $18.33 | |
ETH | <0.01% | $0.082031 | 223.2994 | $18.32 | |
ETH | <0.01% | $0.01449 | 1,255.4339 | $18.19 | |
ETH | <0.01% | $0.000745 | 24,401.1717 | $18.19 | |
ETH | <0.01% | $0.045383 | 398.676 | $18.09 | |
ETH | <0.01% | $0.026772 | 675.6915 | $18.09 | |
ETH | <0.01% | $1 | 18.009 | $18.08 | |
ETH | <0.01% | $0.019859 | 910.1985 | $18.08 | |
ETH | <0.01% | $0.000003 | 5,428,053.936 | $18.07 | |
ETH | <0.01% | $0.242221 | 74.5771 | $18.06 | |
ETH | <0.01% | $1.16 | 15.5639 | $18.05 | |
ETH | <0.01% | $0.135762 | 132.8457 | $18.04 | |
ETH | <0.01% | $0.024968 | 719.6811 | $17.97 | |
ETH | <0.01% | $1.59 | 11.2974 | $17.93 | |
ETH | <0.01% | $0.007482 | 2,396.0688 | $17.93 | |
ETH | <0.01% | $1.84 | 9.7386 | $17.92 | |
ETH | <0.01% | $0.004508 | 3,974.3786 | $17.92 | |
ETH | <0.01% | <$0.000001 | 283,826,334,222.0568 | $17.89 | |
ETH | <0.01% | $5.83 | 3.0652 | $17.87 | |
ETH | <0.01% | $0.000004 | 4,288,788.9284 | $17.83 | |
ETH | <0.01% | $0.004988 | 3,572.8517 | $17.82 | |
ETH | <0.01% | $0.00158 | 11,236.6549 | $17.75 | |
ETH | <0.01% | $0.014458 | 1,227.3835 | $17.75 | |
ETH | <0.01% | $0.000364 | 48,711.2179 | $17.73 | |
ETH | <0.01% | $0.000114 | 155,901.537 | $17.71 | |
ETH | <0.01% | $35.92 | 0.4916 | $17.66 | |
ETH | <0.01% | $0.000001 | 18,198,807.083 | $17.63 | |
ETH | <0.01% | $0.02846 | 619.2155 | $17.62 | |
ETH | <0.01% | $0.000341 | 51,601.8377 | $17.6 | |
ETH | <0.01% | $0.032508 | 540.7973 | $17.58 | |
ETH | <0.01% | $0.777107 | 22.5364 | $17.51 | |
ETH | <0.01% | $0.000483 | 36,253.1924 | $17.5 | |
ETH | <0.01% | $0.000861 | 20,328.4372 | $17.49 | |
ETH | <0.01% | $0.001394 | 12,541.9236 | $17.48 | |
ETH | <0.01% | $0.059295 | 294.7852 | $17.48 | |
ETH | <0.01% | <$0.000001 | 548,901,214,188.4685 | $17.46 | |
ETH | <0.01% | $0.000194 | 89,498.1115 | $17.39 | |
ETH | <0.01% | $23.83 | 0.7297 | $17.39 | |
ETH | <0.01% | $0.020148 | 861.303 | $17.35 | |
ETH | <0.01% | $0.061049 | 283.9667 | $17.34 | |
ETH | <0.01% | $0.000054 | 321,515.0102 | $17.31 | |
ETH | <0.01% | $0.058471 | 296.0361 | $17.31 | |
ETH | <0.01% | $0.000323 | 53,267.0549 | $17.22 | |
ETH | <0.01% | $6.52 | 2.6377 | $17.21 | |
ETH | <0.01% | $0.031728 | 541.1554 | $17.17 | |
ETH | <0.01% | $0.000476 | 36,055.1115 | $17.17 | |
ETH | <0.01% | $4.58 | 3.7461 | $17.16 | |
ETH | <0.01% | $0.00002 | 844,944.8036 | $17.13 | |
ETH | <0.01% | $0.00025 | 68,084.5519 | $17.04 | |
ETH | <0.01% | $163.82 | 0.1039 | $17.03 | |
ETH | <0.01% | $0.00022 | 77,203.9677 | $16.98 | |
ETH | <0.01% | $0.076348 | 220.7561 | $16.85 | |
ETH | <0.01% | $0.00012 | 140,501.8268 | $16.85 | |
ETH | <0.01% | $0.002935 | 5,711.9135 | $16.76 | |
ETH | <0.01% | $0.00417 | 4,019.1214 | $16.76 | |
ETH | <0.01% | $0.004669 | 3,580.7773 | $16.72 | |
ETH | <0.01% | $0.001253 | 13,328.4537 | $16.7 | |
ETH | <0.01% | $0.002352 | 7,094.4675 | $16.69 | |
ETH | <0.01% | $0.00561 | 2,970.5691 | $16.66 | |
ETH | <0.01% | <$0.000001 | 59,753,804.6364 | $16.65 | |
ETH | <0.01% | <$0.000001 | 114,621,332.6512 | $16.61 | |
ETH | <0.01% | $0.001999 | 8,299.0091 | $16.59 | |
ETH | <0.01% | $176.05 | 0.0942 | $16.59 | |
ETH | <0.01% | <$0.000001 | 4,460,362,763.8995 | $16.57 | |
ETH | <0.01% | $0.00006 | 277,493.98 | $16.52 | |
ETH | <0.01% | $0.008823 | 1,871.4022 | $16.51 | |
ETH | <0.01% | $1.64 | 10.0512 | $16.48 | |
ETH | <0.01% | $0.001143 | 14,424.3621 | $16.48 | |
ETH | <0.01% | $0.021571 | 763.7936 | $16.48 | |
ETH | <0.01% | $0.001902 | 8,662.1566 | $16.47 | |
ETH | <0.01% | $0.141474 | 116.2384 | $16.44 | |
ETH | <0.01% | $0.024692 | 664.4014 | $16.41 | |
ETH | <0.01% | $0.000638 | 25,705.7229 | $16.39 | |
ETH | <0.01% | $2.25 | 7.2845 | $16.39 | |
ETH | <0.01% | $0.005642 | 2,898.0625 | $16.35 | |
ETH | <0.01% | $21.77 | 0.7498 | $16.32 | |
ETH | <0.01% | <$0.000001 | 309,957,637.3282 | $16.3 | |
ETH | <0.01% | <$0.000001 | 79,635,288.9541 | $16.25 | |
ETH | <0.01% | $0.018208 | 890.3377 | $16.21 | |
ETH | <0.01% | $0.014494 | 1,111.6449 | $16.11 | |
ETH | <0.01% | $0.000341 | 47,031.7978 | $16.03 | |
ETH | <0.01% | $0.000102 | 157,289.9489 | $16.01 | |
ETH | <0.01% | $0.003608 | 4,432.8272 | $15.99 | |
ETH | <0.01% | $0.00005 | 318,322.5598 | $15.95 | |
ETH | <0.01% | $0.000001 | 15,177,592.5604 | $15.94 | |
ETH | <0.01% | $0.194974 | 81.6698 | $15.92 | |
ETH | <0.01% | $1.05 | 15.0875 | $15.83 | |
ETH | <0.01% | $8.31 | 1.9015 | $15.8 | |
ETH | <0.01% | $0.002601 | 6,075.3398 | $15.8 | |
ETH | <0.01% | $0.001591 | 9,888.6448 | $15.73 | |
ETH | <0.01% | $0.002256 | 6,953.8703 | $15.69 | |
ETH | <0.01% | $0.016263 | 963.3099 | $15.67 | |
ETH | <0.01% | $0.000834 | 18,761.7445 | $15.64 | |
ETH | <0.01% | $0.247695 | 63.0191 | $15.61 | |
ETH | <0.01% | $0.005884 | 2,651.6173 | $15.6 | |
ETH | <0.01% | $0.223651 | 69.5212 | $15.55 | |
ETH | <0.01% | $0.008006 | 1,939.6741 | $15.53 | |
ETH | <0.01% | <$0.000001 | 10,232,262,697.5383 | $15.52 | |
ETH | <0.01% | <$0.000001 | 1,245,097,802,187.4539 | $15.52 | |
ETH | <0.01% | $0.000039 | 398,605.8542 | $15.5 | |
ETH | <0.01% | $0.00136 | 11,395.4211 | $15.5 | |
ETH | <0.01% | $0.00125 | 12,397.1224 | $15.49 | |
ETH | <0.01% | $0.000504 | 30,722.1617 | $15.47 | |
ETH | <0.01% | <$0.000001 | 78,411,624.5892 | $15.47 | |
ETH | <0.01% | $0.004103 | 3,763.9641 | $15.44 | |
ETH | <0.01% | $0.016597 | 928.8717 | $15.42 | |
ETH | <0.01% | $0.115229 | 133.7378 | $15.41 | |
ETH | <0.01% | $0.010766 | 1,424.6579 | $15.34 | |
ETH | <0.01% | $0.00113 | 13,571.56 | $15.33 | |
ETH | <0.01% | $0.000072 | 211,918.6725 | $15.25 | |
ETH | <0.01% | $0.000261 | 58,321.9938 | $15.24 | |
ETH | <0.01% | <$0.000001 | 976,290,671.7467 | $15.23 | |
ETH | <0.01% | $0.045558 | 333.7739 | $15.21 | |
ETH | <0.01% | $0.000015 | 1,026,638.3908 | $15.18 | |
ETH | <0.01% | $0.014242 | 1,064 | $15.15 | |
ETH | <0.01% | $6.72 | 2.2507 | $15.12 | |
ETH | <0.01% | $0.000035 | 433,822.7392 | $15.1 | |
ETH | <0.01% | $0.001958 | 7,706.5422 | $15.09 | |
ETH | <0.01% | <$0.000001 | 225,570,010.6506 | $15.06 | |
ETH | <0.01% | $0.100966 | 148.7955 | $15.02 | |
ETH | <0.01% | $0.002109 | 7,121.7744 | $15.02 | |
ETH | <0.01% | <$0.000001 | 127,541,690.8 | $14.98 | |
ETH | <0.01% | $0.000166 | 90,432.6927 | $14.97 | |
ETH | <0.01% | $0.00439 | 3,409.0549 | $14.97 | |
ETH | <0.01% | $0.0612 | 244.5132 | $14.96 | |
ETH | <0.01% | $0.150059 | 99.7107 | $14.96 | |
ETH | <0.01% | $0.05589 | 266.1776 | $14.88 | |
ETH | <0.01% | $0.03304 | 449.7917 | $14.86 | |
ETH | <0.01% | $0.000001 | 22,010,121.6029 | $14.84 | |
ETH | <0.01% | $0.000026 | 561,210.4194 | $14.83 | |
ETH | <0.01% | $0.995898 | 14.8936 | $14.83 | |
ETH | <0.01% | $0.010949 | 1,353.4387 | $14.82 | |
ETH | <0.01% | $1.68 | 8.805 | $14.79 | |
ETH | <0.01% | <$0.000001 | 248,153,418.9873 | $14.79 | |
ETH | <0.01% | $0.014232 | 1,038.1738 | $14.77 | |
ETH | <0.01% | $0.009614 | 1,536.5937 | $14.77 | |
ETH | <0.01% | $0.000002 | 6,591,112.9202 | $14.76 | |
ETH | <0.01% | $0.207716 | 70.7506 | $14.7 | |
ETH | <0.01% | $1,907.77 | 0.00769792 | $14.69 | |
ETH | <0.01% | $0.003381 | 4,342.1922 | $14.68 | |
ETH | <0.01% | $0.000003 | 5,346,066.1417 | $14.67 | |
ETH | <0.01% | <$0.000001 | 29,205,887,009.3996 | $14.64 | |
ETH | <0.01% | <$0.000001 | 5,046,381,656.7804 | $14.63 | |
ETH | <0.01% | $0.004045 | 3,612.0955 | $14.61 | |
ETH | <0.01% | $0.009628 | 1,514.7294 | $14.58 | |
ETH | <0.01% | $0.999389 | 14.5658 | $14.56 | |
ETH | <0.01% | $0.000167 | 87,332.2557 | $14.56 | |
ETH | <0.01% | $2,777.63 | 0.00522555 | $14.51 | |
ETH | <0.01% | $0.001469 | 9,824.1154 | $14.43 | |
ETH | <0.01% | $0.000048 | 297,475.8596 | $14.31 | |
ETH | <0.01% | <$0.000001 | 96,041,717,573.4389 | $14.26 | |
ETH | <0.01% | $0.000307 | 46,165.4684 | $14.19 | |
ETH | <0.01% | $3.53 | 4 | $14.14 | |
ETH | <0.01% | $0.011472 | 1,231.7995 | $14.13 | |
ETH | <0.01% | $5.51 | 2.5627 | $14.12 | |
ETH | <0.01% | $0.00005 | 280,966.3615 | $14.08 | |
ETH | <0.01% | $0.00001 | 1,445,341.088 | $14.06 | |
ETH | <0.01% | $0.000149 | 93,961.7721 | $14.01 | |
ETH | <0.01% | $0.000175 | 79,967.0823 | $14.01 | |
ETH | <0.01% | $0.000001 | 17,489,292.0257 | $13.99 | |
ETH | <0.01% | $0.002268 | 6,155.7125 | $13.96 | |
ETH | <0.01% | $0.007374 | 1,891.2468 | $13.95 | |
ETH | <0.01% | $0.005178 | 2,691.8456 | $13.94 | |
ETH | <0.01% | $0.049879 | 279.3443 | $13.93 | |
ETH | <0.01% | $0.004447 | 3,128.6122 | $13.91 | |
ETH | <0.01% | $0.001219 | 11,403.7748 | $13.9 | |
ETH | <0.01% | $0.025439 | 545.8384 | $13.89 | |
ETH | <0.01% | $0.000101 | 136,855.7804 | $13.89 | |
ETH | <0.01% | $0.000028 | 504,017.977 | $13.88 | |
ETH | <0.01% | $0.000134 | 103,473.69 | $13.87 | |
ETH | <0.01% | $0.099642 | 138.7999 | $13.83 | |
ETH | <0.01% | $0.000122 | 113,328.7136 | $13.81 | |
ETH | <0.01% | $0.000824 | 16,765.3904 | $13.81 | |
ETH | <0.01% | $162.8 | 0.0847 | $13.8 | |
ETH | <0.01% | $0.004333 | 3,181.7799 | $13.79 | |
ETH | <0.01% | $0.072329 | 190.0085 | $13.74 | |
ETH | <0.01% | $0.00019 | 72,127.1269 | $13.72 | |
ETH | <0.01% | $0.000005 | 2,839,614.8931 | $13.71 | |
ETH | <0.01% | $0.001805 | 7,567.4402 | $13.66 | |
ETH | <0.01% | $0.026125 | 521.2544 | $13.62 | |
ETH | <0.01% | <$0.000001 | 35,406,118.7735 | $13.62 | |
ETH | <0.01% | $0.02725 | 498.1377 | $13.57 | |
ETH | <0.01% | $0.820797 | 16.5341 | $13.57 | |
ETH | <0.01% | <$0.000001 | 983,778,072.2754 | $13.54 | |
ETH | <0.01% | <$0.000001 | 116,471,676.13 | $13.54 | |
ETH | <0.01% | $0.000001 | 13,866,744.2461 | $13.53 | |
ETH | <0.01% | $0.006242 | 2,165.9985 | $13.52 | |
ETH | <0.01% | $73.25 | 0.1844 | $13.51 | |
ETH | <0.01% | $208.22 | 0.0648 | $13.5 | |
ETH | <0.01% | $0.00023 | 58,616.8452 | $13.48 | |
ETH | <0.01% | <$0.000001 | 74,451,609.0809 | $13.45 | |
ETH | <0.01% | $0.055903 | 240.6273 | $13.45 | |
ETH | <0.01% | $0.02501 | 537.7029 | $13.45 | |
ETH | <0.01% | $0.016788 | 798.0959 | $13.4 | |
ETH | <0.01% | $0.00824 | 1,625.2147 | $13.39 | |
ETH | <0.01% | <$0.000001 | 77,076,870,804.5613 | $13.35 | |
ETH | <0.01% | $0.000332 | 40,069.8086 | $13.29 | |
ETH | <0.01% | $0.108432 | 122.2833 | $13.26 | |
ETH | <0.01% | $0.008079 | 1,638.956 | $13.24 | |
ETH | <0.01% | <$0.000001 | 37,212,026,555.5608 | $13.21 | |
ETH | <0.01% | $0.000052 | 253,278.7523 | $13.18 | |
ETH | <0.01% | $0.00089 | 14,754.3236 | $13.13 | |
ETH | <0.01% | $0.013017 | 1,007.4137 | $13.11 | |
ETH | <0.01% | $0.000155 | 84,308.7353 | $13.1 | |
ETH | <0.01% | <$0.000001 | 22,098,741,763.9299 | $13.06 | |
ETH | <0.01% | $0.005387 | 2,417.2655 | $13.02 | |
ETH | <0.01% | $0.039323 | 330.3643 | $12.99 | |
ETH | <0.01% | $1,957.36 | 0.00662786 | $12.97 | |
ETH | <0.01% | $0.000447 | 28,988.1168 | $12.97 | |
ETH | <0.01% | $0.005862 | 2,210.2158 | $12.96 | |
ETH | <0.01% | $0.001301 | 9,935.2763 | $12.92 | |
ETH | <0.01% | $0.011197 | 1,151.5581 | $12.89 | |
ETH | <0.01% | $0.000077 | 167,849.6252 | $12.87 | |
ETH | <0.01% | $0.000224 | 57,100.6712 | $12.81 | |
ETH | <0.01% | $0.000716 | 17,896.7935 | $12.81 | |
ETH | <0.01% | $0.000146 | 87,744.8786 | $12.78 | |
ETH | <0.01% | $0.000069 | 183,489.4823 | $12.75 | |
ETH | <0.01% | $0.156139 | 81.3881 | $12.71 | |
ETH | <0.01% | $0.009543 | 1,328.946 | $12.68 | |
ETH | <0.01% | $0.709973 | 17.8294 | $12.66 | |
ETH | <0.01% | $4.91 | 2.5765 | $12.65 | |
ETH | <0.01% | $0.275242 | 45.7974 | $12.61 | |
ETH | <0.01% | $0.001414 | 8,910.8732 | $12.6 | |
ETH | <0.01% | $0.018526 | 678.8226 | $12.58 | |
ETH | <0.01% | $0.006927 | 1,813.1472 | $12.56 | |
ETH | <0.01% | $0.000037 | 333,963.2258 | $12.51 | |
ETH | <0.01% | $0.000416 | 30,049.792 | $12.5 | |
ETH | <0.01% | $0.323443 | 38.6189 | $12.49 | |
ETH | <0.01% | $0.000026 | 480,596.1475 | $12.49 | |
ETH | <0.01% | $0.109228 | 114.2067 | $12.47 | |
ETH | <0.01% | <$0.000001 | 148,026,134,111.6119 | $12.47 | |
ETH | <0.01% | $39.6 | 0.3147 | $12.46 | |
ETH | <0.01% | $0.001313 | 9,479.4226 | $12.45 | |
ETH | <0.01% | $0.000266 | 46,589.4662 | $12.41 | |
ETH | <0.01% | $0.01637 | 756.4024 | $12.38 | |
ETH | <0.01% | $0.006461 | 1,911.2444 | $12.35 | |
ETH | <0.01% | $95,869 | 0.00012729 | $12.2 | |
ETH | <0.01% | $0.007939 | 1,535.4065 | $12.19 | |
ETH | <0.01% | $0.000114 | 106,834.0759 | $12.18 | |
ETH | <0.01% | $0.545687 | 22.3167 | $12.18 | |
ETH | <0.01% | $0.000022 | 551,650.3507 | $12.16 | |
ETH | <0.01% | $0.031709 | 383.4214 | $12.16 | |
ETH | <0.01% | $0.002493 | 4,868.373 | $12.13 | |
ETH | <0.01% | <$0.000001 | 228,831,014.9209 | $12.11 | |
ETH | <0.01% | $0.003597 | 3,364.7816 | $12.1 | |
ETH | <0.01% | $0.000561 | 21,557.8737 | $12.1 | |
ETH | <0.01% | $0.000094 | 128,378.2464 | $12.05 | |
ETH | <0.01% | $3.77 | 3.1863 | $12.01 | |
ETH | <0.01% | $0.006928 | 1,732.9691 | $12.01 | |
ETH | <0.01% | $0.072933 | 163.7357 | $11.94 | |
ETH | <0.01% | $0.012907 | 924.5622 | $11.93 | |
ETH | <0.01% | $0.000095 | 125,878.3595 | $11.93 | |
ETH | <0.01% | $0.000047 | 251,550.2473 | $11.92 | |
ETH | <0.01% | <$0.000001 | 171,765,881.5033 | $11.92 | |
ETH | <0.01% | $0.002257 | 5,273.015 | $11.9 | |
ETH | <0.01% | $0.000255 | 46,590.8248 | $11.86 | |
ETH | <0.01% | $0.015158 | 781.2125 | $11.84 | |
ETH | <0.01% | $2.19 | 5.3956 | $11.82 | |
ETH | <0.01% | $0.00031 | 37,990.39 | $11.78 | |
ETH | <0.01% | <$0.000001 | 76,689,300.6295 | $11.77 | |
ETH | <0.01% | $0.01038 | 1,132.8289 | $11.76 | |
ETH | <0.01% | $0.001268 | 9,262.8986 | $11.75 | |
ETH | <0.01% | <$0.000001 | 33,372,920.6138 | $11.71 | |
ETH | <0.01% | <$0.000001 | 3,835,369,192.0767 | $11.7 | |
ETH | <0.01% | $0.019904 | 587.7831 | $11.7 | |
ETH | <0.01% | $0.042144 | 276.2848 | $11.64 | |
ETH | <0.01% | $0.000058 | 200,395.0793 | $11.64 | |
ETH | <0.01% | $0.000831 | 13,980.7824 | $11.61 | |
ETH | <0.01% | $0.403551 | 28.7695 | $11.61 | |
ETH | <0.01% | $0.028484 | 406.4956 | $11.58 | |
ETH | <0.01% | $0.040454 | 286.171 | $11.58 | |
ETH | <0.01% | <$0.000001 | 40,967,325.8686 | $11.55 | |
ETH | <0.01% | $0.000033 | 351,393.9695 | $11.55 | |
ETH | <0.01% | $2.75 | 4.1947 | $11.52 | |
ETH | <0.01% | $0.011038 | 1,037.3056 | $11.45 | |
ETH | <0.01% | $0.00006 | 188,593.6485 | $11.4 | |
ETH | <0.01% | $0.058031 | 195.9259 | $11.37 | |
ETH | <0.01% | $0.000132 | 85,972.3475 | $11.37 | |
ETH | <0.01% | $0.01026 | 1,106.9233 | $11.36 | |
ETH | <0.01% | $1 | 11.2935 | $11.29 | |
ETH | <0.01% | <$0.000001 | 110,398,178,211.662 | $11.26 | |
ETH | <0.01% | $1.39 | 8.0863 | $11.24 | |
ETH | <0.01% | $0.027501 | 408.0683 | $11.22 | |
ETH | <0.01% | <$0.000001 | 6,045,857,434.3074 | $11.18 | |
ETH | <0.01% | $0.004453 | 2,511.3406 | $11.18 | |
ETH | <0.01% | $6.28 | 1.7791 | $11.17 | |
ETH | <0.01% | $0.001637 | 6,816.0755 | $11.16 | |
ETH | <0.01% | $0.346918 | 32.1167 | $11.14 | |
ETH | <0.01% | $0.179992 | 61.8084 | $11.13 | |
ETH | <0.01% | $0.002954 | 3,760.0893 | $11.11 | |
ETH | <0.01% | $0.185526 | 59.8198 | $11.1 | |
ETH | <0.01% | <$0.000001 | 130,636,176.6451 | $11.08 | |
ETH | <0.01% | <$0.000001 | 98,133,012.3591 | $11.06 | |
ETH | <0.01% | $0.005544 | 1,989.3276 | $11.03 | |
ETH | <0.01% | <$0.000001 | 100,997,586,068.1691 | $11.02 | |
ETH | <0.01% | $1.14 | 9.663 | $11.02 | |
ETH | <0.01% | $0.001603 | 6,846.0915 | $10.97 | |
ETH | <0.01% | $0.001289 | 8,505.0751 | $10.97 | |
ETH | <0.01% | $0.004939 | 2,216.0945 | $10.95 | |
ETH | <0.01% | $0.003064 | 3,569.6008 | $10.94 | |
ETH | <0.01% | $0.000301 | 36,234.362 | $10.92 | |
ETH | <0.01% | $0.006189 | 1,764.3653 | $10.92 | |
ETH | <0.01% | $0.000099 | 110,392.1085 | $10.92 | |
ETH | <0.01% | $0.000134 | 81,490.6794 | $10.89 | |
ETH | <0.01% | $0.000064 | 170,576.5018 | $10.88 | |
ETH | <0.01% | <$0.000001 | 45,617,625.842 | $10.87 | |
ETH | <0.01% | $0.000027 | 404,831.0975 | $10.87 | |
ETH | <0.01% | $1,394.86 | 0.00774693 | $10.81 | |
ETH | <0.01% | <$0.000001 | 67,599,090.2649 | $10.8 | |
ETH | <0.01% | $0.000005 | 2,276,921.1611 | $10.79 | |
ETH | <0.01% | <$0.000001 | 25,514,232,236.6152 | $10.76 | |
ETH | <0.01% | $0.037222 | 288.676 | $10.75 | |
ETH | <0.01% | $0.002984 | 3,593.6364 | $10.72 | |
ETH | <0.01% | $0.057237 | 187.2445 | $10.72 | |
ETH | <0.01% | $0.000012 | 865,836.9976 | $10.68 | |
ETH | <0.01% | $0.009423 | 1,132.0355 | $10.67 | |
ETH | <0.01% | $0.057025 | 186.7859 | $10.65 | |
ETH | <0.01% | $0.007183 | 1,481.7342 | $10.64 | |
ETH | <0.01% | $1 | 10.6158 | $10.64 | |
ETH | <0.01% | $0.03252 | 325.9588 | $10.6 | |
ETH | <0.01% | <$0.000001 | 98,167,624.2274 | $10.58 | |
ETH | <0.01% | $0.000482 | 21,955.6746 | $10.57 | |
ETH | <0.01% | $0.001272 | 8,313.5026 | $10.57 | |
ETH | <0.01% | $0.000268 | 39,438.2866 | $10.56 | |
ETH | <0.01% | $0.081559 | 129.3184 | $10.55 | |
ETH | <0.01% | $0.229699 | 45.8323 | $10.53 | |
ETH | <0.01% | $0.110968 | 94.5288 | $10.49 | |
ETH | <0.01% | $70.8 | 0.1474 | $10.43 | |
ETH | <0.01% | $0.000167 | 62,421.5824 | $10.41 | |
ETH | <0.01% | $8.92 | 1.1644 | $10.39 | |
ETH | <0.01% | $0.118044 | 87.9138 | $10.38 | |
ETH | <0.01% | $0.192723 | 53.7459 | $10.36 | |
ETH | <0.01% | $0.0003 | 34,532.2144 | $10.36 | |
ETH | <0.01% | $0.001348 | 7,676.762 | $10.35 | |
ETH | <0.01% | $0.113676 | 90.8719 | $10.33 | |
ETH | <0.01% | $0.006316 | 1,634.894 | $10.33 | |
ETH | <0.01% | <$0.000001 | 36,061,068.2255 | $10.31 | |
ETH | <0.01% | $0.000276 | 37,312.9299 | $10.3 | |
ETH | <0.01% | $0.009764 | 1,053.2399 | $10.28 | |
ETH | <0.01% | <$0.000001 | 21,269,019.76 | $10.24 | |
ETH | <0.01% | $0.000136 | 75,111.5489 | $10.24 | |
ETH | <0.01% | $0.001545 | 6,625.8443 | $10.24 | |
ETH | <0.01% | $24.31 | 0.4208 | $10.23 | |
ETH | <0.01% | $0.000443 | 23,049.1905 | $10.21 | |
ETH | <0.01% | $0.000002 | 4,741,267.1091 | $10.19 | |
ETH | <0.01% | $0.001374 | 7,405.7938 | $10.17 | |
ETH | <0.01% | $0.003935 | 2,582.2063 | $10.16 | |
ETH | <0.01% | $0.093618 | 108.1909 | $10.13 | |
ETH | <0.01% | $0.000116 | 87,455.9691 | $10.13 | |
ETH | <0.01% | $0.000156 | 64,760.4447 | $10.12 | |
ETH | <0.01% | $0.004098 | 2,464.3117 | $10.1 | |
ETH | <0.01% | <$0.000001 | 52,527,434.4294 | $10.09 | |
ETH | <0.01% | $0.001736 | 5,809.4639 | $10.08 | |
ETH | <0.01% | $0.001057 | 9,522.9425 | $10.06 | |
ETH | <0.01% | $0.004288 | 2,343.1092 | $10.05 | |
ETH | <0.01% | $0.078933 | 127.1852 | $10.04 | |
ETH | <0.01% | <$0.000001 | 1,774,709,775.6052 | $10.03 | |
ETH | <0.01% | $0.812129 | 12.3271 | $10.01 | |
ETH | <0.01% | $0.000472 | 21,227.4246 | $10.01 | |
ETH | <0.01% | $0.000071 | 140,828.6293 | $10 | |
ETH | <0.01% | $9.77 | 1.0212 | $9.98 | |
ETH | <0.01% | $0.012855 | 774.1797 | $9.95 | |
ETH | <0.01% | $3.53 | 2.8176 | $9.95 | |
ETH | <0.01% | $0.007314 | 1,359.3693 | $9.94 | |
ETH | <0.01% | $0.000041 | 239,936.3004 | $9.92 | |
ETH | <0.01% | $3.6 | 2.7543 | $9.92 | |
ETH | <0.01% | $0.009882 | 1,002.9551 | $9.91 | |
ETH | <0.01% | $0.049875 | 198.4726 | $9.9 | |
ETH | <0.01% | $0.000491 | 20,141.8889 | $9.89 | |
ETH | <0.01% | $0.011553 | 855.1615 | $9.88 | |
ETH | <0.01% | $0.004514 | 2,188.2561 | $9.88 | |
ETH | <0.01% | $0.011478 | 859.8028 | $9.87 | |
ETH | <0.01% | $0.127876 | 76.9473 | $9.84 | |
ETH | <0.01% | $0.000456 | 21,454.7422 | $9.79 | |
ETH | <0.01% | $0.009322 | 1,049.7161 | $9.79 | |
ETH | <0.01% | <$0.000001 | 45,169,883.4544 | $9.78 | |
ETH | <0.01% | $0.001374 | 7,120.2014 | $9.78 | |
ETH | <0.01% | $0.214696 | 45.4141 | $9.75 | |
ETH | <0.01% | <$0.000001 | 166,573,056.1865 | $9.74 | |
ETH | <0.01% | $0.001645 | 5,909.5455 | $9.72 | |
ETH | <0.01% | <$0.000001 | 56,813,500.1418 | $9.72 | |
ETH | <0.01% | $0.002193 | 4,422.7 | $9.7 | |
ETH | <0.01% | $0.000001 | 12,085,758.1177 | $9.69 | |
ETH | <0.01% | <$0.000001 | 64,332,489.9887 | $9.68 | |
ETH | <0.01% | $0.010097 | 957.6691 | $9.67 | |
ETH | <0.01% | $0.000594 | 16,263.3651 | $9.66 | |
ETH | <0.01% | $0.001404 | 6,865.2354 | $9.64 | |
ETH | <0.01% | $911.77 | 0.0106 | $9.63 | |
ETH | <0.01% | $0.090682 | 106.0936 | $9.62 | |
ETH | <0.01% | $0.00027 | 35,580.8685 | $9.61 | |
ETH | <0.01% | $0.001879 | 5,110.0058 | $9.6 | |
ETH | <0.01% | <$0.000001 | 333,471,762,804.4824 | $9.58 | |
ETH | <0.01% | $0.00034 | 28,187.4834 | $9.57 | |
ETH | <0.01% | $0.207986 | 45.985 | $9.56 | |
ETH | <0.01% | $0.000007 | 1,436,618.8225 | $9.56 | |
ETH | <0.01% | <$0.000001 | 40,905,075.074 | $9.55 | |
ETH | <0.01% | $0.001014 | 9,415.4036 | $9.55 | |
ETH | <0.01% | $0.003532 | 2,699.8393 | $9.54 | |
ETH | <0.01% | $0.000251 | 37,981.5667 | $9.53 | |
ETH | <0.01% | $0.000054 | 176,123.8802 | $9.52 | |
ETH | <0.01% | $0.009266 | 1,025.5069 | $9.5 | |
ETH | <0.01% | <$0.000001 | 165,040,628.1821 | $9.48 | |
ETH | <0.01% | $0.000065 | 146,583.312 | $9.47 | |
ETH | <0.01% | $0.400714 | 23.6109 | $9.46 | |
ETH | <0.01% | $1.02 | 9.2621 | $9.46 | |
ETH | <0.01% | $0.000012 | 816,276.4733 | $9.45 | |
ETH | <0.01% | $0.00093 | 10,146.2585 | $9.44 | |
ETH | <0.01% | <$0.000001 | 201,735,470.8236 | $9.44 | |
ETH | <0.01% | $0.507712 | 18.5631 | $9.42 | |
ETH | <0.01% | <$0.000001 | 34,602,051,166.5668 | $9.42 | |
ETH | <0.01% | <$0.000001 | 205,506,620.4877 | $9.41 | |
ETH | <0.01% | <$0.000001 | 3,451,181,583.3377 | $9.4 | |
ETH | <0.01% | $0.045301 | 207.3837 | $9.39 | |
ETH | <0.01% | $0.002171 | 4,324.7066 | $9.39 | |
ETH | <0.01% | $0.000108 | 87,163.9358 | $9.39 | |
ETH | <0.01% | $0.001722 | 5,440.7536 | $9.37 | |
ETH | <0.01% | $0.000804 | 11,624.1466 | $9.35 | |
ETH | <0.01% | $0.009979 | 936.1019 | $9.34 | |
ETH | <0.01% | $1.05 | 8.8757 | $9.33 | |
ETH | <0.01% | $0.006334 | 1,469.4999 | $9.31 | |
ETH | <0.01% | $0.000047 | 195,900.2749 | $9.3 | |
ETH | <0.01% | $0.000143 | 65,068.6727 | $9.3 | |
ETH | <0.01% | $0.000218 | 42,565.1382 | $9.29 | |
ETH | <0.01% | $0.049133 | 188.8374 | $9.28 | |
ETH | <0.01% | <$0.000001 | 137,150,863.8018 | $9.26 | |
ETH | <0.01% | $0.007513 | 1,232.0848 | $9.26 | |
ETH | <0.01% | $0.000026 | 355,845.4947 | $9.19 | |
ETH | <0.01% | $0.00039 | 23,552.0072 | $9.18 | |
ETH | <0.01% | $0.813056 | 11.2675 | $9.16 | |
ETH | <0.01% | <$0.000001 | 84,727,526.6409 | $9.12 | |
ETH | <0.01% | $0.000064 | 142,368.0985 | $9.12 | |
ETH | <0.01% | $0.007762 | 1,171.2449 | $9.09 | |
ETH | <0.01% | $0.734274 | 12.3019 | $9.03 | |
ETH | <0.01% | $0.000001 | 6,379,955.0573 | $9 | |
ETH | <0.01% | $0.006027 | 1,490.9265 | $8.99 | |
ETH | <0.01% | $0.056832 | 158.0081 | $8.98 | |
ETH | <0.01% | $0.000464 | 19,353.9128 | $8.98 | |
ETH | <0.01% | $0.236108 | 37.9477 | $8.96 | |
ETH | <0.01% | <$0.000001 | 98,077,611,632,798.469 | $8.93 | |
ETH | <0.01% | $0.189157 | 47.2165 | $8.93 | |
ETH | <0.01% | $1 | 8.9084 | $8.92 | |
ETH | <0.01% | $0.108305 | 82.1789 | $8.9 | |
ETH | <0.01% | <$0.000001 | 155,830,489.8549 | $8.88 | |
ETH | <0.01% | <$0.000001 | 468,734,070,941.7147 | $8.88 | |
ETH | <0.01% | $0.000087 | 101,991.6318 | $8.86 | |
ETH | <0.01% | $13.1 | 0.6722 | $8.81 | |
ETH | <0.01% | <$0.000001 | 790,309,720.2772 | $8.79 | |
ETH | <0.01% | $0.000001 | 7,994,662.7699 | $8.79 | |
ETH | <0.01% | $0.000317 | 27,686.7069 | $8.77 | |
ETH | <0.01% | $0.002024 | 4,331.2073 | $8.77 | |
ETH | <0.01% | $0.003931 | 2,227.1904 | $8.76 | |
ETH | <0.01% | $0.66869 | 12.9544 | $8.66 | |
ETH | <0.01% | $0.000061 | 140,868.0785 | $8.66 | |
ETH | <0.01% | $0.001226 | 7,060.1762 | $8.65 | |
ETH | <0.01% | $0.000317 | 27,296.7815 | $8.65 | |
ETH | <0.01% | $0.00007 | 123,984.1543 | $8.65 | |
ETH | <0.01% | $0.000028 | 312,754.0763 | $8.64 | |
ETH | <0.01% | $0.023421 | 367.9823 | $8.62 | |
ETH | <0.01% | $0.00011 | 78,002.4012 | $8.59 | |
ETH | <0.01% | $0.000021 | 415,768.2358 | $8.57 | |
ETH | <0.01% | $0.995287 | 8.6079 | $8.57 | |
ETH | <0.01% | $0.001601 | 5,347.1353 | $8.56 | |
ETH | <0.01% | $0.855822 | 10.0022 | $8.56 | |
ETH | <0.01% | $3,307.89 | 0.00258501 | $8.55 | |
ETH | <0.01% | $0.000019 | 458,867.8714 | $8.54 | |
ETH | <0.01% | $0.014608 | 581.0263 | $8.49 | |
ETH | <0.01% | $1,988.58 | 0.0042682 | $8.49 | |
ETH | <0.01% | $0.004111 | 2,064.3181 | $8.49 | |
ETH | <0.01% | $0.000002 | 4,739,531.8113 | $8.48 | |
ETH | <0.01% | $0.011271 | 748.5661 | $8.44 | |
ETH | <0.01% | $0.099457 | 84.8022 | $8.43 | |
ETH | <0.01% | $0.02736 | 307.9439 | $8.43 | |
ETH | <0.01% | $0.000067 | 125,511.2005 | $8.41 | |
ETH | <0.01% | <$0.000001 | 91,742,075.9124 | $8.41 | |
ETH | <0.01% | $0.007952 | 1,056.1005 | $8.4 | |
ETH | <0.01% | $0.000035 | 238,467.6106 | $8.4 | |
ETH | <0.01% | <$0.000001 | 173,969,555.9367 | $8.37 | |
ETH | <0.01% | $0.005017 | 1,668.0402 | $8.37 | |
ETH | <0.01% | $0.004127 | 2,020.2004 | $8.34 | |
ETH | <0.01% | $4.62 | 1.7995 | $8.31 | |
ETH | <0.01% | $0.000196 | 42,285.0556 | $8.31 | |
ETH | <0.01% | $1.03 | 8.0963 | $8.3 | |
ETH | <0.01% | $0.000289 | 28,749.3519 | $8.3 | |
ETH | <0.01% | $0.022171 | 374.1431 | $8.3 | |
ETH | <0.01% | $0.006528 | 1,268.4114 | $8.28 | |
ETH | <0.01% | <$0.000001 | 6,967,942,060.399 | $8.24 | |
ETH | <0.01% | <$0.000001 | 101,298,107,063.2314 | $8.24 | |
ETH | <0.01% | $0.001046 | 7,847.4382 | $8.21 | |
ETH | <0.01% | $0.419358 | 19.5643 | $8.2 | |
ETH | <0.01% | $0.000001 | 8,558,036.1259 | $8.19 | |
ETH | <0.01% | <$0.000001 | 90,162,571,318.9074 | $8.19 | |
ETH | <0.01% | $0.000008 | 1,056,151.9039 | $8.14 | |
ETH | <0.01% | $0.002573 | 3,155.4275 | $8.12 | |
ETH | <0.01% | $0.000004 | 1,846,440.1897 | $8.11 | |
ETH | <0.01% | $10.42 | 0.7757 | $8.08 | |
ETH | <0.01% | $0.045852 | 176.0664 | $8.07 | |
ETH | <0.01% | $1.76 | 4.5512 | $8.03 | |
ETH | <0.01% | $0.000877 | 9,149.4963 | $8.02 | |
ETH | <0.01% | $0.000078 | 102,243.5474 | $8.02 | |
ETH | <0.01% | $0.019134 | 418.734 | $8.01 | |
ETH | <0.01% | $0.000359 | 22,283.772 | $8.01 | |
ETH | <0.01% | $0.149905 | 53.1811 | $7.97 | |
ETH | <0.01% | $0.169441 | 47.0437 | $7.97 | |
ETH | <0.01% | $0.000177 | 44,919.2897 | $7.96 | |
ETH | <0.01% | $2,449.44 | 0.00325045 | $7.96 | |
ETH | <0.01% | $0.222068 | 35.7972 | $7.95 | |
ETH | <0.01% | $0.01157 | 685.7135 | $7.93 | |
ETH | <0.01% | $0.000235 | 33,730.7779 | $7.93 | |
ETH | <0.01% | $0.000111 | 70,796.9486 | $7.86 | |
ETH | <0.01% | $3.51 | 2.2274 | $7.82 | |
ETH | <0.01% | $0.019472 | 400.3136 | $7.8 | |
ETH | <0.01% | $0.012562 | 618.7202 | $7.77 | |
ETH | <0.01% | $0.000001 | 11,388,644.4943 | $7.76 | |
ETH | <0.01% | $0.000001 | 14,192,976.1238 | $7.74 | |
ETH | <0.01% | $0.001336 | 5,789.4461 | $7.74 | |
ETH | <0.01% | $18.32 | 0.421 | $7.71 | |
ETH | <0.01% | $0.070864 | 108.6977 | $7.7 | |
ETH | <0.01% | $0.007632 | 1,008.6782 | $7.7 | |
ETH | <0.01% | $0.000151 | 50,839.0497 | $7.69 | |
ETH | <0.01% | $1.01 | 7.5954 | $7.66 | |
ETH | <0.01% | $1.28 | 5.9687 | $7.64 | |
ETH | <0.01% | $0.006185 | 1,228.6355 | $7.6 | |
ETH | <0.01% | <$0.000001 | 47,531,789,376.0236 | $7.58 | |
ETH | <0.01% | <$0.000001 | 177,214,001,082.7018 | $7.58 | |
ETH | <0.01% | $0.005153 | 1,470.0079 | $7.57 | |
ETH | <0.01% | $0.000204 | 37,186.388 | $7.57 | |
ETH | <0.01% | $0.000004 | 2,101,403.8403 | $7.54 | |
ETH | <0.01% | $0.074736 | 100.7841 | $7.53 | |
ETH | <0.01% | $0.00253 | 2,973.15 | $7.52 | |
ETH | <0.01% | $31.77 | 0.2366 | $7.52 | |
ETH | <0.01% | $0.000002 | 3,523,391.3289 | $7.5 | |
ETH | <0.01% | $0.178595 | 42.0012 | $7.5 | |
ETH | <0.01% | $0.765784 | 9.7656 | $7.48 | |
ETH | <0.01% | $126.9 | 0.0589 | $7.47 | |
ETH | <0.01% | $0.000212 | 35,159.7761 | $7.45 | |
ETH | <0.01% | $0.000047 | 159,401.3518 | $7.45 | |
ETH | <0.01% | $0.182498 | 40.4929 | $7.39 | |
ETH | <0.01% | $56.29 | 0.1309 | $7.37 | |
ETH | <0.01% | $0.486698 | 15.0515 | $7.33 | |
ETH | <0.01% | $0.023287 | 314.1709 | $7.32 | |
ETH | <0.01% | $0.000077 | 95,618.8031 | $7.32 | |
ETH | <0.01% | $0.000045 | 163,936.5558 | $7.3 | |
ETH | <0.01% | $0.003541 | 2,051.319 | $7.26 | |
ETH | <0.01% | $5,991.29 | 0.00121073 | $7.25 | |
ETH | <0.01% | $0.000159 | 45,529.3522 | $7.25 | |
ETH | <0.01% | $0.00002 | 356,284.4539 | $7.23 | |
ETH | <0.01% | $0.000022 | 325,231.4457 | $7.22 | |
ETH | <0.01% | $0.000434 | 16,652.5846 | $7.22 | |
ETH | <0.01% | $0.415748 | 17.3546 | $7.22 | |
ETH | <0.01% | <$0.000001 | 45,144,330.8174 | $7.2 | |
ETH | <0.01% | $0.00124 | 5,800.2258 | $7.19 | |
ETH | <0.01% | $1,943.54 | 0.00369117 | $7.17 | |
ETH | <0.01% | $0.001141 | 6,280.295 | $7.17 | |
ETH | <0.01% | $0.00002 | 364,426.113 | $7.16 | |
ETH | <0.01% | $0.002761 | 2,589.3242 | $7.15 | |
ETH | <0.01% | <$0.000001 | 29,045,188,705.7713 | $7.14 | |
ETH | <0.01% | $1.3 | 5.495 | $7.14 | |
ETH | <0.01% | $0.328966 | 21.6504 | $7.12 | |
ETH | <0.01% | $0.019434 | 365.7948 | $7.11 | |
ETH | <0.01% | $1.39 | 5.1068 | $7.1 | |
ETH | <0.01% | $0.003402 | 2,085.6476 | $7.1 | |
ETH | <0.01% | $0.000004 | 1,817,935.9568 | $7.09 | |
ETH | <0.01% | $0.000481 | 14,702.2102 | $7.08 | |
ETH | <0.01% | $0.000002 | 2,885,143.9461 | $7.06 | |
ETH | <0.01% | $0.00013 | 54,324.6241 | $7.04 | |
ETH | <0.01% | $0.00799 | 881.3263 | $7.04 | |
ETH | <0.01% | $0.000295 | 23,888.4418 | $7.04 | |
ETH | <0.01% | $0.000324 | 21,730.2295 | $7.04 | |
ETH | <0.01% | $0.017025 | 413.5399 | $7.04 | |
ETH | <0.01% | $0.449218 | 15.6678 | $7.04 | |
ETH | <0.01% | <$0.000001 | 90,086,641,718.5333 | $7.03 | |
ETH | <0.01% | <$0.000001 | 68,682,837.6676 | $7 | |
ETH | <0.01% | $0.000004 | 1,620,325.0449 | $6.99 | |
ETH | <0.01% | <$0.000001 | 691,659,911.0655 | $6.98 | |
ETH | <0.01% | $0.000778 | 8,891.011 | $6.92 | |
ETH | <0.01% | $0.000195 | 35,527.2244 | $6.92 | |
ETH | <0.01% | <$0.000001 | 1,839,867,944,919,586.3 | $6.9 | |
ETH | <0.01% | $0.000586 | 11,748.9932 | $6.88 | |
ETH | <0.01% | $12.32 | 0.5581 | $6.88 | |
ETH | <0.01% | $0.000002 | 3,035,295.4982 | $6.87 | |
ETH | <0.01% | $0.005829 | 1,171.1403 | $6.83 | |
ETH | <0.01% | $0.016003 | 426.5422 | $6.83 | |
ETH | <0.01% | $0.000048 | 141,037.2199 | $6.82 | |
ETH | <0.01% | <$0.000001 | 90,448,503.0776 | $6.82 | |
ETH | <0.01% | $0.000041 | 167,556.224 | $6.81 | |
ETH | <0.01% | $0.000053 | 128,216.5169 | $6.81 | |
ETH | <0.01% | <$0.000001 | 235,092,292,423.7759 | $6.8 | |
ETH | <0.01% | $0.00269 | 2,527.8711 | $6.8 | |
ETH | <0.01% | $0.016592 | 408.6308 | $6.78 | |
ETH | <0.01% | $0.003742 | 1,808.0235 | $6.76 | |
ETH | <0.01% | $0.000516 | 13,104.1178 | $6.76 | |
ETH | <0.01% | $1,640.92 | 0.00411249 | $6.75 | |
ETH | <0.01% | $6.68 | 1.0101 | $6.75 | |
ETH | <0.01% | $0.000802 | 8,402.6236 | $6.74 | |
ETH | <0.01% | $34.51 | 0.1951 | $6.73 | |
ETH | <0.01% | $0.002911 | 2,311.31 | $6.73 | |
ETH | <0.01% | $0.015163 | 443.3082 | $6.72 | |
ETH | <0.01% | $0.012183 | 549.2413 | $6.69 | |
ETH | <0.01% | $1,500.96 | 0.00445585 | $6.69 | |
ETH | <0.01% | $0.015011 | 445.3401 | $6.69 | |
ETH | <0.01% | $0.000001 | 9,629,376.3338 | $6.68 | |
ETH | <0.01% | $0.00077 | 8,656.0398 | $6.67 | |
ETH | <0.01% | $0.000953 | 6,975.8651 | $6.65 | |
ETH | <0.01% | $0.000155 | 42,623.494 | $6.63 | |
ETH | <0.01% | <$0.000001 | 20,519,675.4373 | $6.59 | |
ETH | <0.01% | $0.000561 | 11,760.1172 | $6.59 | |
ETH | <0.01% | $0.000268 | 24,555.1338 | $6.57 | |
ETH | <0.01% | $0.004417 | 1,486.1557 | $6.56 | |
ETH | <0.01% | $0.041745 | 157.0937 | $6.56 | |
ETH | <0.01% | $0.010705 | 612.4944 | $6.56 | |
ETH | <0.01% | $0.001378 | 4,737.0195 | $6.53 | |
ETH | <0.01% | $0.025367 | 256.7852 | $6.51 | |
ETH | <0.01% | $0.006108 | 1,059.5792 | $6.47 | |
ETH | <0.01% | $0.000045 | 144,948.916 | $6.47 | |
ETH | <0.01% | <$0.000001 | 38,387,997.4479 | $6.46 | |
ETH | <0.01% | <$0.000001 | 5,577,435,189,644.5859 | $6.43 | |
ETH | <0.01% | $0.001789 | 3,586.8845 | $6.42 | |
ETH | <0.01% | $0.133587 | 47.995 | $6.41 | |
ETH | <0.01% | $0.000295 | 21,695.494 | $6.41 | |
ETH | <0.01% | $0.726287 | 8.8212 | $6.41 | |
ETH | <0.01% | $0.000476 | 13,444.8721 | $6.4 | |
ETH | <0.01% | <$0.000001 | 106,379,406.8897 | $6.38 | |
ETH | <0.01% | $0.000338 | 18,873.6307 | $6.38 | |
ETH | <0.01% | $0.114361 | 55.7181 | $6.37 | |
ETH | <0.01% | $0.001768 | 3,598.1016 | $6.36 | |
ETH | <0.01% | $0.000315 | 20,206.7341 | $6.36 | |
ETH | <0.01% | $0.093025 | 68.3281 | $6.36 | |
ETH | <0.01% | $1.05 | 6.035 | $6.35 | |
ETH | <0.01% | $0.002239 | 2,834.7699 | $6.35 | |
ETH | <0.01% | $0.421416 | 15.0578 | $6.35 | |
ETH | <0.01% | $0.004269 | 1,485.6282 | $6.34 | |
ETH | <0.01% | $0.001663 | 3,803.6783 | $6.32 | |
ETH | <0.01% | $0.000002 | 3,310,774.3839 | $6.32 | |
ETH | <0.01% | $0.00008 | 78,743.7854 | $6.32 | |
ETH | <0.01% | $0.003343 | 1,889.0678 | $6.31 | |
ETH | <0.01% | <$0.000001 | 64,419,074.1343 | $6.31 | |
ETH | <0.01% | <$0.000001 | 64,419,074.1343 | $6.31 | |
ETH | <0.01% | $0.001163 | 5,423.42 | $6.31 | |
ETH | <0.01% | $0.000442 | 14,217.9249 | $6.29 | |
ETH | <0.01% | $0.000262 | 24,043.5133 | $6.29 | |
ETH | <0.01% | $0.000077 | 81,741.7366 | $6.29 | |
ETH | <0.01% | $0.794489 | 7.9078 | $6.28 | |
ETH | <0.01% | <$0.000001 | 14,358,714,000.1538 | $6.27 | |
ETH | <0.01% | $0.000623 | 10,053.4141 | $6.26 | |
ETH | <0.01% | $0.000135 | 46,112.9636 | $6.25 | |
ETH | <0.01% | $0.000001 | 10,183,446.878 | $6.24 | |
ETH | <0.01% | $0.050893 | 122.5328 | $6.24 | |
ETH | <0.01% | $0.199146 | 31.1655 | $6.21 | |
ETH | <0.01% | $0.064127 | 96.3674 | $6.18 | |
ETH | <0.01% | $0.001108 | 5,570.0166 | $6.17 | |
ETH | <0.01% | $0.000223 | 27,678 | $6.17 | |
ETH | <0.01% | <$0.000001 | 100,904,637.0841 | $6.17 | |
ETH | <0.01% | $0.005915 | 1,037.0313 | $6.13 | |
ETH | <0.01% | $0.001083 | 5,658.371 | $6.13 | |
ETH | <0.01% | $0.000009 | 647,144.2281 | $6.12 | |
ETH | <0.01% | $0.000359 | 17,033.7998 | $6.11 | |
ETH | <0.01% | $0.001667 | 3,648.3915 | $6.08 | |
ETH | <0.01% | $0.000274 | 22,164.6323 | $6.07 | |
ETH | <0.01% | $0.009215 | 658.8513 | $6.07 | |
ETH | <0.01% | $1 | 6.0558 | $6.06 | |
ETH | <0.01% | $0.000269 | 22,545.3602 | $6.05 | |
ETH | <0.01% | <$0.000001 | 15,557,551,406.9256 | $6.05 | |
ETH | <0.01% | $0.000014 | 443,391.9899 | $6.04 | |
ETH | <0.01% | $0.010219 | 590.723 | $6.04 | |
ETH | <0.01% | $0.039642 | 152.22 | $6.03 | |
ETH | <0.01% | $0.144165 | 41.6202 | $6 | |
ETH | <0.01% | $0.000002 | 3,798,146.5309 | $6 | |
ETH | <0.01% | $0.005599 | 1,070.1124 | $5.99 | |
ETH | <0.01% | $0.057146 | 104.7349 | $5.99 | |
ETH | <0.01% | $0.00888 | 671.6465 | $5.96 | |
ETH | <0.01% | $0.000007 | 877,484.6029 | $5.96 | |
ETH | <0.01% | <$0.000001 | 645,078,995.5675 | $5.95 | |
ETH | <0.01% | $0.003804 | 1,564.9715 | $5.95 | |
ETH | <0.01% | $0.001994 | 2,981.6256 | $5.95 | |
ETH | <0.01% | $0.042306 | 140.4317 | $5.94 | |
ETH | <0.01% | $0.000999 | 5,943.6357 | $5.94 | |
ETH | <0.01% | $0.000001 | 9,304,084.1371 | $5.93 | |
ETH | <0.01% | $0.000524 | 11,305.6443 | $5.92 | |
ETH | <0.01% | $0.000014 | 417,863.2749 | $5.91 | |
ETH | <0.01% | $9.41 | 0.6245 | $5.88 | |
ETH | <0.01% | <$0.000001 | 39,512,137.1819 | $5.87 | |
ETH | <0.01% | $3.15 | 1.862 | $5.87 | |
ETH | <0.01% | $0.000051 | 114,658.5908 | $5.85 | |
ETH | <0.01% | $0.001427 | 4,083.0882 | $5.83 | |
ETH | <0.01% | $0.000415 | 14,021.3646 | $5.82 | |
ETH | <0.01% | $0.002362 | 2,463.7067 | $5.82 | |
ETH | <0.01% | $0.007291 | 795.7501 | $5.8 | |
ETH | <0.01% | $0.099974 | 57.9887 | $5.8 | |
ETH | <0.01% | $0.000075 | 77,513.5605 | $5.79 | |
ETH | <0.01% | $0.000748 | 7,733.2864 | $5.78 | |
ETH | <0.01% | $0.047105 | 122.5293 | $5.77 | |
ETH | <0.01% | $0.000267 | 21,529.6754 | $5.76 | |
ETH | <0.01% | <$0.000001 | 104,069,138,284.5454 | $5.73 | |
ETH | <0.01% | $0.000676 | 8,462.4058 | $5.72 | |
ETH | <0.01% | <$0.000001 | 175,943,248,870.6275 | $5.72 | |
ETH | <0.01% | $0.002783 | 2,053.0744 | $5.71 | |
ETH | <0.01% | $0.271029 | 21.0695 | $5.71 | |
ETH | <0.01% | $0.000014 | 400,620.8891 | $5.7 | |
ETH | <0.01% | $0.001 | 5,689.4365 | $5.69 | |
ETH | <0.01% | $0.020447 | 277.226 | $5.67 | |
ETH | <0.01% | $0.012592 | 449.918 | $5.67 | |
ETH | <0.01% | $0.001428 | 3,967.3941 | $5.66 | |
ETH | <0.01% | $0.000003 | 1,640,678.7779 | $5.66 | |
ETH | <0.01% | $1.14 | 4.9568 | $5.65 | |
ETH | <0.01% | $0.000502 | 11,251.556 | $5.65 | |
ETH | <0.01% | $0.959991 | 5.8755 | $5.64 | |
ETH | <0.01% | $0.007029 | 802.3164 | $5.64 | |
ETH | <0.01% | $0.73291 | 7.6715 | $5.62 | |
ETH | <0.01% | $0.000618 | 9,090.2154 | $5.62 | |
ETH | <0.01% | $0.002683 | 2,093.7801 | $5.62 | |
ETH | <0.01% | $0.000229 | 24,421.3905 | $5.6 | |
ETH | <0.01% | $0.009391 | 594.4517 | $5.58 | |
ETH | <0.01% | $0.00034 | 16,383.6571 | $5.58 | |
ETH | <0.01% | $0.000309 | 17,978.9026 | $5.56 | |
ETH | <0.01% | $1.04 | 5.3399 | $5.55 | |
ETH | <0.01% | $0.000343 | 16,174.6959 | $5.55 | |
ETH | <0.01% | $0.049548 | 110.9592 | $5.5 | |
ETH | <0.01% | $0.000001 | 4,415,757.3398 | $5.48 | |
ETH | <0.01% | $0.007563 | 723.3546 | $5.47 | |
ETH | <0.01% | $0.004892 | 1,115.2718 | $5.46 | |
ETH | <0.01% | $1.23 | 4.417 | $5.43 | |
ETH | <0.01% | $0.028288 | 191.9486 | $5.43 | |
ETH | <0.01% | $8.95 | 0.6065 | $5.43 | |
ETH | <0.01% | $0.798397 | 6.7871 | $5.42 | |
ETH | <0.01% | $0.000034 | 160,334.8774 | $5.38 | |
ETH | <0.01% | $0.000071 | 75,534.8933 | $5.36 | |
ETH | <0.01% | $24.1 | 0.2223 | $5.36 | |
ETH | <0.01% | $0.007562 | 707.0117 | $5.35 | |
ETH | <0.01% | $0.00798 | 666.7803 | $5.32 | |
ETH | <0.01% | $0.00101 | 5,264.0688 | $5.32 | |
ETH | <0.01% | $0.000076 | 70,357.4827 | $5.32 | |
ETH | <0.01% | $0.000055 | 95,682.3684 | $5.3 | |
ETH | <0.01% | $0.068122 | 77.4818 | $5.28 | |
ETH | <0.01% | $0.001785 | 2,953.7703 | $5.27 | |
ETH | <0.01% | $0.0612 | 86.1249 | $5.27 | |
ETH | <0.01% | $0.000043 | 120,651.518 | $5.25 | |
ETH | <0.01% | $0.000013 | 412,075.1586 | $5.22 | |
ETH | <0.01% | $0.000988 | 5,284.0584 | $5.22 | |
ETH | <0.01% | $0.034226 | 151.9953 | $5.2 | |
ETH | <0.01% | $0.009125 | 569.7873 | $5.2 | |
ETH | <0.01% | $0.000004 | 1,461,563.493 | $5.19 | |
ETH | <0.01% | $0.000033 | 158,553.8263 | $5.15 | |
ETH | <0.01% | $0.000023 | 227,207.9761 | $5.13 | |
ETH | <0.01% | $0.088745 | 57.8174 | $5.13 | |
ETH | <0.01% | $0.000249 | 20,593.5349 | $5.13 | |
ETH | <0.01% | $0.00154 | 3,329.4637 | $5.13 | |
ETH | <0.01% | $0.00001 | 529,860.7989 | $5.12 | |
ETH | <0.01% | $0.000298 | 17,130.7389 | $5.11 | |
ETH | <0.01% | <$0.000001 | 152,141,518.7504 | $5.11 | |
ETH | <0.01% | $0.002964 | 1,720.2009 | $5.1 | |
ETH | <0.01% | <$0.000001 | 1,236,687,681.7971 | $5.1 | |
ETH | <0.01% | $0.011485 | 443.2786 | $5.09 | |
ETH | <0.01% | $0.136246 | 37.1933 | $5.07 | |
ETH | <0.01% | $0.004634 | 1,090.6653 | $5.05 | |
ETH | <0.01% | <$0.000001 | 64,044,825.782 | $5.05 | |
ETH | <0.01% | $0.001222 | 4,125.0499 | $5.04 | |
ETH | <0.01% | $0.003306 | 1,522.8868 | $5.03 | |
ETH | <0.01% | $0.00017 | 29,512.2619 | $5.03 | |
ETH | <0.01% | $271.79 | 0.0185 | $5.02 | |
ETH | <0.01% | <$0.000001 | 111,071,731.5651 | $5.02 | |
ETH | <0.01% | <$0.000001 | 4,879,681,450.7535 | $5.01 | |
ETH | <0.01% | $0.002715 | 1,845.0861 | $5.01 | |
ETH | <0.01% | $0.000139 | 36,119.7727 | $5.01 | |
ETH | <0.01% | $0.003956 | 1,261.1101 | $4.99 | |
ETH | <0.01% | $0.061093 | 81.5517 | $4.98 | |
ETH | <0.01% | $0.007072 | 699.9868 | $4.95 | |
ETH | <0.01% | $0.000698 | 7,087.3907 | $4.95 | |
ETH | <0.01% | $0.008483 | 580.9543 | $4.93 | |
ETH | <0.01% | $0.001259 | 3,912.6173 | $4.93 | |
ETH | <0.01% | <$0.000001 | 16,156,263.8393 | $4.9 | |
ETH | <0.01% | $1 | 4.893 | $4.89 | |
ETH | <0.01% | $0.015325 | 318.7958 | $4.89 | |
ETH | <0.01% | <$0.000001 | 38,932,736.9658 | $4.87 | |
ETH | <0.01% | $0.031427 | 155.0932 | $4.87 | |
ETH | <0.01% | $1.06 | 4.5808 | $4.87 | |
ETH | <0.01% | $0.000075 | 64,801.7728 | $4.86 | |
ETH | <0.01% | $0.033297 | 145.9403 | $4.86 | |
ETH | <0.01% | $0.026086 | 186.1613 | $4.86 | |
ETH | <0.01% | $0.000875 | 5,547.9654 | $4.86 | |
ETH | <0.01% | $0.000479 | 10,126.9668 | $4.85 | |
ETH | <0.01% | $0.000763 | 6,338.8392 | $4.84 | |
ETH | <0.01% | $0.000006 | 738,643.2073 | $4.79 | |
ETH | <0.01% | $0.002093 | 2,286.0796 | $4.79 | |
ETH | <0.01% | $0.025309 | 188.1709 | $4.76 | |
ETH | <0.01% | <$0.000001 | 37,627,739,894.5615 | $4.76 | |
ETH | <0.01% | $0.00091 | 5,227.4097 | $4.76 | |
ETH | <0.01% | $0.491639 | 9.6565 | $4.75 | |
ETH | <0.01% | <$0.000001 | 123,927,529.2075 | $4.74 | |
ETH | <0.01% | $0.000001 | 3,206,093.9499 | $4.72 | |
ETH | <0.01% | $0.04414 | 106.5931 | $4.71 | |
ETH | <0.01% | $0.004748 | 988.5651 | $4.69 | |
ETH | <0.01% | $0.001028 | 4,526.5152 | $4.66 | |
ETH | <0.01% | $0.007766 | 596.3009 | $4.63 | |
ETH | <0.01% | $0.000376 | 12,301.1179 | $4.63 | |
ETH | <0.01% | $0.000059 | 78,880.3444 | $4.61 | |
ETH | <0.01% | <$0.000001 | 19,144,894.6467 | $4.6 | |
ETH | <0.01% | $128,566,781.42 | 0.000000035755 | $4.6 | |
ETH | <0.01% | <$0.000001 | 39,241,353.0267 | $4.57 | |
ETH | <0.01% | $0.000072 | 63,235.2413 | $4.56 | |
ETH | <0.01% | $0.094993 | 47.9848 | $4.56 | |
ETH | <0.01% | $0.000243 | 18,658.8214 | $4.53 | |
ETH | <0.01% | $0.000001 | 7,935,407.3442 | $4.52 | |
ETH | <0.01% | $0.021383 | 211.4326 | $4.52 | |
ETH | <0.01% | $0.000001 | 4,698,672.0179 | $4.51 | |
ETH | <0.01% | $0.563783 | 7.967 | $4.49 | |
ETH | <0.01% | $2.04 | 2.2036 | $4.49 | |
ETH | <0.01% | $0.000363 | 12,278.2668 | $4.46 | |
ETH | <0.01% | $0.000908 | 4,906.1389 | $4.45 | |
ETH | <0.01% | $0.006831 | 651.8087 | $4.45 | |
ETH | <0.01% | $0.999913 | 4.4508 | $4.45 | |
ETH | <0.01% | $0.00003 | 149,970.7175 | $4.44 | |
ETH | <0.01% | $0.000914 | 4,842.6284 | $4.42 | |
ETH | <0.01% | $0.000781 | 5,644.6092 | $4.41 | |
ETH | <0.01% | $1.23 | 3.5654 | $4.39 | |
ETH | <0.01% | $0.000943 | 4,646.0144 | $4.38 | |
ETH | <0.01% | <$0.000001 | 47,859,753.6566 | $4.38 | |
ETH | <0.01% | $0.013077 | 334.6727 | $4.38 | |
ETH | <0.01% | $0.021118 | 206.2929 | $4.36 | |
ETH | <0.01% | $7.64 | 0.5672 | $4.34 | |
ETH | <0.01% | $0.000108 | 40,265.8081 | $4.33 | |
ETH | <0.01% | <$0.000001 | 10,640,207.9716 | $4.32 | |
ETH | <0.01% | $0.028488 | 151.6628 | $4.32 | |
ETH | <0.01% | $0.036241 | 118.9966 | $4.31 | |
ETH | <0.01% | $0.000065 | 66,664.796 | $4.31 | |
ETH | <0.01% | $0.0008 | 5,386.3923 | $4.31 | |
ETH | <0.01% | $0.000534 | 8,059.6024 | $4.3 | |
ETH | <0.01% | $0.00012 | 35,846.4303 | $4.3 | |
ETH | <0.01% | $0.021531 | 199.435 | $4.29 | |
ETH | <0.01% | $0.000039 | 109,767.0432 | $4.28 | |
ETH | <0.01% | <$0.000001 | 57,482,172,812.0689 | $4.27 | |
ETH | <0.01% | $1.02 | 4.1864 | $4.26 | |
ETH | <0.01% | <$0.000001 | 49,851,311,573.5351 | $4.25 | |
ETH | <0.01% | $0.001766 | 2,404.4048 | $4.25 | |
ETH | <0.01% | $0.005779 | 731.7707 | $4.23 | |
ETH | <0.01% | $0.000099 | 42,582.8917 | $4.23 | |
ETH | <0.01% | $0.003943 | 1,067.9658 | $4.21 | |
ETH | <0.01% | $0.000033 | 128,915.3362 | $4.2 | |
ETH | <0.01% | $0.001994 | 2,100.7579 | $4.19 | |
ETH | <0.01% | $0.000551 | 7,597.8149 | $4.19 | |
ETH | <0.01% | $0.31687 | 13.1883 | $4.18 | |
ETH | <0.01% | $0.000032 | 132,510.927 | $4.18 | |
ETH | <0.01% | $0.00025 | 16,696.9531 | $4.17 | |
ETH | <0.01% | $0.000024 | 171,979.1842 | $4.17 | |
ETH | <0.01% | $0.192422 | 21.515 | $4.14 | |
ETH | <0.01% | <$0.000001 | 31,278,149.7474 | $4.13 | |
ETH | <0.01% | $0.000064 | 64,386.7862 | $4.11 | |
ETH | <0.01% | $1 | 4.1125 | $4.11 | |
ETH | <0.01% | $0.00011 | 37,314.3341 | $4.11 | |
ETH | <0.01% | $0.00135 | 3,024.2458 | $4.08 | |
ETH | <0.01% | <$0.000001 | 16,838,683,101.3511 | $4.04 | |
ETH | <0.01% | $0.003843 | 1,051.5837 | $4.04 | |
ETH | <0.01% | $0.000306 | 13,068.355 | $4 | |
ETH | <0.01% | <$0.000001 | 29,412,395,593.15 | $3.99 | |
ETH | <0.01% | $0.000797 | 4,997.7845 | $3.98 | |
ETH | <0.01% | $0.000036 | 110,671.4105 | $3.97 | |
ETH | <0.01% | $0.00461 | 858.4878 | $3.96 | |
ETH | <0.01% | $0.000071 | 55,442.7909 | $3.95 | |
ETH | <0.01% | $0.000002 | 1,721,850.7015 | $3.92 | |
ETH | <0.01% | $0.018641 | 210.1212 | $3.92 | |
ETH | <0.01% | <$0.000001 | 91,028,144.248 | $3.9 | |
ETH | <0.01% | <$0.000001 | 22,090,540.5087 | $3.89 | |
ETH | <0.01% | <$0.000001 | 15,765,848,258.3772 | $3.89 | |
ETH | <0.01% | $0.02842 | 136.7379 | $3.89 | |
ETH | <0.01% | $0.000776 | 5,004.4862 | $3.88 | |
ETH | <0.01% | $0.088755 | 43.7501 | $3.88 | |
ETH | <0.01% | $0.195756 | 19.8302 | $3.88 | |
ETH | <0.01% | $3.76 | 1.0305 | $3.87 | |
ETH | <0.01% | $0.206742 | 18.6506 | $3.86 | |
ETH | <0.01% | $0.00146 | 2,640.4999 | $3.85 | |
ETH | <0.01% | $0.000105 | 36,780.4111 | $3.85 | |
ETH | <0.01% | <$0.000001 | 168,949,407,412.6767 | $3.84 | |
ETH | <0.01% | $0.2214 | 17.2928 | $3.83 | |
ETH | <0.01% | $0.63951 | 5.9795 | $3.82 | |
ETH | <0.01% | $0.000539 | 7,075.163 | $3.81 | |
ETH | <0.01% | <$0.000001 | 94,461,354.5878 | $3.81 | |
ETH | <0.01% | $0.000012 | 324,583.8543 | $3.76 | |
ETH | <0.01% | $0.00388 | 965.2435 | $3.75 | |
ETH | <0.01% | $0.106204 | 35.2547 | $3.74 | |
ETH | <0.01% | $0.019343 | 193.3866 | $3.74 | |
ETH | <0.01% | $0.000019 | 192,189.7282 | $3.7 | |
ETH | <0.01% | $0.000345 | 10,711.7123 | $3.69 | |
ETH | <0.01% | $155.24 | 0.0237 | $3.68 | |
ETH | <0.01% | $0.000054 | 67,236.5534 | $3.66 | |
ETH | <0.01% | $0.01835 | 198.6282 | $3.64 | |
ETH | <0.01% | $0.001466 | 2,482.0005 | $3.64 | |
ETH | <0.01% | $0.154423 | 23.2371 | $3.59 | |
ETH | <0.01% | <$0.000001 | 52,432,920,756.2993 | $3.58 | |
ETH | <0.01% | $0.853323 | 4.1931 | $3.58 | |
ETH | <0.01% | $0.001174 | 3,045.8466 | $3.58 | |
ETH | <0.01% | $0.173126 | 20.6421 | $3.57 | |
ETH | <0.01% | $0.138161 | 25.7682 | $3.56 | |
ETH | <0.01% | $1 | 3.5448 | $3.55 | |
ETH | <0.01% | $0.000573 | 6,164.6725 | $3.53 | |
ETH | <0.01% | $0.013234 | 266.5721 | $3.53 | |
ETH | <0.01% | $0.000005 | 687,156.2888 | $3.53 | |
ETH | <0.01% | $0.00077 | 4,576.729 | $3.53 | |
ETH | <0.01% | $0.000019 | 180,433.3624 | $3.52 | |
ETH | <0.01% | $0.000998 | 3,520.4489 | $3.51 | |
ETH | <0.01% | $0.00084 | 4,182.3632 | $3.51 | |
ETH | <0.01% | $0.001075 | 3,252.0527 | $3.5 | |
ETH | <0.01% | $0.013378 | 259.5153 | $3.47 | |
ETH | <0.01% | $0.000244 | 14,231.6869 | $3.47 | |
ETH | <0.01% | <$0.000001 | 3,695,341,057.4278 | $3.46 | |
ETH | <0.01% | $0.000006 | 583,286.3446 | $3.45 | |
ETH | <0.01% | $0.013032 | 263.7485 | $3.44 | |
ETH | <0.01% | $0.005639 | 605.4463 | $3.41 | |
ETH | <0.01% | $0.002636 | 1,293.2985 | $3.41 | |
ETH | <0.01% | $0.032705 | 104.2363 | $3.41 | |
ETH | <0.01% | $0.000563 | 6,052.894 | $3.41 | |
ETH | <0.01% | $0.000248 | 13,686.9156 | $3.4 | |
ETH | <0.01% | $0.079592 | 42.6441 | $3.39 | |
ETH | <0.01% | $0.00053 | 6,390.5487 | $3.39 | |
ETH | <0.01% | $0.001584 | 2,137.6634 | $3.39 | |
ETH | <0.01% | $0.00038 | 8,867.4894 | $3.37 | |
ETH | <0.01% | $0.00061 | 5,506.4008 | $3.36 | |
ETH | <0.01% | $0.005891 | 569.88 | $3.36 | |
ETH | <0.01% | $0.009729 | 344.8923 | $3.36 | |
ETH | <0.01% | <$0.000001 | 643,608,483.9166 | $3.35 | |
ETH | <0.01% | <$0.000001 | 30,883,925.5916 | $3.35 | |
ETH | <0.01% | $0.000008 | 416,741.6677 | $3.34 | |
ETH | <0.01% | <$0.000001 | 36,670,053.8551 | $3.32 | |
ETH | <0.01% | <$0.000001 | 66,069,541.9771 | $3.3 | |
ETH | <0.01% | $0.433937 | 7.5805 | $3.29 | |
ETH | <0.01% | $14.57 | 0.2257 | $3.29 | |
ETH | <0.01% | $0.003696 | 889.5357 | $3.29 | |
ETH | <0.01% | $0.000024 | 137,574.143 | $3.28 | |
ETH | <0.01% | $0.000009 | 365,952.7876 | $3.25 | |
ETH | <0.01% | <$0.000001 | 25,476,611,702.4839 | $3.24 | |
ETH | <0.01% | $0.000211 | 15,245.0281 | $3.22 | |
ETH | <0.01% | $0.203577 | 15.7819 | $3.21 | |
ETH | <0.01% | $0.000862 | 3,716.8518 | $3.21 | |
ETH | <0.01% | $0.000003 | 1,205,055.9704 | $3.2 | |
ETH | <0.01% | $0.005419 | 589.739 | $3.2 | |
ETH | <0.01% | $0.004252 | 750.2658 | $3.19 | |
ETH | <0.01% | $0.073513 | 43.3756 | $3.19 | |
ETH | <0.01% | $0.41108 | 7.7473 | $3.18 | |
ETH | <0.01% | $0.003621 | 877.7221 | $3.18 | |
ETH | <0.01% | $0.00018 | 17,639.5439 | $3.18 | |
ETH | <0.01% | $87.13 | 0.0363 | $3.16 | |
ETH | <0.01% | $0.011969 | 261.9034 | $3.13 | |
ETH | <0.01% | $0.005451 | 574.9257 | $3.13 | |
ETH | <0.01% | $0.000061 | 51,277.9519 | $3.12 | |
ETH | <0.01% | $0.000002 | 1,709,558.0912 | $3.11 | |
ETH | <0.01% | $0.000224 | 13,889.4781 | $3.11 | |
ETH | <0.01% | $0.000704 | 4,409.7145 | $3.11 | |
ETH | <0.01% | $0.002578 | 1,180.3802 | $3.04 | |
ETH | <0.01% | $0.000685 | 4,440.0533 | $3.04 | |
ETH | <0.01% | $0.043839 | 69.309 | $3.04 | |
ETH | <0.01% | $0.000388 | 7,809.507 | $3.03 | |
ETH | <0.01% | $0.000001 | 2,347,323.9491 | $3 | |
ETH | <0.01% | $0.009245 | 324.2852 | $3 | |
ETH | <0.01% | $0.015715 | 190.429 | $2.99 | |
ETH | <0.01% | $0.00057 | 5,243.3784 | $2.99 | |
ETH | <0.01% | $0.000245 | 12,191.1935 | $2.99 | |
ETH | <0.01% | $5.51 | 0.5404 | $2.98 | |
ETH | <0.01% | $0.753113 | 3.9498 | $2.97 | |
ETH | <0.01% | $0.008238 | 360.55 | $2.97 | |
ETH | <0.01% | $0.000028 | 105,465.661 | $2.96 | |
ETH | <0.01% | $0.000784 | 3,743.0143 | $2.93 | |
ETH | <0.01% | $0.000183 | 15,977.8424 | $2.93 | |
ETH | <0.01% | $0.015458 | 189.4385 | $2.93 | |
ETH | <0.01% | <$0.000001 | 12,463,240,074.2514 | $2.92 | |
ETH | <0.01% | <$0.000001 | 51,522,980.0183 | $2.91 | |
ETH | <0.01% | $0.364571 | 7.9637 | $2.9 | |
ETH | <0.01% | $0.000156 | 18,604.439 | $2.9 | |
ETH | <0.01% | $0.004934 | 585.1576 | $2.89 | |
ETH | <0.01% | $0.000043 | 66,545.7257 | $2.88 | |
ETH | <0.01% | $0.018518 | 154.5975 | $2.86 | |
ETH | <0.01% | <$0.000001 | 19,056,734,141.2699 | $2.85 | |
ETH | <0.01% | $0.00022 | 12,919.2743 | $2.84 | |
ETH | <0.01% | $0.000007 | 401,606.1083 | $2.84 | |
ETH | <0.01% | <$0.000001 | 15,080,748,178,062.738 | $2.83 | |
ETH | <0.01% | $0.000009 | 309,223.6139 | $2.83 | |
ETH | <0.01% | $0.000035 | 80,226.8567 | $2.81 | |
ETH | <0.01% | $0.00383 | 731.7181 | $2.8 | |
ETH | <0.01% | $0.000028 | 98,682.2563 | $2.8 | |
ETH | <0.01% | <$0.000001 | 24,916,909.5659 | $2.8 | |
ETH | <0.01% | $0.690864 | 4.0498 | $2.8 | |
ETH | <0.01% | $0.000368 | 7,603.8995 | $2.79 | |
ETH | <0.01% | $0.007332 | 380.7193 | $2.79 | |
ETH | <0.01% | $0.000224 | 12,430.3601 | $2.78 | |
ETH | <0.01% | $0.388555 | 7.1642 | $2.78 | |
ETH | <0.01% | <$0.000001 | 68,460,839.7634 | $2.78 | |
ETH | <0.01% | $0.000091 | 30,683.5104 | $2.78 | |
ETH | <0.01% | $0.03099 | 89.227 | $2.77 | |
ETH | <0.01% | $0.021288 | 129.7618 | $2.76 | |
ETH | <0.01% | $0.001854 | 1,490.1101 | $2.76 | |
ETH | <0.01% | $0.000104 | 26,531.8743 | $2.76 | |
ETH | <0.01% | $12.01 | 0.2295 | $2.76 | |
ETH | <0.01% | $0.000148 | 18,596.532 | $2.74 | |
ETH | <0.01% | <$0.000001 | 2,277,289,307.6301 | $2.74 | |
ETH | <0.01% | $1.07 | 2.5434 | $2.73 | |
ETH | <0.01% | $97.77 | 0.0278 | $2.72 | |
ETH | <0.01% | <$0.000001 | 502,939,482,253.6244 | $2.7 | |
ETH | <0.01% | $0.000003 | 857,441.0267 | $2.7 | |
ETH | <0.01% | <$0.000001 | 13,471,642,374.0353 | $2.7 | |
ETH | <0.01% | $0.000138 | 19,607.9432 | $2.7 | |
ETH | <0.01% | $0.013694 | 196.6015 | $2.69 | |
ETH | <0.01% | <$0.000001 | 34,105,957.2969 | $2.68 | |
ETH | <0.01% | $0.008305 | 322.5448 | $2.68 | |
ETH | <0.01% | $0.000215 | 12,401.589 | $2.66 | |
ETH | <0.01% | $0.030656 | 86.7495 | $2.66 | |
ETH | <0.01% | $0.000753 | 3,494.5891 | $2.63 | |
ETH | <0.01% | $2.8 | 0.9381 | $2.63 | |
ETH | <0.01% | $1 | 2.6216 | $2.62 | |
ETH | <0.01% | $0.000776 | 3,380.3898 | $2.62 | |
ETH | <0.01% | $0.000209 | 12,542.4242 | $2.62 | |
ETH | <0.01% | $0.000981 | 2,668.6868 | $2.62 | |
ETH | <0.01% | $0.000032 | 80,326.6211 | $2.61 | |
ETH | <0.01% | $0.008465 | 307.0356 | $2.6 | |
ETH | <0.01% | $0.000816 | 3,182.1916 | $2.6 | |
ETH | <0.01% | $0.005842 | 444.2477 | $2.6 | |
ETH | <0.01% | $0.000033 | 78,950.4688 | $2.59 | |
ETH | <0.01% | $0.000404 | 6,402.6965 | $2.59 | |
ETH | <0.01% | $0.000016 | 157,088.5806 | $2.58 | |
ETH | <0.01% | <$0.000001 | 634,447,280.9848 | $2.58 | |
ETH | <0.01% | $0.001053 | 2,447.6101 | $2.58 | |
ETH | <0.01% | $0.00114 | 2,253.777 | $2.57 | |
ETH | <0.01% | $0.000021 | 121,382.2318 | $2.56 | |
ETH | <0.01% | $0.000067 | 38,055.1521 | $2.55 | |
ETH | <0.01% | $0.000601 | 4,226.9929 | $2.54 | |
ETH | <0.01% | $0.000007 | 339,954.4544 | $2.54 | |
ETH | <0.01% | $0.781752 | 3.2348 | $2.53 | |
ETH | <0.01% | $0.000868 | 2,903.705 | $2.52 | |
ETH | <0.01% | $0.49525 | 5.0483 | $2.5 | |
ETH | <0.01% | $0.012863 | 194.3103 | $2.5 | |
ETH | <0.01% | $0.000045 | 55,188.6512 | $2.5 | |
ETH | <0.01% | $0.237211 | 10.5153 | $2.49 | |
ETH | <0.01% | $0.060212 | 41.4247 | $2.49 | |
ETH | <0.01% | $0.007088 | 350.4063 | $2.48 | |
ETH | <0.01% | $0.010055 | 245.8828 | $2.47 | |
ETH | <0.01% | $0.000014 | 176,735.9063 | $2.44 | |
ETH | <0.01% | <$0.000001 | 157,926,392,860.9657 | $2.44 | |
ETH | <0.01% | <$0.000001 | 129,630,065.7649 | $2.43 | |
ETH | <0.01% | $1 | 2.4161 | $2.42 | |
ETH | <0.01% | $0.000691 | 3,493.7184 | $2.41 | |
ETH | <0.01% | $0.394607 | 6.1088 | $2.41 | |
ETH | <0.01% | <$0.000001 | 25,882,531.0304 | $2.41 | |
ETH | <0.01% | <$0.000001 | 37,736,150,990.8916 | $2.39 | |
ETH | <0.01% | <$0.000001 | 70,234,955,144.9545 | $2.38 | |
ETH | <0.01% | $0.00005 | 47,148.9569 | $2.38 | |
ETH | <0.01% | $0.014739 | 161.2855 | $2.38 | |
ETH | <0.01% | $0.000309 | 7,686.9301 | $2.37 | |
ETH | <0.01% | $0.332506 | 7.0751 | $2.35 | |
ETH | <0.01% | <$0.000001 | 11,898,099.4265 | $2.35 | |
ETH | <0.01% | $0.000351 | 6,669.7391 | $2.34 | |
ETH | <0.01% | $0.111901 | 20.8681 | $2.34 | |
ETH | <0.01% | $0.00001 | 225,200.1237 | $2.33 | |
ETH | <0.01% | $0.000007 | 338,302.9558 | $2.33 | |
ETH | <0.01% | $0.000639 | 3,643.8077 | $2.33 | |
ETH | <0.01% | $0.001996 | 1,161.8133 | $2.32 | |
ETH | <0.01% | <$0.000001 | 8,643,900,971.0967 | $2.31 | |
ETH | <0.01% | $0.000243 | 9,466.3421 | $2.3 | |
ETH | <0.01% | $0.000519 | 4,430.041 | $2.3 | |
ETH | <0.01% | $0.003259 | 691.2235 | $2.25 | |
ETH | <0.01% | <$0.000001 | 19,642,840.2217 | $2.25 | |
ETH | <0.01% | $0.160301 | 14.0202 | $2.25 | |
ETH | <0.01% | $0.000969 | 2,316.2132 | $2.25 | |
ETH | <0.01% | $0.000677 | 3,308.8429 | $2.24 | |
ETH | <0.01% | $0.131246 | 17.0622 | $2.24 | |
ETH | <0.01% | $1.09 | 2.0502 | $2.23 | |
ETH | <0.01% | $0.000846 | 2,638.2358 | $2.23 | |
ETH | <0.01% | $0.000017 | 131,435.204 | $2.23 | |
ETH | <0.01% | $0.000001 | 1,730,168.8581 | $2.21 | |
ETH | <0.01% | $2.01 | 1.0973 | $2.21 | |
ETH | <0.01% | $0.000056 | 39,140.659 | $2.2 | |
ETH | <0.01% | <$0.000001 | 17,785,759.9906 | $2.2 | |
ETH | <0.01% | $0.682997 | 3.2083 | $2.19 | |
ETH | <0.01% | $0.02842 | 76.8185 | $2.18 | |
ETH | <0.01% | $0.000035 | 62,420.1354 | $2.18 | |
ETH | <0.01% | $0.000022 | 99,821.0751 | $2.18 | |
ETH | <0.01% | $0.050438 | 43.0811 | $2.17 | |
ETH | <0.01% | $0.006249 | 347.5367 | $2.17 | |
ETH | <0.01% | $0.007062 | 306.4677 | $2.16 | |
ETH | <0.01% | $0.000451 | 4,777.0829 | $2.15 | |
ETH | <0.01% | $92,918 | 0.00002307 | $2.14 | |
ETH | <0.01% | $0.00397 | 539.9125 | $2.14 | |
ETH | <0.01% | $0.012501 | 170.7127 | $2.13 | |
ETH | <0.01% | $0.000207 | 10,292.306 | $2.13 | |
ETH | <0.01% | $0.004548 | 465.7614 | $2.12 | |
ETH | <0.01% | $0.03917 | 54.0285 | $2.12 | |
ETH | <0.01% | $0.000375 | 5,626.1943 | $2.11 | |
ETH | <0.01% | $0.000382 | 5,517.0337 | $2.11 | |
ETH | <0.01% | $0.025046 | 84.1816 | $2.11 | |
ETH | <0.01% | $0.009924 | 211.9403 | $2.1 | |
ETH | <0.01% | <$0.000001 | 1,431,022,053.64 | $2.1 | |
ETH | <0.01% | $0.483276 | 4.3441 | $2.1 | |
ETH | <0.01% | $0.0006 | 3,493.0828 | $2.1 | |
ETH | <0.01% | <$0.000001 | 158,788,724.867 | $2.08 | |
ETH | <0.01% | $0.000168 | 12,387.2286 | $2.08 | |
ETH | <0.01% | $0.000017 | 121,337.5619 | $2.07 | |
ETH | <0.01% | $0.160103 | 12.8961 | $2.06 | |
ETH | <0.01% | $0.201508 | 10.2379 | $2.06 | |
ETH | <0.01% | $0.173788 | 11.861 | $2.06 | |
ETH | <0.01% | $0.000068 | 30,015.7896 | $2.04 | |
ETH | <0.01% | $0.000007 | 286,728.6742 | $2.04 | |
ETH | <0.01% | $0.00028 | 7,234.6099 | $2.03 | |
ETH | <0.01% | $0.001489 | 1,354.6266 | $2.02 | |
ETH | <0.01% | $0.000132 | 15,265.099 | $2.02 | |
ETH | <0.01% | $0.009715 | 205.881 | $2 | |
ETH | <0.01% | $0.000012 | 170,484.105 | $2 | |
ETH | <0.01% | <$0.000001 | 16,346,963,347.9918 | $1.99 | |
ETH | <0.01% | $0.003703 | 536.1819 | $1.99 | |
ETH | <0.01% | $7.99 | 0.2479 | $1.98 | |
ETH | <0.01% | $0.000161 | 12,265.6928 | $1.97 | |
ETH | <0.01% | $0.000108 | 18,241.0009 | $1.97 | |
ETH | <0.01% | $0.000054 | 36,049.774 | $1.96 | |
ETH | <0.01% | $0.000396 | 4,962.0983 | $1.96 | |
ETH | <0.01% | $0.119933 | 16.3288 | $1.96 | |
ETH | <0.01% | $0.000129 | 15,144.5252 | $1.95 | |
ETH | <0.01% | $0.003324 | 584.2449 | $1.94 | |
ETH | <0.01% | <$0.000001 | 1,673,015,894.8877 | $1.94 | |
ETH | <0.01% | $0.010815 | 178.5054 | $1.93 | |
ETH | <0.01% | $0.019941 | 96.2307 | $1.92 | |
ETH | <0.01% | $0.001966 | 971.8743 | $1.91 | |
ETH | <0.01% | $0.000022 | 87,831.9484 | $1.91 | |
ETH | <0.01% | $0.001914 | 998.1393 | $1.91 | |
ETH | <0.01% | <$0.000001 | 14,350,715,157.2312 | $1.91 | |
ETH | <0.01% | $0.00005 | 38,120.6306 | $1.9 | |
ETH | <0.01% | $0.000334 | 5,659.1152 | $1.89 | |
ETH | <0.01% | $0.000046 | 41,187.0363 | $1.89 | |
ETH | <0.01% | $0.000369 | 5,117.118 | $1.89 | |
ETH | <0.01% | $0.001312 | 1,436.6318 | $1.89 | |
ETH | <0.01% | <$0.000001 | 53,171,340,647.0735 | $1.88 | |
ETH | <0.01% | $0.000154 | 12,210.4144 | $1.88 | |
ETH | <0.01% | $0.000281 | 6,661.7444 | $1.87 | |
ETH | <0.01% | $0.001944 | 953.1814 | $1.85 | |
ETH | <0.01% | $0.000081 | 22,888.8662 | $1.84 | |
ETH | <0.01% | $0.013081 | 139.439 | $1.82 | |
ETH | <0.01% | $0.000004 | 518,684.345 | $1.82 | |
ETH | <0.01% | $0.000009 | 200,006.1222 | $1.79 | |
ETH | <0.01% | $0.001725 | 1,039.4818 | $1.79 | |
ETH | <0.01% | $0.000458 | 3,896.6823 | $1.79 | |
ETH | <0.01% | $0.002793 | 637.8121 | $1.78 | |
ETH | <0.01% | $0.000723 | 2,459.5644 | $1.78 | |
ETH | <0.01% | $0.000032 | 55,802.4328 | $1.78 | |
ETH | <0.01% | $0.002179 | 814.0093 | $1.77 | |
ETH | <0.01% | $0.023124 | 76.4975 | $1.77 | |
ETH | <0.01% | $1.08 | 1.6453 | $1.77 | |
ETH | <0.01% | $0.001853 | 952.3192 | $1.76 | |
ETH | <0.01% | $0.000409 | 4,308 | $1.76 | |
ETH | <0.01% | $0.000088 | 19,978.5115 | $1.75 | |
ETH | <0.01% | $0.000609 | 2,879.5664 | $1.75 | |
ETH | <0.01% | $0.000237 | 7,395.1601 | $1.75 | |
ETH | <0.01% | $0.002001 | 869.4536 | $1.74 | |
ETH | <0.01% | $0.000018 | 96,960.271 | $1.73 | |
ETH | <0.01% | $0.009988 | 173.5961 | $1.73 | |
ETH | <0.01% | $252.36 | 0.00684843 | $1.73 | |
ETH | <0.01% | $0.000164 | 10,550.1142 | $1.73 | |
ETH | <0.01% | <$0.000001 | 292,914,972.3126 | $1.72 | |
ETH | <0.01% | <$0.000001 | 20,865,297.4623 | $1.72 | |
ETH | <0.01% | $0.000276 | 6,176.4369 | $1.7 | |
ETH | <0.01% | $0.214844 | 7.9065 | $1.7 | |
ETH | <0.01% | $0.000044 | 38,739.9533 | $1.69 | |
ETH | <0.01% | $0.000019 | 90,679.1575 | $1.69 | |
ETH | <0.01% | $0.000002 | 1,010,214.7827 | $1.69 | |
ETH | <0.01% | $0.999508 | 1.6827 | $1.68 | |
ETH | <0.01% | $0.000016 | 105,280.5723 | $1.67 | |
ETH | <0.01% | $0.000869 | 1,910.1355 | $1.66 | |
ETH | <0.01% | $0.000003 | 595,760.9708 | $1.65 | |
ETH | <0.01% | $0.001248 | 1,319.478 | $1.65 | |
ETH | <0.01% | $0.000134 | 12,238.6335 | $1.64 | |
ETH | <0.01% | $0.031094 | 52.384 | $1.63 | |
ETH | <0.01% | $1.67 | 0.9752 | $1.63 | |
ETH | <0.01% | $8.78 | 0.1855 | $1.63 | |
ETH | <0.01% | <$0.000001 | 75,346,304,757.0563 | $1.63 | |
ETH | <0.01% | $0.309257 | 5.2513 | $1.62 | |
ETH | <0.01% | $0.001864 | 870.7503 | $1.62 | |
ETH | <0.01% | <$0.000001 | 31,602,346,638.226 | $1.62 | |
ETH | <0.01% | $0.000022 | 74,049.3678 | $1.62 | |
ETH | <0.01% | $0.112957 | 14.2525 | $1.61 | |
ETH | <0.01% | $0.000093 | 17,240.5362 | $1.61 | |
ETH | <0.01% | <$0.000001 | 3,975,473,877,910.2808 | $1.6 | |
ETH | <0.01% | <$0.000001 | 5,333,337,172,232.7988 | $1.59 | |
ETH | <0.01% | $0.0001 | 15,839.9513 | $1.59 | |
ETH | <0.01% | $0.04713 | 33.5683 | $1.58 | |
ETH | <0.01% | $0.010578 | 149.2176 | $1.58 | |
ETH | <0.01% | $5.56 | 0.2834 | $1.58 | |
ETH | <0.01% | $0.000724 | 2,166.8771 | $1.57 | |
ETH | <0.01% | $0.001593 | 969.3962 | $1.54 | |
ETH | <0.01% | $0.018452 | 83.4499 | $1.54 | |
ETH | <0.01% | $0.002783 | 551.7734 | $1.54 | |
ETH | <0.01% | $0.001099 | 1,376.0832 | $1.51 | |
ETH | <0.01% | $0.000004 | 382,602.2855 | $1.49 | |
ETH | <0.01% | $0.001126 | 1,321.0394 | $1.49 | |
ETH | <0.01% | $0.000035 | 41,863.0476 | $1.48 | |
ETH | <0.01% | $0.000182 | 8,118.9037 | $1.48 | |
ETH | <0.01% | $0.000058 | 24,859.26 | $1.45 | |
ETH | <0.01% | $1.06 | 1.3617 | $1.45 | |
ETH | <0.01% | $0.005745 | 251.1575 | $1.44 | |
ETH | <0.01% | <$0.000001 | 95,069,295,662,745.563 | $1.43 | |
ETH | <0.01% | $0.011634 | 122.4197 | $1.42 | |
ETH | <0.01% | $0.000226 | 6,264.7444 | $1.42 | |
ETH | <0.01% | $0.002752 | 514.4245 | $1.42 | |
ETH | <0.01% | $0.000456 | 3,063.3468 | $1.4 | |
ETH | <0.01% | $0.057373 | 24.3581 | $1.4 | |
ETH | <0.01% | $0.079721 | 17.502 | $1.4 | |
ETH | <0.01% | $0.000007 | 191,350.8862 | $1.39 | |
ETH | <0.01% | $0.004883 | 284.914 | $1.39 | |
ETH | <0.01% | $1.3 | 1.067 | $1.39 | |
ETH | <0.01% | <$0.000001 | 69,661,605,976.2879 | $1.38 | |
ETH | <0.01% | $0.001878 | 729.5656 | $1.37 | |
ETH | <0.01% | $2.25 | 0.6064 | $1.37 | |
ETH | <0.01% | $0.00025 | 5,453.4096 | $1.37 | |
ETH | <0.01% | <$0.000001 | 13,458,321,532.1677 | $1.36 | |
ETH | <0.01% | $0.000561 | 2,432.8385 | $1.36 | |
ETH | <0.01% | $0.001407 | 968.2228 | $1.36 | |
ETH | <0.01% | <$0.000001 | 29,999,999.9998 | $1.35 | |
ETH | <0.01% | $0.007136 | 187.3613 | $1.34 | |
ETH | <0.01% | $0.007099 | 187.0887 | $1.33 | |
ETH | <0.01% | $0.010113 | 131.3362 | $1.33 | |
ETH | <0.01% | $0.927362 | 1.4268 | $1.32 | |
ETH | <0.01% | <$0.000001 | 2,323,695,033.7072 | $1.31 | |
ETH | <0.01% | $0.312045 | 4.1898 | $1.31 | |
ETH | <0.01% | $0.000074 | 17,677.0435 | $1.3 | |
ETH | <0.01% | $0.001197 | 1,087.356 | $1.3 | |
ETH | <0.01% | $0.000037 | 35,264.9831 | $1.3 | |
ETH | <0.01% | $0.096684 | 13.4444 | $1.3 | |
ETH | <0.01% | <$0.000001 | 15,701,816,211.3337 | $1.3 | |
ETH | <0.01% | $0.000004 | 332,445 | $1.3 | |
ETH | <0.01% | <$0.000001 | 7,226,934.872 | $1.29 | |
ETH | <0.01% | $0.02829 | 45.6749 | $1.29 | |
ETH | <0.01% | $0.015225 | 83.8613 | $1.28 | |
ETH | <0.01% | $0.01346 | 94.4561 | $1.27 | |
ETH | <0.01% | $0.000596 | 2,127.4644 | $1.27 | |
ETH | <0.01% | $0.002024 | 621.6753 | $1.26 | |
ETH | <0.01% | $0.000128 | 9,713.6848 | $1.24 | |
ETH | <0.01% | $0.645871 | 1.92 | $1.24 | |
ETH | <0.01% | $0.0004 | 3,097.4043 | $1.24 | |
ETH | <0.01% | <$0.000001 | 33,418,778.7902 | $1.24 | |
ETH | <0.01% | $0.000768 | 1,607.2137 | $1.24 | |
ETH | <0.01% | $0.001404 | 876.5058 | $1.23 | |
ETH | <0.01% | $0.000081 | 14,903.2019 | $1.21 | |
ETH | <0.01% | $0.016241 | 74.5951 | $1.21 | |
ETH | <0.01% | $0.00041 | 2,952.6281 | $1.21 | |
ETH | <0.01% | $0.000092 | 13,181.0172 | $1.21 | |
ETH | <0.01% | <$0.000001 | 36,278,637.4226 | $1.21 | |
ETH | <0.01% | $0.274956 | 4.3927 | $1.21 | |
ETH | <0.01% | $0.00162 | 744.9225 | $1.21 | |
ETH | <0.01% | $0.002118 | 560.8594 | $1.19 | |
ETH | <0.01% | <$0.000001 | 7,462,484.8342 | $1.19 | |
ETH | <0.01% | $0.000034 | 34,977.6128 | $1.18 | |
ETH | <0.01% | $0.000858 | 1,370.4283 | $1.18 | |
ETH | <0.01% | $0.001174 | 996.2517 | $1.17 | |
ETH | <0.01% | $0.000056 | 20,972.9962 | $1.17 | |
ETH | <0.01% | $2.7 | 0.4317 | $1.17 | |
ETH | <0.01% | $0.000272 | 4,269.1029 | $1.16 | |
ETH | <0.01% | $0.022809 | 50.778 | $1.16 | |
ETH | <0.01% | $0.000017 | 69,946.1382 | $1.16 | |
ETH | <0.01% | $0.001388 | 831.4427 | $1.15 | |
ETH | <0.01% | $0.011138 | 103.4508 | $1.15 | |
ETH | <0.01% | $0.023925 | 48.0747 | $1.15 | |
ETH | <0.01% | $1.15 | 0.9992 | $1.15 | |
ETH | <0.01% | $0.067003 | 16.9901 | $1.14 | |
ETH | <0.01% | $0.013551 | 83.9534 | $1.14 | |
ETH | <0.01% | <$0.000001 | 18,058,294,332.733 | $1.12 | |
ETH | <0.01% | $0.005628 | 198.7503 | $1.12 | |
ETH | <0.01% | $0.178802 | 6.233 | $1.11 | |
ETH | <0.01% | $1.21 | 0.92 | $1.11 | |
ETH | <0.01% | <$0.000001 | 39,603,138.0102 | $1.11 | |
ETH | <0.01% | $0.00129 | 859.63 | $1.11 | |
ETH | <0.01% | $0.034279 | 32.274 | $1.11 | |
ETH | <0.01% | $7.68 | 0.1438 | $1.1 | |
ETH | <0.01% | $0.000072 | 15,280.7114 | $1.1 | |
ETH | <0.01% | $0.000036 | 29,762.6196 | $1.09 | |
ETH | <0.01% | $0.002749 | 390.8811 | $1.07 | |
ETH | <0.01% | <$0.000001 | 2,386,363.7216 | $1.07 | |
ETH | <0.01% | $0.000012 | 90,175.729 | $1.07 | |
ETH | <0.01% | $0.029095 | 36.7626 | $1.07 | |
ETH | <0.01% | $2.03 | 0.5268 | $1.07 | |
ETH | <0.01% | $0.000879 | 1,215.0125 | $1.07 | |
ETH | <0.01% | $0.001871 | 569.4533 | $1.07 | |
ETH | <0.01% | <$0.000001 | 177,017,007.8618 | $1.06 | |
ETH | <0.01% | $0.005931 | 177.9502 | $1.06 | |
ETH | <0.01% | $0.00003 | 34,724.8782 | $1.05 | |
ETH | <0.01% | $0.00099 | 1,035.2492 | $1.02 | |
ETH | <0.01% | $0.000028 | 36,615.9509 | $1.02 | |
ETH | <0.01% | $1,625.61 | 0.00062422 | $1.01 | |
ETH | <0.01% | $0.000354 | 2,838.1193 | $1.01 | |
ETH | <0.01% | $0.000123 | 8,142.3294 | $1 | |
ETH | <0.01% | <$0.000001 | 12,461,137.1858 | $1 | |
ETH | <0.01% | $0.000004 | 244,143.5801 | $0.9961 | |
ETH | <0.01% | $0.000655 | 1,520.8706 | $0.996 | |
ETH | <0.01% | $0.296983 | 3.3307 | $0.9891 | |
ETH | <0.01% | <$0.000001 | 9,873,103 | $0.9876 | |
ETH | <0.01% | $0.006102 | 161.5439 | $0.9857 | |
ETH | <0.01% | $0.000011 | 91,640.3854 | $0.9814 | |
ETH | <0.01% | $0.000586 | 1,675.4537 | $0.9811 | |
ETH | <0.01% | $0.081449 | 11.923 | $0.9711 | |
ETH | <0.01% | $0.999382 | 0.9709 | $0.9703 | |
ETH | <0.01% | $0.001245 | 767.1285 | $0.9548 | |
ETH | <0.01% | <$0.000001 | 11,191,602.9272 | $0.953 | |
ETH | <0.01% | $0.322641 | 2.9511 | $0.9521 | |
ETH | <0.01% | $0.025014 | 38.0296 | $0.9512 | |
ETH | <0.01% | <$0.000001 | 4,834,243.0327 | $0.9511 | |
ETH | <0.01% | $0.000886 | 1,066.5714 | $0.945 | |
ETH | <0.01% | $93,164 | 0.00001009 | $0.94 | |
ETH | <0.01% | $0.004223 | 222.1932 | $0.9382 | |
ETH | <0.01% | $0.000087 | 10,737.5298 | $0.9347 | |
ETH | <0.01% | $17.95 | 0.0515 | $0.9251 | |
ETH | <0.01% | $0.00066 | 1,396.7867 | $0.9221 | |
ETH | <0.01% | $0.001722 | 534.351 | $0.9202 | |
ETH | <0.01% | $0.002174 | 421.5123 | $0.9163 | |
ETH | <0.01% | <$0.000001 | 8,911,422,701.5425 | $0.9158 | |
ETH | <0.01% | $0.00011 | 8,314.7039 | $0.9158 | |
ETH | <0.01% | $0.285702 | 3.1747 | $0.907 | |
ETH | <0.01% | $0.000182 | 4,983.6973 | $0.9065 | |
ETH | <0.01% | $0.019162 | 47.184 | $0.9041 | |
ETH | <0.01% | <$0.000001 | 22,937,378,243.7345 | $0.9022 | |
ETH | <0.01% | $0.496902 | 1.8049 | $0.8968 | |
ETH | <0.01% | $0.00028 | 3,190.9453 | $0.8921 | |
ETH | <0.01% | $0.013705 | 64.9561 | $0.8902 | |
ETH | <0.01% | $0.000549 | 1,609.0421 | $0.8836 | |
ETH | <0.01% | $0.000002 | 522,449.2198 | $0.8829 | |
ETH | <0.01% | $0.005974 | 147.1437 | $0.879 | |
ETH | <0.01% | <$0.000001 | 2,445,058.6434 | $0.8753 | |
ETH | <0.01% | $0.010208 | 84.4682 | $0.8622 | |
ETH | <0.01% | $0.008475 | 101.6699 | $0.8616 | |
ETH | <0.01% | <$0.000001 | 2,890,044,114,336.6455 | $0.8524 | |
ETH | <0.01% | <$0.000001 | 149,103,657.9518 | $0.8494 | |
ETH | <0.01% | <$0.000001 | 13,943,732.1611 | $0.8408 | |
ETH | <0.01% | $0.000575 | 1,459.1048 | $0.8384 | |
ETH | <0.01% | <$0.000001 | 14,414,458,910.6158 | $0.8324 | |
ETH | <0.01% | $0.000862 | 961.0283 | $0.8285 | |
ETH | <0.01% | <$0.000001 | 47,121,792.5138 | $0.8249 | |
ETH | <0.01% | $0.001643 | 502.1818 | $0.8248 | |
ETH | <0.01% | $0.006572 | 125.3362 | $0.8237 | |
ETH | <0.01% | <$0.000001 | 13,190,565.8218 | $0.8161 | |
ETH | <0.01% | $0.007857 | 102.7249 | $0.8071 | |
ETH | <0.01% | <$0.000001 | 11,313,800.2979 | $0.8011 | |
ETH | <0.01% | $0.000113 | 7,053.5587 | $0.7935 | |
ETH | <0.01% | $0.001197 | 662.7388 | $0.7935 | |
ETH | <0.01% | $0.000276 | 2,868.0173 | $0.7919 | |
ETH | <0.01% | $0.000083 | 9,531.5772 | $0.7904 | |
ETH | <0.01% | $0.000129 | 6,073.7616 | $0.7863 | |
ETH | <0.01% | $0.168172 | 4.6747 | $0.7861 | |
ETH | <0.01% | $0.030725 | 25.5089 | $0.7837 | |
ETH | <0.01% | $0.000061 | 12,777.8727 | $0.7837 | |
ETH | <0.01% | $0.000017 | 45,384.3834 | $0.7825 | |
ETH | <0.01% | $0.000026 | 30,039.7763 | $0.7742 | |
ETH | <0.01% | $0.000485 | 1,588.5871 | $0.7697 | |
ETH | <0.01% | $0.004083 | 187.1226 | $0.764 | |
ETH | <0.01% | $0.146721 | 5.1573 | $0.7566 | |
ETH | <0.01% | $0.001113 | 676.5822 | $0.753 | |
ETH | <0.01% | $0.991567 | 0.7568 | $0.7504 | |
ETH | <0.01% | $0.000844 | 889.4426 | $0.7502 | |
ETH | <0.01% | $0.013652 | 54.5449 | $0.7446 | |
ETH | <0.01% | $0.001908 | 387.6476 | $0.7398 | |
ETH | <0.01% | $0.000037 | 19,741.3481 | $0.7367 | |
ETH | <0.01% | $0.017791 | 41.3172 | $0.735 | |
ETH | <0.01% | $0.00026 | 2,812.3495 | $0.731 | |
ETH | <0.01% | $0.000382 | 1,854.1694 | $0.7086 | |
ETH | <0.01% | $0.617152 | 1.139 | $0.7029 | |
ETH | <0.01% | $0.023113 | 30.2718 | $0.6996 | |
ETH | <0.01% | $0.000441 | 1,575.8734 | $0.6945 | |
ETH | <0.01% | $0.003621 | 188.8901 | $0.6839 | |
ETH | <0.01% | $0.000347 | 1,960.8182 | $0.6798 | |
ETH | <0.01% | $0.204515 | 3.3126 | $0.6774 | |
ETH | <0.01% | $0.000072 | 9,384.6325 | $0.6773 | |
ETH | <0.01% | $0.007539 | 89.6087 | $0.6755 | |
ETH | <0.01% | $0.000189 | 3,541.1942 | $0.6691 | |
ETH | <0.01% | <$0.000001 | 52,568,889.0831 | $0.6676 | |
ETH | <0.01% | $0.000042 | 15,954.1905 | $0.6653 | |
ETH | <0.01% | $0.000009 | 75,797.9325 | $0.6588 | |
ETH | <0.01% | $0.0036 | 178.7247 | $0.6433 | |
ETH | <0.01% | $0.000086 | 7,410.8383 | $0.6389 | |
ETH | <0.01% | $18.98 | 0.0331 | $0.6289 | |
ETH | <0.01% | $0.003554 | 175.3719 | $0.6232 | |
ETH | <0.01% | $0.003553 | 175.2035 | $0.6224 | |
ETH | <0.01% | $0.000516 | 1,205.0662 | $0.6221 | |
ETH | <0.01% | $0.000445 | 1,393.6566 | $0.6204 | |
ETH | <0.01% | <$0.000001 | 1,696,041,219.3247 | $0.6133 | |
ETH | <0.01% | $0.00004 | 15,255.6283 | $0.6089 | |
ETH | <0.01% | $0.003196 | 190.3174 | $0.6082 | |
ETH | <0.01% | $0.00712 | 83.7488 | $0.5962 | |
ETH | <0.01% | $0.000485 | 1,228.4776 | $0.5959 | |
ETH | <0.01% | $0.000175 | 3,405.9527 | $0.5956 | |
ETH | <0.01% | $0.001244 | 478.3835 | $0.5953 | |
ETH | <0.01% | $0.202502 | 2.9232 | $0.5919 | |
ETH | <0.01% | $0.013032 | 45.2843 | $0.5901 | |
ETH | <0.01% | $1 | 0.586 | $0.5883 | |
ETH | <0.01% | $0.002652 | 221.7208 | $0.5879 | |
ETH | <0.01% | $0.001028 | 566.6874 | $0.5827 | |
ETH | <0.01% | $0.000308 | 1,878.1132 | $0.5792 | |
ETH | <0.01% | $0.001778 | 325.1283 | $0.5779 | |
ETH | <0.01% | $0.023817 | 24.1312 | $0.5747 | |
ETH | <0.01% | $0.000285 | 1,999.8024 | $0.5701 | |
ETH | <0.01% | $0.000383 | 1,486.2334 | $0.5696 | |
ETH | <0.01% | $0.021782 | 25.9771 | $0.5658 | |
ETH | <0.01% | $1,667.38 | 0.00033787 | $0.5633 | |
ETH | <0.01% | $122,886 | 0.00000456 | $0.56 | |
ETH | <0.01% | <$0.000001 | 67,103,637.1451 | $0.5567 | |
ETH | <0.01% | $0.000874 | 630.0394 | $0.5509 | |
ETH | <0.01% | $0.005121 | 106.5197 | $0.5454 | |
ETH | <0.01% | $0.021163 | 25.5432 | $0.5405 | |
ETH | <0.01% | $0.000132 | 4,099.3651 | $0.54 | |
ETH | <0.01% | $0.094958 | 5.6858 | $0.5399 | |
ETH | <0.01% | $0.00001 | 53,229.7376 | $0.5383 | |
ETH | <0.01% | $0.000008 | 69,977.3641 | $0.5276 | |
ETH | <0.01% | $0.000099 | 5,287.2477 | $0.5259 | |
ETH | <0.01% | $0.055095 | 9.5228 | $0.5246 | |
ETH | <0.01% | $0.000767 | 674.2765 | $0.5168 | |
ETH | <0.01% | $277.34 | 0.00185138 | $0.5134 | |
ETH | <0.01% | $10.15 | 0.0503 | $0.5108 | |
ETH | <0.01% | $0.137181 | 3.713 | $0.5093 | |
ETH | <0.01% | $0.207095 | 2.4523 | $0.5078 | |
ETH | <0.01% | $0.008914 | 56.4704 | $0.5033 | |
ETH | <0.01% | $0.153538 | 3.2475 | $0.4986 | |
ETH | <0.01% | $0.001319 | 375.7495 | $0.4957 | |
ETH | <0.01% | $0.002462 | 200.9995 | $0.4947 | |
ETH | <0.01% | $0.000892 | 552.1661 | $0.4924 | |
ETH | <0.01% | $0.00001 | 48,304.5412 | $0.483 | |
ETH | <0.01% | $0.000005 | 105,068.4806 | $0.477 | |
ETH | <0.01% | $0.036191 | 13.0436 | $0.472 | |
ETH | <0.01% | $0.000244 | 1,930.4623 | $0.4708 | |
ETH | <0.01% | $0.003387 | 138.6289 | $0.4695 | |
ETH | <0.01% | $0.021738 | 21.5353 | $0.4681 | |
ETH | <0.01% | $0.000707 | 658.993 | $0.4657 | |
ETH | <0.01% | $0.000004 | 118,959.2581 | $0.4648 | |
ETH | <0.01% | $0.000107 | 4,284.8249 | $0.4577 | |
ETH | <0.01% | $0.002134 | 213.6738 | $0.4559 | |
ETH | <0.01% | $0.002475 | 182.9102 | $0.4527 | |
ETH | <0.01% | $0.000393 | 1,150.3913 | $0.4525 | |
ETH | <0.01% | $0.00056 | 806.7826 | $0.4515 | |
ETH | <0.01% | $0.000748 | 592.4362 | $0.443 | |
ETH | <0.01% | $0.000209 | 2,086.8352 | $0.4371 | |
ETH | <0.01% | $0.000644 | 675.331 | $0.4346 | |
ETH | <0.01% | $0.00005 | 8,639.5093 | $0.4321 | |
ETH | <0.01% | $0.003152 | 135.2997 | $0.4265 | |
ETH | <0.01% | $0.003358 | 124.9339 | $0.4195 | |
ETH | <0.01% | $1,868.66 | 0.00022296 | $0.4166 | |
ETH | <0.01% | $0.001885 | 219.8396 | $0.4144 | |
ETH | <0.01% | $0.002514 | 164.7694 | $0.4142 | |
ETH | <0.01% | $0.008006 | 51.3016 | $0.4107 | |
ETH | <0.01% | $0.000128 | 3,179.1798 | $0.4055 | |
ETH | <0.01% | $0.00045 | 899.426 | $0.4043 | |
ETH | <0.01% | $0.000039 | 10,459.6782 | $0.4032 | |
ETH | <0.01% | $0.010824 | 37.2203 | $0.4028 | |
ETH | <0.01% | $0.000424 | 945.5191 | $0.4011 | |
ETH | <0.01% | $0.000422 | 935.9957 | $0.395 | |
ETH | <0.01% | $0.01599 | 24.6174 | $0.3936 | |
ETH | <0.01% | $0.000189 | 2,000.2556 | $0.3786 | |
ETH | <0.01% | $0.077141 | 4.8155 | $0.3714 | |
ETH | <0.01% | $0.016374 | 22.5701 | $0.3695 | |
ETH | <0.01% | $0.001754 | 210.5298 | $0.3693 | |
ETH | <0.01% | $0.016496 | 22.2098 | $0.3663 | |
ETH | <0.01% | $0.000031 | 11,744.0714 | $0.3653 | |
ETH | <0.01% | $0.001079 | 336.2411 | $0.3629 | |
ETH | <0.01% | $0.00094 | 385.8124 | $0.3626 | |
ETH | <0.01% | $0.004804 | 75.287 | $0.3616 | |
ETH | <0.01% | $0.000863 | 418.2723 | $0.361 | |
ETH | <0.01% | $0.000252 | 1,430.2464 | $0.36 | |
ETH | <0.01% | <$0.000001 | 358,517,624.8569 | $0.3569 | |
ETH | <0.01% | $5.98 | 0.0591 | $0.3536 | |
ETH | <0.01% | $0.000057 | 6,153.1126 | $0.3535 | |
ETH | <0.01% | $0.000016 | 22,305.577 | $0.3526 | |
ETH | <0.01% | $0.001952 | 179.5019 | $0.3503 | |
ETH | <0.01% | $0.00004 | 8,524.1439 | $0.3447 | |
ETH | <0.01% | $0.000007 | 47,509.5353 | $0.3438 | |
ETH | <0.01% | $0.007794 | 43.3265 | $0.3376 | |
ETH | <0.01% | $0.000329 | 1,014.639 | $0.3339 | |
ETH | <0.01% | $0.000007 | 47,832.1096 | $0.3319 | |
ETH | <0.01% | $0.000061 | 5,448.1083 | $0.3314 | |
ETH | <0.01% | $0.018377 | 18.0228 | $0.3311 | |
ETH | <0.01% | $0.001669 | 195.4196 | $0.3261 | |
ETH | <0.01% | $0.00011 | 2,920.3859 | $0.3218 | |
ETH | <0.01% | $0.018998 | 16.9217 | $0.3214 | |
ETH | <0.01% | $0.000014 | 22,126.2521 | $0.3166 | |
ETH | <0.01% | <$0.000001 | 79,798,240.9426 | $0.3154 | |
ETH | <0.01% | $0.003016 | 102.6721 | $0.3096 | |
ETH | <0.01% | $0.000471 | 650.6407 | $0.3066 | |
ETH | <0.01% | $0.000009 | 33,389.8621 | $0.3035 | |
ETH | <0.01% | $0.000043 | 6,891.0465 | $0.298 | |
ETH | <0.01% | $0.000004 | 70,682.8917 | $0.2975 | |
ETH | <0.01% | $0.001059 | 279.8884 | $0.2964 | |
ETH | <0.01% | $0.004806 | 61.5805 | $0.2959 | |
ETH | <0.01% | <$0.000001 | 11,753,282,002.6901 | $0.2856 | |
ETH | <0.01% | $0.002657 | 106.6691 | $0.2834 | |
ETH | <0.01% | $0.689047 | 0.4107 | $0.283 | |
ETH | <0.01% | $1 | 0.281 | $0.281 | |
ETH | <0.01% | <$0.000001 | 8,383,798.2506 | $0.2797 | |
ETH | <0.01% | $0.000011 | 25,363.1916 | $0.2761 | |
ETH | <0.01% | $0.002454 | 111.4515 | $0.2734 | |
ETH | <0.01% | $0.000423 | 636.757 | $0.2694 | |
ETH | <0.01% | $0.000409 | 657.128 | $0.2687 | |
ETH | <0.01% | $0.000331 | 802.6019 | $0.2654 | |
ETH | <0.01% | $0.020815 | 12.7524 | $0.2654 | |
ETH | <0.01% | $0.000094 | 2,803.81 | $0.2645 | |
ETH | <0.01% | <$0.000001 | 50,112,384,063.9047 | $0.2637 | |
ETH | <0.01% | <$0.000001 | 1,128,485.1168 | $0.2583 | |
ETH | <0.01% | $0.00091 | 282.9615 | $0.2575 | |
ETH | <0.01% | $0.093125 | 2.7454 | $0.2556 | |
ETH | <0.01% | $0.000015 | 16,997.0822 | $0.2516 | |
ETH | <0.01% | $0.000013 | 18,698.6011 | $0.2486 | |
ETH | <0.01% | $0.00041 | 605.8914 | $0.2484 | |
ETH | <0.01% | $24.71 | 0.01 | $0.2472 | |
ETH | <0.01% | $0.005866 | 42.008 | $0.2464 | |
ETH | <0.01% | $0.043362 | 5.6835 | $0.2464 | |
ETH | <0.01% | $0.002784 | 87.4697 | $0.2434 | |
ETH | <0.01% | $0.000575 | 418.2267 | $0.2404 | |
ETH | <0.01% | $0.000025 | 9,408.565 | $0.2383 | |
ETH | <0.01% | $0.001064 | 218.2477 | $0.2323 | |
ETH | <0.01% | $0.074342 | 3.0648 | $0.2278 | |
ETH | <0.01% | $0.000163 | 1,391.6651 | $0.2275 | |
ETH | <0.01% | $0.00016 | 1,413.5441 | $0.2263 | |
ETH | <0.01% | $0.003403 | 65.9472 | $0.2244 | |
ETH | <0.01% | $0.000865 | 257.6659 | $0.2229 | |
ETH | <0.01% | $0.003291 | 66.5898 | $0.2191 | |
ETH | <0.01% | <$0.000001 | 12,757,324.4931 | $0.2181 | |
ETH | <0.01% | $0.013941 | 15.5229 | $0.2164 | |
ETH | <0.01% | $0.000068 | 3,124.5042 | $0.2134 | |
ETH | <0.01% | $0.000052 | 4,090.4439 | $0.2131 | |
ETH | <0.01% | $0.005903 | 35.8773 | $0.2117 | |
ETH | <0.01% | $0.00031 | 674.3779 | $0.2091 | |
ETH | <0.01% | $0.009992 | 20.45 | $0.2043 | |
ETH | <0.01% | $0.000385 | 521.3004 | $0.2007 | |
ETH | <0.01% | <$0.000001 | 8,068,251.2189 | $0.2002 | |
ETH | <0.01% | $0.054648 | 3.6219 | $0.1979 | |
ETH | <0.01% | <$0.000001 | 693,702,207.8651 | $0.1969 | |
ETH | <0.01% | <$0.000001 | 5,159,871.4716 | $0.1957 | |
ETH | <0.01% | $0.02602 | 7.4592 | $0.194 | |
ETH | <0.01% | $0.162717 | 1.1851 | $0.1928 | |
ETH | <0.01% | $0.000106 | 1,805.3387 | $0.1912 | |
ETH | <0.01% | $0.00858 | 22.0123 | $0.1888 | |
ETH | <0.01% | $0.000016 | 11,927.3536 | $0.188 | |
ETH | <0.01% | $0.006373 | 29.2142 | $0.1861 | |
ETH | <0.01% | $0.105151 | 1.7621 | $0.1852 | |
ETH | <0.01% | <$0.000001 | 893,284.3712 | $0.1851 | |
ETH | <0.01% | $0.001005 | 181.1619 | $0.182 | |
ETH | <0.01% | $0.029619 | 6.1295 | $0.1815 | |
ETH | <0.01% | $0.000598 | 302.8497 | $0.181 | |
ETH | <0.01% | $0.001053 | 171.6132 | $0.1807 | |
ETH | <0.01% | <$0.000001 | 22,447,397.5585 | $0.1784 | |
ETH | <0.01% | $0.000571 | 311.723 | $0.178 | |
ETH | <0.01% | $0.000001 | 278,986.2196 | $0.1779 | |
ETH | <0.01% | $0.000157 | 1,121.8222 | $0.1756 | |
ETH | <0.01% | $0.01745 | 10.0054 | $0.1746 | |
ETH | <0.01% | $0.000114 | 1,528.1812 | $0.1737 | |
ETH | <0.01% | $0.00465 | 36.9222 | $0.1716 | |
ETH | <0.01% | $0.000336 | 507.7982 | $0.1708 | |
ETH | <0.01% | $0.001531 | 111.4265 | $0.1705 | |
ETH | <0.01% | $0.000046 | 3,695.6028 | $0.1699 | |
ETH | <0.01% | <$0.000001 | 248,324,521.0833 | $0.1695 | |
ETH | <0.01% | <$0.000001 | 7,318,633,346.1293 | $0.1638 | |
ETH | <0.01% | $0.000143 | 1,139.5135 | $0.1631 | |
ETH | <0.01% | $0.063654 | 2.5476 | $0.1621 | |
ETH | <0.01% | $0.000034 | 4,732.5163 | $0.1616 | |
ETH | <0.01% | $0.002317 | 69.3172 | $0.1606 | |
ETH | <0.01% | $0.000017 | 9,218.6379 | $0.1576 | |
ETH | <0.01% | <$0.000001 | 336,148.5082 | $0.155 | |
ETH | <0.01% | $0.131037 | 1.1638 | $0.1524 | |
ETH | <0.01% | <$0.000001 | 25,707,536.5973 | $0.1513 | |
ETH | <0.01% | $0.000016 | 9,077.2458 | $0.1496 | |
ETH | <0.01% | $0.000933 | 157.5677 | $0.1469 | |
ETH | <0.01% | $0.03952 | 3.6366 | $0.1437 | |
ETH | <0.01% | $0.000385 | 370.5396 | $0.1428 | |
ETH | <0.01% | $0.000062 | 2,288.8742 | $0.1408 | |
ETH | <0.01% | $0.000209 | 668.3024 | $0.1396 | |
ETH | <0.01% | $0.000284 | 489.7081 | $0.1389 | |
ETH | <0.01% | $0.000436 | 314.8041 | $0.1373 | |
ETH | <0.01% | $0.007444 | 18.3033 | $0.1362 | |
ETH | <0.01% | $0.000841 | 159.491 | $0.1341 | |
ETH | <0.01% | $0.004394 | 30.3502 | $0.1333 | |
ETH | <0.01% | $0.000294 | 452.13 | $0.1329 | |
ETH | <0.01% | $0.000006 | 21,625.3992 | $0.1327 | |
ETH | <0.01% | $0.000413 | 319.3569 | $0.1317 | |
ETH | <0.01% | $0.010153 | 12.8113 | $0.13 | |
ETH | <0.01% | $0.000204 | 622.3775 | $0.1272 | |
ETH | <0.01% | $0.001905 | 66.5078 | $0.1267 | |
ETH | <0.01% | $0.002095 | 60.1622 | $0.126 | |
ETH | <0.01% | $0.000031 | 4,015.8845 | $0.1237 | |
ETH | <0.01% | $0.000003 | 39,765.0601 | $0.1217 | |
ETH | <0.01% | $0.013697 | 8.5727 | $0.1174 | |
ETH | <0.01% | $0.000089 | 1,260.9806 | $0.1123 | |
ETH | <0.01% | $0.000002 | 53,571.3679 | $0.1119 | |
ETH | <0.01% | <$0.000001 | 197,330,587,323.0855 | $0.1113 | |
ETH | <0.01% | $0.000532 | 207.7278 | $0.1105 | |
ETH | <0.01% | $0.00004 | 2,723.8556 | $0.1089 | |
ETH | <0.01% | $0.000033 | 3,279.392 | $0.1083 | |
ETH | <0.01% | <$0.000001 | 3,774,884.3157 | $0.1072 | |
ETH | <0.01% | $0.000562 | 186.7144 | $0.1049 | |
ETH | <0.01% | $0.00001 | 9,930.0557 | $0.1021 | |
BSC | 4.58% | $1.86 | 6,682.6753 | $12,456.87 | |
BSC | 0.07% | $616.8 | 0.3075 | $189.64 | |
BSC | <0.01% | $0.00473 | 5,180.6563 | $24.5 | |
BSC | <0.01% | $0.288681 | 51 | $14.72 | |
BSC | <0.01% | $0.018481 | 748.5661 | $13.83 | |
BSC | <0.01% | $0.000001 | 804,828 | $1.03 | |
BSC | <0.01% | $0.027501 | 10 | $0.275 | |
BASE | 0.29% | $1,798.47 | 0.4433 | $797.29 | |
BASE | 0.18% | $0.030345 | 16,512.3321 | $501.07 | |
BASE | 0.10% | $0.009611 | 28,977.008 | $278.5 | |
BASE | 0.09% | $0.999901 | 244.9385 | $244.91 | |
BASE | 0.07% | $0.000178 | 1,127,852 | $201.13 | |
BASE | 0.06% | $1,807.25 | 0.0921 | $166.36 | |
BASE | 0.06% | $1.05 | 156.1051 | $164.07 | |
BASE | 0.06% | $0.000421 | 374,954.3709 | $157.99 | |
BASE | 0.06% | <$0.000001 | 3,791,863,752.0553 | $153.95 | |
BASE | 0.05% | $93,352 | 0.00159725 | $149.11 | |
BASE | 0.05% | $53.92 | 2.758 | $148.71 | |
BASE | 0.05% | $0.485853 | 273.9529 | $133.1 | |
BASE | 0.05% | $0.003283 | 39,833.1403 | $130.78 | |
BASE | 0.05% | $0.56055 | 232.6434 | $130.41 | |
BASE | 0.04% | $0.038462 | 2,913.191 | $112.05 | |
BASE | 0.04% | $0.31504 | 353.6721 | $111.42 | |
BASE | 0.03% | $0.257707 | 368.5471 | $94.98 | |
BASE | 0.03% | $0.002958 | 31,703.7357 | $93.77 | |
BASE | 0.03% | $93,233 | 0.00099261 | $92.54 | |
BASE | 0.03% | $0.006061 | 15,234.6694 | $92.34 | |
BASE | 0.03% | $0.001441 | 60,947.449 | $87.79 | |
BASE | 0.03% | $0.131559 | 646.3094 | $85.03 | |
BASE | 0.03% | $2,167.71 | 0.0372 | $80.65 | |
BASE | 0.03% | $0.000043 | 1,811,363.5542 | $78.14 | |
BASE | 0.03% | $0.003561 | 21,883.3672 | $77.92 | |
BASE | 0.03% | $0.000083 | 924,168.6912 | $76.84 | |
BASE | 0.03% | $2,006.19 | 0.036 | $72.22 | |
BASE | 0.03% | $0.49573 | 145.3967 | $72.08 | |
BASE | 0.03% | $0.126997 | 562.5038 | $71.44 | |
BASE | 0.03% | $0.032753 | 2,103.5827 | $68.9 | |
BASE | 0.02% | $0.017466 | 3,849.8175 | $67.24 | |
BASE | 0.02% | $0.000326 | 204,082.34 | $66.51 | |
BASE | 0.02% | $0.0614 | 1,072.8997 | $65.88 | |
BASE | 0.02% | $1.05 | 62.7595 | $65.77 | |
BASE | 0.02% | $0.023446 | 2,796.0454 | $65.56 | |
BASE | 0.02% | $0.00295 | 22,067.68 | $65.11 | |
BASE | 0.02% | $1.14 | 54.445 | $62.07 | |
BASE | 0.02% | $0.015135 | 4,053.4577 | $61.35 | |
BASE | 0.02% | $0.010384 | 5,810.1963 | $60.33 | |
BASE | 0.02% | $0.007899 | 7,493.8924 | $59.2 | |
BASE | 0.02% | $0.039197 | 1,466.8685 | $57.5 | |
BASE | 0.02% | $0.011838 | 4,216.9196 | $49.92 | |
BASE | 0.02% | $2.98 | 16.4231 | $48.94 | |
BASE | 0.02% | $0.171024 | 283.9322 | $48.56 | |
BASE | 0.02% | $0.000012 | 3,827,077.2595 | $46.23 | |
BASE | 0.02% | $0.787274 | 57.5726 | $45.33 | |
BASE | 0.02% | $0.045117 | 997.3877 | $45 | |
BASE | 0.02% | $1.59 | 27.0597 | $43.02 | |
BASE | 0.02% | $0.021501 | 1,959.3086 | $42.13 | |
BASE | 0.01% | $1.09 | 37.2378 | $40.51 | |
BASE | 0.01% | $2.86 | 13.7823 | $39.42 | |
BASE | 0.01% | $0.003323 | 11,698.7914 | $38.88 | |
BASE | 0.01% | $0.001303 | 29,115.1051 | $37.93 | |
BASE | 0.01% | $0.000546 | 66,687.0264 | $36.39 | |
BASE | 0.01% | $0.03236 | 1,091.7536 | $35.33 | |
BASE | 0.01% | $0.064904 | 534.6173 | $34.7 | |
BASE | 0.01% | $0.026377 | 1,312.2402 | $34.61 | |
BASE | 0.01% | $2.75 | 11.0433 | $30.37 | |
BASE | 0.01% | $0.000011 | 2,641,033.5443 | $28.92 | |
BASE | 0.01% | $0.007457 | 3,842.5485 | $28.65 | |
BASE | 0.01% | $1.76 | 15.7891 | $27.79 | |
BASE | <0.01% | $0.002107 | 11,428.3249 | $24.08 | |
BASE | <0.01% | $0.015416 | 1,521.594 | $23.46 | |
BASE | <0.01% | $0.00397 | 5,874.8398 | $23.32 | |
BASE | <0.01% | $1,940.68 | 0.0119 | $23.04 | |
BASE | <0.01% | $0.484805 | 43.0196 | $20.86 | |
BASE | <0.01% | $0.281744 | 72.2128 | $20.35 | |
BASE | <0.01% | $1,890.18 | 0.0104 | $19.74 | |
BASE | <0.01% | $0.010958 | 1,734.0538 | $19 | |
BASE | <0.01% | $0.999992 | 18.4796 | $18.48 | |
BASE | <0.01% | $0.552103 | 33.0656 | $18.26 | |
BASE | <0.01% | $0.000579 | 29,831.2763 | $17.28 | |
BASE | <0.01% | $0.709928 | 23.6576 | $16.8 | |
BASE | <0.01% | $0.000312 | 52,682.0408 | $16.44 | |
BASE | <0.01% | $0.955998 | 16.8924 | $16.15 | |
BASE | <0.01% | $0.999553 | 16.1526 | $16.15 | |
BASE | <0.01% | $0.018312 | 865.2251 | $15.84 | |
BASE | <0.01% | $0.881864 | 17.5949 | $15.52 | |
BASE | <0.01% | $1.01 | 15.0054 | $15.19 | |
BASE | <0.01% | $0.000348 | 43,259.7346 | $15.07 | |
BASE | <0.01% | $0.010881 | 1,332.2657 | $14.5 | |
BASE | <0.01% | $0.002053 | 6,586.5398 | $13.52 | |
BASE | <0.01% | $0.028818 | 461.3921 | $13.3 | |
BASE | <0.01% | $1,805.5 | 0.00734503 | $13.26 | |
BASE | <0.01% | $1,974.61 | 0.00642524 | $12.69 | |
BASE | <0.01% | $0.000318 | 38,837.4293 | $12.34 | |
BASE | <0.01% | $0.006287 | 1,919.42 | $12.07 | |
BASE | <0.01% | $0.028977 | 413.8449 | $11.99 | |
BASE | <0.01% | $0.009611 | 1,147.944 | $11.03 | |
BASE | <0.01% | $0.051184 | 210.4955 | $10.77 | |
BASE | <0.01% | $0.000158 | 68,070.4439 | $10.75 | |
BASE | <0.01% | $0.000226 | 46,856.5724 | $10.57 | |
BASE | <0.01% | $0.003963 | 2,580.8295 | $10.23 | |
BASE | <0.01% | $93,498 | 0.00010615 | $9.92 | |
BASE | <0.01% | $0.001028 | 9,450.6296 | $9.71 | |
BASE | <0.01% | $0.011129 | 859.4067 | $9.56 | |
BASE | <0.01% | $0.00008 | 114,880.9319 | $9.24 | |
BASE | <0.01% | $0.20246 | 40.9837 | $8.3 | |
BASE | <0.01% | $0.003382 | 2,343.8205 | $7.93 | |
BASE | <0.01% | $0.003859 | 1,932.5453 | $7.46 | |
BASE | <0.01% | $0.000006 | 1,264,762.183 | $7.36 | |
BASE | <0.01% | $0.002513 | 2,900.6172 | $7.29 | |
BASE | <0.01% | $3.55 | 1.9963 | $7.09 | |
BASE | <0.01% | $0.731147 | 9.6892 | $7.08 | |
BASE | <0.01% | $0.016427 | 418.9654 | $6.88 | |
BASE | <0.01% | <$0.000001 | 354,226,075.4465 | $6.77 | |
BASE | <0.01% | $0.000001 | 11,481,458.0753 | $6.65 | |
BASE | <0.01% | $0.008879 | 744.7097 | $6.61 | |
BASE | <0.01% | $0.033881 | 177.9504 | $6.03 | |
BASE | <0.01% | $0.095337 | 62.8588 | $5.99 | |
BASE | <0.01% | $0.019173 | 310.1864 | $5.95 | |
BASE | <0.01% | $0.000503 | 11,555.3821 | $5.81 | |
BASE | <0.01% | $285.99 | 0.02 | $5.72 | |
BASE | <0.01% | $0.011679 | 487.6525 | $5.7 | |
BASE | <0.01% | $0.000878 | 6,447.9401 | $5.66 | |
BASE | <0.01% | $0.00072 | 7,578.1137 | $5.46 | |
BASE | <0.01% | $1,799.23 | 0.00289563 | $5.21 | |
BASE | <0.01% | $0.06442 | 75.0997 | $4.84 | |
BASE | <0.01% | $0.330565 | 14.3027 | $4.73 | |
BASE | <0.01% | $163.57 | 0.0288 | $4.71 | |
BASE | <0.01% | $0.006164 | 762.5771 | $4.7 | |
BASE | <0.01% | $0.018545 | 248.2446 | $4.6 | |
BASE | <0.01% | $0.001469 | 3,114.2351 | $4.57 | |
BASE | <0.01% | $0.000506 | 8,887.1775 | $4.5 | |
BASE | <0.01% | $0.000354 | 12,551.8225 | $4.45 | |
BASE | <0.01% | $0.000346 | 12,857.2798 | $4.45 | |
BASE | <0.01% | $0.754206 | 5.6062 | $4.23 | |
BASE | <0.01% | $0.000004 | 1,134,232.3622 | $4.15 | |
BASE | <0.01% | $0.006723 | 608.8415 | $4.09 | |
BASE | <0.01% | $0.006003 | 668.0072 | $4.01 | |
BASE | <0.01% | $0.130742 | 30.1991 | $3.95 | |
BASE | <0.01% | $0.001113 | 2,980.4346 | $3.32 | |
BASE | <0.01% | $2.88 | 1.1355 | $3.27 | |
BASE | <0.01% | $8.9 | 0.3625 | $3.23 | |
BASE | <0.01% | <$0.000001 | 37,558,621.7667 | $3.21 | |
BASE | <0.01% | $0.299613 | 10.6403 | $3.19 | |
BASE | <0.01% | $0.001308 | 2,363.9262 | $3.09 | |
BASE | <0.01% | $0.998768 | 3.0802 | $3.08 | |
BASE | <0.01% | $0.000257 | 11,576.3201 | $2.98 | |
BASE | <0.01% | $0.686425 | 4.1495 | $2.85 | |
BASE | <0.01% | $0.000009 | 306,186.141 | $2.84 | |
BASE | <0.01% | $1.56 | 1.7034 | $2.66 | |
BASE | <0.01% | <$0.000001 | 2,414,012,386.9022 | $2.66 | |
BASE | <0.01% | $0.007057 | 370.2621 | $2.61 | |
BASE | <0.01% | $0.052432 | 49.7188 | $2.61 | |
BASE | <0.01% | $0.013271 | 190.927 | $2.53 | |
BASE | <0.01% | $0.001118 | 2,244.8753 | $2.51 | |
BASE | <0.01% | $0.066351 | 36.8562 | $2.45 | |
BASE | <0.01% | $0.314271 | 7.7019 | $2.42 | |
BASE | <0.01% | $0.755458 | 3.057 | $2.31 | |
BASE | <0.01% | $0.009263 | 241.4841 | $2.24 | |
BASE | <0.01% | $0.059674 | 36.8219 | $2.2 | |
BASE | <0.01% | <$0.000001 | 17,170,409.5046 | $2.19 | |
BASE | <0.01% | $0.000874 | 2,436.7497 | $2.13 | |
BASE | <0.01% | <$0.000001 | 124,836,437.6681 | $2.12 | |
BASE | <0.01% | $0.250313 | 8.3476 | $2.09 | |
BASE | <0.01% | $0.000017 | 122,536.1858 | $2.05 | |
BASE | <0.01% | $0.000043 | 46,743.4929 | $1.99 | |
BASE | <0.01% | $0.000013 | 155,153.4989 | $1.95 | |
BASE | <0.01% | $0.007108 | 268.9082 | $1.91 | |
BASE | <0.01% | $0.001775 | 1,068.7621 | $1.9 | |
BASE | <0.01% | $0.024901 | 75.0901 | $1.87 | |
BASE | <0.01% | $0.999631 | 1.8671 | $1.87 | |
BASE | <0.01% | $187.52 | 0.00992427 | $1.86 | |
BASE | <0.01% | $0.000061 | 30,249 | $1.84 | |
BASE | <0.01% | $0.000181 | 9,961.484 | $1.8 | |
BASE | <0.01% | $0.019667 | 87.7397 | $1.73 | |
BASE | <0.01% | $0.027232 | 62.2975 | $1.7 | |
BASE | <0.01% | $0.002978 | 550.8265 | $1.64 | |
BASE | <0.01% | $0.000007 | 241,599.3114 | $1.59 | |
BASE | <0.01% | $9.7 | 0.16 | $1.55 | |
BASE | <0.01% | $1.08 | 1.4186 | $1.53 | |
BASE | <0.01% | $0.000002 | 889,139.2159 | $1.45 | |
BASE | <0.01% | $0.010975 | 131.7002 | $1.45 | |
BASE | <0.01% | $0.125335 | 11.4908 | $1.44 | |
BASE | <0.01% | $0.000026 | 56,083.6014 | $1.44 | |
BASE | <0.01% | $0.000236 | 6,008.3234 | $1.42 | |
BASE | <0.01% | $0.002147 | 643.6698 | $1.38 | |
BASE | <0.01% | $0.000333 | 3,975 | $1.32 | |
BASE | <0.01% | $0.0649 | 19.7598 | $1.28 | |
BASE | <0.01% | $0.997976 | 1.2454 | $1.24 | |
BASE | <0.01% | $0.083148 | 14.2516 | $1.18 | |
BASE | <0.01% | $0.000064 | 18,401.9527 | $1.18 | |
BASE | <0.01% | $0.002284 | 467.0005 | $1.07 | |
BASE | <0.01% | $9.44 | 0.1057 | $0.9982 | |
BASE | <0.01% | $0.288167 | 3.3299 | $0.9595 | |
BASE | <0.01% | $0.00101 | 941.6238 | $0.9512 | |
BASE | <0.01% | $0.31718 | 2.9947 | $0.9498 | |
BASE | <0.01% | $0.98526 | 0.9446 | $0.9306 | |
BASE | <0.01% | $0.000034 | 26,568.1115 | $0.9104 | |
BASE | <0.01% | $0.003943 | 227.808 | $0.8982 | |
BASE | <0.01% | $1 | 0.8767 | $0.8801 | |
BASE | <0.01% | $0.00071 | 1,232.8505 | $0.8757 | |
BASE | <0.01% | $93,277 | 0.00000909 | $0.8478 | |
BASE | <0.01% | $0.006351 | 131.9558 | $0.838 | |
BASE | <0.01% | $0.249264 | 3.316 | $0.8265 | |
BASE | <0.01% | $0.001488 | 554.8672 | $0.8253 | |
BASE | <0.01% | $2.72 | 0.3022 | $0.8219 | |
BASE | <0.01% | $0.004414 | 184.6224 | $0.8149 | |
BASE | <0.01% | $0.000529 | 1,445.8865 | $0.7654 | |
BASE | <0.01% | $0.00338 | 205.1122 | $0.6932 | |
BASE | <0.01% | $1,925.48 | 0.0003594 | $0.692 | |
BASE | <0.01% | $0.000033 | 20,977.3102 | $0.6828 | |
BASE | <0.01% | $5,079.5 | 0.00012863 | $0.6533 | |
BASE | <0.01% | $4.51 | 0.1353 | $0.6103 | |
BASE | <0.01% | $0.599666 | 0.9988 | $0.5989 | |
BASE | <0.01% | $0.000022 | 26,742.2954 | $0.5896 | |
BASE | <0.01% | $0.328638 | 1.7791 | $0.5846 | |
BASE | <0.01% | $0.000026 | 21,377.4452 | $0.5547 | |
BASE | <0.01% | $2.9 | 0.1905 | $0.5524 | |
BASE | <0.01% | $0.00018 | 3,015.9819 | $0.5443 | |
BASE | <0.01% | $0.265714 | 2.0305 | $0.5395 | |
BASE | <0.01% | $0.000015 | 32,447.7004 | $0.497 | |
BASE | <0.01% | $0.000388 | 1,275.1754 | $0.4948 | |
BASE | <0.01% | <$0.000001 | 1,778,851.7374 | $0.4879 | |
BASE | <0.01% | $0.043463 | 10.8638 | $0.4721 | |
BASE | <0.01% | $0.000004 | 104,314.29 | $0.4201 | |
BASE | <0.01% | $0.025158 | 16.3465 | $0.4112 | |
BASE | <0.01% | $0.007683 | 53.1542 | $0.4083 | |
BASE | <0.01% | $0.179936 | 2.2117 | $0.3979 | |
BASE | <0.01% | $0.018977 | 18.7011 | $0.3548 | |
BASE | <0.01% | $0.002311 | 152.5953 | $0.3526 | |
BASE | <0.01% | $0.000037 | 9,383.3546 | $0.3454 | |
BASE | <0.01% | $0.001338 | 252.3934 | $0.3377 | |
BASE | <0.01% | $0.085684 | 3.8262 | $0.3278 | |
BASE | <0.01% | $0.483023 | 0.6507 | $0.3143 | |
BASE | <0.01% | $0.006765 | 46.098 | $0.3118 | |
BASE | <0.01% | $0.409959 | 0.6959 | $0.2852 | |
BASE | <0.01% | $1 | 0.283 | $0.2838 | |
BASE | <0.01% | $0.006834 | 41.4998 | $0.2836 | |
BASE | <0.01% | $1 | 0.2771 | $0.2781 | |
BASE | <0.01% | $0.001048 | 264.2586 | $0.277 | |
BASE | <0.01% | $0.016295 | 16.0446 | $0.2614 | |
BASE | <0.01% | $0.000052 | 4,878 | $0.2544 | |
BASE | <0.01% | $0.000563 | 427.3835 | $0.2405 | |
BASE | <0.01% | $0.000502 | 459.4861 | $0.2307 | |
BASE | <0.01% | $0.189188 | 1.1475 | $0.217 | |
BASE | <0.01% | $93,441 | 0.00000228 | $0.2133 | |
BASE | <0.01% | $0.014648 | 14.5248 | $0.2127 | |
BASE | <0.01% | $0.207627 | 1.0219 | $0.2121 | |
BASE | <0.01% | $0.000002 | 84,409.5771 | $0.20 | |
BASE | <0.01% | $0.184468 | 1.0383 | $0.1915 | |
BASE | <0.01% | $1.77 | 0.099 | $0.1753 | |
BASE | <0.01% | $0.000353 | 488.7782 | $0.1727 | |
BASE | <0.01% | $207.98 | 0.00073483 | $0.1528 | |
BASE | <0.01% | $0.999853 | 0.1449 | $0.1448 | |
BASE | <0.01% | $0.061029 | 2.3209 | $0.1416 | |
BASE | <0.01% | $0.001382 | 101.9664 | $0.1409 | |
BASE | <0.01% | $0.013021 | 10.5731 | $0.1376 | |
BASE | <0.01% | $0.000005 | 23,617.9336 | $0.1287 | |
BASE | <0.01% | <$0.000001 | 5,179,109.0353 | $0.1165 | |
BASE | <0.01% | $5.61 | 0.0202 | $0.113 | |
BASE | <0.01% | $0.02439 | 4.4491 | $0.1085 | |
BASE | <0.01% | $0.072863 | 1.4305 | $0.1042 | |
BASE | <0.01% | $0.003726 | 27.835 | $0.1037 | |
BASE | <0.01% | $0.00042 | 243.7456 | $0.1022 | |
ARB | 0.10% | $1,798.36 | 0.1477 | $265.58 | |
ARB | 0.10% | $1,807.19 | 0.1432 | $258.83 | |
ARB | 0.06% | $93,510 | 0.00187972 | $175.77 | |
ARB | 0.06% | $2,026.86 | 0.0804 | $162.96 | |
ARB | 0.05% | $0.999783 | 135.5422 | $135.51 | |
ARB | 0.05% | $0.974712 | 134.8851 | $131.47 | |
ARB | 0.05% | $0.006523 | 20,015.9093 | $130.56 | |
ARB | 0.05% | $3.55 | 35.5829 | $126.32 | |
ARB | 0.05% | $1.91 | 64.7765 | $123.72 | |
ARB | 0.04% | $3,307.89 | 0.0365 | $120.63 | |
ARB | 0.04% | $0.012367 | 9,735.1383 | $120.4 | |
ARB | 0.04% | $0.091418 | 1,300.0271 | $118.85 | |
ARB | 0.04% | $0.685616 | 171.0436 | $117.27 | |
ARB | 0.04% | $1 | 112.2816 | $112.28 | |
ARB | 0.04% | $383.98 | 0.2897 | $111.25 | |
ARB | 0.04% | $0.277662 | 388.7834 | $107.95 | |
ARB | 0.04% | $1,801.94 | 0.0593 | $106.91 | |
ARB | 0.03% | $2,138.89 | 0.0428 | $91.53 | |
ARB | 0.03% | $0.999885 | 89.6584 | $89.65 | |
ARB | 0.03% | $1 | 89.2126 | $89.21 | |
ARB | 0.03% | $0.56766 | 156.485 | $88.83 | |
ARB | 0.03% | $14.96 | 5.8157 | $87 | |
ARB | 0.03% | $0.998191 | 85.7828 | $85.63 | |
ARB | 0.03% | $1.56 | 51.9934 | $81.11 | |
ARB | 0.03% | $0.99986 | 79.1295 | $79.12 | |
ARB | 0.03% | $1.17 | 63.8077 | $74.66 | |
ARB | 0.03% | <$0.000001 | 703,742,458,214.1075 | $70.37 | |
ARB | 0.02% | $1 | 61.8613 | $62.11 | |
ARB | 0.02% | $0.006474 | 9,321.0519 | $60.35 | |
ARB | 0.02% | $0.020709 | 2,730.6256 | $56.55 | |
ARB | 0.02% | $1 | 56.1786 | $56.18 | |
ARB | 0.02% | $2.72 | 20.3722 | $55.41 | |
ARB | 0.02% | $0.20524 | 264.2358 | $54.23 | |
ARB | 0.02% | $5,999.15 | 0.00903354 | $54.19 | |
ARB | 0.02% | $14.56 | 3.5982 | $52.39 | |
ARB | 0.02% | $0.00699 | 7,358.115 | $51.43 | |
ARB | 0.02% | $0.999118 | 51.3796 | $51.33 | |
ARB | 0.02% | $1,797.02 | 0.0284 | $51.04 | |
ARB | 0.02% | $0.31491 | 145.2959 | $45.76 | |
ARB | 0.02% | $0.058787 | 769.4526 | $45.23 | |
ARB | 0.02% | $0.330879 | 135.1427 | $44.72 | |
ARB | 0.02% | $0.000009 | 4,720,821.0055 | $43.01 | |
ARB | 0.01% | $93,562 | 0.00042638 | $39.89 | |
ARB | 0.01% | $0.01259 | 3,106.8287 | $39.11 | |
ARB | 0.01% | $5.57 | 6.9394 | $38.65 | |
ARB | 0.01% | $0.00084 | 37,665.1422 | $31.64 | |
ARB | 0.01% | $1,975.12 | 0.0148 | $29.33 | |
ARB | 0.01% | $7.13 | 4.0654 | $28.99 | |
ARB | 0.01% | $0.047466 | 606.9527 | $28.81 | |
ARB | 0.01% | $1.15 | 23.9768 | $27.57 | |
ARB | <0.01% | $163.44 | 0.1565 | $25.57 | |
ARB | <0.01% | $163.58 | 0.1545 | $25.28 | |
ARB | <0.01% | $93,559 | 0.00026338 | $24.64 | |
ARB | <0.01% | $0.998071 | 22.6537 | $22.61 | |
ARB | <0.01% | $0.00596 | 3,636.6246 | $21.67 | |
ARB | <0.01% | $0.999495 | 20.6281 | $20.62 | |
ARB | <0.01% | $1 | 19.604 | $19.6 | |
ARB | <0.01% | $0.000457 | 42,225.6131 | $19.29 | |
ARB | <0.01% | $0.565207 | 33.6667 | $19.03 | |
ARB | <0.01% | $0.999292 | 18.733 | $18.72 | |
ARB | <0.01% | $0.179572 | 104.063 | $18.69 | |
ARB | <0.01% | $1.07 | 16.6062 | $17.84 | |
ARB | <0.01% | $0.00445 | 3,874.2262 | $17.24 | |
ARB | <0.01% | $0.89898 | 17.6788 | $15.89 | |
ARB | <0.01% | $2.07 | 7.4704 | $15.46 | |
ARB | <0.01% | $1.05 | 13.3337 | $13.97 | |
ARB | <0.01% | $1.11 | 12.3991 | $13.76 | |
ARB | <0.01% | $0.014443 | 915.1226 | $13.22 | |
ARB | <0.01% | $1 | 13.0644 | $13.08 | |
ARB | <0.01% | $3.59 | 3.4479 | $12.38 | |
ARB | <0.01% | $1.14 | 10.6894 | $12.19 | |
ARB | <0.01% | $1 | 12.0916 | $12.13 | |
ARB | <0.01% | $1,888.93 | 0.00633227 | $11.96 | |
ARB | <0.01% | $0.001985 | 5,880.2022 | $11.67 | |
ARB | <0.01% | $0.205424 | 56.0992 | $11.52 | |
ARB | <0.01% | $0.131544 | 84.754 | $11.15 | |
ARB | <0.01% | $0.023011 | 475.7587 | $10.95 | |
ARB | <0.01% | $0.002297 | 4,365.0348 | $10.03 | |
ARB | <0.01% | $1 | 9.8963 | $9.9 | |
ARB | <0.01% | $0.812821 | 11.9663 | $9.73 | |
ARB | <0.01% | $2,160.85 | 0.0044902 | $9.7 | |
ARB | <0.01% | $0.02956 | 323.3738 | $9.56 | |
ARB | <0.01% | $0.99986 | 8.9522 | $8.95 | |
ARB | <0.01% | <$0.000001 | 215,317,430.3136 | $8.31 | |
ARB | <0.01% | $0.005171 | 1,605.5147 | $8.3 | |
ARB | <0.01% | $93,476 | 0.00008535 | $7.98 | |
ARB | <0.01% | $0.115747 | 67.4602 | $7.81 | |
ARB | <0.01% | $1.14 | 6.6893 | $7.63 | |
ARB | <0.01% | $21.8 | 0.3475 | $7.58 | |
ARB | <0.01% | $93,613 | 0.00007967 | $7.46 | |
ARB | <0.01% | $0.335612 | 22.0734 | $7.41 | |
ARB | <0.01% | $0.012126 | 593.3591 | $7.19 | |
ARB | <0.01% | $0.204923 | 35.0941 | $7.19 | |
ARB | <0.01% | $0.999745 | 6.5824 | $6.58 | |
ARB | <0.01% | $0.045747 | 143.8459 | $6.58 | |
ARB | <0.01% | $0.000024 | 272,467.397 | $6.47 | |
ARB | <0.01% | $0.014096 | 446.0595 | $6.29 | |
ARB | <0.01% | $0.01829 | 315.6415 | $5.77 | |
ARB | <0.01% | $0.032961 | 164.4548 | $5.42 | |
ARB | <0.01% | $0.999996 | 5.3032 | $5.3 | |
ARB | <0.01% | $0.99021 | 5.3306 | $5.28 | |
ARB | <0.01% | $73.25 | 0.0708 | $5.18 | |
ARB | <0.01% | $0.201822 | 24.7277 | $4.99 | |
ARB | <0.01% | $0.068362 | 71.2125 | $4.87 | |
ARB | <0.01% | $5.96 | 0.7678 | $4.58 | |
ARB | <0.01% | $14.56 | 0.3019 | $4.4 | |
ARB | <0.01% | $0.299516 | 14.5413 | $4.36 | |
ARB | <0.01% | $0.668588 | 6.3957 | $4.28 | |
ARB | <0.01% | $43.4 | 0.0916 | $3.98 | |
ARB | <0.01% | $2,167.59 | 0.00181587 | $3.94 | |
ARB | <0.01% | $2,016.97 | 0.00190428 | $3.84 | |
ARB | <0.01% | $1 | 3.6841 | $3.68 | |
ARB | <0.01% | $0.999292 | 3.674 | $3.67 | |
ARB | <0.01% | $0.681062 | 5.3438 | $3.64 | |
ARB | <0.01% | $1 | 3.4067 | $3.41 | |
ARB | <0.01% | $0.001259 | 2,694.7392 | $3.39 | |
ARB | <0.01% | $1.18 | 2.7299 | $3.22 | |
ARB | <0.01% | $0.285781 | 11.2407 | $3.21 | |
ARB | <0.01% | $0.010716 | 266.8192 | $2.86 | |
ARB | <0.01% | $4.57 | 0.6156 | $2.81 | |
ARB | <0.01% | $0.001478 | 1,875.5561 | $2.77 | |
ARB | <0.01% | $3.72 | 0.6477 | $2.41 | |
ARB | <0.01% | $0.002978 | 802.2118 | $2.39 | |
ARB | <0.01% | <$0.000001 | 16,365,216.5435 | $2.09 | |
ARB | <0.01% | $3.12 | 0.6465 | $2.02 | |
ARB | <0.01% | $0.06035 | 27.651 | $1.67 | |
ARB | <0.01% | $2.08 | 0.8018 | $1.67 | |
ARB | <0.01% | $0.003107 | 523.9319 | $1.63 | |
ARB | <0.01% | $0.000681 | 2,307.1543 | $1.57 | |
ARB | <0.01% | $0.083071 | 18.5057 | $1.54 | |
ARB | <0.01% | $0.007284 | 199.1601 | $1.45 | |
ARB | <0.01% | $0.002281 | 618.2005 | $1.41 | |
ARB | <0.01% | $93,364 | 0.00001379 | $1.29 | |
ARB | <0.01% | $0.026312 | 47.835 | $1.26 | |
ARB | <0.01% | $0.985193 | 1.205 | $1.19 | |
ARB | <0.01% | $0.037054 | 31.9809 | $1.19 | |
ARB | <0.01% | $0.005326 | 217.6709 | $1.16 | |
ARB | <0.01% | $0.365822 | 3.1603 | $1.16 | |
ARB | <0.01% | $0.008303 | 137.0868 | $1.14 | |
ARB | <0.01% | $0.003811 | 291.6217 | $1.11 | |
ARB | <0.01% | $0.000593 | 1,772.4804 | $1.05 | |
ARB | <0.01% | $1.01 | 1.0029 | $1.01 | |
ARB | <0.01% | $0.211591 | 4.593 | $0.9718 | |
ARB | <0.01% | $0.219229 | 4.3465 | $0.9528 | |
ARB | <0.01% | $0.026468 | 34.4041 | $0.9106 | |
ARB | <0.01% | $0.11211 | 7.7247 | $0.866 | |
ARB | <0.01% | $115.34 | 0.00730454 | $0.8425 | |
ARB | <0.01% | $0.665673 | 1.2214 | $0.813 | |
ARB | <0.01% | $0.998973 | 0.7795 | $0.7786 | |
ARB | <0.01% | $1.07 | 0.6829 | $0.7328 | |
ARB | <0.01% | $0.000419 | 1,741.7837 | $0.7295 | |
ARB | <0.01% | $0.001651 | 403.3016 | $0.6657 | |
ARB | <0.01% | $0.005451 | 118.4715 | $0.6458 | |
ARB | <0.01% | $0.00493 | 127.9492 | $0.6308 | |
ARB | <0.01% | $0.328365 | 1.7551 | $0.5763 | |
ARB | <0.01% | $0.007107 | 79.8418 | $0.5674 | |
ARB | <0.01% | $0.000556 | 999.0188 | $0.5556 | |
ARB | <0.01% | $0.005105 | 93.9484 | $0.4796 | |
ARB | <0.01% | $1.62 | 0.294 | $0.4762 | |
ARB | <0.01% | $0.003785 | 122.0297 | $0.4618 | |
ARB | <0.01% | $0.999811 | 0.4512 | $0.4511 | |
ARB | <0.01% | $17.02 | 0.0254 | $0.4327 | |
ARB | <0.01% | $0.015458 | 26.9892 | $0.4172 | |
ARB | <0.01% | $0.051515 | 7.5168 | $0.3872 | |
ARB | <0.01% | $0.000878 | 424.9099 | $0.3731 | |
ARB | <0.01% | $92,996 | 0.00000399 | $0.371 | |
ARB | <0.01% | $0.013649 | 27.1866 | $0.371 | |
ARB | <0.01% | $1 | 0.3535 | $0.3545 | |
ARB | <0.01% | $0.801498 | 0.4372 | $0.3503 | |
ARB | <0.01% | $1.79 | 0.1714 | $0.3067 | |
ARB | <0.01% | $0.032528 | 8.3384 | $0.2712 | |
ARB | <0.01% | $92,128 | 0.00000288 | $0.2653 | |
ARB | <0.01% | $0.014576 | 17.3333 | $0.2526 | |
ARB | <0.01% | $0.001621 | 150.0019 | $0.2431 | |
ARB | <0.01% | $0.005248 | 38.718 | $0.2031 | |
ARB | <0.01% | $1 | 0.1693 | $0.1698 | |
ARB | <0.01% | $0.001767 | 90.8739 | $0.1605 | |
ARB | <0.01% | $1.82 | 0.0728 | $0.1324 | |
ARB | <0.01% | $0.00003 | 3,603.6809 | $0.109 | |
ARB | <0.01% | $0.0676 | 1.5932 | $0.1077 | |
ARB | <0.01% | $1.04 | 0.1028 | $0.1072 | |
GNO | ![]() | 0.09% | $0.999929 | 234.4228 | $234.41 |
GNO | 0.03% | $0.686961 | 132.403 | $90.96 | |
GNO | 0.03% | $555.13 | 0.159 | $88.28 | |
GNO | 0.03% | $1,807.38 | 0.0482 | $87.05 | |
GNO | 0.03% | $0.300972 | 288.9995 | $86.98 | |
GNO | 0.03% | $1.14 | 65.4485 | $74.61 | |
GNO | 0.03% | $1.14 | 65.4485 | $74.61 | |
GNO | 0.02% | $1 | 54.4815 | $54.48 | |
GNO | 0.02% | $0.999983 | 52.8431 | $52.84 | |
GNO | 0.02% | $2,034.8 | 0.0246 | $50.04 | |
GNO | 0.02% | $0.449265 | 109.2895 | $49.1 | |
GNO | 0.02% | $1 | 48.7591 | $48.76 | |
GNO | 0.02% | $0.042797 | 1,125.1894 | $48.16 | |
GNO | 0.01% | $0.999903 | 39.673 | $39.67 | |
GNO | 0.01% | $1 | 36.6737 | $36.71 | |
GNO | 0.01% | $1 | 35.837 | $35.84 | |
GNO | 0.01% | $0.98467 | 35.0447 | $34.51 | |
GNO | 0.01% | $0.201942 | 165.4754 | $33.42 | |
GNO | 0.01% | $2,167.8 | 0.015 | $32.54 | |
GNO | 0.01% | $0.006518 | 4,915.0959 | $32.04 | |
GNO | 0.01% | $1.23 | 24.1409 | $29.69 | |
GNO | <0.01% | $0.142625 | 184.0362 | $26.25 | |
GNO | <0.01% | $0.0028 | 8,789.8093 | $24.61 | |
GNO | <0.01% | $0.999903 | 23.7295 | $23.73 | |
GNO | <0.01% | $1,805.5 | 0.0127 | $22.98 | |
GNO | <0.01% | $14.56 | 1.5112 | $22 | |
GNO | <0.01% | $27.65 | 0.7924 | $21.91 | |
GNO | <0.01% | $1.18 | 17.8489 | $21.06 | |
GNO | <0.01% | $240.77 | 0.081 | $19.5 | |
GNO | <0.01% | $0.315495 | 52.678 | $16.62 | |
GNO | <0.01% | $2.03 | 6.5975 | $13.39 | |
GNO | <0.01% | $0.999929 | 10.9642 | $10.96 | |
GNO | <0.01% | $1 | 10.5153 | $10.52 | |
GNO | <0.01% | $115.37 | 0.0779 | $8.99 | |
GNO | <0.01% | $93,434 | 0.0000828 | $7.74 | |
GNO | <0.01% | $3.71 | 2 | $7.42 | |
GNO | <0.01% | $2,164.73 | 0.00282278 | $6.11 | |
GNO | <0.01% | $1.14 | 5.0671 | $5.78 | |
GNO | <0.01% | $0.069671 | 62.6049 | $4.36 | |
GNO | <0.01% | $163.63 | 0.0247 | $4.05 | |
GNO | <0.01% | $618.48 | 0.00536317 | $3.32 | |
GNO | <0.01% | $0.011667 | 263.9734 | $3.08 | |
GNO | <0.01% | $5.97 | 0.4822 | $2.88 | |
GNO | <0.01% | $24.31 | 0.1003 | $2.44 | |
GNO | <0.01% | $0.000602 | 3,811.8843 | $2.3 | |
GNO | <0.01% | $1 | 2.2732 | $2.28 | |
GNO | <0.01% | $0.218236 | 6.6247 | $1.45 | |
GNO | <0.01% | $0.999691 | 1.2837 | $1.28 | |
GNO | <0.01% | $0.705726 | 1.5933 | $1.12 | |
GNO | <0.01% | $0.189126 | 5.7236 | $1.08 | |
GNO | <0.01% | $0.091551 | 10.7055 | $0.98 | |
GNO | <0.01% | $0.298577 | 2.2112 | $0.6602 | |
GNO | <0.01% | $0.668938 | 0.8452 | $0.5653 | |
GNO | <0.01% | $0.008086 | 55.6131 | $0.4496 | |
GNO | <0.01% | $0.001652 | 267.593 | $0.4419 | |
GNO | <0.01% | $14,959.21 | 0.00002302 | $0.3443 | |
GNO | <0.01% | $0.021344 | 13.3227 | $0.2843 | |
GNO | <0.01% | $115.44 | 0.00221639 | $0.2558 | |
GNO | <0.01% | $0.005779 | 41.7291 | $0.2411 | |
GNO | <0.01% | $0.064724 | 3.6057 | $0.2333 | |
GNO | <0.01% | $1.05 | 0.1966 | $0.2072 | |
GNO | <0.01% | $0.134302 | 1.3992 | $0.1879 | |
GNO | <0.01% | $0.388717 | 0.4504 | $0.175 | |
GNO | <0.01% | $0.087406 | 1.9052 | $0.1665 | |
GNO | <0.01% | $5,081.34 | 0.00003274 | $0.1663 | |
GNO | <0.01% | $1 | 0.1599 | $0.1598 | |
GNO | <0.01% | $0.15677 | 0.8198 | $0.1285 | |
GNO | <0.01% | $0.002479 | 48.8304 | $0.121 | |
GNO | <0.01% | $0.001936 | 56.6137 | $0.1095 | |
GNO | <0.01% | $1 | 0.1024 | $0.1024 | |
POL | 0.07% | $0.020407 | 9,123.7351 | $186.19 | |
POL | <0.01% | $0.000011 | 112,782.4982 | $1.21 | |
POL | <0.01% | $0.001439 | 266.916 | $0.384 | |
POL | <0.01% | $0.000052 | 4,090.4439 | $0.213 | |
POL | <0.01% | $0.220777 | 0.269 | $0.059389 | |
OP | <0.01% | $0.999901 | 2.8139 | $2.81 | |
OP | <0.01% | $0.998205 | 0.22 | $0.2196 | |
AVAX | <0.01% | $0.024218 | 50 | $1.21 |
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.