Feature Tip: Add private address tag to any address under My Name Tag !
More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 1,450,710 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Mooo Z1089603480 | 21677231 | 27 secs ago | IN | 0 ETH | 0.00528154 | ||||
Mooo Z1089603480 | 21677228 | 1 min ago | IN | 0 ETH | 0.0022099 | ||||
Mooo Z1089603480 | 21677227 | 1 min ago | IN | 0 ETH | 0.00271757 | ||||
Mooo Z1089603480 | 21677219 | 3 mins ago | IN | 0 ETH | 0.00240875 | ||||
Mooo Z1089603480 | 21677217 | 3 mins ago | IN | 0 ETH | 0.00424869 | ||||
Mooo Z1089603480 | 21677213 | 4 mins ago | IN | 0 ETH | 0.00231516 | ||||
Mooo Z1089603480 | 21677211 | 4 mins ago | IN | 0 ETH | 0.00434836 | ||||
Mooo Z1089603480 | 21677208 | 5 mins ago | IN | 0 ETH | 0.00287427 | ||||
Mooo Z1089603480 | 21677205 | 5 mins ago | IN | 0 ETH | 0.00265273 | ||||
Mooo Z1089603480 | 21677199 | 7 mins ago | IN | 0 ETH | 0.0063644 | ||||
Mooo Z1089603480 | 21677193 | 8 mins ago | IN | 0 ETH | 0.0026293 | ||||
Mooo Z1089603480 | 21677192 | 8 mins ago | IN | 0 ETH | 0.0041652 | ||||
Mooo Z1089603480 | 21677190 | 8 mins ago | IN | 0 ETH | 0.00266145 | ||||
Mooo Z1089603480 | 21677190 | 8 mins ago | IN | 0 ETH | 0.00238297 | ||||
Mooo Z1089603480 | 21677187 | 9 mins ago | IN | 0 ETH | 0.00254823 | ||||
Mooo Z1089603480 | 21677186 | 9 mins ago | IN | 0 ETH | 0.00187144 | ||||
Mooo Z1089603480 | 21677185 | 9 mins ago | IN | 0 ETH | 0.00534924 | ||||
Mooo Z1089603480 | 21677182 | 10 mins ago | IN | 0 ETH | 0.00227843 | ||||
Mooo Z1089603480 | 21677180 | 10 mins ago | IN | 0 ETH | 0.00189139 | ||||
Mooo Z1089603480 | 21677179 | 11 mins ago | IN | 0 ETH | 0.00175801 | ||||
Mooo Z1089603480 | 21677175 | 11 mins ago | IN | 0 ETH | 0.00146394 | ||||
Mooo Z1089603480 | 21677172 | 12 mins ago | IN | 0 ETH | 0.00178686 | ||||
Mooo Z1089603480 | 21677172 | 12 mins ago | IN | 0 ETH | 0.00396659 | ||||
Mooo Z1089603480 | 21677166 | 13 mins ago | IN | 0 ETH | 0.00191061 | ||||
Mooo Z1089603480 | 21677159 | 15 mins ago | IN | 0 ETH | 0.0024244 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
21677231 | 27 secs ago | 2.79 ETH | ||||
21677231 | 27 secs ago | 2.79 ETH | ||||
21677228 | 1 min ago | 0.0386592 ETH | ||||
21677228 | 1 min ago | 0.0386592 ETH | ||||
21677219 | 3 mins ago | 0.20586281 ETH | ||||
21677219 | 3 mins ago | 0.20586281 ETH | ||||
21677211 | 4 mins ago | 285.25986067 ETH | ||||
21677211 | 4 mins ago | 285.25986067 ETH | ||||
21677208 | 5 mins ago | 0.01016249 ETH | ||||
21677208 | 5 mins ago | 0.01016249 ETH | ||||
21677179 | 11 mins ago | 0.01629793 ETH | ||||
21677179 | 11 mins ago | 0.01633387 ETH | ||||
21677142 | 18 mins ago | 0.00305187 ETH | ||||
21677142 | 18 mins ago | 0.00305187 ETH | ||||
21677138 | 19 mins ago | 0.075 ETH | ||||
21677138 | 19 mins ago | 0.075 ETH | ||||
21677073 | 32 mins ago | 0.3 ETH | ||||
21677073 | 32 mins ago | 0.3 ETH | ||||
21677070 | 32 mins ago | 0.75272562 ETH | ||||
21677070 | 32 mins ago | 0.75272562 ETH | ||||
21677049 | 37 mins ago | 0.40495887 ETH | ||||
21677049 | 37 mins ago | 0.40495887 ETH | ||||
21677046 | 37 mins ago | 0.05211856 ETH | ||||
21677046 | 37 mins ago | 0.05211856 ETH | ||||
21677044 | 38 mins ago | 0.4544956 ETH |
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
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 that notably /// does not revert when calling a non-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(getLastTansferResult(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(getLastTansferResult(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 getLastTansferResult(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) } } }
{ "evmVersion": "istanbul", "libraries": {}, "metadata": { "bytecodeHash": "ipfs", "useLiteralContent": true }, "optimizer": { "enabled": true, "runs": 1000000 }, "remappings": [], "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"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
0x6080604052600436106100ec5760003560e01c80639b552cc21161008a578063ed9f35ce11610059578063ed9f35ce14610274578063f698da2514610294578063f84436bd146102a9578063fbfa77cf146102c9576100f3565b80639b552cc2146101ff578063a2a7d51b14610214578063d08d33d114610234578063ec6cb13f14610254576100f3565b80632479fb6e116100c65780632479fb6e1461016557806343218e19146101925780635624b25b146101bf578063845a101f146101df576100f3565b806313d79a0b146100f857806315337bc01461011a5780632335c76b1461013a576100f3565b366100f357005b600080fd5b34801561010457600080fd5b5061011861011336600461322e565b6102de565b005b34801561012657600080fd5b50610118610135366004613441565b6105c1565b34801561014657600080fd5b5061014f6106ba565b60405161015c91906136ee565b60405180910390f35b34801561017157600080fd5b506101856101803660046134ca565b6106de565b60405161015c91906137f0565b34801561019e57600080fd5b506101b26101ad3660046131a0565b6106fb565b60405161015c919061380d565b3480156101cb57600080fd5b506101b26101da3660046134fd565b610873565b3480156101eb57600080fd5b506101186101fa36600461338e565b6108e9565b34801561020b57600080fd5b5061014f61108e565b34801561022057600080fd5b5061011861022f3660046131ee565b6110b2565b34801561024057600080fd5b5061018561024f3660046134ca565b6110fb565b34801561026057600080fd5b5061011861026f366004613475565b611118565b34801561028057600080fd5b5061011861028f3660046131ee565b6112d7565b3480156102a057600080fd5b5061018561131c565b3480156102b557600080fd5b506101b26102c43660046131a0565b611340565b3480156102d557600080fd5b5061014f611589565b6002600154141561035057604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026001556040517f02cc250d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe16906302cc250d906103c79033906004016136ee565b60206040518083038186803b1580156103df57600080fd5b505afa1580156103f3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104179190613425565b610456576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c78565b60405180910390fd5b6104728160005b60200281019061046d9190613d16565b6115ad565b6000806104838989898989896116ea565b6040517f7d10d11f000000000000000000000000000000000000000000000000000000008152919350915073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe01101690637d10d11f906104fa90859060040161370f565b600060405180830381600087803b15801561051457600080fd5b505af1158015610528573d6000803e3d6000fd5b5050505061053c8360016003811061045d57fe5b61057c73ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c81682611851565b61058783600261045d565b60405133907f40338ce1a7c49204f0099533b1e9a7ee0a3d261f84974ab7af36105b8c4e9db490600090a250506001805550505050505050565b60006105cd8383611b2f565b5091505073ffffffffffffffffffffffffffffffffffffffff81163314610620576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a1b565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600284846040516106539291906136c2565b9081526020016040518091039020819055508073ffffffffffffffffffffffffffffffffffffffff167f875b6cb035bbd4ac6500fabc6d1e4ca5bdc58a3e2b424ccb5c24cdbebeb009a984846040516106ad9291906137f9565b60405180910390a2505050565b7f0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe81565b805160208183018101805160028252928201919093012091525481565b606060008373ffffffffffffffffffffffffffffffffffffffff16836040518082805190602001908083835b6020831061076457805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101610727565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d80600081146107c4576040519150601f19603f3d011682016040523d82523d6000602084013e6107c9565b606091505b50809350819250505061086c82826040516020018083805190602001908083835b6020831061082757805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016107ea565b6001836020036101000a03801982511681845116808217855250505050505090500182151560f81b815260010192505050604051602081830303815290604052611bbd565b5092915050565b606060008260200267ffffffffffffffff8111801561089157600080fd5b506040519080825280601f01601f1916602001820160405280156108bc576020820181803683370190505b50905060005b838110156108df57848101546020808302840101526001016108c2565b5090505b92915050565b6002600154141561095b57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026001556040517f02cc250d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000002c4c28ddbdac9c5e7055b4c863b72ea0149d8afe16906302cc250d906109d29033906004016136ee565b60206040518083038186803b1580156109ea57600080fd5b505afa1580156109fe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a229190613425565b610a58576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c78565b6000610a62611bc5565b8051909150610a7382868686611bf2565b60007ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee34677582610100015114610aa8576001610aab565b60005b9050610ab5612f90565b60408085015173ffffffffffffffffffffffffffffffffffffffff90811683526101408501517f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce9081146020850152606080880151909216928401929092526101608501519091149082015260008667ffffffffffffffff81118015610b3a57600080fd5b50604051908082528060200260200182016040528015610b64578160200160208202803683370190505b50610100850151909150610120870135907ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467751415610c30578460800151811015610bda576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c41565b610be78560600151611c90565b82886000013581518110610bf757fe5b602002602001018181525050610c0c81611c90565b60000382886020013581518110610c1f57fe5b602002602001018181525050610cc0565b8460600151811115610c6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b9c565b610c7781611c90565b82886000013581518110610c8757fe5b602002602001018181525050610ca08560800151611c90565b60000382886020013581518110610cb357fe5b6020026020010181815250505b610cc8612f90565b8660400151816000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508560000151816020019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508560e0015181604001818152505085610140015181606001818152505060007f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe011073ffffffffffffffffffffffffffffffffffffffff16634817a286878f8f8f8f8b8b8f60a001518b6040518a63ffffffff1660e01b8152600401610dcc99989796959493929190613877565b600060405180830381600087803b158015610de657600080fd5b505af1158015610dfa573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052610e4091908101906132ed565b90506000886020015190506000610e6d838c6000013581518110610e6057fe5b6020026020010151611d25565b90506000610e94848d6020013581518110610e8457fe5b6020026020010151600003611d25565b9050600283604051610ea691906136d2565b908152602001604051809103902054600014610eee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b7ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467758a61010001511415610f825789606001518214610f58576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613ac0565b8960600151600284604051610f6d91906136d2565b90815260405190819003602001902055610fe5565b89608001518114610fbf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613af7565b8960800151600284604051610fd491906136d2565b908152604051908190036020019020555b8a6040015173ffffffffffffffffffffffffffffffffffffffff167fa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc178b600001518c6020015185858f60e001518960405161104596959493929190613820565b60405180910390a260405133907f40338ce1a7c49204f0099533b1e9a7ee0a3d261f84974ab7af36105b8c4e9db490600090a25050600180555050505050505050505050505050565b7f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe011081565b3033146110eb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b65565b6110f760008383611d96565b5050565b805160208183018101805160008252928201919093012091525481565b60006111248484611b2f565b5091505073ffffffffffffffffffffffffffffffffffffffff811633146111ac57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f475076323a2063616e6e6f74207072657369676e206f72646572000000000000604482015290519081900360640190fd5b8115611206577ff59c009283ff87aa78203fc4d9c2df025ee851130fb69cc3e068941f6b5e2d6f60001c60008585604051808383808284378083019250505092505050908152602001604051809103902081905550611232565b600080858560405180838380828437919091019485525050604051928390036020019092209290925550505b8073ffffffffffffffffffffffffffffffffffffffff167f01bf7c8b0ca55deecbea89d7e58295b7ffbf685fd0d96801034ba8c6ffe1c68d858585604051808060200183151581526020018281038252858582818152602001925080828437600083820152604051601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016909201829003965090945050505050a250505050565b303314611310576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b65565b6110f760028383611d96565b7fc078f884a2676e1345748b1feace7b0abee5d00ecadb6e574dcdd109a63e894381565b606060006343218e1960e01b8484604051602401808373ffffffffffffffffffffffffffffffffffffffff16815260200180602001828103825283818151815260200191508051906020019080838360005b838110156113aa578181015183820152602001611392565b50505050905090810190601f1680156113d75780820380516001836020036101000a031916815260200191505b50604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909816979097178752518151919750309688965090945084935091508083835b602083106114a857805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0909201916020918201910161146b565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d806000811461150a576040519150601f19603f3d011682016040523d82523d6000602084013e61150f565b606091505b5090508092505060008260018451038151811061152857fe5b602001015160f81c60f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916600160f81b14905061156b836001855103611e46565b80156115785750506108e3565b61158183611bbd565b505092915050565b7f000000000000000000000000ba12222222228d8ba445958a75a0704d566bf2c881565b60005b818110156116e557368383838181106115c557fe5b90506020028101906115d79190613dde565b905073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000c92e8bdf79f0507f65a392b0ab4667716bfe01101661161d6020830183613184565b73ffffffffffffffffffffffffffffffffffffffff16141561166b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613caf565b61167481611e4a565b6116816020820182613184565b73ffffffffffffffffffffffffffffffffffffffff167fed99827efb37016f2275f98c4bcf71c7551c75d59e9b450f79fa32e60be672c282602001356116c684611ea1565b6040516116d4929190613ce6565b60405180910390a2506001016115b0565b505050565b60608060006116f7611bc5565b90508367ffffffffffffffff8111801561171057600080fd5b5060405190808252806020026020018201604052801561174a57816020015b611737612f90565b81526020019060019003908161172f5790505b5092508367ffffffffffffffff8111801561176457600080fd5b5060405190808252806020026020018201604052801561179e57816020015b61178b612f90565b8152602001906001900390816117835790505b50915060005b8481101561184457368686838181106117b957fe5b90506020028101906117cb9190613e11565b90506117d9838c8c84611bf2565b61183b838a8a84358181106117ea57fe5b905060200201358b8b856020013581811061180157fe5b9050602002013584610120013589878151811061181a57fe5b602002602001015189888151811061182e57fe5b6020026020010151611ecb565b506001016117a4565b5050965096945050505050565b6000815167ffffffffffffffff8111801561186b57600080fd5b506040519080825280602002602001820160405280156118a557816020015b611892612fb7565b81526020019060019003908161188a5790505b5090506000805b8351811015611a935760008482815181106118c357fe5b6020026020010151905073eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee73ffffffffffffffffffffffffffffffffffffffff16816020015173ffffffffffffffffffffffffffffffffffffffff1614156119c7577f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce81606001511415611977576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613b2e565b8051604080830151905173ffffffffffffffffffffffffffffffffffffffff9092169181156108fc0291906000818181858888f193505050501580156119c1573d6000803e3d6000fd5b50611a8a565b7f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc981606001511415611a2657805160408201516020830151611a219273ffffffffffffffffffffffffffffffffffffffff90911691612216565b611a8a565b6000848480600101955081518110611a3a57fe5b602090810291909101810151600081528382015173ffffffffffffffffffffffffffffffffffffffff90811692820192909252604080850151908201523060608201528351909116608090910152505b506001016118ac565b508015611b2957611aa48282611e46565b6040517f0e8e3e8400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630e8e3e8490611af690859060040161375d565b600060405180830381600087803b158015611b1057600080fd5b505af1158015611b24573d6000803e3d6000fd5b505050505b50505050565b6000808060388414611ba257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f475076323a20696e76616c696420756964000000000000000000000000000000604482015290519081900360640190fd5b5050823593602084013560601c936034013560e01c92509050565b805160208201fd5b611bcd612fe7565b6040805160388082526060820190925290602082018180368337505050602082015290565b83516000611c02838686856122ee565b9050600080611c1f8484611c1a610140890189613d7b565b6123d6565b91509150611c4282828660a001518b60200151612485909392919063ffffffff16565b73ffffffffffffffffffffffffffffffffffffffff81166040890152611c688482612507565b73ffffffffffffffffffffffffffffffffffffffff1660609098019790975250505050505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821115611d2157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f53616665436173743a20696e74323536206f766572666c6f7700000000000000604482015290519081900360640190fd5b5090565b600080821215611d2157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f53616665436173743a206e6f7420706f73697469766500000000000000000000604482015290519081900360640190fd5b60005b81811015611b2957366000848484818110611db057fe5b9050602002810190611dc29190613d7b565b915091506000611dd28383611b2f565b92505050428163ffffffff1610611e15576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613c0a565b6000878484604051611e289291906136c2565b90815260405190819003602001902055505060019091019050611d99565b9052565b73ffffffffffffffffffffffffffffffffffffffff8135166020820135366000611e776040860186613d7b565b9150915060405181838237600080838387895af1611e99573d6000803e3d6000fd5b505050505050565b60003681611eb26040850185613d7b565b909250905060048110611ec457813592505b5050919050565b8551602087015160a08201514263ffffffff9091161015611f18576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a52565b6080820151611f279087612539565b6060830151611f369089612539565b1015611f6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613a89565b6000806000807ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775866101000151141561206f5785610120015115611fdb57889350611fd48660600151611fce868960e0015161253990919063ffffffff16565b906125c9565b9150611fea565b856060015193508560e0015191505b611ffe8a611ff8868e612539565b9061264a565b925061202a8460028760405161201491906136d2565b90815260405190819003602001902054906126e8565b9050856060015181111561206a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b612116565b856101200151156120a35788925061209c8660800151611fce858960e0015161253990919063ffffffff16565b91506120b2565b856080015192508560e0015191505b6120c08b611fce858d612539565b93506120d68360028760405161201491906136d2565b90508560800151811115612116576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161044d90613bd3565b61212084836126e8565b93508060028660405161213391906136d2565b9081526020016040518091039020819055508b6040015173ffffffffffffffffffffffffffffffffffffffff167fa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc17876000015188602001518787878b6040516121a196959493929190613820565b60405180910390a250506040808b015173ffffffffffffffffffffffffffffffffffffffff9081168852855181166020808a0191909152888301949094526101408601516060988901529a8701518b16865282850151909a169185019190915297830197909752610160015191015250505050565b6040517fa9059cbb0000000000000000000000000000000000000000000000000000000080825273ffffffffffffffffffffffffffffffffffffffff84166004830152602482018390529060008060448382895af1612279573d6000803e3d6000fd5b506122838461275c565b611b2957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f475076323a206661696c6564207472616e736665720000000000000000000000604482015290519081900360640190fd5b6000838386358181106122fd57fe5b6020908102929092013573ffffffffffffffffffffffffffffffffffffffff168452508490849087013581811061233057fe5b73ffffffffffffffffffffffffffffffffffffffff602091820293909301358316908501525060408087013590911690830152606080860135908301526080808601359083015263ffffffff60a080870135919091169083015260c0808601359083015260e080860135908301526123ac610100860135612826565b61016087019190915261014086019190915290151561012085015261010090930152509392505050565b600080612403867fc078f884a2676e1345748b1feace7b0abee5d00ecadb6e574dcdd109a63e894361297b565b9150600085600381111561241357fe5b141561242b57612424828585612a05565b905061247c565b600185600381111561243957fe5b141561244a57612424828585612a1a565b600285600381111561245857fe5b141561246957612424828585612a82565b6124798285858960a00151612c20565b90505b94509492505050565b60388451146124f557604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a2075696420627566666572206f766572666c6f7700000000000000604482015290519081900360640190fd5b60388401526034830152602090910152565b604082015160009073ffffffffffffffffffffffffffffffffffffffff166125305750806108e3565b50506040015190565b600082612548575060006108e3565b8282028284828161255557fe5b04146125c257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f536166654d6174683a206d756c206f766572666c6f7700000000000000000000604482015290519081900360640190fd5b9392505050565b600080821161263957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f536166654d6174683a206469766973696f6e2062792030000000000000000000604482015290519081900360640190fd5b81838161264257fe5b049392505050565b60008082116126ba57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f536166654d6174683a206365696c696e67206469766973696f6e206279203000604482015290519081900360640190fd5b8183816126c357fe5b06156126d05760016126d3565b60005b60ff168284816126df57fe5b04019392505050565b6000828201838110156125c257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600061279a565b7f08c379a0000000000000000000000000000000000000000000000000000000006000526020600452806024528160445260646000fd5b3d80156127d95760208114612813576127d47f475076323a206d616c666f726d6564207472616e7366657220726573756c7400601f612763565b612820565b823b61280a5761280a7f475076323a206e6f74206120636f6e74726163740000000000000000000000006014612763565b60019150612820565b3d6000803e600051151591505b50919050565b6000808080806001861661285c577ff3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee3467759450612880565b7f6ed88e868af0a1983e3886d5f3e95a2fafbd6c3450bc229e27342283dc429ccc94505b6002861615159350600886166128b8577f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9925061290c565b600486166128e8577fabee3b73373acd583a130924aad6dc38cfdc44ba0555ba94ce2ff63980ea0632925061290c565b7f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce92505b6010861661293c577f5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc99150612960565b7f4ac99ace14ee0a5ef932dc609df0943ab7ac16b7583634612f8dc35a4289a6ce91505b600586901c600381111561297057fe5b905091939590929450565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090910180517fd5a25ba2e97094ad7d83dc28a6572da797d6b3e7fc6663bd93efb789fc17e48982526101a0822091526040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6000612a12848484612de5565b949350505050565b6000808460405160200180807f19457468657265756d205369676e6564204d6573736167653a0a333200000000815250601c01828152602001915050604051602081830303815290604052805190602001209050612a79818585612de5565b95945050505050565b813560601c366000612a978460148188613e68565b604080517f1626ba7e00000000000000000000000000000000000000000000000000000000808252600482018b81526024830193845260448301859052949650929450919273ffffffffffffffffffffffffffffffffffffffff871692631626ba7e928b928892889290606401848480828437600083820152604051601f9091017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016909201965060209550909350505081840390508186803b158015612b5d57600080fd5b505afa158015612b71573d6000803e3d6000fd5b505050506040513d6020811015612b8757600080fd5b50517fffffffff000000000000000000000000000000000000000000000000000000001614612c1757604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f475076323a20696e76616c69642065697031323731207369676e617475726500604482015290519081900360640190fd5b50509392505050565b600060148314612c9157604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f475076323a206d616c666f726d6564207072657369676e617475726500000000604482015290519081900360640190fd5b506040805160388082526060828101909352853590921c9160009190602082018180368337019050509050612cc881878486612485565b7ff59c009283ff87aa78203fc4d9c2df025ee851130fb69cc3e068941f6b5e2d6f60001c6000826040518082805190602001908083835b60208310612d3c57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101612cff565b6001836020036101000a03801982511681845116808217855250505050505090500191505090815260200160405180910390205414612ddc57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f475076323a206f72646572206e6f74207072657369676e656400000000000000604482015290519081900360640190fd5b50949350505050565b600060418214612e5657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f475076323a206d616c666f726d6564206563647361207369676e617475726500604482015290519081900360640190fd5b604080516000815260208181018084528790528286013560f81c82840181905286356060840181905282880135608085018190529451909493919260019260a0808201937fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081019281900390910190855afa158015612ed9573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0015194505073ffffffffffffffffffffffffffffffffffffffff8416612f8657604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f475076323a20696e76616c6964206563647361207369676e6174757265000000604482015290519081900360640190fd5b5050509392505050565b60408051608081018252600080825260208201819052918101829052606081019190915290565b6040805160a081019091528060008152600060208201819052604082018190526060820181905260809091015290565b6040518060800160405280612ffa613014565b815260606020820181905260006040830181905291015290565b6040805161018081018252600080825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e0810182905261010081018290526101208101829052610140810182905261016081019190915290565b60008083601f840112613089578182fd5b50813567ffffffffffffffff8111156130a0578182fd5b60208301915083602080830285010111156130ba57600080fd5b9250929050565b60008083601f8401126130d2578182fd5b50813567ffffffffffffffff8111156130e9578182fd5b6020830191508360208285010111156130ba57600080fd5b600082601f830112613111578081fd5b813567ffffffffffffffff81111561312557fe5b61315660207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601613e44565b81815284602083860101111561316a578283fd5b816020850160208301379081016020019190915292915050565b600060208284031215613195578081fd5b81356125c281613ebc565b600080604083850312156131b2578081fd5b82356131bd81613ebc565b9150602083013567ffffffffffffffff8111156131d8578182fd5b6131e485828601613101565b9150509250929050565b60008060208385031215613200578182fd5b823567ffffffffffffffff811115613216578283fd5b61322285828601613078565b90969095509350505050565b60008060008060008060006080888a031215613248578283fd5b873567ffffffffffffffff8082111561325f578485fd5b61326b8b838c01613078565b909950975060208a0135915080821115613283578485fd5b61328f8b838c01613078565b909750955060408a01359150808211156132a7578485fd5b6132b38b838c01613078565b909550935060608a01359150808211156132cb578283fd5b508801606081018a10156132dd578182fd5b8091505092959891949750929550565b600060208083850312156132ff578182fd5b825167ffffffffffffffff80821115613316578384fd5b818501915085601f830112613329578384fd5b81518181111561333557fe5b8381029150613345848301613e44565b8181528481019084860184860187018a101561335f578788fd5b8795505b83861015613381578051835260019590950194918601918601613363565b5098975050505050505050565b6000806000806000606086880312156133a5578081fd5b853567ffffffffffffffff808211156133bc578283fd5b6133c889838a01613078565b909750955060208801359150808211156133e0578283fd5b6133ec89838a01613078565b90955093506040880135915080821115613404578283fd5b5086016101608189031215613417578182fd5b809150509295509295909350565b600060208284031215613436578081fd5b81516125c281613ee1565b60008060208385031215613453578182fd5b823567ffffffffffffffff811115613469578283fd5b613222858286016130c1565b600080600060408486031215613489578081fd5b833567ffffffffffffffff81111561349f578182fd5b6134ab868287016130c1565b90945092505060208401356134bf81613ee1565b809150509250925092565b6000602082840312156134db578081fd5b813567ffffffffffffffff8111156134f1578182fd5b612a1284828501613101565b6000806040838503121561350f578182fd5b50508035926020909101359150565b60008284526020808501945082825b8581101561356857813561354081613ebc565b73ffffffffffffffffffffffffffffffffffffffff168752958201959082019060010161352d565b509495945050505050565b6000815180845260208085019450808401835b8381101561356857815187529582019590820190600101613586565b600082845282826020860137806020848601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f85011685010190509392505050565b60008151808452613602816020860160208601613e90565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b73ffffffffffffffffffffffffffffffffffffffff8082511683528060208301511660208401525060408101516040830152606081015160608301525050565b73ffffffffffffffffffffffffffffffffffffffff808251168352602082015115156020840152806040830151166040840152506060810151151560608301525050565b63ffffffff169052565b6000828483379101908152919050565b600082516136e4818460208701613e90565b9190910192915050565b73ffffffffffffffffffffffffffffffffffffffff91909116815260200190565b6020808252825182820181905260009190848201906040850190845b818110156137515761373e838551613634565b928401926080929092019160010161372b565b50909695505050505050565b602080825282518282018190526000919060409081850190868401855b828110156137e357815180516004811061379057fe5b85528087015173ffffffffffffffffffffffffffffffffffffffff908116888701528682015187870152606080830151821690870152608091820151169085015260a0909301929085019060010161377a565b5091979650505050505050565b90815260200190565b600060208252612a126020830184866135a2565b6000602082526125c260208301846135ea565b600073ffffffffffffffffffffffffffffffffffffffff808916835280881660208401525085604083015284606083015283608083015260c060a083015261386b60c08301846135ea565b98975050505050505050565b60006101a0820160028c1061388857fe5b8b835260206101a081850152818b83526101c0850190506101c0828d0286010192508c845b8d8110156139b6577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe408786030183527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff618f36030182351261390c578586fd5b8e823501803586528481013585870152604081013560408701526060810135606087015260808101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1823603018112613964578788fd5b8101803567ffffffffffffffff81111561397c578889fd5b80360383131561398a578889fd5b60a060808901526139a160a08901828985016135a2565b975050509284019250908301906001016138ad565b5050505082810360408401526139cd81898b61351e565b90506139dc6060840188613674565b82810360e08401526139ee8187613573565b9150506139ff6101008301856136b8565b613a0d610120830184613634565b9a9950505050505050505050565b6020808252601f908201527f475076323a2063616c6c657220646f6573206e6f74206f776e206f7264657200604082015260600190565b60208082526013908201527f475076323a206f72646572206578706972656400000000000000000000000000604082015260600190565b6020808252601f908201527f475076323a206c696d6974207072696365206e6f742072657370656374656400604082015260600190565b6020808252601f908201527f475076323a2073656c6c20616d6f756e74206e6f742072657370656374656400604082015260600190565b6020808252601e908201527f475076323a2062757920616d6f756e74206e6f74207265737065637465640000604082015260600190565b6020808252601e908201527f475076323a20756e737570706f7274656420696e7465726e616c204554480000604082015260600190565b60208082526018908201527f475076323a206e6f7420616e20696e746572616374696f6e0000000000000000604082015260600190565b60208082526014908201527f475076323a206c696d697420746f6f2068696768000000000000000000000000604082015260600190565b60208082526012908201527f475076323a206f726465722066696c6c65640000000000000000000000000000604082015260600190565b60208082526017908201527f475076323a206f72646572207374696c6c2076616c6964000000000000000000604082015260600190565b60208082526013908201527f475076323a206c696d697420746f6f206c6f7700000000000000000000000000604082015260600190565b60208082526012908201527f475076323a206e6f74206120736f6c7665720000000000000000000000000000604082015260600190565b6020808252601b908201527f475076323a20666f7262696464656e20696e746572616374696f6e0000000000604082015260600190565b9182527fffffffff0000000000000000000000000000000000000000000000000000000016602082015260400190565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112613d4a578283fd5b83018035915067ffffffffffffffff821115613d64578283fd5b60209081019250810236038213156130ba57600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112613daf578283fd5b83018035915067ffffffffffffffff821115613dc9578283fd5b6020019150368190038213156130ba57600080fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18336030181126136e4578182fd5b600082357ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffea18336030181126136e4578182fd5b60405181810167ffffffffffffffff81118282101715613e6057fe5b604052919050565b60008085851115613e77578182fd5b83861115613e83578182fd5b5050820193919092039150565b60005b83811015613eab578181015183820152602001613e93565b83811115611b295750506000910152565b73ffffffffffffffffffffffffffffffffffffffff81168114613ede57600080fd5b50565b8015158114613ede57600080fdfea2646970667358221220de5e493c48a3b42da03a5db89085177b8d8ccec6e9bf6e8e48b3809343624c8f64736f6c63430007060033
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
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 5.96% | $53.84 | 590.2787 | $31,782.57 | |
ETH | Ether (ETH) | 2.31% | $3,341.08 | 3.6881 | $12,322.26 |
ETH | 1.92% | $0.008529 | 1,199,204.3981 | $10,227.71 | |
ETH | 1.84% | $0.055019 | 178,121.2444 | $9,800.11 | |
ETH | 1.75% | $0.000143 | 65,314,524.3711 | $9,346.7 | |
ETH | 1.45% | $0.019015 | 408,069.7485 | $7,759.29 | |
ETH | 0.94% | $0.116249 | 43,264.2274 | $5,029.42 | |
ETH | 0.84% | $0.024749 | 181,905.0005 | $4,501.93 | |
ETH | 0.63% | $0.000039 | 85,445,425 | $3,355.88 | |
ETH | 0.58% | $0.510729 | 6,083.9343 | $3,107.24 | |
ETH | 0.52% | $363.36 | 7.6407 | $2,776.33 | |
ETH | 0.50% | $3,341.08 | 0.8009 | $2,675.85 | |
ETH | 0.49% | $0.038797 | 66,814.9423 | $2,592.21 | |
ETH | 0.39% | $3.53 | 589.7901 | $2,082.4 | |
ETH | 0.31% | $0.000412 | 4,057,083.2341 | $1,670.29 | |
ETH | 0.29% | $105,371 | 0.0147 | $1,546.56 | |
ETH | 0.28% | $0.066904 | 22,238.448 | $1,487.84 | |
ETH | 0.28% | $8.19 | 179.5271 | $1,470.33 | |
ETH | 0.25% | $0.085466 | 15,668.3803 | $1,339.11 | |
ETH | 0.25% | $0.041056 | 32,388.9638 | $1,329.75 | |
ETH | 0.24% | $14.64 | 85.7276 | $1,255.05 | |
ETH | 0.21% | $0.576247 | 1,970.6407 | $1,135.57 | |
ETH | 0.21% | $1 | 1,122.9153 | $1,122.92 | |
ETH | 0.21% | $0.960071 | 1,138.9053 | $1,093.43 | |
ETH | 0.20% | $0.003522 | 306,605.694 | $1,080 | |
ETH | 0.20% | $3.47 | 308.2055 | $1,069.47 | |
ETH | 0.19% | $1.1 | 942.2766 | $1,033.68 | |
ETH | 0.19% | $6,992.34 | 0.144 | $1,006.91 | |
ETH | 0.19% | $1.38 | 731.514 | $1,006.23 | |
ETH | 0.19% | $93.64 | 10.6129 | $993.79 | |
ETH | 0.18% | $0.000016 | 62,189,332.4944 | $986.32 | |
ETH | 0.18% | $0.009275 | 106,211.4932 | $985.09 | |
ETH | 0.18% | $3,424.19 | 0.2865 | $980.92 | |
ETH | 0.18% | $237.46 | 4.0959 | $972.6 | |
ETH | 0.18% | $0.290566 | 3,332.3549 | $968.27 | |
ETH | 0.18% | $36.78 | 25.8076 | $949.2 | |
ETH | 0.18% | $0.969496 | 972.054 | $942.4 | |
ETH | 0.18% | $1.39 | 677.2768 | $941.41 | |
ETH | 0.18% | $1.15 | 812.5106 | $934.39 | |
ETH | 0.17% | $11,551.92 | 0.0804 | $929.31 | |
ETH | 0.17% | $1.61 | 570.0242 | $917.74 | |
ETH | 0.17% | $106.78 | 8.5574 | $913.76 | |
ETH | 0.17% | $0.997662 | 911.4152 | $909.28 | |
ETH | 0.17% | $2.97 | 305.2642 | $906.63 | |
ETH | 0.17% | $0.04977 | 18,210.1393 | $906.31 | |
ETH | 0.17% | $3,415.88 | 0.2647 | $904.07 | |
ETH | 0.17% | $0.134499 | 6,688.0205 | $899.53 | |
ETH | 0.17% | $3,446.53 | 0.26 | $896.22 | |
ETH | 0.17% | $5.08 | 175.3585 | $891.43 | |
ETH | 0.17% | $3,509.09 | 0.2521 | $884.73 | |
ETH | 0.17% | $0.000021 | 42,834,592.3527 | $883.62 | |
ETH | 0.16% | $0.45086 | 1,943.617 | $876.3 | |
ETH | 0.16% | $117.36 | 7.3911 | $867.42 | |
ETH | 0.16% | $0.011161 | 75,727.2077 | $845.18 | |
ETH | 0.16% | $3,315.84 | 0.2546 | $844.15 | |
ETH | 0.16% | $1.13 | 746.5424 | $843.34 | |
ETH | 0.16% | $3.84 | 218.5623 | $839.72 | |
ETH | 0.16% | $0.000889 | 944,085.7213 | $839.12 | |
ETH | 0.16% | $0.019345 | 43,221.3342 | $836.12 | |
ETH | 0.16% | $0.000001 | 1,509,237,877.3714 | $826.82 | |
ETH | 0.15% | $0.409858 | 2,010.0953 | $823.85 | |
ETH | 0.15% | $2.71 | 301.8681 | $818.06 | |
ETH | 0.15% | $18.65 | 43.6578 | $814.22 | |
ETH | 0.15% | <$0.000001 | 8,879,837,055.3413 | $808.92 | |
ETH | 0.15% | $19.49 | 41.2901 | $804.74 | |
ETH | 0.15% | $2.68 | 299.8134 | $804.45 | |
ETH | 0.15% | $0.345081 | 2,302.7256 | $794.63 | |
ETH | 0.15% | $304.25 | 2.6107 | $794.32 | |
ETH | 0.15% | $0.000135 | 5,811,186.6083 | $786.66 | |
ETH | 0.15% | $0.000039 | 19,898,297.4259 | $781.3 | |
ETH | 0.15% | $3,290.19 | 0.2361 | $776.91 | |
ETH | 0.15% | $0.248389 | 3,126.9262 | $776.7 | |
ETH | 0.15% | $0.121867 | 6,356.6432 | $774.67 | |
ETH | 0.15% | $3,971.78 | 0.1948 | $773.82 | |
ETH | 0.14% | $0.248008 | 3,107.4495 | $770.67 | |
ETH | 0.14% | $1.43 | 535.2494 | $765.41 | |
ETH | 0.14% | $0.117177 | 6,524.4581 | $764.52 | |
ETH | 0.14% | $0.040612 | 18,768.9403 | $762.24 | |
ETH | 0.14% | $0.114089 | 6,652.6736 | $759 | |
ETH | 0.14% | $2.38 | 316.9399 | $754.32 | |
ETH | 0.14% | $0.054335 | 13,856.3161 | $752.88 | |
ETH | 0.14% | $0.068784 | 10,915.5565 | $750.82 | |
ETH | 0.14% | $0.48476 | 1,547.8377 | $750.33 | |
ETH | 0.14% | $0.313293 | 2,393.1146 | $749.75 | |
ETH | 0.14% | $16.45 | 45.0375 | $740.82 | |
ETH | 0.14% | $0.491902 | 1,504.232 | $739.93 | |
ETH | 0.14% | $3,536.34 | 0.2092 | $739.63 | |
ETH | 0.14% | $0.973392 | 758.5285 | $738.35 | |
ETH | 0.14% | $0.220354 | 3,347.3961 | $737.61 | |
ETH | 0.14% | <$0.000001 | 188,382,977,239.0206 | $737.14 | |
ETH | 0.14% | $0.000981 | 750,681.1586 | $736.18 | |
ETH | 0.14% | $3,444.5 | 0.2132 | $734.35 | |
ETH | 0.14% | $0.408319 | 1,794.9912 | $732.93 | |
ETH | 0.14% | $0.00869 | 84,271.6502 | $732.36 | |
ETH | 0.14% | $105,540 | 0.00693552 | $731.97 | |
ETH | 0.14% | $3,413.44 | 0.2133 | $728.14 | |
ETH | 0.14% | $0.000002 | 417,319,221.1423 | $724.53 | |
ETH | 0.14% | $1.91 | 378.1438 | $722.25 | |
ETH | 0.13% | $41.94 | 17.0924 | $716.85 | |
ETH | 0.13% | $1.03 | 687.657 | $710.35 | |
ETH | 0.13% | $0.036495 | 19,456.366 | $710.06 | |
ETH | 0.13% | $2.03 | 348.1355 | $707.58 | |
ETH | 0.13% | $3,323.6 | 0.208 | $691.41 | |
ETH | 0.13% | $1 | 687.6199 | $688.31 | |
ETH | 0.13% | $0.000561 | 1,221,933.8399 | $685.59 | |
ETH | 0.13% | $3,263.56 | 0.2097 | $684.42 | |
ETH | 0.13% | $3,524.55 | 0.193 | $680.23 | |
ETH | 0.13% | $0.148861 | 4,550.8543 | $677.44 | |
ETH | 0.13% | $292.85 | 2.3103 | $676.56 | |
ETH | 0.13% | $0.984891 | 686.4993 | $676.13 | |
ETH | 0.13% | $0.056474 | 11,971.7121 | $676.09 | |
ETH | 0.13% | $3.41 | 198.0381 | $675.31 | |
ETH | 0.13% | $1.01 | 666.8853 | $675.07 | |
ETH | 0.13% | $0.700469 | 961.3189 | $673.37 | |
ETH | 0.13% | $0.105237 | 6,368.4325 | $670.19 | |
ETH | 0.13% | $1.11 | 603.5616 | $669.95 | |
ETH | 0.13% | $22.36 | 29.961 | $669.93 | |
ETH | 0.12% | $0.011108 | 59,878.3397 | $665.13 | |
ETH | 0.12% | $0.000001 | 665,791,520.1673 | $660.85 | |
ETH | 0.12% | $0.160439 | 4,102.1416 | $658.14 | |
ETH | 0.12% | $1.13 | 578.7903 | $654.03 | |
ETH | 0.12% | $60.02 | 10.8472 | $651.05 | |
ETH | 0.12% | $0.060229 | 10,762.3664 | $648.21 | |
ETH | 0.12% | $4,005.02 | 0.1616 | $647.13 | |
ETH | 0.12% | $1 | 644.9001 | $644.9 | |
ETH | 0.12% | $0.563361 | 1,136.7274 | $640.39 | |
ETH | 0.12% | $0.027138 | 23,528.9318 | $638.53 | |
ETH | 0.12% | $1.91 | 334.2782 | $638.47 | |
ETH | 0.12% | $0.027796 | 22,965.2526 | $638.35 | |
ETH | 0.12% | $0.015546 | 40,920.8828 | $636.17 | |
ETH | 0.12% | $0.193626 | 3,272.8212 | $633.7 | |
ETH | 0.12% | <$0.000001 | 9,987,729,551.8485 | $633.24 | |
ETH | 0.12% | $3,339.25 | 0.1886 | $629.82 | |
ETH | 0.12% | $3,459.09 | 0.1816 | $628.27 | |
ETH | 0.12% | $2,705.82 | 0.2312 | $625.56 | |
ETH | 0.12% | $70.71 | 8.8456 | $625.47 | |
ETH | 0.12% | $0.139076 | 4,455.0622 | $619.59 | |
ETH | 0.12% | $1,771.13 | 0.3493 | $618.6 | |
ETH | 0.12% | $3,458.68 | 0.1785 | $617.48 | |
ETH | 0.12% | $0.303772 | 2,029.9385 | $616.64 | |
ETH | 0.11% | $0.031989 | 19,103.7098 | $611.1 | |
ETH | 0.11% | $40.8 | 14.8466 | $605.74 | |
ETH | 0.11% | $0.000003 | 183,964,197.2526 | $603.4 | |
ETH | 0.11% | $0.083268 | 7,230.1814 | $602.04 | |
ETH | 0.11% | $1.04 | 568.8017 | $589.28 | |
ETH | 0.11% | $0.016504 | 35,622.6462 | $587.91 | |
ETH | 0.11% | $0.042349 | 13,877.5159 | $587.69 | |
ETH | 0.11% | $9.73 | 60.2044 | $585.79 | |
ETH | 0.11% | $0.036497 | 16,024.3809 | $584.84 | |
ETH | 0.11% | $0.02345 | 24,755.6604 | $580.51 | |
ETH | 0.11% | $1 | 576.8524 | $578.01 | |
ETH | 0.11% | $0.030021 | 19,218.0337 | $576.94 | |
ETH | 0.11% | $0.063626 | 9,066.0885 | $576.84 | |
ETH | 0.11% | $1.14 | 505.1992 | $575.93 | |
ETH | 0.11% | $3.24 | 177.4367 | $574.89 | |
ETH | 0.11% | $3,405.74 | 0.1672 | $569.38 | |
ETH | 0.11% | $1.24 | 458.0505 | $567.98 | |
ETH | 0.11% | $0.002342 | 242,466.7042 | $567.84 | |
ETH | 0.11% | $0.999014 | 565.7113 | $565.15 | |
ETH | 0.11% | $0.0005 | 1,128,364.7787 | $563.74 | |
ETH | 0.11% | $363.14 | 1.5514 | $563.38 | |
ETH | 0.11% | $0.006965 | 80,887.06 | $563.37 | |
ETH | 0.11% | $3,682.7 | 0.153 | $563.33 | |
ETH | 0.11% | $1.22 | 459.3608 | $560.42 | |
ETH | 0.11% | $0.000014 | 40,369,324.0422 | $560.26 | |
ETH | 0.10% | $0.053961 | 10,360.7694 | $559.08 | |
ETH | 0.10% | $0.00233 | 239,560.4771 | $558.24 | |
ETH | 0.10% | $1 | 556.9758 | $556.98 | |
ETH | 0.10% | $0.249711 | 2,227.5494 | $556.24 | |
ETH | 0.10% | $7.15 | 77.7909 | $556.2 | |
ETH | 0.10% | $3.83 | 144.6665 | $554.07 | |
ETH | 0.10% | $92.77 | 5.9624 | $553.13 | |
ETH | 0.10% | $0.036186 | 15,256.3747 | $552.07 | |
ETH | 0.10% | $0.008058 | 67,974.8225 | $547.74 | |
ETH | 0.10% | $0.001727 | 316,782.0633 | $547.09 | |
ETH | 0.10% | $2.17 | 250.6668 | $543.95 | |
ETH | 0.10% | $3.24 | 166.899 | $540.75 | |
ETH | 0.10% | $292.95 | 1.8453 | $540.58 | |
ETH | 0.10% | $0.000012 | 44,489,068.5035 | $540.11 | |
ETH | 0.10% | $3,331.73 | 0.1615 | $537.92 | |
ETH | 0.10% | $103,221.42 | 0.00518204 | $534.9 | |
ETH | 0.10% | $105,305 | 0.00506608 | $533.48 | |
ETH | 0.10% | $0.996816 | 533.4531 | $531.75 | |
ETH | 0.10% | $0.00001 | 51,262,310.3586 | $530.2 | |
ETH | 0.10% | $3,267.92 | 0.1613 | $527.09 | |
ETH | 0.10% | $5.22 | 100.3637 | $523.9 | |
ETH | 0.10% | $3.59 | 145.1839 | $521.21 | |
ETH | 0.10% | $19.36 | 26.8667 | $520.26 | |
ETH | 0.10% | $0.00086 | 597,377.6395 | $514.03 | |
ETH | 0.10% | $0.429116 | 1,197.0327 | $513.67 | |
ETH | 0.10% | $1.59 | 320.5298 | $509.64 | |
ETH | 0.10% | <$0.000001 | 8,470,430,972.0203 | $509.5 | |
ETH | 0.10% | $0.058985 | 8,595.2451 | $506.99 | |
ETH | 0.09% | $0.370459 | 1,358.7768 | $503.37 | |
ETH | 0.09% | $2.2 | 228.2609 | $503.03 | |
ETH | 0.09% | $3.24 | 154.6062 | $500.92 | |
ETH | 0.09% | $0.000141 | 3,534,861.5356 | $499.55 | |
ETH | 0.09% | $9.82 | 50.7871 | $498.73 | |
ETH | 0.09% | $141.91 | 3.5113 | $498.29 | |
ETH | 0.09% | $0.013552 | 36,580.6872 | $495.73 | |
ETH | 0.09% | $0.089345 | 5,540.1514 | $494.99 | |
ETH | 0.09% | $3,637.41 | 0.136 | $494.65 | |
ETH | 0.09% | $0.503703 | 980.9111 | $494.09 | |
ETH | 0.09% | $0.027913 | 17,509.3269 | $488.74 | |
ETH | 0.09% | $0.892304 | 545.8413 | $487.06 | |
ETH | 0.09% | $20.96 | 23.1423 | $485.06 | |
ETH | 0.09% | $103,646 | 0.00466333 | $483.34 | |
ETH | 0.09% | $0.192992 | 2,487.4619 | $480.06 | |
ETH | 0.09% | $0.998962 | 479.3662 | $478.87 | |
ETH | 0.09% | $0.008338 | 57,278.732 | $477.6 | |
ETH | 0.09% | $0.000004 | 118,034,660.5466 | $477.48 | |
ETH | 0.09% | $0.998963 | 475.52 | $475.03 | |
ETH | 0.09% | $0.994759 | 476.9275 | $474.43 | |
ETH | 0.09% | $26.78 | 17.7101 | $474.28 | |
ETH | 0.09% | $1.09 | 434.1085 | $474.05 | |
ETH | 0.09% | $0.005515 | 85,931.2528 | $473.94 | |
ETH | 0.09% | $0.09019 | 5,224.9817 | $471.24 | |
ETH | 0.09% | $57,671.17 | 0.00816419 | $470.84 | |
ETH | 0.09% | $1.98 | 237.3012 | $469.86 | |
ETH | 0.09% | $0.169402 | 2,768.886 | $469.05 | |
ETH | 0.09% | $0.024571 | 19,017.2177 | $467.27 | |
ETH | 0.09% | $1.09 | 426.6036 | $465.85 | |
ETH | 0.09% | $0.995934 | 466.2241 | $464.33 | |
ETH | 0.09% | <$0.000001 | 9,695,949,290.2728 | $462.59 | |
ETH | 0.09% | $144.53 | 3.1899 | $461.04 | |
ETH | 0.09% | <$0.000001 | 36,259,505,747.2973 | $459.59 | |
ETH | 0.09% | $381.65 | 1.1978 | $457.14 | |
ETH | 0.09% | $0.07239 | 6,308.0029 | $456.64 | |
ETH | 0.09% | $0.059901 | 7,616.8777 | $456.26 | |
ETH | 0.09% | $3,726.46 | 0.1224 | $456.07 | |
ETH | 0.09% | $1.24 | 367.4687 | $454 | |
ETH | 0.09% | $3,785.87 | 0.1199 | $453.82 | |
ETH | 0.09% | $3,327.4 | 0.1363 | $453.53 | |
ETH | 0.08% | <$0.000001 | 1,336,797,366.8541 | $453.27 | |
ETH | 0.08% | $0.468505 | 961.2726 | $450.36 | |
ETH | 0.08% | <$0.000001 | 184,345,184,256.99 | $449.25 | |
ETH | 0.08% | $0.033848 | 13,252.067 | $448.56 | |
ETH | 0.08% | $472.51 | 0.9454 | $446.71 | |
ETH | 0.08% | $240.13 | 1.847 | $443.52 | |
ETH | 0.08% | $0.911099 | 483.5661 | $440.58 | |
ETH | 0.08% | $5.78 | 76.0988 | $439.85 | |
ETH | 0.08% | $3,390.61 | 0.1294 | $438.78 | |
ETH | 0.08% | $0.000234 | 1,861,900.7528 | $436.58 | |
ETH | 0.08% | $0.000832 | 524,253.1173 | $436.33 | |
ETH | 0.08% | $0.011274 | 38,674.2689 | $436.01 | |
ETH | 0.08% | $157.65 | 2.7463 | $432.95 | |
ETH | 0.08% | $0.006473 | 66,055.6233 | $427.55 | |
ETH | 0.08% | $0.155443 | 2,750.2018 | $427.5 | |
ETH | 0.08% | $0.971659 | 439.0985 | $426.65 | |
ETH | 0.08% | $0.998541 | 426.5228 | $425.9 | |
ETH | 0.08% | $0.484104 | 878.8093 | $425.43 | |
ETH | 0.08% | $0.040946 | 10,295.5306 | $421.57 | |
ETH | 0.08% | $3,328.75 | 0.1265 | $421.14 | |
ETH | 0.08% | $20.06 | 20.9422 | $420.13 | |
ETH | 0.08% | $0.013643 | 30,718.4865 | $419.08 | |
ETH | 0.08% | $0.026644 | 15,660.3667 | $417.25 | |
ETH | 0.08% | $0.143373 | 2,908.6753 | $417.03 | |
ETH | 0.08% | $1.34 | 310.9325 | $416.65 | |
ETH | 0.08% | <$0.000001 | 2,917,433,762.5138 | $414.47 | |
ETH | 0.08% | $13.65 | 30.3174 | $413.83 | |
ETH | 0.08% | $0.084016 | 4,921.7309 | $413.5 | |
ETH | 0.08% | $0.041941 | 9,791.5472 | $410.67 | |
ETH | 0.08% | $0.357663 | 1,144.1157 | $409.21 | |
ETH | 0.08% | $0.000499 | 817,227.1793 | $408.09 | |
ETH | 0.08% | $1 | 407.7775 | $407.88 | |
ETH | 0.08% | $1.31 | 311.1814 | $407.65 | |
ETH | 0.08% | $0.000162 | 2,502,505.0442 | $406.48 | |
ETH | 0.08% | $3,180.75 | 0.1278 | $406.35 | |
ETH | 0.08% | $3,951.9 | 0.1025 | $405 | |
ETH | 0.08% | $0.548569 | 736.4151 | $403.97 | |
ETH | 0.08% | $0.058493 | 6,864.4933 | $401.52 | |
ETH | 0.08% | $0.083919 | 4,783.4062 | $401.42 | |
ETH | 0.08% | $0.110969 | 3,614.317 | $401.08 | |
ETH | 0.08% | $0.995135 | 402.1618 | $400.21 | |
ETH | 0.07% | $1.8 | 221.0081 | $398.18 | |
ETH | 0.07% | $0.213726 | 1,860.408 | $397.62 | |
ETH | 0.07% | $2.3 | 172.7359 | $397.29 | |
ETH | 0.07% | $1 | 396.8077 | $396.97 | |
ETH | 0.07% | $0.003108 | 127,695.5953 | $396.85 | |
ETH | 0.07% | $1.1 | 359.0333 | $394.94 | |
ETH | 0.07% | $0.998726 | 393.6907 | $393.19 | |
ETH | 0.07% | $0.602448 | 652.6163 | $393.17 | |
ETH | 0.07% | $0.402153 | 977.3902 | $393.06 | |
ETH | 0.07% | $3,948.44 | 0.0993 | $392.2 | |
ETH | 0.07% | $0.00187 | 209,712.2217 | $392.09 | |
ETH | 0.07% | $0.032244 | 12,136.3854 | $391.32 | |
ETH | 0.07% | $0.484221 | 804.7878 | $389.7 | |
ETH | 0.07% | $1.23 | 316.7566 | $389.61 | |
ETH | 0.07% | $0.225984 | 1,720.8493 | $388.88 | |
ETH | 0.07% | $105,472 | 0.00367758 | $387.88 | |
ETH | 0.07% | $1.02 | 378.8348 | $387.17 | |
ETH | 0.07% | $0.248372 | 1,548.4239 | $384.59 | |
ETH | 0.07% | $0.000006 | 63,595,875.1024 | $383.48 | |
ETH | 0.07% | $3,327.43 | 0.1152 | $383.17 | |
ETH | 0.07% | $16,033.42 | 0.0239 | $383.15 | |
ETH | 0.07% | $0.021625 | 17,683.7701 | $382.42 | |
ETH | 0.07% | $0.925184 | 408.634 | $378.06 | |
ETH | 0.07% | $0.011035 | 34,252.4186 | $377.99 | |
ETH | 0.07% | $0.832794 | 452.8966 | $377.17 | |
ETH | 0.07% | $0.110951 | 3,397.0737 | $376.91 | |
ETH | 0.07% | $0.165272 | 2,279.8386 | $376.79 | |
ETH | 0.07% | $0.60957 | 617.2918 | $376.28 | |
ETH | 0.07% | $0.000752 | 499,246.1717 | $375.44 | |
ETH | 0.07% | $30.88 | 12.1515 | $375.24 | |
ETH | 0.07% | $0.946999 | 394.0281 | $373.14 | |
ETH | 0.07% | $0.071203 | 5,219.9623 | $371.68 | |
ETH | 0.07% | $1,295.47 | 0.2862 | $370.77 | |
ETH | 0.07% | $0.21347 | 1,722.5516 | $367.71 | |
ETH | 0.07% | $0.034558 | 10,629.4371 | $367.34 | |
ETH | 0.07% | $0.021803 | 16,838.2027 | $367.12 | |
ETH | 0.07% | $0.272086 | 1,348.4658 | $366.9 | |
ETH | 0.07% | $0.373952 | 980.3164 | $366.59 | |
ETH | 0.07% | $0.096919 | 3,742.5273 | $362.72 | |
ETH | 0.07% | $0.016706 | 21,654.847 | $361.77 | |
ETH | 0.07% | $0.111851 | 3,234.1732 | $361.75 | |
ETH | 0.07% | $0.019821 | 18,200 | $360.73 | |
ETH | 0.07% | $0.354624 | 1,009.5996 | $358.03 | |
ETH | 0.07% | $0.006142 | 58,282.7621 | $357.98 | |
ETH | 0.07% | $0.014823 | 24,069.3086 | $356.78 | |
ETH | 0.07% | $5.16 | 68.9502 | $355.78 | |
ETH | 0.07% | $0.007702 | 45,885.6113 | $353.4 | |
ETH | 0.07% | $0.052899 | 6,673.2081 | $353.01 | |
ETH | 0.07% | $363.36 | 0.9696 | $352.31 | |
ETH | 0.07% | $0.697962 | 504.5466 | $352.15 | |
ETH | 0.07% | $3,336.23 | 0.1052 | $351.07 | |
ETH | 0.07% | $1.34 | 261.8975 | $350.94 | |
ETH | 0.07% | $0.633571 | 552.2881 | $349.91 | |
ETH | 0.07% | $5,615.98 | 0.0623 | $349.77 | |
ETH | 0.07% | $0.997352 | 350.1411 | $349.21 | |
ETH | 0.07% | $2.87 | 121.5774 | $348.93 | |
ETH | 0.07% | $0.021665 | 16,091.9847 | $348.63 | |
ETH | 0.07% | $0.000558 | 624,200.7055 | $348.51 | |
ETH | 0.06% | $0.007115 | 48,596.423 | $345.78 | |
ETH | 0.06% | $0.000507 | 680,121.8451 | $344.79 | |
ETH | 0.06% | $0.015213 | 22,627.4889 | $344.22 | |
ETH | 0.06% | $0.033884 | 10,116.7765 | $342.8 | |
ETH | 0.06% | $0.066319 | 5,145.0273 | $341.21 | |
ETH | 0.06% | $0.996121 | 341.6585 | $340.33 | |
ETH | 0.06% | $0.337196 | 1,006.0854 | $339.25 | |
ETH | 0.06% | $1.2 | 282.2304 | $338.68 | |
ETH | 0.06% | $3,324.85 | 0.1015 | $337.6 | |
ETH | 0.06% | $3,598.52 | 0.0938 | $337.43 | |
ETH | 0.06% | $22.42 | 15.037 | $337.18 | |
ETH | 0.06% | $0.000393 | 856,219.4142 | $336.89 | |
ETH | 0.06% | $4.23 | 79.5083 | $336.32 | |
ETH | 0.06% | $7.9 | 42.5276 | $335.97 | |
ETH | 0.06% | $0.120392 | 2,767.4295 | $333.18 | |
ETH | 0.06% | $422.07 | 0.7876 | $332.41 | |
ETH | 0.06% | $0.000028 | 12,003,027.8945 | $331.76 | |
ETH | 0.06% | $3,124.89 | 0.106 | $331.22 | |
ETH | 0.06% | $0.018312 | 18,027.8511 | $330.13 | |
ETH | 0.06% | $5.14 | 64.1173 | $329.88 | |
ETH | 0.06% | $122,118 | 0.00269943 | $329.65 | |
ETH | 0.06% | $8.19 | 40.2069 | $329.29 | |
ETH | 0.06% | $0.007513 | 43,795.665 | $329.05 | |
ETH | 0.06% | $0.000122 | 2,681,790.8783 | $328.47 | |
ETH | 0.06% | $0.000032 | 10,298,726.7857 | $328.43 | |
ETH | 0.06% | $0.191504 | 1,703.6445 | $326.25 | |
ETH | 0.06% | $0.144566 | 2,251.4714 | $325.49 | |
ETH | 0.06% | $77.17 | 4.1942 | $323.66 | |
ETH | 0.06% | $0.858222 | 376.8817 | $323.45 | |
ETH | 0.06% | $0.339849 | 950.5618 | $323.05 | |
ETH | 0.06% | <$0.000001 | 179,894,458,886.798 | $322.91 | |
ETH | 0.06% | $2.13 | 151.5562 | $322.81 | |
ETH | 0.06% | $34.81 | 9.227 | $321.19 | |
ETH | 0.06% | $0.012904 | 24,828.1159 | $320.39 | |
ETH | 0.06% | $0.139471 | 2,296.3922 | $320.28 | |
ETH | 0.06% | $0.000004 | 81,011,842.9013 | $320 | |
ETH | 0.06% | $1.04 | 306.0101 | $319.54 | |
ETH | 0.06% | $0.007265 | 43,980.0724 | $319.53 | |
ETH | 0.06% | $0.956129 | 334.1657 | $319.51 | |
ETH | 0.06% | $1 | 319.0188 | $319.06 | |
ETH | 0.06% | <$0.000001 | 2,938,817,257.4159 | $318.49 | |
ETH | 0.06% | $0.014197 | 22,388.1847 | $317.85 | |
ETH | 0.06% | $5,966.4 | 0.0531 | $316.57 | |
ETH | 0.06% | $1.82 | 173.7779 | $316.28 | |
ETH | 0.06% | $30.47 | 10.3746 | $316.11 | |
ETH | 0.06% | $0.000106 | 2,967,585.4204 | $315.66 | |
ETH | 0.06% | $0.107377 | 2,926.1371 | $314.2 | |
ETH | 0.06% | $0.07366 | 4,263.895 | $314.08 | |
ETH | 0.06% | $12.37 | 25.3577 | $313.67 | |
ETH | 0.06% | $35.59 | 8.8082 | $313.48 | |
ETH | 0.06% | $228.03 | 1.3728 | $313.05 | |
ETH | 0.06% | $1.51 | 206.2735 | $311.47 | |
ETH | 0.06% | $1.04 | 299.6839 | $311.37 | |
ETH | 0.06% | $0.481238 | 646.6045 | $311.17 | |
ETH | 0.06% | $2.06 | 150.4613 | $309.95 | |
ETH | 0.06% | $0.336407 | 920.4896 | $309.66 | |
ETH | 0.06% | $252.87 | 1.2223 | $309.09 | |
ETH | 0.06% | $0.002882 | 107,229.0388 | $309.04 | |
ETH | 0.06% | $0.199331 | 1,547.6395 | $308.49 | |
ETH | 0.06% | $33.09 | 9.294 | $307.49 | |
ETH | 0.06% | $0.124789 | 2,462.7338 | $307.32 | |
ETH | 0.06% | $0.000008 | 37,581,360.1519 | $307.04 | |
ETH | 0.06% | $0.262138 | 1,171.0478 | $306.98 | |
ETH | 0.06% | $0.005915 | 51,874.082 | $306.83 | |
ETH | 0.06% | $0.07282 | 4,204.0824 | $306.14 | |
ETH | 0.06% | <$0.000001 | 96,160,204,446.874 | $305.84 | |
ETH | 0.06% | $0.058959 | 5,182.3123 | $305.54 | |
ETH | 0.06% | $0.822982 | 370.4992 | $304.91 | |
ETH | 0.06% | $0.000023 | 13,316,698.1662 | $304.82 | |
ETH | 0.06% | $0.278366 | 1,093.683 | $304.44 | |
ETH | 0.06% | $0.032922 | 9,243.4145 | $304.31 | |
ETH | 0.06% | $0.99904 | 304.3913 | $304.1 | |
ETH | 0.06% | $0.605952 | 500.55 | $303.31 | |
ETH | 0.06% | $1.51 | 200.4385 | $302.16 | |
ETH | 0.06% | $0.621684 | 485.5989 | $301.89 | |
ETH | 0.06% | $0.346222 | 871.6524 | $301.79 | |
ETH | 0.06% | $0.045157 | 6,667.0677 | $301.07 | |
ETH | 0.06% | $5.79 | 51.9495 | $300.85 | |
ETH | 0.06% | $0.177859 | 1,684.9675 | $299.69 | |
ETH | 0.06% | $8.73 | 34.31 | $299.53 | |
ETH | 0.06% | <$0.000001 | 34,145,295,626.8878 | $299.18 | |
ETH | 0.06% | $0.13994 | 2,130.7479 | $298.18 | |
ETH | 0.06% | $0.032893 | 9,062.3404 | $298.09 | |
ETH | 0.06% | $1.29 | 230.3553 | $297.16 | |
ETH | 0.06% | $0.244288 | 1,212.7832 | $296.27 | |
ETH | 0.06% | $0.047018 | 6,260.8488 | $294.37 | |
ETH | 0.06% | $11.39 | 25.8274 | $294.3 | |
ETH | 0.06% | $0.997259 | 294.9464 | $294.14 | |
ETH | 0.06% | $0.072935 | 4,031.3495 | $294.03 | |
ETH | 0.06% | $0.694583 | 423.0773 | $293.86 | |
ETH | 0.05% | $0.126554 | 2,316.4592 | $293.16 | |
ETH | 0.05% | $0.011194 | 26,130.2764 | $292.51 | |
ETH | 0.05% | $0.042468 | 6,879.2443 | $292.15 | |
ETH | 0.05% | $0.408588 | 714.1592 | $291.8 | |
ETH | 0.05% | $3.01 | 96.8797 | $291.61 | |
ETH | 0.05% | $0.000005 | 60,363,681.7194 | $291.56 | |
ETH | 0.05% | $0.515469 | 563.4862 | $290.46 | |
ETH | 0.05% | $0.002649 | 109,481.7892 | $290.04 | |
ETH | 0.05% | $0.047924 | 6,029.8182 | $288.98 | |
ETH | 0.05% | $0.081573 | 3,538.5267 | $288.65 | |
ETH | 0.05% | $0.209367 | 1,375.4509 | $287.97 | |
ETH | 0.05% | $0.001838 | 156,475.395 | $287.67 | |
ETH | 0.05% | $0.031129 | 9,228.0961 | $287.26 | |
ETH | 0.05% | $0.207207 | 1,383.3016 | $286.63 | |
ETH | 0.05% | $1.02 | 280.6325 | $286.25 | |
ETH | 0.05% | $0.097431 | 2,935.8687 | $286.05 | |
ETH | 0.05% | $0.000003 | 97,953,310.7517 | $286.02 | |
ETH | 0.05% | $0.000053 | 5,334,734.6735 | $284.45 | |
ETH | 0.05% | $0.027784 | 10,235.4341 | $284.38 | |
ETH | 0.05% | $103,353 | 0.00273778 | $282.96 | |
ETH | 0.05% | $0.205806 | 1,373.8896 | $282.75 | |
ETH | 0.05% | $0.061671 | 4,568.9154 | $281.77 | |
ETH | 0.05% | $0.000586 | 480,461.6339 | $281.53 | |
ETH | 0.05% | $0.954912 | 294.2491 | $280.98 | |
ETH | 0.05% | $12.57 | 22.336 | $280.76 | |
ETH | 0.05% | $0.490875 | 571.0871 | $280.33 | |
ETH | 0.05% | $0.999744 | 279.7863 | $279.71 | |
ETH | 0.05% | $0.000999 | 279,757.1788 | $279.6 | |
ETH | 0.05% | $0.585806 | 477.2565 | $279.58 | |
ETH | 0.05% | $1.03 | 270.2564 | $279.45 | |
ETH | 0.05% | $0.132081 | 2,113.2298 | $279.12 | |
ETH | 0.05% | $0.736043 | 378.7414 | $278.77 | |
ETH | 0.05% | $0.997462 | 279.2084 | $278.5 | |
ETH | 0.05% | $0.114089 | 2,437.0324 | $278.04 | |
ETH | 0.05% | $0.000191 | 1,450,294.5976 | $277.14 | |
ETH | 0.05% | $0.000005 | 60,279,791.2461 | $277.11 | |
ETH | 0.05% | $0.000049 | 5,632,933.4368 | $276.46 | |
ETH | 0.05% | $0.058669 | 4,705.5473 | $276.07 | |
ETH | 0.05% | $0.054316 | 5,077.7955 | $275.81 | |
ETH | 0.05% | $0.054316 | 5,077.7955 | $275.81 | |
ETH | 0.05% | $0.313348 | 879.0369 | $275.44 | |
ETH | 0.05% | $0.180039 | 1,526.2407 | $274.78 | |
ETH | 0.05% | $0.21323 | 1,280.3354 | $273.01 | |
ETH | 0.05% | $3,214.74 | 0.0849 | $272.83 | |
ETH | 0.05% | $0.119911 | 2,274.9363 | $272.79 | |
ETH | 0.05% | $1.37 | 198.5285 | $271.98 | |
ETH | 0.05% | $0.185787 | 1,462.5733 | $271.73 | |
ETH | 0.05% | $0.044907 | 6,042.7588 | $271.36 | |
ETH | 0.05% | $0.154969 | 1,750.3632 | $271.25 | |
ETH | 0.05% | $0.010064 | 26,942.7483 | $271.15 | |
ETH | 0.05% | $0.069935 | 3,870.7225 | $270.7 | |
ETH | 0.05% | $0.036806 | 7,351.2723 | $270.57 | |
ETH | 0.05% | $1 | 269.7571 | $269.76 | |
ETH | 0.05% | $0.386942 | 696.3623 | $269.45 | |
ETH | 0.05% | $6.07 | 44.246 | $268.57 | |
ETH | 0.05% | $0.106086 | 2,526.9669 | $268.08 | |
ETH | 0.05% | $0.027799 | 9,639.1989 | $267.96 | |
ETH | 0.05% | $0.056081 | 4,755.1977 | $266.68 | |
ETH | 0.05% | $0.61467 | 431.18 | $265.03 | |
ETH | 0.05% | $0.001577 | 167,849.6252 | $264.67 | |
ETH | 0.05% | $0.000013 | 20,842,106.015 | $261.2 | |
ETH | 0.05% | $0.034605 | 7,543.5805 | $261.05 | |
ETH | 0.05% | $0.349165 | 745.8528 | $260.43 | |
ETH | 0.05% | <$0.000001 | 693,952,651.2154 | $259.33 | |
ETH | 0.05% | $1.93 | 134.1323 | $258.88 | |
ETH | 0.05% | $1.36 | 190.6089 | $258.59 | |
ETH | 0.05% | $0.000255 | 1,014,605.5096 | $258.51 | |
ETH | 0.05% | $9.55 | 27.0421 | $258.25 | |
ETH | 0.05% | $79.25 | 3.2312 | $256.07 | |
ETH | 0.05% | $0.999188 | 255.367 | $255.16 | |
ETH | 0.05% | $0.000021 | 12,221,910.7134 | $254.8 | |
ETH | 0.05% | $0.944919 | 269.4694 | $254.63 | |
ETH | 0.05% | $0.000216 | 1,174,578.9743 | $253.87 | |
ETH | 0.05% | $105,371 | 0.00239844 | $252.73 | |
ETH | 0.05% | $105,714 | 0.00238799 | $252.44 | |
ETH | 0.05% | $0.670631 | 376.3164 | $252.37 | |
ETH | 0.05% | $0.300667 | 839.2329 | $252.33 | |
ETH | 0.05% | $0.11679 | 2,149.7667 | $251.07 | |
ETH | 0.05% | $3,490.93 | 0.0717 | $250.39 | |
ETH | 0.05% | $0.33397 | 748.8996 | $250.11 | |
ETH | 0.05% | $1.01 | 246.7956 | $249.26 | |
ETH | 0.05% | $0.128995 | 1,932.0416 | $249.22 | |
ETH | 0.05% | <$0.000001 | 11,447,756,404.5927 | $248.98 | |
ETH | 0.05% | $1.06 | 235.0893 | $248.72 | |
ETH | 0.05% | $0.01122 | 22,144.7488 | $248.46 | |
ETH | 0.05% | $0.517771 | 479.4514 | $248.25 | |
ETH | 0.05% | $0.013321 | 18,604.4708 | $247.83 | |
ETH | 0.05% | $3.98 | 61.9909 | $246.59 | |
ETH | 0.05% | $0.849667 | 289.8404 | $246.27 | |
ETH | 0.05% | $0.0255 | 9,651.6928 | $246.12 | |
ETH | 0.05% | $105,797 | 0.00231739 | $245.17 | |
ETH | 0.05% | $1 | 245.0257 | $245.03 | |
ETH | 0.05% | $0.00013 | 1,883,541 | $244.43 | |
ETH | 0.05% | $0.012159 | 20,029.8471 | $243.55 | |
ETH | 0.05% | $0.643505 | 377.5703 | $242.97 | |
ETH | 0.05% | $3,730.74 | 0.0651 | $242.8 | |
ETH | 0.05% | $0.096534 | 2,514.7835 | $242.76 | |
ETH | 0.05% | $1 | 242.5009 | $242.5 | |
ETH | 0.05% | $0.127231 | 1,905.1767 | $242.4 | |
ETH | 0.05% | $1.09 | 222.5499 | $241.91 | |
ETH | 0.05% | $0.012548 | 19,236.2804 | $241.38 | |
ETH | 0.04% | <$0.000001 | 4,922,614,420.4141 | $239.54 | |
ETH | 0.04% | $12.41 | 19.2483 | $238.87 | |
ETH | 0.04% | $0.021847 | 10,929.3686 | $238.77 | |
ETH | 0.04% | $0.569186 | 418.8555 | $238.41 | |
ETH | 0.04% | $0.690324 | 345.0338 | $238.19 | |
ETH | 0.04% | $0.853652 | 278.5882 | $237.82 | |
ETH | 0.04% | $1.44 | 164.9436 | $237.52 | |
ETH | 0.04% | $0.024239 | 9,797.5793 | $237.48 | |
ETH | 0.04% | $0.004944 | 48,000.9439 | $237.3 | |
ETH | 0.04% | $0.005905 | 40,161.9248 | $237.15 | |
ETH | 0.04% | $0.011277 | 21,024.6348 | $237.1 | |
ETH | 0.04% | $0.000002 | 100,178,611.2907 | $236.33 | |
ETH | 0.04% | $0.027716 | 8,505.0751 | $235.73 | |
ETH | 0.04% | $0.016974 | 13,869.3142 | $235.42 | |
ETH | 0.04% | $0.71943 | 325.6022 | $234.25 | |
ETH | 0.04% | $0.001859 | 125,978.2257 | $234.17 | |
ETH | 0.04% | $0.040267 | 5,814.3044 | $234.12 | |
ETH | 0.04% | $0.482064 | 485.4382 | $234.01 | |
ETH | 0.04% | $0.000966 | 240,518.7238 | $232.3 | |
ETH | 0.04% | $0.039574 | 5,849.5893 | $231.49 | |
ETH | 0.04% | $0.54468 | 424.024 | $230.96 | |
ETH | 0.04% | $0.000001 | 273,395,811.2434 | $230.9 | |
ETH | 0.04% | $0.018356 | 12,561.0337 | $230.58 | |
ETH | 0.04% | $0.012519 | 18,380.5823 | $230.11 | |
ETH | 0.04% | $0.01768 | 12,997.6909 | $229.81 | |
ETH | 0.04% | $0.970063 | 236.8701 | $229.78 | |
ETH | 0.04% | $0.000001 | 296,855,377.2761 | $228.78 | |
ETH | 0.04% | <$0.000001 | 158,617,216,656.8934 | $228.73 | |
ETH | 0.04% | $0.051221 | 4,465.1492 | $228.71 | |
ETH | 0.04% | $0.67163 | 340.0366 | $228.38 | |
ETH | 0.04% | $0.000737 | 309,927.2948 | $228.32 | |
ETH | 0.04% | $1.29 | 176.7536 | $228.01 | |
ETH | 0.04% | $0.017279 | 13,191.3964 | $227.94 | |
ETH | 0.04% | $1.21 | 188.2922 | $227.83 | |
ETH | 0.04% | $0.999955 | 227.5243 | $227.51 | |
ETH | 0.04% | $0.202537 | 1,119.5311 | $226.75 | |
ETH | 0.04% | $0.366469 | 618.5371 | $226.67 | |
ETH | 0.04% | $0.558748 | 404.7897 | $226.18 | |
ETH | 0.04% | <$0.000001 | 497,819,056.2245 | $225.43 | |
ETH | 0.04% | $0.000001 | 219,323,325.8917 | $224.89 | |
ETH | 0.04% | $0.186318 | 1,204.833 | $224.48 | |
ETH | 0.04% | $0.001632 | 137,224.5512 | $223.97 | |
ETH | 0.04% | $0.000004 | 55,565,132.6727 | $223.93 | |
ETH | 0.04% | $0.015615 | 14,290.4756 | $223.15 | |
ETH | 0.04% | $0.00113 | 197,416.0425 | $223.09 | |
ETH | 0.04% | $0.026842 | 8,291.0161 | $222.55 | |
ETH | 0.04% | $0.293519 | 757.2955 | $222.28 | |
ETH | 0.04% | $0.375833 | 589.7716 | $221.66 | |
ETH | 0.04% | $0.952798 | 232.4727 | $221.5 | |
ETH | 0.04% | $0.055683 | 3,975.9475 | $221.39 | |
ETH | 0.04% | <$0.000001 | 425,529,774,863.6681 | $221.15 | |
ETH | 0.04% | $0.004618 | 47,506.3758 | $219.38 | |
ETH | 0.04% | $0.174142 | 1,258.4924 | $219.16 | |
ETH | 0.04% | $26.29 | 8.3248 | $218.86 | |
ETH | 0.04% | $0.976649 | 222.8615 | $217.66 | |
ETH | 0.04% | $0.095096 | 2,288.7859 | $217.65 | |
ETH | 0.04% | $0.043151 | 5,041.047 | $217.53 | |
ETH | 0.04% | $0.331499 | 655.8957 | $217.43 | |
ETH | 0.04% | $0.002048 | 106,114.5946 | $217.37 | |
ETH | 0.04% | $0.019265 | 11,264.4778 | $217.01 | |
ETH | 0.04% | $3,521.56 | 0.0616 | $216.88 | |
ETH | 0.04% | <$0.000001 | 425,019,868,893.9951 | $216.49 | |
ETH | 0.04% | $0.002088 | 103,589.0299 | $216.32 | |
ETH | 0.04% | $0.19991 | 1,081.5102 | $216.2 | |
ETH | 0.04% | $1.07 | 202.0462 | $215.79 | |
ETH | 0.04% | $59.59 | 3.6155 | $215.45 | |
ETH | 0.04% | $0.000355 | 606,682.1349 | $215.18 | |
ETH | 0.04% | $1.86 | 115.6876 | $214.96 | |
ETH | 0.04% | $0.996866 | 215.6 | $214.92 | |
ETH | 0.04% | $0.000849 | 252,471.3997 | $214.35 | |
ETH | 0.04% | <$0.000001 | 196,751,998,251.2502 | $213.89 | |
ETH | 0.04% | $0.022738 | 9,370.903 | $213.08 | |
ETH | 0.04% | $0.002921 | 72,876.8775 | $212.85 | |
ETH | 0.04% | $0.000293 | 725,432.0021 | $212.4 | |
ETH | 0.04% | $1.59 | 133.7368 | $212.35 | |
ETH | 0.04% | $0.997426 | 212.5432 | $212 | |
ETH | 0.04% | $0.009136 | 23,191.0048 | $211.87 | |
ETH | 0.04% | $0.001806 | 117,036.3445 | $211.32 | |
ETH | 0.04% | $8.79 | 24.0088 | $211.04 | |
ETH | 0.04% | $0.158537 | 1,330.9743 | $211.01 | |
ETH | 0.04% | $0.118488 | 1,780.0647 | $210.92 | |
ETH | 0.04% | $35.64 | 5.9008 | $210.3 | |
ETH | 0.04% | $0.168905 | 1,244.0463 | $210.13 | |
ETH | 0.04% | <$0.000001 | 208,134,353,228.5696 | $209.69 | |
ETH | 0.04% | $0.099354 | 2,110.4634 | $209.68 | |
ETH | 0.04% | $0.001041 | 200,805.8608 | $209.04 | |
ETH | 0.04% | $0.12909 | 1,619.3336 | $209.04 | |
ETH | 0.04% | $0.99957 | 208.7178 | $208.63 | |
ETH | 0.04% | $3,524.58 | 0.0591 | $208.4 | |
ETH | 0.04% | $0.267318 | 777.1256 | $207.74 | |
ETH | 0.04% | $0.000025 | 8,242,340.9442 | $206.88 | |
ETH | 0.04% | $0.003356 | 61,602.2795 | $206.73 | |
ETH | 0.04% | $0.000248 | 833,953.065 | $206.55 | |
ETH | 0.04% | $0.000777 | 265,878.8006 | $206.5 | |
ETH | 0.04% | <$0.000001 | 276,005,090,541.8262 | $206.05 | |
ETH | 0.04% | $0.015045 | 13,623.7731 | $204.97 | |
ETH | 0.04% | $0.027265 | 7,512.5254 | $204.83 | |
ETH | 0.04% | $0.309817 | 660.5163 | $204.64 | |
ETH | 0.04% | $0.451196 | 452.9803 | $204.38 | |
ETH | 0.04% | $0.407824 | 499.3068 | $203.63 | |
ETH | 0.04% | <$0.000001 | 499,492,619.522 | $203.57 | |
ETH | 0.04% | $0.236887 | 859.0311 | $203.49 | |
ETH | 0.04% | $53.76 | 3.7841 | $203.43 | |
ETH | 0.04% | $0.523381 | 388.2074 | $203.18 | |
ETH | 0.04% | $0.016212 | 12,522.0077 | $203 | |
ETH | 0.04% | $5.4 | 37.5577 | $202.81 | |
ETH | 0.04% | $0.405184 | 499.2072 | $202.27 | |
ETH | 0.04% | $0.00342 | 58,993.4469 | $201.77 | |
ETH | 0.04% | $0.038426 | 5,243.3784 | $201.48 | |
ETH | 0.04% | $0.000232 | 866,016.1517 | $201.23 | |
ETH | 0.04% | $0.071077 | 2,823.02 | $200.65 | |
ETH | 0.04% | $0.232323 | 859.5572 | $199.69 | |
ETH | 0.04% | $0.000203 | 983,203.2077 | $199.23 | |
ETH | 0.04% | $0.000425 | 467,545.07 | $198.53 | |
ETH | 0.04% | $3,418.64 | 0.058 | $198.33 | |
ETH | 0.04% | $0.003875 | 51,097.5723 | $197.98 | |
ETH | 0.04% | $0.6914 | 286.2235 | $197.89 | |
ETH | 0.04% | <$0.000001 | 339,835,687,346.8063 | $197.71 | |
ETH | 0.04% | <$0.000001 | 1,572,536,933,427.9717 | $197.62 | |
ETH | 0.04% | $0.347477 | 568.1007 | $197.4 | |
ETH | 0.04% | $0.000579 | 340,980.1525 | $197.39 | |
ETH | 0.04% | $0.000393 | 502,065.3535 | $197.37 | |
ETH | 0.04% | $0.730977 | 269.921 | $197.31 | |
ETH | 0.04% | $0.045224 | 4,362.2461 | $197.28 | |
ETH | 0.04% | $0.020557 | 9,594.1909 | $197.22 | |
ETH | 0.04% | $105,745 | 0.00186481 | $197.19 | |
ETH | 0.04% | $0.013509 | 14,580.9079 | $196.98 | |
ETH | 0.04% | $0.058286 | 3,373.8228 | $196.65 | |
ETH | 0.04% | $17,947.47 | 0.0109 | $196.16 | |
ETH | 0.04% | $0.062137 | 3,147.046 | $195.55 | |
ETH | 0.04% | $2.68 | 72.8426 | $195.45 | |
ETH | 0.04% | $0.658167 | 295.6638 | $194.6 | |
ETH | 0.04% | $0.048505 | 4,005.119 | $194.27 | |
ETH | 0.04% | $0.009711 | 19,971.4181 | $193.95 | |
ETH | 0.04% | $0.021431 | 9,040.0366 | $193.74 | |
ETH | 0.04% | $0.080926 | 2,393.986 | $193.74 | |
ETH | 0.04% | $1.03 | 187.3915 | $193.58 | |
ETH | 0.04% | $0.007559 | 25,601.2157 | $193.53 | |
ETH | 0.04% | <$0.000001 | 2,855,056,643.2622 | $193.24 | |
ETH | 0.04% | $0.384963 | 501.37 | $193.01 | |
ETH | 0.04% | $0.058108 | 3,307.2097 | $192.17 | |
ETH | 0.04% | $3,966.13 | 0.0484 | $191.78 | |
ETH | 0.04% | $1.37 | 139.7222 | $191.42 | |
ETH | 0.04% | $0.030906 | 6,190.5476 | $191.33 | |
ETH | 0.04% | $0.007601 | 25,159.2364 | $191.23 | |
ETH | 0.04% | $0.110059 | 1,735.7899 | $191.04 | |
ETH | 0.04% | $10.44 | 18.2828 | $190.87 | |
ETH | 0.04% | $0.090099 | 2,118.3611 | $190.86 | |
ETH | 0.04% | $0.00386 | 49,420.7552 | $190.75 | |
ETH | 0.04% | $0.934653 | 203.892 | $190.57 | |
ETH | 0.04% | $3,590.36 | 0.0529 | $189.89 | |
ETH | 0.04% | $3.56 | 53.1395 | $189 | |
ETH | 0.04% | $0.000074 | 2,531,996.1177 | $188.51 | |
ETH | 0.04% | $0.190582 | 988.5651 | $188.4 | |
ETH | 0.04% | $0.035092 | 5,350.1955 | $187.75 | |
ETH | 0.04% | $0.006097 | 30,720.0879 | $187.31 | |
ETH | 0.04% | $3.47 | 53.8941 | $187.01 | |
ETH | 0.04% | $0.126389 | 1,479.0077 | $186.93 | |
ETH | 0.04% | <$0.000001 | 84,343,526,625.843 | $186.91 | |
ETH | 0.03% | $2,719.79 | 0.0685 | $186.41 | |
ETH | 0.03% | $5.31 | 35.0652 | $186.2 | |
ETH | 0.03% | $0.065589 | 2,836.4866 | $186.04 | |
ETH | 0.03% | $0.010344 | 17,979.7484 | $185.98 | |
ETH | 0.03% | $1.9 | 97.7437 | $185.71 | |
ETH | 0.03% | $0.000005 | 35,031,283.7047 | $185.05 | |
ETH | 0.03% | $0.820077 | 225.1343 | $184.63 | |
ETH | 0.03% | $0.055024 | 3,351.2167 | $184.4 | |
ETH | 0.03% | $0.001041 | 177,053.8161 | $184.39 | |
ETH | 0.03% | $0.003589 | 51,243.8807 | $183.91 | |
ETH | 0.03% | $0.967876 | 189.1292 | $183.05 | |
ETH | 0.03% | $0.353605 | 517.4782 | $182.98 | |
ETH | 0.03% | $0.18583 | 981.8005 | $182.45 | |
ETH | 0.03% | $0.109262 | 1,668.2574 | $182.28 | |
ETH | 0.03% | $0.36598 | 498.0348 | $182.27 | |
ETH | 0.03% | $0.195904 | 927.8285 | $181.77 | |
ETH | 0.03% | $0.40999 | 442.6914 | $181.5 | |
ETH | 0.03% | $1.09 | 166.8595 | $181.38 | |
ETH | 0.03% | $0.05521 | 3,282.4306 | $181.22 | |
ETH | 0.03% | $2.07 | 87.6563 | $181.14 | |
ETH | 0.03% | $0.029977 | 6,027.7525 | $180.69 | |
ETH | 0.03% | $9.61 | 18.7911 | $180.58 | |
ETH | 0.03% | $0.001336 | 135,132.6124 | $180.51 | |
ETH | 0.03% | $0.000004 | 40,947,475.1704 | $179.35 | |
ETH | 0.03% | $0.158971 | 1,127.9307 | $179.31 | |
ETH | 0.03% | $0.29856 | 600.4474 | $179.27 | |
ETH | 0.03% | $0.003698 | 48,451.4936 | $179.18 | |
ETH | 0.03% | $0.259989 | 688.8484 | $179.09 | |
ETH | 0.03% | $556.87 | 0.3215 | $179.05 | |
ETH | 0.03% | $0.059107 | 3,024.8227 | $178.79 | |
ETH | 0.03% | $0.069291 | 2,577.1915 | $178.58 | |
ETH | 0.03% | $0.218307 | 817.6041 | $178.49 | |
ETH | 0.03% | $2.81 | 63.2565 | $177.99 | |
ETH | 0.03% | $0.032933 | 5,400.7976 | $177.86 | |
ETH | 0.03% | $0.000375 | 473,829.3399 | $177.68 | |
ETH | 0.03% | $0.428879 | 414.0942 | $177.6 | |
ETH | 0.03% | $1.1 | 161.5195 | $177.35 | |
ETH | 0.03% | $1.23 | 143.7611 | $176.83 | |
ETH | 0.03% | $0.283126 | 623.0796 | $176.41 | |
ETH | 0.03% | $0.081022 | 2,176.7855 | $176.37 | |
ETH | 0.03% | $0.000036 | 4,899,690.1776 | $176.34 | |
ETH | 0.03% | $0.037118 | 4,746.8731 | $176.19 | |
ETH | 0.03% | $0.041895 | 4,200.7053 | $175.99 | |
ETH | 0.03% | $0.001723 | 102,146.9694 | $175.97 | |
ETH | 0.03% | $1,333.94 | 0.1316 | $175.6 | |
ETH | 0.03% | $0.000025 | 7,133,910.5177 | $175.42 | |
ETH | 0.03% | $0.065191 | 2,689.7179 | $175.34 | |
ETH | 0.03% | $0.013569 | 12,901.1357 | $175.05 | |
ETH | 0.03% | $0.099049 | 1,767.2916 | $175.05 | |
ETH | 0.03% | $102,162.21 | 0.00171092 | $174.79 | |
ETH | 0.03% | $0.00032 | 545,967.2248 | $174.69 | |
ETH | 0.03% | $0.090903 | 1,919.3311 | $174.47 | |
ETH | 0.03% | $0.648408 | 268.7147 | $174.24 | |
ETH | 0.03% | $0.302946 | 574.4099 | $174.02 | |
ETH | 0.03% | $5.25 | 33.1344 | $173.96 | |
ETH | 0.03% | $3.03 | 57.373 | $173.84 | |
ETH | 0.03% | $108,278 | 0.00160384 | $173.66 | |
ETH | 0.03% | $1.12 | 154.3634 | $172.89 | |
ETH | 0.03% | $0.398343 | 432.4683 | $172.27 | |
ETH | 0.03% | $0.000038 | 4,522,949.372 | $172.1 | |
ETH | 0.03% | $0.07763 | 2,213.271 | $171.82 | |
ETH | 0.03% | $0.007295 | 23,471.2756 | $171.22 | |
ETH | 0.03% | $5.75 | 29.6461 | $170.47 | |
ETH | 0.03% | $0.001028 | 165,585.3839 | $170.15 | |
ETH | 0.03% | $0.001326 | 128,145.4742 | $169.97 | |
ETH | 0.03% | <$0.000001 | 30,338,541,005.7905 | $169.26 | |
ETH | 0.03% | $0.314034 | 538.0214 | $168.96 | |
ETH | 0.03% | $0.175163 | 964.1381 | $168.88 | |
ETH | 0.03% | $0.000001 | 284,319,814.4244 | $168.87 | |
ETH | 0.03% | $1 | 168.3643 | $168.87 | |
ETH | 0.03% | $0.964488 | 175.0725 | $168.86 | |
ETH | 0.03% | <$0.000001 | 1,439,701,817,281.6946 | $168.43 | |
ETH | 0.03% | $0.004236 | 39,732.4533 | $168.31 | |
ETH | 0.03% | $1.04 | 161.1317 | $167.58 | |
ETH | 0.03% | $0.000287 | 583,286.3446 | $167.37 | |
ETH | 0.03% | $19,969.89 | 0.0083695 | $167.14 | |
ETH | 0.03% | $0.000076 | 2,200,421.9848 | $166.7 | |
ETH | 0.03% | $1.11 | 150.1833 | $166.7 | |
ETH | 0.03% | <$0.000001 | 639,691,871.9426 | $166.08 | |
ETH | 0.03% | $2.33 | 71.261 | $166.04 | |
ETH | 0.03% | $0.06049 | 2,743.8438 | $165.98 | |
ETH | 0.03% | <$0.000001 | 105,395,777,192.8305 | $165.68 | |
ETH | 0.03% | $0.128796 | 1,285.5298 | $165.57 | |
ETH | 0.03% | $0.036396 | 4,536.5312 | $165.11 | |
ETH | 0.03% | $0.000002 | 78,589,982.8302 | $165.04 | |
ETH | 0.03% | $0.144878 | 1,137.2615 | $164.76 | |
ETH | 0.03% | $0.006941 | 23,702.175 | $164.51 | |
ETH | 0.03% | $1.26 | 130.5613 | $164.27 | |
ETH | 0.03% | $1.46 | 112.0841 | $164.16 | |
ETH | 0.03% | $0.452565 | 362.6698 | $164.13 | |
ETH | 0.03% | $0.007033 | 23,302.0316 | $163.87 | |
ETH | 0.03% | $693.68 | 0.236 | $163.71 | |
ETH | 0.03% | $1.13 | 145.4453 | $163.63 | |
ETH | 0.03% | $0.016862 | 9,699.2359 | $163.55 | |
ETH | 0.03% | $0.000914 | 178,546.949 | $163.27 | |
ETH | 0.03% | $686.86 | 0.2375 | $163.15 | |
ETH | 0.03% | $0.085466 | 1,904.3387 | $162.76 | |
ETH | 0.03% | <$0.000001 | 3,600,244,487.9841 | $162.19 | |
ETH | 0.03% | $0.003105 | 52,166.8555 | $162 | |
ETH | 0.03% | $0.026018 | 6,223.0494 | $161.91 | |
ETH | 0.03% | $8.72 | 18.5011 | $161.33 | |
ETH | 0.03% | $0.000003 | 64,203,735.8637 | $161.15 | |
ETH | 0.03% | $0.019881 | 8,087.5761 | $160.79 | |
ETH | 0.03% | $0.097885 | 1,642.2002 | $160.75 | |
ETH | 0.03% | $0.000006 | 24,807,449.7306 | $160.26 | |
ETH | 0.03% | $1.01 | 159.4545 | $160.25 | |
ETH | 0.03% | $4.36 | 36.7567 | $160.21 | |
ETH | 0.03% | $0.000094 | 1,701,040.4624 | $160.1 | |
ETH | 0.03% | $3,084.89 | 0.0517 | $159.6 | |
ETH | 0.03% | <$0.000001 | 22,787,745,148.7854 | $159.38 | |
ETH | 0.03% | $0.012035 | 13,229.7257 | $159.22 | |
ETH | 0.03% | $0.06849 | 2,324.3475 | $159.19 | |
ETH | 0.03% | $0.005351 | 29,676.0039 | $158.79 | |
ETH | 0.03% | $0.000843 | 188,255.8129 | $158.76 | |
ETH | 0.03% | $0.013544 | 11,700.8258 | $158.48 | |
ETH | 0.03% | $0.66553 | 238.0374 | $158.42 | |
ETH | 0.03% | $0.000006 | 24,580,215.1623 | $158.3 | |
ETH | 0.03% | $0.00398 | 39,724.6654 | $158.1 | |
ETH | 0.03% | $1.04 | 151.4842 | $157.85 | |
ETH | 0.03% | $0.834224 | 187.5688 | $156.47 | |
ETH | 0.03% | $0.027788 | 5,608.8498 | $155.86 | |
ETH | 0.03% | $0.005506 | 28,277.434 | $155.7 | |
ETH | 0.03% | $0.030687 | 5,057.0405 | $155.19 | |
ETH | 0.03% | $0.001329 | 116,759.9692 | $155.13 | |
ETH | 0.03% | $0.153344 | 1,008.7904 | $154.69 | |
ETH | 0.03% | $0.00014 | 1,100,167.2643 | $154.53 | |
ETH | 0.03% | $0.002408 | 64,082.6523 | $154.28 | |
ETH | 0.03% | $0.461174 | 334.4578 | $154.24 | |
ETH | 0.03% | $0.00279 | 55,251.2061 | $154.15 | |
ETH | 0.03% | $0.007616 | 20,216.1847 | $153.96 | |
ETH | 0.03% | $0.793514 | 194.0016 | $153.94 | |
ETH | 0.03% | $0.026641 | 5,773.7044 | $153.82 | |
ETH | 0.03% | $0.616515 | 249.4859 | $153.81 | |
ETH | 0.03% | $0.119441 | 1,285.0547 | $153.49 | |
ETH | 0.03% | $0.7175 | 213.826 | $153.42 | |
ETH | 0.03% | $13.16 | 11.6554 | $153.39 | |
ETH | 0.03% | $0.000444 | 345,487.8203 | $153.32 | |
ETH | 0.03% | $0.001729 | 88,468.0176 | $152.98 | |
ETH | 0.03% | $0.027257 | 5,592.4598 | $152.43 | |
ETH | 0.03% | $0.004157 | 36,638.6115 | $152.32 | |
ETH | 0.03% | $0.02877 | 5,292.0024 | $152.25 | |
ETH | 0.03% | $0.002418 | 62,895.522 | $152.07 | |
ETH | 0.03% | $0.005029 | 30,219.1169 | $151.97 | |
ETH | 0.03% | $0.007439 | 20,406.3006 | $151.81 | |
ETH | 0.03% | $0.016533 | 9,180.3816 | $151.78 | |
ETH | 0.03% | $2.8 | 54.0747 | $151.28 | |
ETH | 0.03% | $0.094613 | 1,597.0122 | $151.1 | |
ETH | 0.03% | $0.00323 | 46,643.2701 | $150.64 | |
ETH | 0.03% | $0.027131 | 5,529.5474 | $150.02 | |
ETH | 0.03% | $0.021531 | 6,962.8331 | $149.92 | |
ETH | 0.03% | $0.17814 | 841.4306 | $149.89 | |
ETH | 0.03% | $2.24 | 66.8804 | $149.81 | |
ETH | 0.03% | $0.101575 | 1,472.1425 | $149.53 | |
ETH | 0.03% | $0.851491 | 175.0782 | $149.08 | |
ETH | 0.03% | $3,538.84 | 0.042 | $148.73 | |
ETH | 0.03% | $0.019448 | 7,645.5102 | $148.69 | |
ETH | 0.03% | $8.17 | 18.2048 | $148.66 | |
ETH | 0.03% | $0.098621 | 1,506.2588 | $148.55 | |
ETH | 0.03% | $0.000467 | 318,039.3299 | $148.46 | |
ETH | 0.03% | $0.050186 | 2,958.063 | $148.45 | |
ETH | 0.03% | $0.000733 | 202,197.836 | $148.27 | |
ETH | 0.03% | $0.000001 | 128,705,911.2981 | $148.01 | |
ETH | 0.03% | $1.04 | 142.073 | $147.9 | |
ETH | 0.03% | $0.998515 | 147.6498 | $147.43 | |
ETH | 0.03% | $0.000353 | 416,902.2555 | $147.33 | |
ETH | 0.03% | $0.000496 | 297,019.3656 | $147.3 | |
ETH | 0.03% | $41.76 | 3.5231 | $147.12 | |
ETH | 0.03% | $0.012185 | 12,023.9471 | $146.51 | |
ETH | 0.03% | <$0.000001 | 2,963,648,263.9609 | $146.43 | |
ETH | 0.03% | $0.109018 | 1,337.3251 | $145.79 | |
ETH | 0.03% | $0.015676 | 9,290.9948 | $145.65 | |
ETH | 0.03% | $0.000091 | 1,601,016.4875 | $145.51 | |
ETH | 0.03% | $0.003866 | 37,579.9498 | $145.3 | |
ETH | 0.03% | $0.022705 | 6,393.3685 | $145.16 | |
ETH | 0.03% | <$0.000001 | 198,446,945,457.4962 | $145.04 | |
ETH | 0.03% | $0.000002 | 77,260,261.2094 | $144.85 | |
ETH | 0.03% | $0.51814 | 279.0333 | $144.58 | |
ETH | 0.03% | $0.527372 | 274.0324 | $144.52 | |
ETH | 0.03% | $10.96 | 13.1829 | $144.48 | |
ETH | 0.03% | $0.029774 | 4,844.3598 | $144.24 | |
ETH | 0.03% | <$0.000001 | 13,298,336,471.6044 | $143.77 | |
ETH | 0.03% | $1.04 | 137.8875 | $143.4 | |
ETH | 0.03% | $0.015943 | 8,987.6131 | $143.29 | |
ETH | 0.03% | $3,445.22 | 0.0416 | $143.26 | |
ETH | 0.03% | $0.024285 | 5,873.2607 | $142.63 | |
ETH | 0.03% | $0.015304 | 9,315.9385 | $142.57 | |
ETH | 0.03% | $1.03 | 137.3855 | $142.01 | |
ETH | 0.03% | $0.074347 | 1,910.0481 | $142.01 | |
ETH | 0.03% | $2.77 | 51.0526 | $141.42 | |
ETH | 0.03% | $0.002147 | 65,827.7172 | $141.34 | |
ETH | 0.03% | $0.189956 | 743.262 | $141.19 | |
ETH | 0.03% | $0.344102 | 409.7077 | $140.98 | |
ETH | 0.03% | <$0.000001 | 615,235,334,297.9783 | $140.91 | |
ETH | 0.03% | <$0.000001 | 1,242,867,212.7897 | $140.63 | |
ETH | 0.03% | $0.011403 | 12,306.5206 | $140.33 | |
ETH | 0.03% | $0.123218 | 1,135.8091 | $139.95 | |
ETH | 0.03% | $0.23717 | 589.4893 | $139.81 | |
ETH | 0.03% | $0.465801 | 299.6184 | $139.56 | |
ETH | 0.03% | $2.94 | 47.4633 | $139.54 | |
ETH | 0.03% | $0.102496 | 1,361.0998 | $139.51 | |
ETH | 0.03% | $1,128.14 | 0.1235 | $139.37 | |
ETH | 0.03% | $0.027781 | 5,008.3026 | $139.13 | |
ETH | 0.03% | $0.0001 | 1,385,783.3283 | $139.04 | |
ETH | 0.03% | $0.071097 | 1,955.2814 | $139.01 | |
ETH | 0.03% | $0.310567 | 447.0527 | $138.84 | |
ETH | 0.03% | $0.812662 | 170.8118 | $138.81 | |
ETH | 0.03% | $0.015602 | 8,879.5739 | $138.54 | |
ETH | 0.03% | $0.104262 | 1,325.499 | $138.2 | |
ETH | 0.03% | $0.117372 | 1,177.2382 | $138.18 | |
ETH | 0.03% | $0.005514 | 24,939.3421 | $137.51 | |
ETH | 0.03% | $0.143395 | 958.5866 | $137.46 | |
ETH | 0.03% | $0.346222 | 396.4896 | $137.27 | |
ETH | 0.03% | $0.025119 | 5,461.6738 | $137.19 | |
ETH | 0.03% | $0.068239 | 2,004.5675 | $136.79 | |
ETH | 0.03% | $0.000001 | 113,013,288.8439 | $136.75 | |
ETH | 0.03% | $0.180947 | 755.4617 | $136.7 | |
ETH | 0.03% | $1.43 | 95.1238 | $136.03 | |
ETH | 0.03% | $0.176561 | 769.7751 | $135.91 | |
ETH | 0.03% | $0.073517 | 1,846.7261 | $135.77 | |
ETH | 0.03% | $7,876 | 0.0172 | $135.57 | |
ETH | 0.03% | $0.000065 | 2,083,211.5971 | $135.27 | |
ETH | 0.03% | $0.604711 | 223.0484 | $134.88 | |
ETH | 0.03% | $0.000001 | 166,210,800.4546 | $134.82 | |
ETH | 0.03% | $6.08 | 22.1583 | $134.72 | |
ETH | 0.03% | $0.167626 | 802.652 | $134.55 | |
ETH | 0.03% | $0.000103 | 1,302,913.0036 | $134.54 | |
ETH | 0.03% | $0.028124 | 4,771.6055 | $134.2 | |
ETH | 0.03% | $0.000004 | 34,233,182.1674 | $134.19 | |
ETH | 0.03% | $0.997595 | 134.3613 | $134.04 | |
ETH | 0.03% | $0.000001 | 122,347,519.2203 | $133.71 | |
ETH | 0.03% | $0.000898 | 148,929.8246 | $133.68 | |
ETH | 0.03% | <$0.000001 | 375,122,010.5533 | $133.48 | |
ETH | 0.03% | $0.000673 | 198,289.4085 | $133.39 | |
ETH | 0.02% | $0.0398 | 3,349.5087 | $133.31 | |
ETH | 0.02% | $0.177084 | 750.3954 | $132.88 | |
ETH | 0.02% | <$0.000001 | 5,581,308,837,612,731 | $132.78 | |
ETH | 0.02% | $0.05304 | 2,501.4233 | $132.68 | |
ETH | 0.02% | $16.45 | 8.0201 | $131.95 | |
ETH | 0.02% | $0.041725 | 3,155.4275 | $131.66 | |
ETH | 0.02% | $0.362506 | 363.1811 | $131.66 | |
ETH | 0.02% | $9.49 | 13.8706 | $131.63 | |
ETH | 0.02% | $0.015491 | 8,491.3142 | $131.54 | |
ETH | 0.02% | $0.005588 | 23,502.3623 | $131.33 | |
ETH | 0.02% | $0.023547 | 5,572.8568 | $131.22 | |
ETH | 0.02% | <$0.000001 | 46,229,472,705.8222 | $131.11 | |
ETH | 0.02% | $0.036497 | 3,590.3709 | $131.04 | |
ETH | 0.02% | $0.163703 | 800.1624 | $130.99 | |
ETH | 0.02% | <$0.000001 | 412,006,048.1929 | $130.89 | |
ETH | 0.02% | <$0.000001 | 41,036,034,039.6984 | $130.41 | |
ETH | 0.02% | $98,729 | 0.00132041 | $130.36 | |
ETH | 0.02% | $0.192126 | 678.1573 | $130.29 | |
ETH | 0.02% | $0.025834 | 5,042.3016 | $130.26 | |
ETH | 0.02% | $0.000179 | 726,061.597 | $130.04 | |
ETH | 0.02% | $0.004925 | 26,395.6008 | $129.99 | |
ETH | 0.02% | $0.00312 | 41,624.33 | $129.85 | |
ETH | 0.02% | $0.006875 | 18,877.8275 | $129.78 | |
ETH | 0.02% | $0.003203 | 40,515.8554 | $129.78 | |
ETH | 0.02% | $0.020455 | 6,340.6047 | $129.69 | |
ETH | 0.02% | $0.218036 | 594.5824 | $129.64 | |
ETH | 0.02% | $0.985851 | 131.197 | $129.34 | |
ETH | 0.02% | $0.045309 | 2,850.2594 | $129.14 | |
ETH | 0.02% | $0.04032 | 3,196.5246 | $128.88 | |
ETH | 0.02% | $0.462043 | 278.8822 | $128.86 | |
ETH | 0.02% | $0.026509 | 4,860.148 | $128.84 | |
ETH | 0.02% | $0.000326 | 394,677.9017 | $128.74 | |
ETH | 0.02% | $0.005522 | 23,303.2845 | $128.69 | |
ETH | 0.02% | $21.89 | 5.8685 | $128.46 | |
ETH | 0.02% | <$0.000001 | 20,090,163,138.6576 | $128.44 | |
ETH | 0.02% | $0.011232 | 11,423.6459 | $128.31 | |
ETH | 0.02% | $1 | 127.6498 | $128.16 | |
ETH | 0.02% | $1.76 | 72.658 | $127.88 | |
ETH | 0.02% | $0.092922 | 1,375.5806 | $127.82 | |
ETH | 0.02% | $1.04 | 123.1421 | $127.82 | |
ETH | 0.02% | $0.034579 | 3,678.2916 | $127.19 | |
ETH | 0.02% | $0.014864 | 8,551.7068 | $127.11 | |
ETH | 0.02% | $0.001051 | 120,651.518 | $126.78 | |
ETH | 0.02% | $0.063198 | 2,004.6818 | $126.69 | |
ETH | 0.02% | <$0.000001 | 18,486,004,151.8345 | $126.63 | |
ETH | 0.02% | $2.51 | 50.4391 | $126.6 | |
ETH | 0.02% | $0.005799 | 21,793.0771 | $126.39 | |
ETH | 0.02% | $0.094418 | 1,338.3016 | $126.36 | |
ETH | 0.02% | $0.000005 | 23,623,458.2203 | $126.15 | |
ETH | 0.02% | $0.173645 | 726.2189 | $126.1 | |
ETH | 0.02% | $0.50831 | 248.0696 | $126.1 | |
ETH | 0.02% | $0.038602 | 3,264.7187 | $126.03 | |
ETH | 0.02% | $0.001071 | 117,617.0403 | $125.95 | |
ETH | 0.02% | $0.049979 | 2,515.6857 | $125.73 | |
ETH | 0.02% | $0.011462 | 10,963.0707 | $125.66 | |
ETH | 0.02% | $1.69 | 74.154 | $125.57 | |
ETH | 0.02% | $0.00616 | 20,347.1594 | $125.34 | |
ETH | 0.02% | $0.000842 | 148,735.4831 | $125.19 | |
ETH | 0.02% | $0.573802 | 218.0457 | $125.12 | |
ETH | 0.02% | $0.247745 | 504.7649 | $125.05 | |
ETH | 0.02% | $0.01098 | 11,374.7395 | $124.89 | |
ETH | 0.02% | $0.275999 | 450.8538 | $124.44 | |
ETH | 0.02% | $0.97141 | 127.996 | $124.34 | |
ETH | 0.02% | $0.030462 | 4,076.6158 | $124.18 | |
ETH | 0.02% | $0.425574 | 291.4559 | $124.04 | |
ETH | 0.02% | $1.72 | 71.9978 | $123.84 | |
ETH | 0.02% | $0.000002 | 67,605,086.1306 | $123.72 | |
ETH | 0.02% | $0.023415 | 5,273.9137 | $123.49 | |
ETH | 0.02% | $0.000254 | 485,341.8973 | $123.35 | |
ETH | 0.02% | $0.628656 | 195.9952 | $123.21 | |
ETH | 0.02% | $0.001402 | 87,624.9675 | $122.89 | |
ETH | 0.02% | $0.002601 | 47,126.164 | $122.58 | |
ETH | 0.02% | $13.82 | 8.8687 | $122.57 | |
ETH | 0.02% | $0.006295 | 19,464.0399 | $122.53 | |
ETH | 0.02% | $0.000095 | 1,287,232.9067 | $122.46 | |
ETH | 0.02% | $0.020039 | 6,091.7298 | $122.07 | |
ETH | 0.02% | $0.003486 | 34,987.9932 | $121.97 | |
ETH | 0.02% | $0.043118 | 2,827.586 | $121.92 | |
ETH | 0.02% | $17.43 | 6.9891 | $121.82 | |
ETH | 0.02% | $0.000021 | 5,874,059.2253 | $121.77 | |
ETH | 0.02% | <$0.000001 | 1,216,361,434,077.3752 | $121.64 | |
ETH | 0.02% | $0.002047 | 59,334.9278 | $121.47 | |
ETH | 0.02% | $9.78 | 12.4086 | $121.36 | |
ETH | 0.02% | $0.001557 | 77,842.8605 | $121.2 | |
ETH | 0.02% | $0.004071 | 29,750.7736 | $121.1 | |
ETH | 0.02% | <$0.000001 | 46,490,158,135.2102 | $121.04 | |
ETH | 0.02% | $0.061491 | 1,966.1368 | $120.9 | |
ETH | 0.02% | $0.001259 | 95,882.0784 | $120.73 | |
ETH | 0.02% | $0.027891 | 4,317.1523 | $120.41 | |
ETH | 0.02% | $0.011868 | 10,089.8932 | $119.75 | |
ETH | 0.02% | <$0.000001 | 656,187,964.1991 | $119.68 | |
ETH | 0.02% | $0.000916 | 130,574.8649 | $119.64 | |
ETH | 0.02% | $0.015669 | 7,634.8573 | $119.63 | |
ETH | 0.02% | $4.61 | 25.9077 | $119.44 | |
ETH | 0.02% | $0.00413 | 28,894.1828 | $119.34 | |
ETH | 0.02% | <$0.000001 | 296,593,117.1396 | $119.33 | |
ETH | 0.02% | $2,360.86 | 0.0505 | $119.25 | |
ETH | 0.02% | $0.017296 | 6,858.4755 | $118.63 | |
ETH | 0.02% | <$0.000001 | 5,556,191,150.2171 | $118.51 | |
ETH | 0.02% | $0.006 | 19,737.5438 | $118.42 | |
ETH | 0.02% | $0.00656 | 18,045.2556 | $118.38 | |
ETH | 0.02% | $1.81 | 65.0502 | $117.95 | |
ETH | 0.02% | $0.008036 | 14,621.0724 | $117.5 | |
ETH | 0.02% | $0.019261 | 6,095.4724 | $117.41 | |
ETH | 0.02% | $0.001415 | 82,894.0606 | $117.28 | |
ETH | 0.02% | $0.684413 | 171.1104 | $117.11 | |
ETH | 0.02% | $50.11 | 2.3337 | $116.94 | |
ETH | 0.02% | $61.95 | 1.8865 | $116.87 | |
ETH | 0.02% | $0.000877 | 133,081.4439 | $116.71 | |
ETH | 0.02% | $0.000511 | 228,333.7316 | $116.62 | |
ETH | 0.02% | $1.04 | 112.34 | $116.61 | |
ETH | 0.02% | <$0.000001 | 296,378,604,734.6489 | $116.4 | |
ETH | 0.02% | $0.000403 | 288,452.7645 | $116.3 | |
ETH | 0.02% | $0.000001 | 182,947,689.6773 | $116.19 | |
ETH | 0.02% | $0.000096 | 1,205,055.9704 | $116.06 | |
ETH | 0.02% | $0.213199 | 544.2756 | $116.04 | |
ETH | 0.02% | $0.005976 | 19,349.5212 | $115.64 | |
ETH | 0.02% | $0.000182 | 635,658.4583 | $115.61 | |
ETH | 0.02% | $0.043288 | 2,670.2548 | $115.59 | |
ETH | 0.02% | <$0.000001 | 1,728,117,751.0866 | $115.27 | |
ETH | 0.02% | <$0.000001 | 319,940,693.4014 | $115.25 | |
ETH | 0.02% | $0.030335 | 3,783.4398 | $114.77 | |
ETH | 0.02% | $0.028018 | 4,094.5201 | $114.72 | |
ETH | 0.02% | $0.635512 | 179.3439 | $113.98 | |
ETH | 0.02% | $0.00305 | 37,312.9299 | $113.81 | |
ETH | 0.02% | $0.111995 | 1,015.8207 | $113.77 | |
ETH | 0.02% | $58.8 | 1.9287 | $113.4 | |
ETH | 0.02% | $0.000001 | 137,769,578.5608 | $113.3 | |
ETH | 0.02% | $0.043856 | 2,581.6991 | $113.22 | |
ETH | 0.02% | $7.64 | 14.7869 | $112.97 | |
ETH | 0.02% | <$0.000001 | 2,069,902,907.3212 | $112.79 | |
ETH | 0.02% | <$0.000001 | 22,087,983,971.3481 | $112.76 | |
ETH | 0.02% | $0.036826 | 3,058.6816 | $112.64 | |
ETH | 0.02% | $0.000002 | 63,622,450.5095 | $112.61 | |
ETH | 0.02% | $5.6 | 20.1051 | $112.59 | |
ETH | 0.02% | $0.004342 | 25,848.4113 | $112.24 | |
ETH | 0.02% | $0.194898 | 574.4441 | $111.96 | |
ETH | 0.02% | $0.00566 | 19,768.0455 | $111.89 | |
ETH | 0.02% | <$0.000001 | 524,907,266,781.7922 | $111.83 | |
ETH | 0.02% | $0.07252 | 1,540.9575 | $111.75 | |
ETH | 0.02% | $0.003161 | 35,168.2441 | $111.15 | |
ETH | 0.02% | $0.000002 | 60,718,227.5824 | $111.11 | |
ETH | 0.02% | $0.601857 | 184.5075 | $111.05 | |
ETH | 0.02% | $9.45 | 11.7213 | $110.77 | |
ETH | 0.02% | $0.006573 | 16,630.5715 | $109.31 | |
ETH | 0.02% | $0.003613 | 30,186.8768 | $109.07 | |
ETH | 0.02% | <$0.000001 | 69,431,064,106.7334 | $109.01 | |
ETH | 0.02% | $0.043232 | 2,518.9629 | $108.9 | |
ETH | 0.02% | $0.048815 | 2,229.3133 | $108.82 | |
ETH | 0.02% | $0.708687 | 153.495 | $108.78 | |
ETH | 0.02% | $0.000771 | 141,037.2199 | $108.74 | |
ETH | 0.02% | <$0.000001 | 144,140,118,959.9815 | $108.57 | |
ETH | 0.02% | $0.017125 | 6,334.0014 | $108.47 | |
ETH | 0.02% | $106,115 | 0.00102177 | $108.43 | |
ETH | 0.02% | $0.726524 | 149.2281 | $108.42 | |
ETH | 0.02% | $0.091818 | 1,179.8762 | $108.33 | |
ETH | 0.02% | $0.114797 | 939.6887 | $107.87 | |
ETH | 0.02% | $0.007862 | 13,718.7448 | $107.86 | |
ETH | 0.02% | $0.000285 | 377,800.1319 | $107.84 | |
ETH | 0.02% | $4.07 | 26.4644 | $107.71 | |
ETH | 0.02% | $0.145901 | 737.2387 | $107.56 | |
ETH | 0.02% | $287.78 | 0.3736 | $107.51 | |
ETH | 0.02% | $0.998939 | 107.5534 | $107.44 | |
ETH | 0.02% | $0.02059 | 5,217.4825 | $107.43 | |
ETH | 0.02% | $0.014854 | 7,206.724 | $107.05 | |
ETH | 0.02% | $692.15 | 0.1546 | $106.98 | |
ETH | 0.02% | $8.9 | 12.0184 | $106.96 | |
ETH | 0.02% | $0.053337 | 2,005.1248 | $106.95 | |
ETH | 0.02% | $7.4 | 14.4191 | $106.7 | |
ETH | 0.02% | $4.77 | 22.3273 | $106.5 | |
ETH | 0.02% | $0.006309 | 16,867.8182 | $106.43 | |
ETH | 0.02% | $0.000951 | 111,871.2458 | $106.39 | |
ETH | 0.02% | $1.52 | 69.9086 | $106.25 | |
ETH | 0.02% | $0.92016 | 115.3049 | $106.1 | |
ETH | 0.02% | $0.000008 | 12,773,487.5448 | $106.07 | |
ETH | 0.02% | $0.007472 | 14,170.2189 | $105.88 | |
ETH | 0.02% | $0.022451 | 4,708.6905 | $105.71 | |
ETH | 0.02% | $0.003015 | 35,009.8196 | $105.54 | |
ETH | 0.02% | $0.001444 | 73,090.3774 | $105.54 | |
ETH | 0.02% | <$0.000001 | 107,885,070,451.7005 | $105.26 | |
ETH | 0.02% | $0.004129 | 25,475.2477 | $105.19 | |
ETH | 0.02% | $0.000022 | 4,664,482.0487 | $104.9 | |
ETH | 0.02% | $0.039741 | 2,638.1038 | $104.84 | |
ETH | 0.02% | $0.923793 | 113.3605 | $104.72 | |
ETH | 0.02% | $0.97141 | 107.709 | $104.63 | |
ETH | 0.02% | $0.297158 | 351.8171 | $104.55 | |
ETH | 0.02% | $0.003587 | 29,145.4824 | $104.55 | |
ETH | 0.02% | $1.19 | 87.7354 | $104.41 | |
ETH | 0.02% | $0.00121 | 86,211.6091 | $104.32 | |
ETH | 0.02% | $0.000904 | 115,140.8109 | $104.1 | |
ETH | 0.02% | $0.010225 | 10,177.6422 | $104.07 | |
ETH | 0.02% | $0.000003 | 34,885,269.5584 | $103.92 | |
ETH | 0.02% | $159,751.26 | 0.00065047 | $103.91 | |
ETH | 0.02% | $0.173851 | 597.656 | $103.9 | |
ETH | 0.02% | $0.001558 | 66,399.6979 | $103.47 | |
ETH | 0.02% | $1.81 | 57.0596 | $103.43 | |
ETH | 0.02% | $0.000259 | 398,605.8542 | $103.25 | |
ETH | 0.02% | $1.24 | 83.2157 | $103.19 | |
ETH | 0.02% | $0.091581 | 1,125.8767 | $103.11 | |
ETH | 0.02% | $0.998539 | 103.2449 | $103.09 | |
ETH | 0.02% | $0.001945 | 52,784.9985 | $102.68 | |
ETH | 0.02% | $3,492.77 | 0.0293 | $102.45 | |
ETH | 0.02% | $0.092419 | 1,104.0616 | $102.04 | |
ETH | 0.02% | $0.000478 | 213,282.0624 | $101.85 | |
ETH | 0.02% | $0.009651 | 10,538.8135 | $101.71 | |
ETH | 0.02% | $0.000856 | 118,744.0518 | $101.64 | |
ETH | 0.02% | $0.000001 | 130,358,908.2894 | $101.49 | |
ETH | 0.02% | $0.026794 | 3,782.9435 | $101.36 | |
ETH | 0.02% | $0.178516 | 567.7536 | $101.35 | |
ETH | 0.02% | $0.046794 | 2,159.0338 | $101.03 | |
ETH | 0.02% | $0.013299 | 7,558.2039 | $100.52 | |
ETH | 0.02% | $0.000124 | 810,181.4225 | $100.4 | |
ETH | 0.02% | $0.043468 | 2,300.9364 | $100.02 | |
ETH | 0.02% | <$0.000001 | 222,652,768.9917 | $99.92 | |
ETH | 0.02% | <$0.000001 | 279,496,164,060.3362 | $99.09 | |
ETH | 0.02% | <$0.000001 | 40,020,665,108.4268 | $98.98 | |
ETH | 0.02% | $0.148715 | 665.4234 | $98.96 | |
ETH | 0.02% | $0.030963 | 3,193.7574 | $98.89 | |
ETH | 0.02% | $0.010274 | 9,620.3425 | $98.84 | |
ETH | 0.02% | $0.010672 | 9,261.8498 | $98.84 | |
ETH | 0.02% | $0.136914 | 721.3293 | $98.76 | |
ETH | 0.02% | $0.004341 | 22,720.3258 | $98.62 | |
ETH | 0.02% | <$0.000001 | 8,317,747,987.5049 | $98.12 | |
ETH | 0.02% | $1.16 | 84.1419 | $97.6 | |
ETH | 0.02% | $0.017012 | 5,725.6237 | $97.4 | |
ETH | 0.02% | $0.004879 | 19,943.3054 | $97.31 | |
ETH | 0.02% | $0.004667 | 20,842.0134 | $97.27 | |
ETH | 0.02% | $0.857703 | 113.3601 | $97.23 | |
ETH | 0.02% | $0.560979 | 172.4089 | $96.72 | |
ETH | 0.02% | $0.004063 | 23,796.7344 | $96.69 | |
ETH | 0.02% | $2.13 | 45.3209 | $96.53 | |
ETH | 0.02% | $9.67 | 9.9494 | $96.21 | |
ETH | 0.02% | $0.007077 | 13,592.4947 | $96.19 | |
ETH | 0.02% | $29.76 | 3.2318 | $96.17 | |
ETH | 0.02% | $0.00134 | 71,761.6752 | $96.14 | |
ETH | 0.02% | $0.011391 | 8,415.2007 | $95.86 | |
ETH | 0.02% | $67.19 | 1.4254 | $95.77 | |
ETH | 0.02% | $0.016756 | 5,714.1865 | $95.75 | |
ETH | 0.02% | $0.188384 | 508.1202 | $95.72 | |
ETH | 0.02% | $0.361789 | 264.526 | $95.7 | |
ETH | 0.02% | $0.025908 | 3,691.8329 | $95.65 | |
ETH | 0.02% | $1.6 | 59.6707 | $95.47 | |
ETH | 0.02% | $0.052329 | 1,824.0241 | $95.45 | |
ETH | 0.02% | $0.003016 | 31,626.2318 | $95.39 | |
ETH | 0.02% | $0.000814 | 116,972.3776 | $95.24 | |
ETH | 0.02% | $0.000179 | 531,867.1572 | $95.22 | |
ETH | 0.02% | $0.001867 | 50,880.977 | $95.02 | |
ETH | 0.02% | $0.010557 | 8,985.0082 | $94.85 | |
ETH | 0.02% | $0.000507 | 186,654.1157 | $94.69 | |
ETH | 0.02% | $0.000088 | 1,069,066.4418 | $94.43 | |
ETH | 0.02% | $0.117784 | 801.3589 | $94.39 | |
ETH | 0.02% | $0.205372 | 459.396 | $94.35 | |
ETH | 0.02% | <$0.000001 | 548,901,214,188.4685 | $94.28 | |
ETH | 0.02% | $0.00057 | 164,973.9013 | $94.06 | |
ETH | 0.02% | $0.178892 | 525.6619 | $94.04 | |
ETH | 0.02% | $0.074328 | 1,264.9547 | $94.02 | |
ETH | 0.02% | $228.36 | 0.4115 | $93.96 | |
ETH | 0.02% | $0.028744 | 3,264.3746 | $93.83 | |
ETH | 0.02% | $0.000001 | 157,236,336.3355 | $93.58 | |
ETH | 0.02% | $0.235772 | 396.3203 | $93.44 | |
ETH | 0.02% | $0.044855 | 2,082.3703 | $93.4 | |
ETH | 0.02% | $0.092985 | 1,000.4688 | $93.03 | |
ETH | 0.02% | $0.028276 | 3,287.2233 | $92.95 | |
ETH | 0.02% | $0.000001 | 139,089,077.9515 | $92.85 | |
ETH | 0.02% | $0.57233 | 161.9079 | $92.66 | |
ETH | 0.02% | $0.000185 | 499,363.268 | $92.6 | |
ETH | 0.02% | $0.003239 | 28,561.3453 | $92.51 | |
ETH | 0.02% | $0.009322 | 9,914.2136 | $92.42 | |
ETH | 0.02% | <$0.000001 | 692,553,391.9358 | $92.34 | |
ETH | 0.02% | $0.157762 | 584.2464 | $92.17 | |
ETH | 0.02% | $0.000001 | 67,401,931.8362 | $92.05 | |
ETH | 0.02% | $0.00378 | 24,300.2541 | $91.85 | |
ETH | 0.02% | $0.225346 | 406.179 | $91.53 | |
ETH | 0.02% | $0.000125 | 726,810.7293 | $91.1 | |
ETH | 0.02% | $0.013088 | 6,953.8703 | $91.01 | |
ETH | 0.02% | $0.009068 | 10,028.5494 | $90.94 | |
ETH | 0.02% | $0.094772 | 959.3352 | $90.92 | |
ETH | 0.02% | $0.008746 | 10,390.3569 | $90.88 | |
ETH | 0.02% | $0.001447 | 62,529.2706 | $90.47 | |
ETH | 0.02% | $0.385474 | 234.1093 | $90.24 | |
ETH | 0.02% | $0.354892 | 253.6861 | $90.03 | |
ETH | 0.02% | $0.997815 | 90.1685 | $89.97 | |
ETH | 0.02% | $0.123612 | 726.8257 | $89.84 | |
ETH | 0.02% | $0.094184 | 953.4997 | $89.8 | |
ETH | 0.02% | $2.59 | 34.6424 | $89.72 | |
ETH | 0.02% | $0.078885 | 1,136.3972 | $89.64 | |
ETH | 0.02% | $0.000028 | 3,238,222.9014 | $89.6 | |
ETH | 0.02% | $41.87 | 2.1371 | $89.48 | |
ETH | 0.02% | $0.830039 | 107.3577 | $89.11 | |
ETH | 0.02% | $0.003138 | 28,364.7641 | $89.01 | |
ETH | 0.02% | $3,174.92 | 0.028 | $88.99 | |
ETH | 0.02% | $0.000003 | 29,586,612.3545 | $88.95 | |
ETH | 0.02% | $0.000006 | 14,604,251.7928 | $88.94 | |
ETH | 0.02% | $0.020241 | 4,393.5431 | $88.93 | |
ETH | 0.02% | $0.000001 | 63,934,570.1478 | $88.87 | |
ETH | 0.02% | $0.00368 | 24,141.1287 | $88.84 | |
ETH | 0.02% | $0.158065 | 561.9871 | $88.83 | |
ETH | 0.02% | $0.095034 | 933.6883 | $88.73 | |
ETH | 0.02% | $0.0003 | 295,966.7682 | $88.65 | |
ETH | 0.02% | $0.003836 | 23,080.1991 | $88.54 | |
ETH | 0.02% | $0.0002 | 442,896.5198 | $88.52 | |
ETH | 0.02% | $0.010827 | 8,172.627 | $88.49 | |
ETH | 0.02% | $0.01569 | 5,603.2548 | $87.92 | |
ETH | 0.02% | $21.83 | 4.0211 | $87.78 | |
ETH | 0.02% | $0.648632 | 135.3174 | $87.77 | |
ETH | 0.02% | $0.101119 | 865.8459 | $87.55 | |
ETH | 0.02% | $0.112749 | 775.6218 | $87.45 | |
ETH | 0.02% | $1.23 | 71 | $87.33 | |
ETH | 0.02% | <$0.000001 | 246,431,597,652.8961 | $87.32 | |
ETH | 0.02% | $0.005911 | 14,768.2925 | $87.3 | |
ETH | 0.02% | $0.002009 | 43,390.5137 | $87.16 | |
ETH | 0.02% | $0.00425 | 20,443.7198 | $86.88 | |
ETH | 0.02% | $1.01 | 85.7361 | $86.85 | |
ETH | 0.02% | <$0.000001 | 248,274,543.2708 | $86.84 | |
ETH | 0.02% | $24.7 | 3.5104 | $86.71 | |
ETH | 0.02% | $0.11316 | 765.4962 | $86.62 | |
ETH | 0.02% | $0.169197 | 510.9181 | $86.45 | |
ETH | 0.02% | $1.98 | 43.6352 | $86.4 | |
ETH | 0.02% | $0.032243 | 2,677.2491 | $86.32 | |
ETH | 0.02% | $0.02309 | 3,730.9837 | $86.15 | |
ETH | 0.02% | $0.000008 | 10,444,254.4497 | $86.06 | |
ETH | 0.02% | $0.002782 | 30,910.3829 | $85.99 | |
ETH | 0.02% | $0.140628 | 611.3702 | $85.98 | |
ETH | 0.02% | $0.001045 | 82,175.8289 | $85.88 | |
ETH | 0.02% | $3,916.95 | 0.0219 | $85.81 | |
ETH | 0.02% | $0.001539 | 55,563.8608 | $85.5 | |
ETH | 0.02% | $0.01226 | 6,972.4266 | $85.48 | |
ETH | 0.02% | $0.002132 | 40,046.9892 | $85.4 | |
ETH | 0.02% | $0.00005 | 1,694,128.34 | $85.18 | |
ETH | 0.02% | $0.087977 | 964.2867 | $84.84 | |
ETH | 0.02% | $0.400135 | 211.8943 | $84.79 | |
ETH | 0.02% | $0.000695 | 121,914.7712 | $84.75 | |
ETH | 0.02% | $0.411927 | 205.3054 | $84.57 | |
ETH | 0.02% | $0.114623 | 735.3315 | $84.29 | |
ETH | 0.02% | $0.003317 | 25,395.0145 | $84.22 | |
ETH | 0.02% | <$0.000001 | 74,953,653,444.8976 | $83.87 | |
ETH | 0.02% | $0.447141 | 187.5619 | $83.87 | |
ETH | 0.02% | $0.014723 | 5,689.4365 | $83.77 | |
ETH | 0.02% | $0.001646 | 50,838.9152 | $83.7 | |
ETH | 0.02% | $2.63 | 31.8065 | $83.65 | |
ETH | 0.02% | $0.00017 | 490,464.7624 | $83.54 | |
ETH | 0.02% | $0.000002 | 36,229,148.9411 | $83.38 | |
ETH | 0.02% | $0.746961 | 111.3494 | $83.17 | |
ETH | 0.02% | $0.249142 | 332.4208 | $82.82 | |
ETH | 0.02% | $0.001026 | 80,569.5432 | $82.7 | |
ETH | 0.02% | $0.146328 | 564.4246 | $82.59 | |
ETH | 0.02% | $105,706 | 0.00078063 | $82.52 | |
ETH | 0.02% | <$0.000001 | 166,871,685.4929 | $82.51 | |
ETH | 0.02% | $0.060258 | 1,368.1928 | $82.44 | |
ETH | 0.02% | $1 | 82.0242 | $82.19 | |
ETH | 0.02% | <$0.000001 | 50,772,867,613.9669 | $82.19 | |
ETH | 0.02% | <$0.000001 | 331,395,095.3607 | $82.19 | |
ETH | 0.02% | $1.27 | 64.6624 | $82.12 | |
ETH | 0.02% | $0.004531 | 18,112.1554 | $82.07 | |
ETH | 0.02% | $0.000474 | 172,675.9956 | $81.88 | |
ETH | 0.02% | $0.362794 | 224.9326 | $81.6 | |
ETH | 0.02% | <$0.000001 | 169,084,807.1346 | $81.51 | |
ETH | 0.02% | $0.006942 | 11,741.2292 | $81.51 | |
ETH | 0.02% | $0.03107 | 2,623.2042 | $81.5 | |
ETH | 0.02% | <$0.000001 | 1,271,038,865,882.5703 | $81.48 | |
ETH | 0.02% | $0.082562 | 986.2157 | $81.42 | |
ETH | 0.02% | $0.00083 | 96,838.4513 | $80.4 | |
ETH | 0.02% | $0.000023 | 3,555,285.41 | $80.31 | |
ETH | 0.02% | $0.001366 | 58,680.023 | $80.16 | |
ETH | 0.01% | $0.028906 | 2,761.3243 | $79.82 | |
ETH | 0.01% | $0.106062 | 751.9897 | $79.76 | |
ETH | 0.01% | $0.049555 | 1,605.565 | $79.56 | |
ETH | 0.01% | $0.000368 | 215,739.8866 | $79.42 | |
ETH | 0.01% | $0.119891 | 659.7835 | $79.1 | |
ETH | 0.01% | $0.237027 | 333.67 | $79.09 | |
ETH | 0.01% | $0.001028 | 76,956.2619 | $79.08 | |
ETH | 0.01% | $0.000007 | 11,830,595.863 | $78.67 | |
ETH | 0.01% | $0.038482 | 2,039.0321 | $78.47 | |
ETH | 0.01% | $0.022135 | 3,539.8743 | $78.36 | |
ETH | 0.01% | $0.001374 | 56,995.3731 | $78.31 | |
ETH | 0.01% | $0.000003 | 24,770,758.8276 | $78.3 | |
ETH | 0.01% | $0.000061 | 1,279,853.6006 | $78.29 | |
ETH | 0.01% | $0.026248 | 2,979.8101 | $78.21 | |
ETH | 0.01% | $0.466258 | 166.9186 | $77.83 | |
ETH | 0.01% | $1.18 | 65.8414 | $77.69 | |
ETH | 0.01% | $0.072829 | 1,066.0844 | $77.64 | |
ETH | 0.01% | $0.001037 | 74,751.1543 | $77.49 | |
ETH | 0.01% | <$0.000001 | 9,065,504,295.7383 | $77.32 | |
ETH | 0.01% | <$0.000001 | 539,326,752.4594 | $77.26 | |
ETH | 0.01% | $0.201874 | 381.8393 | $77.08 | |
ETH | 0.01% | $0.057196 | 1,346.4242 | $77.01 | |
ETH | 0.01% | $0.091364 | 841.4961 | $76.88 | |
ETH | 0.01% | $58.98 | 1.3029 | $76.85 | |
ETH | 0.01% | $73.69 | 1.0397 | $76.62 | |
ETH | 0.01% | <$0.000001 | 7,972,008,454.3068 | $76.28 | |
ETH | 0.01% | $0.015406 | 4,936.5085 | $76.05 | |
ETH | 0.01% | $0.020563 | 3,693.355 | $75.95 | |
ETH | 0.01% | $0.016408 | 4,624.0435 | $75.87 | |
ETH | 0.01% | $0.019896 | 3,801.2971 | $75.63 | |
ETH | 0.01% | $0.000001 | 134,304,523.8352 | $75.59 | |
ETH | 0.01% | $0.543568 | 138.8669 | $75.48 | |
ETH | 0.01% | $0.028071 | 2,681.6802 | $75.28 | |
ETH | 0.01% | $0.100646 | 747.8837 | $75.27 | |
ETH | 0.01% | $0.050659 | 1,477.7914 | $74.86 | |
ETH | 0.01% | $0.0805 | 928.8717 | $74.77 | |
ETH | 0.01% | $0.244743 | 305.4897 | $74.77 | |
ETH | 0.01% | $0.012147 | 6,145.2372 | $74.65 | |
ETH | 0.01% | $0.005004 | 14,900.6135 | $74.56 | |
ETH | 0.01% | $319.8 | 0.2326 | $74.38 | |
ETH | 0.01% | $0.05088 | 1,461.0168 | $74.34 | |
ETH | 0.01% | $0.000622 | 119,269.6115 | $74.21 | |
ETH | 0.01% | <$0.000001 | 75,653,865,640.3587 | $74.08 | |
ETH | 0.01% | $0.060791 | 1,217.5712 | $74.02 | |
ETH | 0.01% | <$0.000001 | 290,494,567.0373 | $73.88 | |
ETH | 0.01% | <$0.000001 | 148,026,134,111.6119 | $73.87 | |
ETH | 0.01% | $0.005934 | 12,441.354 | $73.83 | |
ETH | 0.01% | <$0.000001 | 169,687,757.2005 | $73.59 | |
ETH | 0.01% | $0.000022 | 3,397,243.6318 | $73.47 | |
ETH | 0.01% | $0.01288 | 5,681.6352 | $73.18 | |
ETH | 0.01% | $0.000008 | 8,630,996.737 | $72.95 | |
ETH | 0.01% | $0.006488 | 11,236.6549 | $72.91 | |
ETH | 0.01% | $0.024513 | 2,973.15 | $72.88 | |
ETH | 0.01% | $1 | 72.835 | $72.85 | |
ETH | 0.01% | $0.000835 | 87,163.9358 | $72.76 | |
ETH | 0.01% | $0.019414 | 3,742.9571 | $72.67 | |
ETH | 0.01% | $0.000183 | 397,851.1735 | $72.66 | |
ETH | 0.01% | $0.008969 | 8,097.3434 | $72.62 | |
ETH | 0.01% | <$0.000001 | 244,132,393.0408 | $72.53 | |
ETH | 0.01% | $0.005947 | 12,182.7677 | $72.45 | |
ETH | 0.01% | $0.000016 | 4,413,485.3931 | $72.45 | |
ETH | 0.01% | <$0.000001 | 198,656,260,505.8815 | $72.07 | |
ETH | 0.01% | $0.0249 | 2,887.7665 | $71.91 | |
ETH | 0.01% | $0.000243 | 295,623.3502 | $71.84 | |
ETH | 0.01% | $105,774 | 0.00067867 | $71.79 | |
ETH | 0.01% | $0.008895 | 8,041.2597 | $71.53 | |
ETH | 0.01% | $0.000943 | 75,761.3111 | $71.46 | |
ETH | 0.01% | $5.17 | 13.7951 | $71.34 | |
ETH | 0.01% | $0.000016 | 4,580,170.3616 | $71.26 | |
ETH | 0.01% | $0.02729 | 2,608.7677 | $71.19 | |
ETH | 0.01% | $0.399226 | 178.1141 | $71.11 | |
ETH | 0.01% | $0.000665 | 106,834.0759 | $71.07 | |
ETH | 0.01% | $0.011605 | 6,112.535 | $70.93 | |
ETH | 0.01% | $0.989783 | 71.6196 | $70.89 | |
ETH | 0.01% | $2.23 | 31.7738 | $70.86 | |
ETH | 0.01% | $0.000085 | 830,894.4308 | $70.83 | |
ETH | 0.01% | $0.026222 | 2,699.8393 | $70.8 | |
ETH | 0.01% | $2.87 | 24.6774 | $70.73 | |
ETH | 0.01% | $0.042016 | 1,683.3189 | $70.73 | |
ETH | 0.01% | <$0.000001 | 8,861,105,420.9418 | $70.7 | |
ETH | 0.01% | $0.000005 | 14,803,938.6203 | $70.69 | |
ETH | 0.01% | $0.077875 | 905.918 | $70.55 | |
ETH | 0.01% | $0.554085 | 127.1949 | $70.48 | |
ETH | 0.01% | $0.001785 | 39,438.2866 | $70.41 | |
ETH | 0.01% | $0.00373 | 18,873.6307 | $70.4 | |
ETH | 0.01% | $0.000656 | 106,926.7864 | $70.19 | |
ETH | 0.01% | $0.002667 | 26,303.3375 | $70.14 | |
ETH | 0.01% | $0.000359 | 195,258.5761 | $70.11 | |
ETH | 0.01% | $0.889255 | 78.8047 | $70.08 | |
ETH | 0.01% | $0.005072 | 13,808.2742 | $70.04 | |
ETH | 0.01% | $0.015218 | 4,577.1762 | $69.66 | |
ETH | 0.01% | $0.008211 | 8,469.1424 | $69.54 | |
ETH | 0.01% | $0.010584 | 6,538.4588 | $69.2 | |
ETH | 0.01% | <$0.000001 | 19,998,009,391.0128 | $69.15 | |
ETH | 0.01% | $0.000789 | 87,613.6786 | $69.09 | |
ETH | 0.01% | $0.065597 | 1,048.9101 | $68.81 | |
ETH | 0.01% | $0.000165 | 415,768.2358 | $68.48 | |
ETH | 0.01% | <$0.000001 | 46,323,441,363.4519 | $68.42 | |
ETH | 0.01% | $0.008831 | 7,747.5932 | $68.42 | |
ETH | 0.01% | <$0.000001 | 54,632,200,489,000.656 | $68.14 | |
ETH | 0.01% | $1.46 | 46.7134 | $68.03 | |
ETH | 0.01% | $0.900346 | 75.4883 | $67.97 | |
ETH | 0.01% | $0.040837 | 1,661.4938 | $67.85 | |
ETH | 0.01% | $0.035661 | 1,901.0268 | $67.79 | |
ETH | 0.01% | $0.001466 | 46,238.9841 | $67.76 | |
ETH | 0.01% | $0.275081 | 245.417 | $67.51 | |
ETH | 0.01% | $0.004454 | 15,143.0613 | $67.45 | |
ETH | 0.01% | $0.045437 | 1,481.7342 | $67.33 | |
ETH | 0.01% | $0.004963 | 13,562.7645 | $67.31 | |
ETH | 0.01% | $0.000167 | 401,798.5194 | $67.18 | |
ETH | 0.01% | $0.023582 | 2,840.585 | $66.99 | |
ETH | 0.01% | $2.21 | 30.256 | $66.87 | |
ETH | 0.01% | <$0.000001 | 195,364,739.29 | $66.8 | |
ETH | 0.01% | $0.002044 | 32,683.9509 | $66.79 | |
ETH | 0.01% | $0.003328 | 20,068 | $66.79 | |
ETH | 0.01% | $0.00941 | 7,091.378 | $66.73 | |
ETH | 0.01% | $0.041898 | 1,587.5049 | $66.51 | |
ETH | 0.01% | $0.000478 | 139,065.1035 | $66.51 | |
ETH | 0.01% | $0.034066 | 1,948.5418 | $66.38 | |
ETH | 0.01% | $0.022309 | 2,966.8179 | $66.19 | |
ETH | 0.01% | $1.28 | 51.4143 | $65.81 | |
ETH | 0.01% | $0.001235 | 53,267.0549 | $65.77 | |
ETH | 0.01% | <$0.000001 | 149,804,195,336.8148 | $65.77 | |
ETH | 0.01% | $1.07 | 61.7345 | $65.75 | |
ETH | 0.01% | $24.21 | 2.7141 | $65.71 | |
ETH | 0.01% | $0.00307 | 21,227.4246 | $65.16 | |
ETH | 0.01% | $0.051875 | 1,254.4152 | $65.07 | |
ETH | 0.01% | $0.016269 | 3,997.3336 | $65.03 | |
ETH | 0.01% | $9.92 | 6.5493 | $64.97 | |
ETH | 0.01% | $0.006027 | 10,740.8769 | $64.73 | |
ETH | 0.01% | $0.549832 | 117.2333 | $64.46 | |
ETH | 0.01% | $0.021918 | 2,931.7784 | $64.26 | |
ETH | 0.01% | $0.000001 | 114,621,332.6512 | $64.17 | |
ETH | 0.01% | $0.000015 | 4,288,788.9284 | $64.16 | |
ETH | 0.01% | $0.024438 | 2,614.8454 | $63.9 | |
ETH | 0.01% | $0.001914 | 33,360.6633 | $63.86 | |
ETH | 0.01% | $0.008991 | 7,095.1185 | $63.79 | |
ETH | 0.01% | $0.041946 | 1,519.6775 | $63.74 | |
ETH | 0.01% | $0.177192 | 359.229 | $63.65 | |
ETH | 0.01% | <$0.000001 | 376,535,321.5028 | $63.58 | |
ETH | 0.01% | $0.015612 | 4,067.1579 | $63.5 | |
ETH | 0.01% | $0.003447 | 18,315.3909 | $63.14 | |
ETH | 0.01% | $0.375191 | 167.8538 | $62.98 | |
ETH | 0.01% | $0.001772 | 35,371.9608 | $62.66 | |
ETH | 0.01% | $0.003372 | 18,574.8563 | $62.64 | |
ETH | 0.01% | $0.000251 | 249,649.2301 | $62.61 | |
ETH | 0.01% | $0.934653 | 66.8947 | $62.52 | |
ETH | 0.01% | $0.00013 | 482,384.4213 | $62.49 | |
ETH | 0.01% | $0.004407 | 14,147.3545 | $62.35 | |
ETH | 0.01% | <$0.000001 | 159,480,376.5309 | $62.21 | |
ETH | 0.01% | $0.088056 | 705.756 | $62.15 | |
ETH | 0.01% | $0.02606 | 2,376.9001 | $61.94 | |
ETH | 0.01% | $0.016343 | 3,783.5705 | $61.83 | |
ETH | 0.01% | $0.000001 | 89,612,041.5403 | $61.65 | |
ETH | 0.01% | $0.039538 | 1,557.4454 | $61.58 | |
ETH | 0.01% | $0.002672 | 23,047.6579 | $61.57 | |
ETH | 0.01% | <$0.000001 | 4,568,075,630.6357 | $61.52 | |
ETH | 0.01% | <$0.000001 | 37,289,767,886.5732 | $61.45 | |
ETH | 0.01% | $0.008088 | 7,570.5085 | $61.23 | |
ETH | 0.01% | $54.73 | 1.1143 | $60.99 | |
ETH | 0.01% | $0.000003 | 19,712,130.733 | $60.96 | |
ETH | 0.01% | $0.001449 | 42,010.8789 | $60.86 | |
ETH | 0.01% | $0.001248 | 48,711.2179 | $60.82 | |
ETH | 0.01% | $0.004237 | 14,292.3648 | $60.55 | |
ETH | 0.01% | $0.00041 | 147,523.2876 | $60.52 | |
ETH | 0.01% | $0.000466 | 129,805.6783 | $60.5 | |
ETH | 0.01% | $1.65 | 36.6384 | $60.45 | |
ETH | 0.01% | $0.000412 | 146,813.1243 | $60.41 | |
ETH | 0.01% | $0.001688 | 35,786.5446 | $60.4 | |
ETH | 0.01% | <$0.000001 | 98,077,611,632,798.469 | $60.3 | |
ETH | 0.01% | $2.52 | 23.9109 | $60.26 | |
ETH | 0.01% | $0.278129 | 216.2097 | $60.13 | |
ETH | 0.01% | $20.24 | 2.9645 | $60 | |
ETH | 0.01% | $0.004206 | 14,254.4312 | $59.96 | |
ETH | 0.01% | $0.018119 | 3,298.1905 | $59.76 | |
ETH | 0.01% | $0.007285 | 8,180.2994 | $59.6 | |
ETH | 0.01% | $0.00371 | 16,039.4221 | $59.51 | |
ETH | 0.01% | $0.000001 | 98,091,245.3004 | $59.39 | |
ETH | 0.01% | $0.005001 | 11,871.2996 | $59.37 | |
ETH | 0.01% | $0.001038 | 57,211.0401 | $59.36 | |
ETH | 0.01% | $0.004732 | 12,541.9236 | $59.35 | |
ETH | 0.01% | $4.16 | 14.2562 | $59.31 | |
ETH | 0.01% | $1.32 | 44.9192 | $59.29 | |
ETH | 0.01% | $0.04129 | 1,431.2925 | $59.1 | |
ETH | 0.01% | <$0.000001 | 194,830,065.1079 | $59.08 | |
ETH | 0.01% | $0.01049 | 5,628.9185 | $59.05 | |
ETH | 0.01% | $0.028521 | 2,067.7717 | $58.98 | |
ETH | 0.01% | $12.72 | 4.6251 | $58.83 | |
ETH | 0.01% | $0.001211 | 48,459.9397 | $58.71 | |
ETH | 0.01% | $0.000366 | 159,888.4341 | $58.49 | |
ETH | 0.01% | $0.000915 | 63,794.8547 | $58.37 | |
ETH | 0.01% | $0.03623 | 1,598.9559 | $57.93 | |
ETH | 0.01% | $0.000078 | 738,871.4136 | $57.86 | |
ETH | 0.01% | $0.061491 | 938.0938 | $57.68 | |
ETH | 0.01% | $240.93 | 0.2393 | $57.66 | |
ETH | 0.01% | $1.05 | 54.5454 | $57.49 | |
ETH | 0.01% | $0.003323 | 17,275.6283 | $57.41 | |
ETH | 0.01% | $0.000007 | 8,135,290.7638 | $57.27 | |
ETH | 0.01% | $0.000001 | 39,768,774.3094 | $57.27 | |
ETH | 0.01% | $0.002499 | 22,783.0032 | $56.94 | |
ETH | 0.01% | $0.392773 | 144.1857 | $56.63 | |
ETH | 0.01% | $0.991456 | 56.9612 | $56.47 | |
ETH | 0.01% | $0.000123 | 458,819.4663 | $56.47 | |
ETH | 0.01% | $0.023542 | 2,396.0688 | $56.41 | |
ETH | 0.01% | $0.064976 | 867.8327 | $56.39 | |
ETH | 0.01% | $0.040129 | 1,401.9826 | $56.26 | |
ETH | 0.01% | $0.024817 | 2,265.7896 | $56.23 | |
ETH | 0.01% | $2.43 | 23.1362 | $56.22 | |
ETH | 0.01% | $3.11 | 18.0612 | $56.17 | |
ETH | 0.01% | $1.13 | 49.6401 | $56.09 | |
ETH | 0.01% | $13.54 | 4.1386 | $56.04 | |
ETH | 0.01% | <$0.000001 | 650,495,429.5838 | $55.93 | |
ETH | 0.01% | $0.001702 | 32,824.329 | $55.86 | |
ETH | 0.01% | $0.014045 | 3,974.3786 | $55.82 | |
ETH | 0.01% | $0.010591 | 5,264.0688 | $55.75 | |
ETH | 0.01% | $0.00042 | 132,598.7374 | $55.64 | |
ETH | 0.01% | $0.008361 | 6,651.6561 | $55.61 | |
ETH | 0.01% | $0.000187 | 297,475.8596 | $55.58 | |
ETH | 0.01% | $0.00252 | 21,995.2755 | $55.42 | |
ETH | 0.01% | $0.004518 | 12,258.6203 | $55.39 | |
ETH | 0.01% | $0.00333 | 16,624.2746 | $55.37 | |
ETH | 0.01% | $0.005808 | 9,530.4093 | $55.35 | |
ETH | 0.01% | $0.141703 | 389.1995 | $55.15 | |
ETH | 0.01% | <$0.000001 | 138,843,444.2674 | $54.79 | |
ETH | 0.01% | $0.085964 | 636.8979 | $54.75 | |
ETH | 0.01% | $3,465.66 | 0.0157 | $54.46 | |
ETH | 0.01% | $0.006938 | 7,839.9175 | $54.39 | |
ETH | 0.01% | $0.43559 | 124.8574 | $54.39 | |
ETH | 0.01% | $0.000279 | 194,611.8834 | $54.35 | |
ETH | 0.01% | $0.642518 | 84.3307 | $54.18 | |
ETH | 0.01% | $18.25 | 2.9664 | $54.14 | |
ETH | 0.01% | $0.058721 | 921.4694 | $54.11 | |
ETH | 0.01% | $0.059306 | 911.8383 | $54.08 | |
ETH | 0.01% | $0.003199 | 16,897.6348 | $54.05 | |
ETH | 0.01% | $0.006297 | 8,563.332 | $53.92 | |
ETH | 0.01% | $0.000001 | 54,063,055.882 | $53.87 | |
ETH | 0.01% | $0.000916 | 58,616.8452 | $53.67 | |
ETH | 0.01% | <$0.000001 | 323,157,964,232.0922 | $53.66 | |
ETH | 0.01% | <$0.000001 | 164,125,010,960.027 | $53.45 | |
ETH | 0.01% | <$0.000001 | 920,335,273.8181 | $53.44 | |
ETH | 0.01% | $0.048955 | 1,089.5866 | $53.34 | |
ETH | <0.01% | $0.005212 | 10,220.6063 | $53.27 | |
ETH | <0.01% | $0.09227 | 575.6674 | $53.12 | |
ETH | <0.01% | $0.002747 | 19,229.7164 | $52.83 | |
ETH | <0.01% | $0.001806 | 29,155.967 | $52.67 | |
ETH | <0.01% | $0.030579 | 1,722.3871 | $52.67 | |
ETH | <0.01% | $6.47 | 8.1286 | $52.59 | |
ETH | <0.01% | <$0.000001 | 4,455,692,368.1655 | $52.58 | |
ETH | <0.01% | $0.00113 | 46,410.1216 | $52.44 | |
ETH | <0.01% | $0.000158 | 331,973.164 | $52.37 | |
ETH | <0.01% | $0.034427 | 1,520.1005 | $52.33 | |
ETH | <0.01% | $0.068635 | 756.9035 | $51.95 | |
ETH | <0.01% | $1.74 | 29.8373 | $51.92 | |
ETH | <0.01% | $19.1 | 2.7167 | $51.89 | |
ETH | <0.01% | $0.343914 | 150.1313 | $51.63 | |
ETH | <0.01% | $0.010586 | 4,874.1885 | $51.6 | |
ETH | <0.01% | $0.002641 | 19,511.4138 | $51.52 | |
ETH | <0.01% | $0.000002 | 31,370,938.0441 | $51.49 | |
ETH | <0.01% | $0.192973 | 266.5234 | $51.43 | |
ETH | <0.01% | $0.000806 | 63,657.4055 | $51.29 | |
ETH | <0.01% | $0.002332 | 21,955.6746 | $51.2 | |
ETH | <0.01% | $0.010314 | 4,946.1896 | $51.02 | |
ETH | <0.01% | $0.00477 | 10,647.0777 | $50.78 | |
ETH | <0.01% | $0.000003 | 16,487,392.8827 | $50.78 | |
ETH | <0.01% | $0.000001 | 92,313,618.9543 | $50.78 | |
ETH | <0.01% | $0.003771 | 13,383.2688 | $50.47 | |
ETH | <0.01% | $0.008294 | 6,084.1999 | $50.46 | |
ETH | <0.01% | $667.27 | 0.0752 | $50.21 | |
ETH | <0.01% | $0.00069 | 72,717.8242 | $50.17 | |
ETH | <0.01% | $0.000342 | 146,583.312 | $50.16 | |
ETH | <0.01% | $0.103132 | 485.4617 | $50.07 | |
ETH | <0.01% | $0.000106 | 472,781.3879 | $50.01 | |
ETH | <0.01% | $0.000296 | 169,059.3773 | $50 | |
ETH | <0.01% | $0.009976 | 5,004.5083 | $49.92 | |
ETH | <0.01% | $0.170439 | 292.3092 | $49.82 | |
ETH | <0.01% | $0.010109 | 4,919.7153 | $49.73 | |
ETH | <0.01% | $0.000825 | 60,204.7459 | $49.66 | |
ETH | <0.01% | <$0.000001 | 354,716,916.7319 | $49.63 | |
ETH | <0.01% | $0.000004 | 14,005,277.9246 | $49.44 | |
ETH | <0.01% | $2.61 | 18.861 | $49.23 | |
ETH | <0.01% | $1.3 | 37.7869 | $48.99 | |
ETH | <0.01% | $0.000002 | 23,251,091.9962 | $48.98 | |
ETH | <0.01% | $0.004778 | 10,236.976 | $48.92 | |
ETH | <0.01% | $0.001506 | 32,447.7004 | $48.86 | |
ETH | <0.01% | $0.000045 | 1,090,713.6545 | $48.75 | |
ETH | <0.01% | $0.004137 | 11,739.9682 | $48.57 | |
ETH | <0.01% | $0.019554 | 2,481.2021 | $48.52 | |
ETH | <0.01% | $0.030211 | 1,596.3405 | $48.23 | |
ETH | <0.01% | $0.013961 | 3,452.5646 | $48.2 | |
ETH | <0.01% | $0.000182 | 264,256.0972 | $48.13 | |
ETH | <0.01% | <$0.000001 | 87,757,783,802.0299 | $47.98 | |
ETH | <0.01% | $0.000021 | 2,261,772.447 | $47.97 | |
ETH | <0.01% | $0.000003 | 16,363,962.0085 | $47.95 | |
ETH | <0.01% | $0.028261 | 1,685.5393 | $47.64 | |
ETH | <0.01% | <$0.000001 | 790,309,720.2772 | $47.63 | |
ETH | <0.01% | <$0.000001 | 266,512,613.4299 | $47.55 | |
ETH | <0.01% | $0.009 | 5,267.3808 | $47.41 | |
ETH | <0.01% | $0.351419 | 134.8472 | $47.39 | |
ETH | <0.01% | $0.001285 | 36,841.2032 | $47.33 | |
ETH | <0.01% | $0.000392 | 120,801.865 | $47.3 | |
ETH | <0.01% | $167.32 | 0.2825 | $47.27 | |
ETH | <0.01% | $1.98 | 23.8241 | $47.17 | |
ETH | <0.01% | $4.15 | 11.2974 | $46.93 | |
ETH | <0.01% | $0.000001 | 58,093,203.6555 | $46.85 | |
ETH | <0.01% | $0.000405 | 115,579.1641 | $46.8 | |
ETH | <0.01% | $0.000843 | 55,414.3978 | $46.7 | |
ETH | <0.01% | $0.110904 | 419.4276 | $46.52 | |
ETH | <0.01% | $0.000913 | 50,888.8124 | $46.45 | |
ETH | <0.01% | $3,530.97 | 0.0131 | $46.43 | |
ETH | <0.01% | $0.203691 | 227.9263 | $46.43 | |
ETH | <0.01% | <$0.000001 | 4,284,317,895.0066 | $46.28 | |
ETH | <0.01% | $0.003038 | 15,216.9036 | $46.23 | |
ETH | <0.01% | $13.03 | 3.5442 | $46.18 | |
ETH | <0.01% | $16.76 | 2.7543 | $46.16 | |
ETH | <0.01% | $0.006772 | 6,801.3604 | $46.06 | |
ETH | <0.01% | $0.000002 | 19,944,890.0929 | $45.98 | |
ETH | <0.01% | $0.000363 | 125,878.3595 | $45.67 | |
ETH | <0.01% | $0.000969 | 47,059.1015 | $45.58 | |
ETH | <0.01% | $0.020677 | 2,193.514 | $45.35 | |
ETH | <0.01% | $0.000153 | 296,624.1682 | $45.33 | |
ETH | <0.01% | $0.006412 | 7,044.1624 | $45.16 | |
ETH | <0.01% | $0.000739 | 60,911.4084 | $45 | |
ETH | <0.01% | <$0.000001 | 326,805,484,424.9205 | $44.99 | |
ETH | <0.01% | $3.76 | 11.9411 | $44.9 | |
ETH | <0.01% | $0.016057 | 2,785.4169 | $44.73 | |
ETH | <0.01% | $0.322413 | 138.4851 | $44.65 | |
ETH | <0.01% | <$0.000001 | 192,920,576.199 | $44.62 | |
ETH | <0.01% | $0.697886 | 63.941 | $44.62 | |
ETH | <0.01% | $0.006913 | 6,454.7439 | $44.62 | |
ETH | <0.01% | $0.00021 | 212,697 | $44.56 | |
ETH | <0.01% | <$0.000001 | 417,954,998.0513 | $44.53 | |
ETH | <0.01% | <$0.000001 | 6,045,857,434.3074 | $44.29 | |
ETH | <0.01% | $0.000054 | 812,588.1711 | $44.23 | |
ETH | <0.01% | $0.000001 | 40,075,708.0404 | $44.08 | |
ETH | <0.01% | <$0.000001 | 47,531,789,376.0236 | $44.06 | |
ETH | <0.01% | $0.039538 | 1,111.6449 | $43.95 | |
ETH | <0.01% | $0.16547 | 264.758 | $43.81 | |
ETH | <0.01% | $0.176259 | 246.9472 | $43.53 | |
ETH | <0.01% | $0.144389 | 299.381 | $43.23 | |
ETH | <0.01% | $0.009726 | 4,432.8272 | $43.11 | |
ETH | <0.01% | $0.000823 | 52,268.5044 | $43.03 | |
ETH | <0.01% | $0.001198 | 35,848.6114 | $42.94 | |
ETH | <0.01% | $0.006264 | 6,848.4689 | $42.9 | |
ETH | <0.01% | $0.048671 | 878.8681 | $42.78 | |
ETH | <0.01% | $0.00349 | 12,201.2731 | $42.58 | |
ETH | <0.01% | $0.153337 | 277.226 | $42.51 | |
ETH | <0.01% | $0.007543 | 5,630.7658 | $42.47 | |
ETH | <0.01% | $0.035947 | 1,181.3192 | $42.47 | |
ETH | <0.01% | $0.037973 | 1,117.4803 | $42.43 | |
ETH | <0.01% | $0.000014 | 3,041,128.8439 | $42.41 | |
ETH | <0.01% | <$0.000001 | 283,826,334,222.0568 | $42.37 | |
ETH | <0.01% | $0.000006 | 7,376,094.1192 | $42.27 | |
ETH | <0.01% | $0.000111 | 379,242.6224 | $42.26 | |
ETH | <0.01% | $0.000618 | 68,091.6859 | $42.06 | |
ETH | <0.01% | $26.86 | 1.5607 | $41.92 | |
ETH | <0.01% | $0.024184 | 1,732.9691 | $41.91 | |
ETH | <0.01% | $0.023421 | 1,783 | $41.76 | |
ETH | <0.01% | $33.41 | 1.2495 | $41.75 | |
ETH | <0.01% | $0.000738 | 56,414.7443 | $41.62 | |
ETH | <0.01% | $0.191374 | 217.4277 | $41.61 | |
ETH | <0.01% | $0.000164 | 253,278.7523 | $41.56 | |
ETH | <0.01% | <$0.000001 | 309,957,637.3282 | $41.56 | |
ETH | <0.01% | <$0.000001 | 657,236,375,155.1892 | $41.52 | |
ETH | <0.01% | $0.001364 | 30,282.3413 | $41.3 | |
ETH | <0.01% | $0.00355 | 11,611.6484 | $41.22 | |
ETH | <0.01% | $0.368952 | 111.4332 | $41.11 | |
ETH | <0.01% | <$0.000001 | 33,922,157,390.8368 | $41.08 | |
ETH | <0.01% | $0.066518 | 617.0957 | $41.05 | |
ETH | <0.01% | $0.035127 | 1,168.0514 | $41.03 | |
ETH | <0.01% | $0.000233 | 176,123.8802 | $40.97 | |
ETH | <0.01% | $0.000354 | 115,773.6499 | $40.96 | |
ETH | <0.01% | $0.00116 | 35,300.0874 | $40.94 | |
ETH | <0.01% | $0.00573 | 7,132.8585 | $40.87 | |
ETH | <0.01% | $0.044116 | 924.8946 | $40.8 | |
ETH | <0.01% | $0.495439 | 82.2788 | $40.76 | |
ETH | <0.01% | $0.005267 | 7,738.0076 | $40.76 | |
ETH | <0.01% | $0.0138 | 2,941.3125 | $40.59 | |
ETH | <0.01% | $0.00338 | 11,984.4721 | $40.51 | |
ETH | <0.01% | $0.000461 | 87,744.8786 | $40.48 | |
ETH | <0.01% | $0.000745 | 54,365.651 | $40.48 | |
ETH | <0.01% | <$0.000001 | 12,164,177,194.9897 | $40.41 | |
ETH | <0.01% | $82.09 | 0.4916 | $40.35 | |
ETH | <0.01% | $0.004141 | 9,738.9586 | $40.33 | |
ETH | <0.01% | $0.024349 | 1,653.1501 | $40.25 | |
ETH | <0.01% | $0.019057 | 2,107.1188 | $40.15 | |
ETH | <0.01% | <$0.000001 | 28,626,059,488.8535 | $40.13 | |
ETH | <0.01% | <$0.000001 | 328,309,388.0956 | $40.12 | |
ETH | <0.01% | $0.382006 | 104.9491 | $40.09 | |
ETH | <0.01% | $0.045611 | 877.7221 | $40.03 | |
ETH | <0.01% | <$0.000001 | 5,807,550,568.5661 | $40.01 | |
ETH | <0.01% | $0.120012 | 333.2062 | $39.99 | |
ETH | <0.01% | $0.015382 | 2,589.3242 | $39.83 | |
ETH | <0.01% | $0.000461 | 85,972.3475 | $39.6 | |
ETH | <0.01% | $13.61 | 2.9038 | $39.52 | |
ETH | <0.01% | $6.98 | 5.6524 | $39.45 | |
ETH | <0.01% | $0.022981 | 1,716.5227 | $39.45 | |
ETH | <0.01% | $0.007918 | 4,972.6239 | $39.37 | |
ETH | <0.01% | $0.051011 | 767.1044 | $39.13 | |
ETH | <0.01% | $0.000251 | 155,529.6736 | $39.08 | |
ETH | <0.01% | $0.002215 | 17,630.369 | $39.05 | |
ETH | <0.01% | $0.006094 | 6,402.6965 | $39.02 | |
ETH | <0.01% | $0.000804 | 48,536.26 | $39.02 | |
ETH | <0.01% | $80.35 | 0.4851 | $38.98 | |
ETH | <0.01% | $0.000001 | 56,813,500.1418 | $38.96 | |
ETH | <0.01% | <$0.000001 | 24,445,504,792,596.477 | $38.95 | |
ETH | <0.01% | $0.000921 | 42,285.0556 | $38.94 | |
ETH | <0.01% | $0.008669 | 4,490.5203 | $38.93 | |
ETH | <0.01% | $1.09 | 35.6421 | $38.89 | |
ETH | <0.01% | $0.407514 | 95.1765 | $38.79 | |
ETH | <0.01% | $0.839348 | 46.0741 | $38.67 | |
ETH | <0.01% | $0.002057 | 18,761.7445 | $38.6 | |
ETH | <0.01% | $0.023276 | 1,650.0256 | $38.41 | |
ETH | <0.01% | $0.050095 | 766.5991 | $38.4 | |
ETH | <0.01% | $0.010929 | 3,510.7501 | $38.37 | |
ETH | <0.01% | <$0.000001 | 532,036,111.2924 | $38.36 | |
ETH | <0.01% | $0.002312 | 16,579.8948 | $38.34 | |
ETH | <0.01% | $0.031217 | 1,227.3835 | $38.31 | |
ETH | <0.01% | $3,522.13 | 0.0109 | $38.31 | |
ETH | <0.01% | $0.598607 | 63.9823 | $38.3 | |
ETH | <0.01% | $0.50144 | 76.2713 | $38.25 | |
ETH | <0.01% | $0.000624 | 61,144.2187 | $38.17 | |
ETH | <0.01% | <$0.000001 | 225,570,010.6506 | $38.16 | |
ETH | <0.01% | $0.003683 | 10,337.0317 | $38.07 | |
ETH | <0.01% | $0.548502 | 69.1683 | $37.94 | |
ETH | <0.01% | $0.058687 | 645.7903 | $37.9 | |
ETH | <0.01% | $0.033273 | 1,137.0524 | $37.83 | |
ETH | <0.01% | $0.0032 | 11,818.3713 | $37.82 | |
ETH | <0.01% | $3,816.68 | 0.00985058 | $37.6 | |
ETH | <0.01% | <$0.000001 | 1,245,097,802,187.4539 | $37.54 | |
ETH | <0.01% | $0.047184 | 795.1771 | $37.52 | |
ETH | <0.01% | $0.006739 | 5,567.3118 | $37.52 | |
ETH | <0.01% | <$0.000001 | 108,914,585.9412 | $37.47 | |
ETH | <0.01% | $0.005479 | 6,831.3651 | $37.43 | |
ETH | <0.01% | $0.169524 | 220.7561 | $37.42 | |
ETH | <0.01% | $0.163661 | 228.3417 | $37.37 | |
ETH | <0.01% | $0.292619 | 127.6412 | $37.35 | |
ETH | <0.01% | $8.12 | 4.5545 | $36.99 | |
ETH | <0.01% | $0.006459 | 5,711.9135 | $36.9 | |
ETH | <0.01% | $0.028571 | 1,287.6016 | $36.79 | |
ETH | <0.01% | $0.010828 | 3,385.724 | $36.66 | |
ETH | <0.01% | $0.010292 | 3,548.2073 | $36.52 | |
ETH | <0.01% | $0.019486 | 1,869.7325 | $36.43 | |
ETH | <0.01% | $0.033008 | 1,101.583 | $36.36 | |
ETH | <0.01% | $0.003746 | 9,683.5092 | $36.28 | |
ETH | <0.01% | $1.03 | 35.0559 | $36.2 | |
ETH | <0.01% | $0.099422 | 363.5268 | $36.14 | |
ETH | <0.01% | $0.021469 | 1,674.936 | $35.96 | |
ETH | <0.01% | <$0.000001 | 831,978,707.5243 | $35.91 | |
ETH | <0.01% | $0.004732 | 7,567.4402 | $35.81 | |
ETH | <0.01% | $0.000378 | 94,759.2805 | $35.8 | |
ETH | <0.01% | $0.010498 | 3,409.0549 | $35.79 | |
ETH | <0.01% | $0.000231 | 154,798.0875 | $35.77 | |
ETH | <0.01% | $65.36 | 0.5456 | $35.66 | |
ETH | <0.01% | <$0.000001 | 14,350,715,157.2312 | $35.62 | |
ETH | <0.01% | $0.002668 | 13,328.4537 | $35.57 | |
ETH | <0.01% | $0.000114 | 312,754.0763 | $35.5 | |
ETH | <0.01% | $0.076086 | 465.7597 | $35.44 | |
ETH | <0.01% | $0.06378 | 555.5588 | $35.43 | |
ETH | <0.01% | $0.013784 | 2,563.8873 | $35.34 | |
ETH | <0.01% | $0.010855 | 3,253.177 | $35.31 | |
ETH | <0.01% | $0.039442 | 894.9798 | $35.3 | |
ETH | <0.01% | $0.00146 | 24,159.7663 | $35.28 | |
ETH | <0.01% | <$0.000001 | 199,497,294,170.6071 | $35.24 | |
ETH | <0.01% | $0.000028 | 1,263,818.6254 | $35.2 | |
ETH | <0.01% | $3.98 | 8.8432 | $35.2 | |
ETH | <0.01% | $0.001265 | 27,742.2028 | $35.1 | |
ETH | <0.01% | <$0.000001 | 3,049,211,874.1992 | $35.01 | |
ETH | <0.01% | <$0.000001 | 27,325,379,771.8443 | $34.98 | |
ETH | <0.01% | $0.003551 | 9,824.1154 | $34.88 | |
ETH | <0.01% | $0.224432 | 154.9736 | $34.78 | |
ETH | <0.01% | $0.000463 | 75,111.5489 | $34.78 | |
ETH | <0.01% | $0.000001 | 58,892,447.2423 | $34.7 | |
ETH | <0.01% | $0.019243 | 1,800.5377 | $34.65 | |
ETH | <0.01% | $45.24 | 0.7645 | $34.59 | |
ETH | <0.01% | <$0.000001 | 98,167,624.1556 | $34.36 | |
ETH | <0.01% | $0.549832 | 62.3652 | $34.29 | |
ETH | <0.01% | $0.445376 | 76.9473 | $34.27 | |
ETH | <0.01% | $0.039483 | 867.8209 | $34.26 | |
ETH | <0.01% | $0.00215 | 15,839.9513 | $34.06 | |
ETH | <0.01% | <$0.000001 | 159,929,436.8386 | $33.98 | |
ETH | <0.01% | $0.352093 | 96.4167 | $33.95 | |
ETH | <0.01% | $0.063298 | 534.0527 | $33.8 | |
ETH | <0.01% | $0.003584 | 9,415.4036 | $33.74 | |
ETH | <0.01% | $0.708015 | 47.4747 | $33.61 | |
ETH | <0.01% | $0.23385 | 143.7308 | $33.61 | |
ETH | <0.01% | <$0.000001 | 4,095,288,129.1522 | $33.44 | |
ETH | <0.01% | $0.016844 | 1,982.266 | $33.39 | |
ETH | <0.01% | $0.000103 | 321,515.0102 | $33.14 | |
ETH | <0.01% | $0.000429 | 77,203.9677 | $33.13 | |
ETH | <0.01% | $63.77 | 0.5193 | $33.11 | |
ETH | <0.01% | $3,579.4 | 0.00924839 | $33.1 | |
ETH | <0.01% | $0.006573 | 5,031.427 | $33.07 | |
ETH | <0.01% | $0.162611 | 203.3356 | $33.06 | |
ETH | <0.01% | $5.7 | 5.7965 | $33.04 | |
ETH | <0.01% | <$0.000001 | 976,290,671.7467 | $32.98 | |
ETH | <0.01% | $0.033716 | 977.7753 | $32.97 | |
ETH | <0.01% | $29.84 | 1.1037 | $32.93 | |
ETH | <0.01% | <$0.000001 | 9,736,921,177.4248 | $32.93 | |
ETH | <0.01% | $0.002224 | 14,804.3436 | $32.93 | |
ETH | <0.01% | <$0.000001 | 15,326,316,316.3598 | $32.76 | |
ETH | <0.01% | $0.115261 | 283.9667 | $32.73 | |
ETH | <0.01% | $0.025224 | 1,295.983 | $32.69 | |
ETH | <0.01% | <$0.000001 | 98,133,012.3591 | $32.64 | |
ETH | <0.01% | <$0.000001 | 5,046,381,656.7804 | $32.61 | |
ETH | <0.01% | $0.001702 | 19,146.3243 | $32.58 | |
ETH | <0.01% | $0.000447 | 72,814.2417 | $32.53 | |
ETH | <0.01% | $0.005452 | 5,962.6148 | $32.51 | |
ETH | <0.01% | $0.00113 | 28,749.3519 | $32.48 | |
ETH | <0.01% | <$0.000001 | 69,350,317.4751 | $32.38 | |
ETH | <0.01% | $0.092973 | 347.3648 | $32.3 | |
ETH | <0.01% | $0.000072 | 445,058.6398 | $32.23 | |
ETH | <0.01% | $0.007895 | 4,070.5876 | $32.14 | |
ETH | <0.01% | $0.000001 | 30,455,404.0587 | $32.07 | |
ETH | <0.01% | $0.003337 | 9,609.2757 | $32.07 | |
ETH | <0.01% | $0.064186 | 498.1377 | $31.97 | |
ETH | <0.01% | $0.033141 | 961.1929 | $31.85 | |
ETH | <0.01% | $0.001579 | 20,141.8889 | $31.81 | |
ETH | <0.01% | $0.007792 | 4,057.5677 | $31.62 | |
ETH | <0.01% | <$0.000001 | 70,178,081,362.3157 | $31.61 | |
ETH | <0.01% | $0.040731 | 774.1797 | $31.53 | |
ETH | <0.01% | $3.15 | 10.0022 | $31.51 | |
ETH | <0.01% | $0.122711 | 256.476 | $31.47 | |
ETH | <0.01% | $0.05515 | 569.7873 | $31.42 | |
ETH | <0.01% | $0.000013 | 2,347,323.9491 | $31.36 | |
ETH | <0.01% | <$0.000001 | 10,859,336,368.7638 | $31.32 | |
ETH | <0.01% | $0.003299 | 9,489.0009 | $31.3 | |
ETH | <0.01% | $0.470467 | 66.5276 | $31.3 | |
ETH | <0.01% | $0.003963 | 7,888.3737 | $31.26 | |
ETH | <0.01% | $0.001137 | 27,489.1807 | $31.25 | |
ETH | <0.01% | $368.17 | 0.0847 | $31.2 | |
ETH | <0.01% | $0.000001 | 44,313,084.6391 | $31.2 | |
ETH | <0.01% | $0.954319 | 32.6639 | $31.17 | |
ETH | <0.01% | <$0.000001 | 468,734,070,941.7147 | $31.1 | |
ETH | <0.01% | $0.000471 | 65,831.8309 | $30.98 | |
ETH | <0.01% | <$0.000001 | 205,506,620.4877 | $30.95 | |
ETH | <0.01% | $0.004085 | 7,548.8061 | $30.84 | |
ETH | <0.01% | $0.056431 | 545.8384 | $30.8 | |
ETH | <0.01% | $0.005065 | 6,075.3398 | $30.77 | |
ETH | <0.01% | $0.001 | 30,722.1617 | $30.72 | |
ETH | <0.01% | $108,221 | 0.00028128 | $30.44 | |
ETH | <0.01% | $0.076931 | 394.6174 | $30.36 | |
ETH | <0.01% | $0.1288 | 235.3445 | $30.31 | |
ETH | <0.01% | <$0.000001 | 25,711,665,287.3036 | $30.25 | |
ETH | <0.01% | $0.000005 | 6,591,112.9202 | $30.12 | |
ETH | <0.01% | $0.000248 | 121,232.2227 | $30.07 | |
ETH | <0.01% | $0.00152 | 19,780.5622 | $30.07 | |
ETH | <0.01% | $0.00024 | 125,041.0389 | $30.05 | |
ETH | <0.01% | $0.142583 | 210.7057 | $30.04 | |
ETH | <0.01% | <$0.000001 | 19,876,926,729.751 | $29.99 | |
ETH | <0.01% | $0.36826 | 81.3881 | $29.97 | |
ETH | <0.01% | $0.000222 | 134,994.0408 | $29.94 | |
ETH | <0.01% | $0.001467 | 20,361.6644 | $29.86 | |
ETH | <0.01% | $0.000171 | 174,210.3566 | $29.86 | |
ETH | <0.01% | $0.005102 | 5,846.8256 | $29.83 | |
ETH | <0.01% | <$0.000001 | 65,184,514.5309 | $29.8 | |
ETH | <0.01% | $0.105996 | 280.8706 | $29.77 | |
ETH | <0.01% | $0.001343 | 22,164.6323 | $29.76 | |
ETH | <0.01% | <$0.000001 | 86,145,140.6162 | $29.68 | |
ETH | <0.01% | $0.592274 | 50.0281 | $29.63 | |
ETH | <0.01% | $0.476303 | 62.1698 | $29.61 | |
ETH | <0.01% | $0.053393 | 553.2755 | $29.54 | |
ETH | <0.01% | $0.006825 | 4,326.5385 | $29.53 | |
ETH | <0.01% | $0.02752 | 1,072.729 | $29.52 | |
ETH | <0.01% | $0.01622 | 1,817.5031 | $29.48 | |
ETH | <0.01% | $0.110644 | 266.1776 | $29.45 | |
ETH | <0.01% | $191.03 | 0.1539 | $29.39 | |
ETH | <0.01% | $0.006028 | 4,868.373 | $29.34 | |
ETH | <0.01% | $0.041903 | 699.9507 | $29.33 | |
ETH | <0.01% | $0.016836 | 1,737.2082 | $29.25 | |
ETH | <0.01% | $44.8 | 0.6528 | $29.24 | |
ETH | <0.01% | $0.002287 | 12,787.866 | $29.24 | |
ETH | <0.01% | $0.010149 | 2,879.5664 | $29.23 | |
ETH | <0.01% | <$0.000001 | 22,098,741,763.9299 | $29.19 | |
ETH | <0.01% | <$0.000001 | 6,299,748,565.9851 | $29.18 | |
ETH | <0.01% | $0.091855 | 317.0815 | $29.13 | |
ETH | <0.01% | $0.005 | 5,800.2258 | $29 | |
ETH | <0.01% | $0.008086 | 3,586.8845 | $29 | |
ETH | <0.01% | $0.000206 | 140,501.8268 | $28.99 | |
ETH | <0.01% | $0.00026 | 111,137.9189 | $28.91 | |
ETH | <0.01% | $0.000459 | 62,841.8512 | $28.87 | |
ETH | <0.01% | $0.602906 | 47.3372 | $28.54 | |
ETH | <0.01% | <$0.000001 | 78,411,624.5892 | $28.43 | |
ETH | <0.01% | $68.55 | 0.4136 | $28.35 | |
ETH | <0.01% | $0.449541 | 63.0191 | $28.33 | |
ETH | <0.01% | $0.199629 | 141.7433 | $28.3 | |
ETH | <0.01% | $0.009723 | 2,898.0625 | $28.18 | |
ETH | <0.01% | <$0.000001 | 171,765,881.5033 | $28.17 | |
ETH | <0.01% | $10.97 | 2.5627 | $28.11 | |
ETH | <0.01% | $0.042016 | 664.4014 | $27.92 | |
ETH | <0.01% | $0.004861 | 5,727.6001 | $27.84 | |
ETH | <0.01% | $0.000061 | 458,867.8714 | $27.78 | |
ETH | <0.01% | $0.000631 | 44,032.1709 | $27.76 | |
ETH | <0.01% | $0.000765 | 36,234.362 | $27.72 | |
ETH | <0.01% | $0.000003 | 8,689,629.0164 | $27.72 | |
ETH | <0.01% | $0.000002 | 15,177,592.5604 | $27.64 | |
ETH | <0.01% | $0.693889 | 39.5876 | $27.47 | |
ETH | <0.01% | $0.00046 | 59,650.5402 | $27.46 | |
ETH | <0.01% | $0.052672 | 521.2544 | $27.46 | |
ETH | <0.01% | $0.004611 | 5,948.8206 | $27.43 | |
ETH | <0.01% | $13.36 | 2.05 | $27.39 | |
ETH | <0.01% | $0.001898 | 14,424.3621 | $27.38 | |
ETH | <0.01% | $1.09 | 25.1133 | $27.32 | |
ETH | <0.01% | <$0.000001 | 130,636,176.6451 | $27.31 | |
ETH | <0.01% | $1.21 | 22.5364 | $27.27 | |
ETH | <0.01% | $0.000009 | 2,885,143.9461 | $27.23 | |
ETH | <0.01% | $0.0096 | 2,834.7699 | $27.21 | |
ETH | <0.01% | $0.035783 | 757.8884 | $27.12 | |
ETH | <0.01% | <$0.000001 | 86,368,255,800.0449 | $26.94 | |
ETH | <0.01% | $0.004812 | 5,594.3107 | $26.92 | |
ETH | <0.01% | <$0.000001 | 127,541,690.8 | $26.91 | |
ETH | <0.01% | $0.138345 | 194.3103 | $26.88 | |
ETH | <0.01% | $0.000067 | 400,620.8891 | $26.77 | |
ETH | <0.01% | $0.049775 | 537.6304 | $26.76 | |
ETH | <0.01% | $0.774331 | 34.5172 | $26.73 | |
ETH | <0.01% | <$0.000001 | 99,155,880,864.131 | $26.73 | |
ETH | <0.01% | $0.055583 | 478.4593 | $26.59 | |
ETH | <0.01% | $1.23 | 21.6075 | $26.58 | |
ETH | <0.01% | $0.00019 | 139,941.5458 | $26.57 | |
ETH | <0.01% | $0.001082 | 24,555.1338 | $26.57 | |
ETH | <0.01% | $0.000451 | 58,809.4525 | $26.55 | |
ETH | <0.01% | $0.000002 | 14,192,976.1238 | $26.54 | |
ETH | <0.01% | $3,405.08 | 0.00774693 | $26.38 | |
ETH | <0.01% | $0.000728 | 36,119.7727 | $26.31 | |
ETH | <0.01% | $0.091896 | 286.171 | $26.3 | |
ETH | <0.01% | $0.3118 | 84.3311 | $26.29 | |
ETH | <0.01% | $62.04 | 0.4208 | $26.11 | |
ETH | <0.01% | $0.000555 | 47,031.7978 | $26.1 | |
ETH | <0.01% | $0.000005 | 5,346,066.1417 | $26.1 | |
ETH | <0.01% | $0.444413 | 58.4913 | $25.99 | |
ETH | <0.01% | $0.000217 | 118,834.8217 | $25.79 | |
ETH | <0.01% | $0.001972 | 13,065.8174 | $25.77 | |
ETH | <0.01% | $0.02557 | 1,007.4137 | $25.76 | |
ETH | <0.01% | $0.17531 | 146.8362 | $25.74 | |
ETH | <0.01% | $0.618993 | 41.544 | $25.72 | |
ETH | <0.01% | <$0.000001 | 13,743,512,440.2296 | $25.49 | |
ETH | <0.01% | $0.005757 | 4,422.7 | $25.46 | |
ETH | <0.01% | $0.012596 | 2,012.0125 | $25.34 | |
ETH | <0.01% | $0.000072 | 351,393.9695 | $25.32 | |
ETH | <0.01% | $0.016437 | 1,536.5937 | $25.26 | |
ETH | <0.01% | <$0.000001 | 52,527,434.4294 | $25.23 | |
ETH | <0.01% | $1.62 | 15.5639 | $25.21 | |
ETH | <0.01% | $0.00096 | 26,247.3754 | $25.2 | |
ETH | <0.01% | <$0.000001 | 177,214,001,082.7018 | $25.14 | |
ETH | <0.01% | $0.075943 | 330.3643 | $25.09 | |
ETH | <0.01% | $0.000029 | 858,792.2203 | $25.01 | |
ETH | <0.01% | $0.000014 | 1,817,935.9568 | $24.96 | |
ETH | <0.01% | $0.000168 | 148,251.7582 | $24.93 | |
ETH | <0.01% | $0.000411 | 60,559.5355 | $24.9 | |
ETH | <0.01% | $0.001011 | 24,284.1518 | $24.56 | |
ETH | <0.01% | $0.316903 | 77.4818 | $24.55 | |
ETH | <0.01% | $0.000608 | 40,265.8081 | $24.48 | |
ETH | <0.01% | <$0.000001 | 93,528,397,002.3495 | $24.32 | |
ETH | <0.01% | $0.000001 | 25,707,536.5973 | $24.25 | |
ETH | <0.01% | $0.000474 | 51,165.8521 | $24.23 | |
ETH | <0.01% | $0.001731 | 13,980.7824 | $24.21 | |
ETH | <0.01% | $0.223011 | 108.1567 | $24.12 | |
ETH | <0.01% | $0.004701 | 5,110.0058 | $24.02 | |
ETH | <0.01% | <$0.000001 | 326,186,622.041 | $23.99 | |
ETH | <0.01% | $0.000002 | 11,388,644.4943 | $23.95 | |
ETH | <0.01% | $0.002579 | 9,262.8986 | $23.89 | |
ETH | <0.01% | $0.011819 | 2,020.2004 | $23.88 | |
ETH | <0.01% | $0.002018 | 11,829.2572 | $23.88 | |
ETH | <0.01% | $0.075948 | 314.1709 | $23.86 | |
ETH | <0.01% | $0.223409 | 106.5931 | $23.81 | |
ETH | <0.01% | $0.006975 | 3,412.905 | $23.81 | |
ETH | <0.01% | $0.519086 | 45.8535 | $23.8 | |
ETH | <0.01% | $32.53 | 0.7297 | $23.74 | |
ETH | <0.01% | $0.02147 | 1,104.2409 | $23.71 | |
ETH | <0.01% | $0.9998 | 23.6828 | $23.68 | |
ETH | <0.01% | $0.0002 | 118,184.2096 | $23.64 | |
ETH | <0.01% | $0.003732 | 6,320.5739 | $23.59 | |
ETH | <0.01% | <$0.000001 | 983,778,072.2754 | $23.52 | |
ETH | <0.01% | $0.000002 | 9,629,376.3338 | $23.5 | |
ETH | <0.01% | $0.007655 | 3,064.444 | $23.46 | |
ETH | <0.01% | $0.000156 | 149,970.7175 | $23.41 | |
ETH | <0.01% | $0.003078 | 7,597.8149 | $23.39 | |
ETH | <0.01% | <$0.000001 | 92,742,524,911.7105 | $23.36 | |
ETH | <0.01% | $0.103301 | 225.8539 | $23.33 | |
ETH | <0.01% | $0.000011 | 2,101,403.8403 | $23.28 | |
ETH | <0.01% | $3.86 | 6.0085 | $23.19 | |
ETH | <0.01% | $0.004421 | 5,244.0181 | $23.18 | |
ETH | <0.01% | $0.042749 | 541.1554 | $23.13 | |
ETH | <0.01% | $0.000116 | 198,744.5062 | $23.11 | |
ETH | <0.01% | $0.003491 | 6,620.6917 | $23.11 | |
ETH | <0.01% | $1.03 | 22.5388 | $23.1 | |
ETH | <0.01% | $0.030733 | 750.2553 | $23.06 | |
ETH | <0.01% | $0.002851 | 8,065.8291 | $23 | |
ETH | <0.01% | $0.000065 | 355,845.4947 | $22.97 | |
ETH | <0.01% | $0.007076 | 3,244.3128 | $22.96 | |
ETH | <0.01% | $0.000324 | 70,796.9486 | $22.95 | |
ETH | <0.01% | $0.000135 | 170,576.5018 | $22.95 | |
ETH | <0.01% | <$0.000001 | 201,735,470.8236 | $22.89 | |
ETH | <0.01% | $0.03124 | 732.1508 | $22.87 | |
ETH | <0.01% | $0.960946 | 23.6759 | $22.75 | |
ETH | <0.01% | $0.03844 | 591.8224 | $22.75 | |
ETH | <0.01% | $0.001288 | 17,592.9321 | $22.66 | |
ETH | <0.01% | $0.012105 | 1,871.4022 | $22.65 | |
ETH | <0.01% | <$0.000001 | 5,714,229,694.8421 | $22.62 | |
ETH | <0.01% | $0.000098 | 230,522.9765 | $22.57 | |
ETH | <0.01% | $347.81 | 0.0648 | $22.55 | |
ETH | <0.01% | $0.000028 | 816,276.4733 | $22.49 | |
ETH | <0.01% | $0.000482 | 46,590.8248 | $22.48 | |
ETH | <0.01% | <$0.000001 | 80,960,772,513.0057 | $22.4 | |
ETH | <0.01% | $0.000025 | 907,146.271 | $22.39 | |
ETH | <0.01% | $0.000058 | 386,308.0975 | $22.35 | |
ETH | <0.01% | $0.117008 | 190.0085 | $22.23 | |
ETH | <0.01% | $0.000929 | 23,911.5192 | $22.22 | |
ETH | <0.01% | $0.00006 | 369,402.0102 | $22.19 | |
ETH | <0.01% | <$0.000001 | 86,890,288,185.0804 | $22.15 | |
ETH | <0.01% | $0.011586 | 1,910.1355 | $22.13 | |
ETH | <0.01% | $21.66 | 1.0212 | $22.12 | |
ETH | <0.01% | $0.00507 | 4,342.1922 | $22.02 | |
ETH | <0.01% | <$0.000001 | 45,169,883.4544 | $21.99 | |
ETH | <0.01% | $5.24 | 4.1947 | $21.98 | |
ETH | <0.01% | $0.00035 | 62,432.8901 | $21.86 | |
ETH | <0.01% | $0.236191 | 92.4184 | $21.83 | |
ETH | <0.01% | $0.013251 | 1,638.956 | $21.72 | |
ETH | <0.01% | $0.000509 | 42,623.494 | $21.7 | |
ETH | <0.01% | $0.031588 | 686.2386 | $21.68 | |
ETH | <0.01% | $0.019846 | 1,090.6653 | $21.65 | |
ETH | <0.01% | $0.00561 | 3,840.7154 | $21.55 | |
ETH | <0.01% | $31.7 | 0.679 | $21.53 | |
ETH | <0.01% | $0.051733 | 415.2167 | $21.48 | |
ETH | <0.01% | $0.006203 | 3,458.4924 | $21.45 | |
ETH | <0.01% | $0.006203 | 3,457.5994 | $21.45 | |
ETH | <0.01% | $105,744 | 0.00020262 | $21.43 | |
ETH | <0.01% | <$0.000001 | 257,585,421,454.1324 | $21.41 | |
ETH | <0.01% | $0.002571 | 8,313.5026 | $21.37 | |
ETH | <0.01% | $0.020197 | 1,056.1005 | $21.33 | |
ETH | <0.01% | $0.164466 | 129.3184 | $21.27 | |
ETH | <0.01% | $0.022973 | 924.5622 | $21.24 | |
ETH | <0.01% | $0.000015 | 1,461,563.493 | $21.24 | |
ETH | <0.01% | $0.065324 | 324.2852 | $21.18 | |
ETH | <0.01% | $0.449638 | 47.0437 | $21.15 | |
ETH | <0.01% | <$0.000001 | 3,242,624,258.2673 | $21.12 | |
ETH | <0.01% | $0.994478 | 21.1616 | $21.04 | |
ETH | <0.01% | $0.011357 | 1,845.0861 | $20.96 | |
ETH | <0.01% | $0.002198 | 9,522.9425 | $20.93 | |
ETH | <0.01% | $0.107428 | 194.3162 | $20.87 | |
ETH | <0.01% | $0.013334 | 1,564.9715 | $20.87 | |
ETH | <0.01% | <$0.000001 | 91,742,075.9124 | $20.79 | |
ETH | <0.01% | $0.117034 | 177.3632 | $20.76 | |
ETH | <0.01% | $0.000039 | 537,685.0078 | $20.74 | |
ETH | <0.01% | $0.645772 | 32.1167 | $20.74 | |
ETH | <0.01% | <$0.000001 | 6,911,117,379.1792 | $20.71 | |
ETH | <0.01% | $0.025971 | 795.7501 | $20.67 | |
ETH | <0.01% | $0.000641 | 32,192.584 | $20.65 | |
ETH | <0.01% | $0.823497 | 25.0231 | $20.61 | |
ETH | <0.01% | $0.005126 | 4,019.1214 | $20.6 | |
ETH | <0.01% | $0.004467 | 4,610.3009 | $20.6 | |
ETH | <0.01% | $0.050173 | 408.6308 | $20.5 | |
ETH | <0.01% | $0.331499 | 61.8084 | $20.49 | |
ETH | <0.01% | $0.004227 | 4,842.6284 | $20.47 | |
ETH | <0.01% | $0.034402 | 594.4517 | $20.45 | |
ETH | <0.01% | $0.000261 | 78,002.4012 | $20.38 | |
ETH | <0.01% | $0.00583 | 3,491.7069 | $20.36 | |
ETH | <0.01% | $104,616 | 0.00019458 | $20.36 | |
ETH | <0.01% | $0.006345 | 3,204.8857 | $20.34 | |
ETH | <0.01% | $0.000129 | 157,088.5806 | $20.27 | |
ETH | <0.01% | $0.006414 | 3,158.3144 | $20.26 | |
ETH | <0.01% | $0.020159 | 1,002.9551 | $20.22 | |
ETH | <0.01% | $0.000977 | 20,593.5349 | $20.12 | |
ETH | <0.01% | <$0.000001 | 165,040,628.1821 | $20.08 | |
ETH | <0.01% | $0.002869 | 6,996.6339 | $20.07 | |
ETH | <0.01% | <$0.000001 | 107,200,632.4913 | $20 | |
ETH | <0.01% | $0.001201 | 16,652.5846 | $20 | |
ETH | <0.01% | $0.024113 | 827.7498 | $19.96 | |
ETH | <0.01% | $2.71 | 7.3634 | $19.93 | |
ETH | <0.01% | $0.374476 | 53.1811 | $19.92 | |
ETH | <0.01% | <$0.000001 | 104,069,138,284.5454 | $19.9 | |
ETH | <0.01% | <$0.000001 | 173,969,555.9367 | $19.9 | |
ETH | <0.01% | $0.00189 | 10,521.3312 | $19.89 | |
ETH | <0.01% | $0.008015 | 2,477.9719 | $19.86 | |
ETH | <0.01% | $0.856822 | 23.1717 | $19.85 | |
ETH | <0.01% | $4.81 | 4.1257 | $19.84 | |
ETH | <0.01% | $0.016323 | 1,215.5922 | $19.84 | |
ETH | <0.01% | $0.000247 | 80,247.2867 | $19.83 | |
ETH | <0.01% | $101.48 | 0.1951 | $19.8 | |
ETH | <0.01% | $0.15564 | 127.1852 | $19.8 | |
ETH | <0.01% | $0.002086 | 9,479.4226 | $19.78 | |
ETH | <0.01% | <$0.000001 | 9,406,474,613.4427 | $19.77 | |
ETH | <0.01% | $0.007863 | 2,511.3406 | $19.75 | |
ETH | <0.01% | $0.0246 | 802.3164 | $19.74 | |
ETH | <0.01% | $0.115189 | 170.9707 | $19.69 | |
ETH | <0.01% | $0.00549 | 3,580.7773 | $19.66 | |
ETH | <0.01% | $0.002882 | 6,797.9194 | $19.59 | |
ETH | <0.01% | $0.000189 | 103,473.69 | $19.54 | |
ETH | <0.01% | $0.483879 | 40.3583 | $19.53 | |
ETH | <0.01% | <$0.000001 | 57,482,172,812.0689 | $19.5 | |
ETH | <0.01% | $0.187485 | 103.2248 | $19.35 | |
ETH | <0.01% | $1.3 | 14.8604 | $19.32 | |
ETH | <0.01% | $0.001904 | 10,146.2585 | $19.32 | |
ETH | <0.01% | <$0.000001 | 155,830,489.8549 | $19.2 | |
ETH | <0.01% | $0.0002 | 95,618.8031 | $19.14 | |
ETH | <0.01% | $0.021717 | 881.3263 | $19.14 | |
ETH | <0.01% | $0.949344 | 20.1538 | $19.13 | |
ETH | <0.01% | $0.03738 | 510.6592 | $19.09 | |
ETH | <0.01% | $0.012564 | 1,518.9489 | $19.08 | |
ETH | <0.01% | $0.018075 | 1,053.2399 | $19.04 | |
ETH | <0.01% | $0.001616 | 11,760.1172 | $19 | |
ETH | <0.01% | <$0.000001 | 116,471,676.13 | $18.91 | |
ETH | <0.01% | $1.88 | 10.0512 | $18.9 | |
ETH | <0.01% | <$0.000001 | 239,621,723.7668 | $18.88 | |
ETH | <0.01% | $0.000152 | 123,984.1543 | $18.85 | |
ETH | <0.01% | $0.008245 | 2,286.0796 | $18.85 | |
ETH | <0.01% | $0.000054 | 347,370.8708 | $18.75 | |
ETH | <0.01% | <$0.000001 | 333,471,762,804.4824 | $18.74 | |
ETH | <0.01% | $0.000105 | 178,957.6781 | $18.73 | |
ETH | <0.01% | $0.010891 | 1,718.3983 | $18.71 | |
ETH | <0.01% | <$0.000001 | 100,904,637.0841 | $18.69 | |
ETH | <0.01% | $0.007973 | 2,343.1092 | $18.68 | |
ETH | <0.01% | $0.000047 | 401,606.1083 | $18.67 | |
ETH | <0.01% | $0.000036 | 518,684.345 | $18.66 | |
ETH | <0.01% | <$0.000001 | 645,078,995.5675 | $18.56 | |
ETH | <0.01% | $0.203672 | 90.8719 | $18.51 | |
ETH | <0.01% | $1.06 | 17.3546 | $18.46 | |
ETH | <0.01% | $0.000014 | 1,303,985.3321 | $18.43 | |
ETH | <0.01% | $5.17 | 3.5654 | $18.43 | |
ETH | <0.01% | $0.011024 | 1,668.0402 | $18.39 | |
ETH | <0.01% | $0.00212 | 8,656.0398 | $18.35 | |
ETH | <0.01% | $0.00063 | 29,111.1459 | $18.34 | |
ETH | <0.01% | $0.000011 | 1,709,558.0912 | $18.3 | |
ETH | <0.01% | <$0.000001 | 3,276,579,864.0323 | $18.24 | |
ETH | <0.01% | $0.01734 | 1,050.2969 | $18.21 | |
ETH | <0.01% | $0.000849 | 21,454.7422 | $18.21 | |
ETH | <0.01% | $0.044304 | 410.8234 | $18.2 | |
ETH | <0.01% | $0.000001 | 16,930,714.7444 | $18.12 | |
ETH | <0.01% | $0.000392 | 46,112.9636 | $18.07 | |
ETH | <0.01% | <$0.000001 | 101,298,107,063.2314 | $18.06 | |
ETH | <0.01% | $0.135762 | 132.8457 | $18.04 | |
ETH | <0.01% | $0.000121 | 148,130.4633 | $17.97 | |
ETH | <0.01% | $0.00001 | 1,846,440.1897 | $17.97 | |
ETH | <0.01% | $0.003244 | 5,523.7696 | $17.92 | |
ETH | <0.01% | $0.002512 | 7,120.1945 | $17.88 | |
ETH | <0.01% | <$0.000001 | 62,459,537.5152 | $17.84 | |
ETH | <0.01% | $0.000615 | 28,988.1168 | $17.83 | |
ETH | <0.01% | $0.00496 | 3,591.3182 | $17.81 | |
ETH | <0.01% | $0.001436 | 12,397.1224 | $17.81 | |
ETH | <0.01% | $0.087467 | 203.019 | $17.76 | |
ETH | <0.01% | $0.028988 | 612.4944 | $17.76 | |
ETH | <0.01% | $0.001443 | 12,301.1179 | $17.75 | |
ETH | <0.01% | $0.000417 | 42,582.8917 | $17.75 | |
ETH | <0.01% | $0.004873 | 3,633.8241 | $17.71 | |
ETH | <0.01% | <$0.000001 | 54,972,035,823.8142 | $17.68 | |
ETH | <0.01% | $0.000465 | 37,981.5667 | $17.65 | |
ETH | <0.01% | $0.003955 | 4,451.8544 | $17.61 | |
ETH | <0.01% | $10.94 | 1.6045 | $17.55 | |
ETH | <0.01% | $0.000621 | 28,187.4834 | $17.52 | |
ETH | <0.01% | $0.003017 | 5,789.4461 | $17.46 | |
ETH | <0.01% | $0.202524 | 86.1249 | $17.44 | |
ETH | <0.01% | $0.976016 | 17.8629 | $17.43 | |
ETH | <0.01% | $0.002219 | 7,847.4382 | $17.41 | |
ETH | <0.01% | $0.010853 | 1,585.2271 | $17.2 | |
ETH | <0.01% | $0.003343 | 5,144.6681 | $17.2 | |
ETH | <0.01% | $9.57 | 1.7946 | $17.17 | |
ETH | <0.01% | $4.58 | 3.7461 | $17.16 | |
ETH | <0.01% | $0.00031 | 55,399.1198 | $17.15 | |
ETH | <0.01% | $0.00002 | 844,944.8036 | $17.13 | |
ETH | <0.01% | $6.49 | 2.6377 | $17.11 | |
ETH | <0.01% | $0.008952 | 1,911.2444 | $17.11 | |
ETH | <0.01% | $0.20168 | 84.8022 | $17.1 | |
ETH | <0.01% | $0.000049 | 343,598.9378 | $16.98 | |
ETH | <0.01% | $0.000061 | 277,493.98 | $16.97 | |
ETH | <0.01% | $0.000259 | 65,470.8338 | $16.95 | |
ETH | <0.01% | $0.948447 | 17.8294 | $16.91 | |
ETH | <0.01% | $0.000783 | 21,529.6754 | $16.87 | |
ETH | <0.01% | $0.000259 | 65,068.6727 | $16.85 | |
ETH | <0.01% | $0.001077 | 15,629.7062 | $16.84 | |
ETH | <0.01% | $0.002028 | 8,299.0091 | $16.83 | |
ETH | <0.01% | $0.092629 | 180.4202 | $16.71 | |
ETH | <0.01% | $0.000001 | 28,958,351.9838 | $16.68 | |
ETH | <0.01% | $0.00315 | 5,273.9149 | $16.61 | |
ETH | <0.01% | $0.000016 | 1,067,040.9717 | $16.58 | |
ETH | <0.01% | $0.088739 | 186.7859 | $16.58 | |
ETH | <0.01% | <$0.000001 | 1,774,709,775.6052 | $16.44 | |
ETH | <0.01% | $0.002353 | 6,975.8651 | $16.41 | |
ETH | <0.01% | $2.25 | 7.2845 | $16.39 | |
ETH | <0.01% | <$0.000001 | 106,379,406.8897 | $16.34 | |
ETH | <0.01% | $0.00001 | 1,620,325.0449 | $16.29 | |
ETH | <0.01% | $0.078457 | 207.3837 | $16.27 | |
ETH | <0.01% | $0.00139 | 11,624.1466 | $16.16 | |
ETH | <0.01% | $26,631 | 0.00060607 | $16.14 | |
ETH | <0.01% | $0.450238 | 35.7972 | $16.12 | |
ETH | <0.01% | $0.000219 | 73,663.9461 | $16.11 | |
ETH | <0.01% | $0.001563 | 10,292.306 | $16.08 | |
ETH | <0.01% | $0.000197 | 81,741.7366 | $16.07 | |
ETH | <0.01% | $0.001045 | 15,280.7114 | $15.96 | |
ETH | <0.01% | $0.00005 | 318,322.5598 | $15.95 | |
ETH | <0.01% | $0.029045 | 549.2413 | $15.95 | |
ETH | <0.01% | $0.000038 | 417,863.2749 | $15.91 | |
ETH | <0.01% | $0.003514 | 4,526.5152 | $15.91 | |
ETH | <0.01% | $0.149937 | 106.0936 | $15.91 | |
ETH | <0.01% | $26.76 | 0.5915 | $15.83 | |
ETH | <0.01% | $0.000002 | 7,671,669.8498 | $15.83 | |
ETH | <0.01% | $0.002817 | 5,615.0498 | $15.82 | |
ETH | <0.01% | $0.008669 | 1,813.1472 | $15.72 | |
ETH | <0.01% | $0.175216 | 89.5701 | $15.69 | |
ETH | <0.01% | $2.85 | 5.495 | $15.66 | |
ETH | <0.01% | $0.127811 | 122.3037 | $15.63 | |
ETH | <0.01% | $0.000701 | 22,283.7514 | $15.63 | |
ETH | <0.01% | $0.257563 | 60.5148 | $15.59 | |
ETH | <0.01% | $0.021476 | 723.6895 | $15.54 | |
ETH | <0.01% | $0.000068 | 227,398.5604 | $15.54 | |
ETH | <0.01% | $0.000024 | 647,144.2281 | $15.52 | |
ETH | <0.01% | $20.68 | 0.7498 | $15.51 | |
ETH | <0.01% | $0.000001 | 21,269,019.76 | $15.48 | |
ETH | <0.01% | $0.00012 | 128,216.5169 | $15.42 | |
ETH | <0.01% | $0.361333 | 42.6441 | $15.41 | |
ETH | <0.01% | $0.04166 | 368.4776 | $15.35 | |
ETH | <0.01% | $0.000228 | 67,236.5534 | $15.32 | |
ETH | <0.01% | $0.000064 | 239,936.3004 | $15.26 | |
ETH | <0.01% | $0.000261 | 58,321.9938 | $15.24 | |
ETH | <0.01% | $0.000085 | 179,445.0768 | $15.23 | |
ETH | <0.01% | <$0.000001 | 5,577,435,189,644.5859 | $15.23 | |
ETH | <0.01% | $0.04538 | 334.6727 | $15.19 | |
ETH | <0.01% | $0.000015 | 1,026,638.3908 | $15.18 | |
ETH | <0.01% | $0.014242 | 1,064 | $15.15 | |
ETH | <0.01% | $0.007214 | 2,095.9258 | $15.12 | |
ETH | <0.01% | <$0.000001 | 21,636,290,797.9205 | $15.12 | |
ETH | <0.01% | $0.000035 | 433,822.7392 | $15.1 | |
ETH | <0.01% | $0.00109 | 13,796.9207 | $15.03 | |
ETH | <0.01% | $0.008006 | 1,871.6123 | $14.98 | |
ETH | <0.01% | $0.000623 | 24,043.5133 | $14.98 | |
ETH | <0.01% | <$0.000001 | 113,137,254.0252 | $14.91 | |
ETH | <0.01% | $0.043212 | 344.8923 | $14.9 | |
ETH | <0.01% | $0.018319 | 810.3378 | $14.84 | |
ETH | <0.01% | $0.000086 | 171,979.1842 | $14.84 | |
ETH | <0.01% | $0.005735 | 2,582.2063 | $14.81 | |
ETH | <0.01% | $0.037128 | 398.5344 | $14.8 | |
ETH | <0.01% | $0.031457 | 468.2696 | $14.73 | |
ETH | <0.01% | $0.001657 | 8,891.011 | $14.73 | |
ETH | <0.01% | $0.000075 | 195,900.2749 | $14.66 | |
ETH | <0.01% | $2.71 | 5.4039 | $14.64 | |
ETH | <0.01% | $0.004045 | 3,612.0955 | $14.61 | |
ETH | <0.01% | $0.00104 | 14,021.3646 | $14.58 | |
ETH | <0.01% | $0.009625 | 1,514.7294 | $14.58 | |
ETH | <0.01% | $0.000167 | 87,332.2557 | $14.56 | |
ETH | <0.01% | $2,777.63 | 0.00522555 | $14.51 | |
ETH | <0.01% | $0.00588 | 2,464.3117 | $14.49 | |
ETH | <0.01% | $0.048721 | 297.4139 | $14.49 | |
ETH | <0.01% | $0.000223 | 64,801.7728 | $14.48 | |
ETH | <0.01% | $0.377103 | 38.285 | $14.44 | |
ETH | <0.01% | $0.035513 | 406.4956 | $14.44 | |
ETH | <0.01% | $0.032436 | 443.2786 | $14.38 | |
ETH | <0.01% | $0.045087 | 318.7958 | $14.37 | |
ETH | <0.01% | $0.000016 | 877,484.6029 | $14.36 | |
ETH | <0.01% | $0.012235 | 1,171.1403 | $14.33 | |
ETH | <0.01% | $0.000182 | 78,743.7854 | $14.32 | |
ETH | <0.01% | $0.000516 | 27,686.7069 | $14.28 | |
ETH | <0.01% | $0.130908 | 108.4491 | $14.2 | |
ETH | <0.01% | <$0.000001 | 25,514,232,236.6152 | $14.2 | |
ETH | <0.01% | $0.001138 | 12,455.4159 | $14.18 | |
ETH | <0.01% | $0.000004 | 3,798,146.5309 | $14.18 | |
ETH | <0.01% | $0.52944 | 26.7445 | $14.16 | |
ETH | <0.01% | $0.010972 | 1,286.2782 | $14.11 | |
ETH | <0.01% | $0.000149 | 93,961.7721 | $14.01 | |
ETH | <0.01% | $0.031338 | 444.2477 | $13.92 | |
ETH | <0.01% | $0.004447 | 3,128.6122 | $13.91 | |
ETH | <0.01% | $2.72 | 5.1068 | $13.89 | |
ETH | <0.01% | $0.000028 | 504,017.977 | $13.88 | |
ETH | <0.01% | $0.099642 | 138.7999 | $13.83 | |
ETH | <0.01% | $108,539 | 0.00012729 | $13.82 | |
ETH | <0.01% | $0.0032 | 4,315.6709 | $13.81 | |
ETH | <0.01% | $0.004333 | 3,181.7799 | $13.79 | |
ETH | <0.01% | <$0.000001 | 691,659,911.0655 | $13.73 | |
ETH | <0.01% | <$0.000001 | 235,092,292,423.7759 | $13.63 | |
ETH | <0.01% | $0.053548 | 254.2283 | $13.61 | |
ETH | <0.01% | $0.022472 | 605.4463 | $13.61 | |
ETH | <0.01% | $0.002039 | 6,669.7391 | $13.6 | |
ETH | <0.01% | <$0.000001 | 14,594,886,438.8991 | $13.52 | |
ETH | <0.01% | $0.001191 | 11,305.6443 | $13.46 | |
ETH | <0.01% | $0.000037 | 365,952.7876 | $13.43 | |
ETH | <0.01% | $0.000084 | 160,334.8764 | $13.43 | |
ETH | <0.01% | $0.016788 | 798.0959 | $13.4 | |
ETH | <0.01% | $0.031387 | 426.5422 | $13.39 | |
ETH | <0.01% | $0.532991 | 25.0589 | $13.36 | |
ETH | <0.01% | $56.4 | 0.2366 | $13.34 | |
ETH | <0.01% | $0.120207 | 110.9592 | $13.34 | |
ETH | <0.01% | $0.000288 | 46,165.4684 | $13.31 | |
ETH | <0.01% | $0.003173 | 4,182.3632 | $13.27 | |
ETH | <0.01% | $0.000058 | 227,207.9761 | $13.25 | |
ETH | <0.01% | $0.006113 | 2,160.9539 | $13.21 | |
ETH | <0.01% | $0.000164 | 80,326.6211 | $13.21 | |
ETH | <0.01% | $0.000175 | 75,534.8933 | $13.19 | |
ETH | <0.01% | $0.015183 | 865.5653 | $13.14 | |
ETH | <0.01% | $0.002283 | 5,737.9547 | $13.1 | |
ETH | <0.01% | $0.000088 | 148,031.3033 | $13.01 | |
ETH | <0.01% | <$0.000001 | 75,811,919,557.6874 | $12.95 | |
ETH | <0.01% | $0.000003 | 4,415,757.3398 | $12.94 | |
ETH | <0.01% | $1.31 | 9.8508 | $12.9 | |
ETH | <0.01% | $0.011197 | 1,151.5581 | $12.89 | |
ETH | <0.01% | $0.000716 | 17,896.7935 | $12.81 | |
ETH | <0.01% | $7,762.76 | 0.00164476 | $12.77 | |
ETH | <0.01% | $0.000334 | 37,990.39 | $12.7 | |
ETH | <0.01% | $0.009543 | 1,328.946 | $12.68 | |
ETH | <0.01% | $0.066038 | 191.9486 | $12.68 | |
ETH | <0.01% | $0.001416 | 8,910.8732 | $12.62 | |
ETH | <0.01% | $0.00477 | 2,640.4999 | $12.6 | |
ETH | <0.01% | $0.001496 | 8,402.6205 | $12.57 | |
ETH | <0.01% | $0.000008 | 1,640,678.7779 | $12.55 | |
ETH | <0.01% | $0.000002 | 7,935,407.3442 | $12.54 | |
ETH | <0.01% | $0.000037 | 333,963.2258 | $12.51 | |
ETH | <0.01% | $0.003287 | 3,803.6783 | $12.5 | |
ETH | <0.01% | $11.53 | 1.0838 | $12.5 | |
ETH | <0.01% | $1.54 | 8.0963 | $12.47 | |
ETH | <0.01% | $0.000373 | 33,252.7429 | $12.4 | |
ETH | <0.01% | $1,599.15 | 0.00774174 | $12.38 | |
ETH | <0.01% | $0.000036 | 339,954.4544 | $12.29 | |
ETH | <0.01% | $0.018609 | 658.8513 | $12.26 | |
ETH | <0.01% | $0.002256 | 5,423.42 | $12.23 | |
ETH | <0.01% | $0.002235 | 5,461.2922 | $12.21 | |
ETH | <0.01% | $0.000003 | 3,523,391.3289 | $12.19 | |
ETH | <0.01% | <$0.000001 | 152,141,518.7504 | $12.05 | |
ETH | <0.01% | $0.000355 | 33,730.7779 | $11.98 | |
ETH | <0.01% | $2.06 | 5.807 | $11.96 | |
ETH | <0.01% | $0.010055 | 1,185.7735 | $11.92 | |
ETH | <0.01% | $2.19 | 5.418 | $11.87 | |
ETH | <0.01% | $0.00104 | 11,403.7748 | $11.85 | |
ETH | <0.01% | $0.000001 | 16,156,263.8393 | $11.84 | |
ETH | <0.01% | $0.032037 | 367.9823 | $11.79 | |
ETH | <0.01% | $0.007934 | 1,485.6282 | $11.79 | |
ETH | <0.01% | $0.000022 | 529,860.7989 | $11.75 | |
ETH | <0.01% | $0.579676 | 20.2521 | $11.74 | |
ETH | <0.01% | <$0.000001 | 33,372,920.6138 | $11.71 | |
ETH | <0.01% | $0.000061 | 192,189.7282 | $11.69 | |
ETH | <0.01% | $0.002929 | 3,967.3941 | $11.62 | |
ETH | <0.01% | <$0.000001 | 27,522,742.85 | $11.59 | |
ETH | <0.01% | $3.41 | 3.3964 | $11.58 | |
ETH | <0.01% | $0.010928 | 1,057.897 | $11.56 | |
ETH | <0.01% | $0.000073 | 158,553.8263 | $11.53 | |
ETH | <0.01% | $0.000198 | 57,977.2574 | $11.47 | |
ETH | <0.01% | $0.093093 | 122.5328 | $11.41 | |
ETH | <0.01% | $0.000075 | 151,447.6932 | $11.4 | |
ETH | <0.01% | $0.058031 | 195.9259 | $11.37 | |
ETH | <0.01% | $0.01026 | 1,106.9233 | $11.36 | |
ETH | <0.01% | <$0.000001 | 12,463,240,074.2514 | $11.32 | |
ETH | <0.01% | $0.074208 | 151.6628 | $11.25 | |
ETH | <0.01% | $1.01 | 11.1969 | $11.25 | |
ETH | <0.01% | $0.027096 | 413.5399 | $11.21 | |
ETH | <0.01% | <$0.000001 | 84,727,526.6409 | $11.18 | |
ETH | <0.01% | $6.28 | 1.7791 | $11.17 | |
ETH | <0.01% | $0.67727 | 16.4731 | $11.16 | |
ETH | <0.01% | $0.000001 | 9,085,769.9148 | $11.13 | |
ETH | <0.01% | $0.000904 | 12,278.2668 | $11.1 | |
ETH | <0.01% | $0.001791 | 6,176.4369 | $11.06 | |
ETH | <0.01% | $0.003398 | 3,252.0527 | $11.05 | |
ETH | <0.01% | $2,588.83 | 0.0042682 | $11.05 | |
ETH | <0.01% | $20.14 | 0.5476 | $11.03 | |
ETH | <0.01% | $0.005544 | 1,989.3276 | $11.03 | |
ETH | <0.01% | $3.67 | 3 | $11 | |
ETH | <0.01% | $0.088599 | 124.0899 | $10.99 | |
ETH | <0.01% | $0.003686 | 2,979.3692 | $10.98 | |
ETH | <0.01% | $0.001237 | 8,867.4894 | $10.97 | |
ETH | <0.01% | $0.000638 | 17,192.9505 | $10.97 | |
ETH | <0.01% | $0.000933 | 11,748.9932 | $10.96 | |
ETH | <0.01% | $0.004939 | 2,216.0945 | $10.95 | |
ETH | <0.01% | <$0.000001 | 4,879,681,450.7535 | $10.94 | |
ETH | <0.01% | $0.00001 | 1,106,481.8677 | $10.93 | |
ETH | <0.01% | $1,871.35 | 0.0058362 | $10.92 | |
ETH | <0.01% | $0.006189 | 1,764.3653 | $10.92 | |
ETH | <0.01% | $0.000004 | 2,945,298.4835 | $10.9 | |
ETH | <0.01% | $0.001284 | 8,462.4058 | $10.86 | |
ETH | <0.01% | $0.000099 | 109,787.7446 | $10.86 | |
ETH | <0.01% | $0.003663 | 2,953.7703 | $10.82 | |
ETH | <0.01% | $0.227891 | 47.2407 | $10.77 | |
ETH | <0.01% | $0.037222 | 288.676 | $10.75 | |
ETH | <0.01% | $0.001814 | 5,909.5455 | $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.000018 | 595,760.9708 | $10.66 | |
ETH | <0.01% | <$0.000001 | 49,851,311,573.5351 | $10.65 | |
ETH | <0.01% | $0.000698 | 15,265.099 | $10.65 | |
ETH | <0.01% | $0.999125 | 10.6158 | $10.61 | |
ETH | <0.01% | $0.03252 | 325.9588 | $10.6 | |
ETH | <0.01% | $0.002005 | 5,284.0584 | $10.6 | |
ETH | <0.01% | $0.000001 | 11,313,800.2979 | $10.56 | |
ETH | <0.01% | $0.000777 | 13,571.56 | $10.55 | |
ETH | <0.01% | $0.229699 | 45.8323 | $10.53 | |
ETH | <0.01% | $0.218819 | 47.9848 | $10.5 | |
ETH | <0.01% | $0.110968 | 94.5288 | $10.49 | |
ETH | <0.01% | $0.137094 | 76.4975 | $10.49 | |
ETH | <0.01% | $0.014793 | 707.0117 | $10.46 | |
ETH | <0.01% | $0.000167 | 62,421.5824 | $10.41 | |
ETH | <0.01% | $0.004986 | 2,085.6476 | $10.4 | |
ETH | <0.01% | $8.92 | 1.1644 | $10.39 | |
ETH | <0.01% | $0.000115 | 90,432.6927 | $10.37 | |
ETH | <0.01% | $0.0003 | 34,532.2144 | $10.36 | |
ETH | <0.01% | $0.001361 | 7,603.8995 | $10.35 | |
ETH | <0.01% | $0.001348 | 7,676.762 | $10.35 | |
ETH | <0.01% | $0.00081 | 12,740.4026 | $10.32 | |
ETH | <0.01% | $0.002382 | 4,331.2073 | $10.32 | |
ETH | <0.01% | <$0.000001 | 36,061,068.2255 | $10.31 | |
ETH | <0.01% | $0.000432 | 23,888.4418 | $10.31 | |
ETH | <0.01% | $0.000084 | 121,382.2318 | $10.25 | |
ETH | <0.01% | <$0.000001 | 38,932,736.9658 | $10.23 | |
ETH | <0.01% | <$0.000001 | 47,859,753.6566 | $10.21 | |
ETH | <0.01% | $3,947.21 | 0.00258501 | $10.2 | |
ETH | <0.01% | $0.02239 | 454.5817 | $10.18 | |
ETH | <0.01% | $0.017505 | 580.9543 | $10.17 | |
ETH | <0.01% | $0.039986 | 252.7688 | $10.11 | |
ETH | <0.01% | $0.000092 | 109,767.0432 | $10.06 | |
ETH | <0.01% | $0.001425 | 7,060.1762 | $10.06 | |
ETH | <0.01% | $1.04 | 9.663 | $10.06 | |
ETH | <0.01% | $0.006832 | 1,469.4999 | $10.04 | |
ETH | <0.01% | <$0.000001 | 64,419,074.1343 | $10.02 | |
ETH | <0.01% | <$0.000001 | 64,419,074.1343 | $10.02 | |
ETH | <0.01% | $0.000071 | 140,828.6293 | $10 | |
ETH | <0.01% | $0.000566 | 17,652.4954 | $10 | |
ETH | <0.01% | <$0.000001 | 55,489,297.0889 | $9.95 | |
ETH | <0.01% | $3.53 | 2.8176 | $9.95 | |
ETH | <0.01% | $0.049875 | 198.4726 | $9.9 | |
ETH | <0.01% | $0.00319 | 3,097.4043 | $9.88 | |
ETH | <0.01% | $0.011553 | 855.1615 | $9.88 | |
ETH | <0.01% | $0.011478 | 859.8028 | $9.87 | |
ETH | <0.01% | $0.000693 | 14,231.6869 | $9.87 | |
ETH | <0.01% | $0.002823 | 3,493.0828 | $9.86 | |
ETH | <0.01% | <$0.000001 | 91,028,144.248 | $9.85 | |
ETH | <0.01% | $0.560024 | 17.5894 | $9.85 | |
ETH | <0.01% | $0.008379 | 1,166.9344 | $9.78 | |
ETH | <0.01% | $0.214696 | 45.4141 | $9.75 | |
ETH | <0.01% | $0.057069 | 169.9946 | $9.7 | |
ETH | <0.01% | $3,556.02 | 0.00271204 | $9.64 | |
ETH | <0.01% | $0.000014 | 707,349.2509 | $9.63 | |
ETH | <0.01% | $0.000152 | 63,235.2413 | $9.63 | |
ETH | <0.01% | $0.00027 | 35,580.8685 | $9.61 | |
ETH | <0.01% | <$0.000001 | 25,476,611,702.4839 | $9.59 | |
ETH | <0.01% | $0.000482 | 19,741.3481 | $9.51 | |
ETH | <0.01% | <$0.000001 | 30,883,925.5916 | $9.49 | |
ETH | <0.01% | $0.969617 | 9.7656 | $9.47 | |
ETH | <0.01% | $0.400714 | 23.6109 | $9.46 | |
ETH | <0.01% | $0.035838 | 263.7485 | $9.45 | |
ETH | <0.01% | $0.812129 | 11.6094 | $9.43 | |
ETH | <0.01% | $0.021076 | 443.3082 | $9.34 | |
ETH | <0.01% | $0.064707 | 144.3569 | $9.34 | |
ETH | <0.01% | $0.000218 | 42,565.1382 | $9.29 | |
ETH | <0.01% | $0.005116 | 1,808.0235 | $9.25 | |
ETH | <0.01% | <$0.000001 | 15,338,541,671.1974 | $9.22 | |
ETH | <0.01% | $0.003045 | 3,024.2458 | $9.21 | |
ETH | <0.01% | $0.00039 | 23,552.0072 | $9.18 | |
ETH | <0.01% | <$0.000001 | 111,071,731.5651 | $9.15 | |
ETH | <0.01% | <$0.000001 | 20,462,888,801.0707 | $9.14 | |
ETH | <0.01% | $0.013031 | 699.9868 | $9.12 | |
ETH | <0.01% | $0.000051 | 180,433.3624 | $9.11 | |
ETH | <0.01% | $0.000248 | 36,780.4111 | $9.11 | |
ETH | <0.01% | $0.00776 | 1,171.2449 | $9.09 | |
ETH | <0.01% | $0.003194 | 2,842.0853 | $9.08 | |
ETH | <0.01% | $0.000066 | 137,574.143 | $9.06 | |
ETH | <0.01% | <$0.000001 | 19,642,840.2217 | $9.03 | |
ETH | <0.01% | $0.000012 | 754,490.2061 | $9.02 | |
ETH | <0.01% | $0.00363 | 2,482.0005 | $9.01 | |
ETH | <0.01% | $0.006027 | 1,490.9265 | $8.99 | |
ETH | <0.01% | $0.236108 | 37.9477 | $8.96 | |
ETH | <0.01% | $0.002288 | 3,912.6173 | $8.95 | |
ETH | <0.01% | $0.490114 | 18.2512 | $8.95 | |
ETH | <0.01% | $0.02814 | 317.2429 | $8.93 | |
ETH | <0.01% | $0.047429 | 188.1709 | $8.92 | |
ETH | <0.01% | $4.04 | 2.2036 | $8.91 | |
ETH | <0.01% | $0.012139 | 731.7707 | $8.88 | |
ETH | <0.01% | <$0.000001 | 29,045,188,705.7713 | $8.86 | |
ETH | <0.01% | $13.1 | 0.6722 | $8.81 | |
ETH | <0.01% | $0.022011 | 399.9902 | $8.8 | |
ETH | <0.01% | $0.000535 | 16,383.6571 | $8.76 | |
ETH | <0.01% | <$0.000001 | 643,608,483.9166 | $8.74 | |
ETH | <0.01% | $0.000002 | 4,739,531.8113 | $8.72 | |
ETH | <0.01% | $0.005285 | 1,641.4624 | $8.67 | |
ETH | <0.01% | $0.05597 | 154.4978 | $8.65 | |
ETH | <0.01% | $2.13 | 4.0498 | $8.63 | |
ETH | <0.01% | $0.000077 | 110,671.4105 | $8.57 | |
ETH | <0.01% | <$0.000001 | 16,838,683,101.3511 | $8.54 | |
ETH | <0.01% | $0.604005 | 14.0202 | $8.47 | |
ETH | <0.01% | $0.000124 | 68,084.5519 | $8.45 | |
ETH | <0.01% | $0.011271 | 748.5661 | $8.44 | |
ETH | <0.01% | $0.000025 | 338,302.9558 | $8.43 | |
ETH | <0.01% | $0.0049 | 1,720.2009 | $8.43 | |
ETH | <0.01% | <$0.000001 | 29,412,395,593.15 | $8.39 | |
ETH | <0.01% | $0.00022 | 38,055.1521 | $8.36 | |
ETH | <0.01% | $0.001023 | 8,154.7369 | $8.34 | |
ETH | <0.01% | $0.507712 | 16.3513 | $8.3 | |
ETH | <0.01% | $0.022171 | 374.1431 | $8.3 | |
ETH | <0.01% | $0.001465 | 5,659.1152 | $8.29 | |
ETH | <0.01% | $0.001781 | 4,646.0144 | $8.27 | |
ETH | <0.01% | $0.001277 | 6,465.4177 | $8.26 | |
ETH | <0.01% | $0.000677 | 12,191.1935 | $8.25 | |
ETH | <0.01% | $0.007941 | 1,037.0313 | $8.23 | |
ETH | <0.01% | $0.039189 | 210.1212 | $8.23 | |
ETH | <0.01% | $0.142046 | 57.8174 | $8.21 | |
ETH | <0.01% | $0.058306 | 140.4317 | $8.19 | |
ETH | <0.01% | $0.00012 | 68,027.0594 | $8.19 | |
ETH | <0.01% | $0.001048 | 7,809.507 | $8.18 | |
ETH | <0.01% | <$0.000001 | 123,927,529.2075 | $8.16 | |
ETH | <0.01% | <$0.000001 | 56,940,229.918 | $8.14 | |
ETH | <0.01% | <$0.000001 | 94,461,354.5878 | $8.14 | |
ETH | <0.01% | $0.003201 | 2,527.8711 | $8.09 | |
ETH | <0.01% | $10.42 | 0.7757 | $8.08 | |
ETH | <0.01% | $0.000546 | 14,770.3095 | $8.07 | |
ETH | <0.01% | $0.001526 | 5,282.0799 | $8.06 | |
ETH | <0.01% | $0.000057 | 140,868.0785 | $8.05 | |
ETH | <0.01% | $0.098384 | 81.5517 | $8.02 | |
ETH | <0.01% | $0.019134 | 418.734 | $8.01 | |
ETH | <0.01% | $2,449.44 | 0.00325045 | $7.96 | |
ETH | <0.01% | $1.75 | 4.5137 | $7.9 | |
ETH | <0.01% | $3.51 | 2.2274 | $7.82 | |
ETH | <0.01% | $0.064502 | 120.848 | $7.79 | |
ETH | <0.01% | $0.003223 | 2,417.2655 | $7.79 | |
ETH | <0.01% | $14.72 | 0.5244 | $7.72 | |
ETH | <0.01% | $0.033471 | 230.6501 | $7.72 | |
ETH | <0.01% | $0.002065 | 3,707.4729 | $7.66 | |
ETH | <0.01% | $0.000205 | 37,314.3341 | $7.65 | |
ETH | <0.01% | $0.001689 | 4,530.6565 | $7.65 | |
ETH | <0.01% | $0.007282 | 1,049.7161 | $7.64 | |
ETH | <0.01% | $1.28 | 5.9687 | $7.64 | |
ETH | <0.01% | $0.006185 | 1,228.6355 | $7.6 | |
ETH | <0.01% | $0.109637 | 69.309 | $7.6 | |
ETH | <0.01% | $0.005153 | 1,470.0079 | $7.57 | |
ETH | <0.01% | $0.138974 | 54.3532 | $7.55 | |
ETH | <0.01% | <$0.000001 | 52,432,920,756.2993 | $7.55 | |
ETH | <0.01% | $0.074736 | 100.7841 | $7.53 | |
ETH | <0.01% | $0.000113 | 66,545.7257 | $7.53 | |
ETH | <0.01% | $0.012056 | 622.3775 | $7.5 | |
ETH | <0.01% | $0.178595 | 42.0012 | $7.5 | |
ETH | <0.01% | <$0.000001 | 19,056,734,141.2699 | $7.49 | |
ETH | <0.01% | $0.007017 | 1,067.9658 | $7.49 | |
ETH | <0.01% | $0.01384 | 539.9125 | $7.47 | |
ETH | <0.01% | $0.012869 | 574.9257 | $7.4 | |
ETH | <0.01% | $0.182498 | 40.4929 | $7.39 | |
ETH | <0.01% | $0.000338 | 21,695.494 | $7.32 | |
ETH | <0.01% | $0.000841 | 8,662.1566 | $7.29 | |
ETH | <0.01% | $0.000246 | 29,512.2619 | $7.27 | |
ETH | <0.01% | $0.003138 | 2,316.2132 | $7.27 | |
ETH | <0.01% | $0.000262 | 27,678 | $7.24 | |
ETH | <0.01% | $0.000022 | 325,231.4457 | $7.22 | |
ETH | <0.01% | $0.002486 | 2,903.705 | $7.22 | |
ETH | <0.01% | $0.415519 | 17.2928 | $7.19 | |
ETH | <0.01% | $0.00043 | 16,696.9531 | $7.18 | |
ETH | <0.01% | $0.17227 | 41.6202 | $7.17 | |
ETH | <0.01% | $0.007659 | 930.0188 | $7.12 | |
ETH | <0.01% | $0.328859 | 21.6504 | $7.12 | |
ETH | <0.01% | <$0.000001 | 68,460,839.7634 | $7.07 | |
ETH | <0.01% | $0.000058 | 121,337.5619 | $7.04 | |
ETH | <0.01% | $0.014748 | 475.2655 | $7.01 | |
ETH | <0.01% | $0.000571 | 12,265.6928 | $7.01 | |
ETH | <0.01% | $0.001568 | 4,440.0533 | $6.96 | |
ETH | <0.01% | $0.001992 | 3,493.7184 | $6.96 | |
ETH | <0.01% | $0.00587 | 1,180.3802 | $6.93 | |
ETH | <0.01% | $0.054813 | 125.8304 | $6.9 | |
ETH | <0.01% | $248.12 | 0.0278 | $6.9 | |
ETH | <0.01% | $0.780262 | 8.8212 | $6.88 | |
ETH | <0.01% | $12.32 | 0.5581 | $6.88 | |
ETH | <0.01% | $0.000482 | 14,217.9249 | $6.86 | |
ETH | <0.01% | $0.001229 | 5,547.9654 | $6.82 | |
ETH | <0.01% | $0.000001 | 4,698,672.0179 | $6.81 | |
ETH | <0.01% | $0.023766 | 285.5597 | $6.79 | |
ETH | <0.01% | $0.000096 | 70,357.4827 | $6.72 | |
ETH | <0.01% | $0.745918 | 8.9851 | $6.7 | |
ETH | <0.01% | $0.051372 | 129.8784 | $6.67 | |
ETH | <0.01% | $0.037352 | 178.5054 | $6.67 | |
ETH | <0.01% | $0.001558 | 4,269.1029 | $6.65 | |
ETH | <0.01% | $1,987.02 | 0.00333981 | $6.64 | |
ETH | <0.01% | $0.015452 | 428.5475 | $6.62 | |
ETH | <0.01% | <$0.000001 | 37,736,150,990.8916 | $6.62 | |
ETH | <0.01% | $0.004417 | 1,486.1557 | $6.56 | |
ETH | <0.01% | $0.001378 | 4,737.0195 | $6.53 | |
ETH | <0.01% | <$0.000001 | 1,001,369,934.3271 | $6.53 | |
ETH | <0.01% | $0.000083 | 78,880.3444 | $6.52 | |
ETH | <0.01% | $0.020095 | 322.5448 | $6.48 | |
ETH | <0.01% | $0.000968 | 6,661.7444 | $6.45 | |
ETH | <0.01% | $0.007347 | 876.5058 | $6.44 | |
ETH | <0.01% | <$0.000001 | 157,926,392,860.9657 | $6.44 | |
ETH | <0.01% | $0.01147 | 560.8594 | $6.43 | |
ETH | <0.01% | $0.003056 | 2,100.7579 | $6.42 | |
ETH | <0.01% | <$0.000001 | 51,522,980.0183 | $6.4 | |
ETH | <0.01% | $0.043334 | 147.1437 | $6.38 | |
ETH | <0.01% | $0.006597 | 965.2435 | $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.000014 | 443,391.9899 | $6.36 | |
ETH | <0.01% | $0.005726 | 1,110.2871 | $6.36 | |
ETH | <0.01% | $0.000021 | 309,223.6139 | $6.36 | |
ETH | <0.01% | $0.020671 | 307.0356 | $6.35 | |
ETH | <0.01% | $0.000037 | 170,484.105 | $6.34 | |
ETH | <0.01% | $0.000787 | 8,059.6024 | $6.34 | |
ETH | <0.01% | $0.001027 | 6,164.6725 | $6.33 | |
ETH | <0.01% | $0.000094 | 66,664.796 | $6.29 | |
ETH | <0.01% | $0.000623 | 10,053.4141 | $6.26 | |
ETH | <0.01% | <$0.000001 | 20,865,297.4623 | $6.26 | |
ETH | <0.01% | $0.002768 | 2,253.777 | $6.24 | |
ETH | <0.01% | $0.000979 | 6,338.8392 | $6.21 | |
ETH | <0.01% | $0.199146 | 31.1655 | $6.21 | |
ETH | <0.01% | $0.000587 | 10,550.1142 | $6.2 | |
ETH | <0.01% | $0.005912 | 1,047.1512 | $6.19 | |
ETH | <0.01% | $0.003 | 2,051.319 | $6.15 | |
ETH | <0.01% | $0.010504 | 581.0263 | $6.1 | |
ETH | <0.01% | <$0.000001 | 70,234,955,144.9545 | $6.1 | |
ETH | <0.01% | $0.000097 | 62,910.8644 | $6.1 | |
ETH | <0.01% | $0.000492 | 12,387.2286 | $6.09 | |
ETH | <0.01% | $0.004704 | 1,293.2985 | $6.08 | |
ETH | <0.01% | $0.006837 | 889.5357 | $6.08 | |
ETH | <0.01% | $0.001056 | 5,740.4346 | $6.06 | |
ETH | <0.01% | $0.00295 | 2,053.0744 | $6.06 | |
ETH | <0.01% | <$0.000001 | 129,630,065.7649 | $6.05 | |
ETH | <0.01% | $21.8 | 0.2773 | $6.05 | |
ETH | <0.01% | $2.94 | 2.0502 | $6.03 | |
ETH | <0.01% | $0.753829 | 7.967 | $6.01 | |
ETH | <0.01% | $0.000013 | 456,385 | $6 | |
ETH | <0.01% | $0.249482 | 24.0299 | $6 | |
ETH | <0.01% | $0.057146 | 104.7349 | $5.99 | |
ETH | <0.01% | $0.001085 | 5,517.0337 | $5.98 | |
ETH | <0.01% | $0.030319 | 196.6015 | $5.96 | |
ETH | <0.01% | <$0.000001 | 25,882,531.0304 | $5.95 | |
ETH | <0.01% | $0.000077 | 77,207.7182 | $5.92 | |
ETH | <0.01% | $0.000058 | 101,991.6318 | $5.91 | |
ETH | <0.01% | $0.001152 | 5,117.118 | $5.89 | |
ETH | <0.01% | $9.41 | 0.6245 | $5.88 | |
ETH | <0.01% | <$0.000001 | 39,512,137.1819 | $5.87 | |
ETH | <0.01% | $0.000009 | 650,176.4051 | $5.86 | |
ETH | <0.01% | $0.009778 | 596.3009 | $5.83 | |
ETH | <0.01% | $0.000615 | 9,466.3421 | $5.82 | |
ETH | <0.01% | $0.000003 | 1,721,850.7015 | $5.78 | |
ETH | <0.01% | <$0.000001 | 175,943,248,870.6275 | $5.72 | |
ETH | <0.01% | <$0.000001 | 75,346,304,757.0563 | $5.68 | |
ETH | <0.01% | $1.22 | 4.6555 | $5.68 | |
ETH | <0.01% | $0.015547 | 365.1896 | $5.68 | |
ETH | <0.01% | <$0.000001 | 37,627,739,894.5615 | $5.66 | |
ETH | <0.01% | $0.708748 | 7.9637 | $5.64 | |
ETH | <0.01% | <$0.000001 | 11,898,099.4265 | $5.63 | |
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.021304 | 261.9034 | $5.58 | |
ETH | <0.01% | $0.001444 | 3,862.1822 | $5.58 | |
ETH | <0.01% | $0.001114 | 5,004.4862 | $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.00078 | 7,075.163 | $5.52 | |
ETH | <0.01% | <$0.000001 | 1,673,015,894.8877 | $5.5 | |
ETH | <0.01% | $0.007563 | 723.3546 | $5.47 | |
ETH | <0.01% | $8.95 | 0.6065 | $5.43 | |
ETH | <0.01% | $0.005792 | 936.1019 | $5.42 | |
ETH | <0.01% | <$0.000001 | 34,105,957.2969 | $5.42 | |
ETH | <0.01% | <$0.000001 | 13,471,642,374.0353 | $5.41 | |
ETH | <0.01% | $24.1 | 0.2223 | $5.36 | |
ETH | <0.01% | <$0.000001 | 1,236,687,681.7971 | $5.36 | |
ETH | <0.01% | <$0.000001 | 18,058,294,332.733 | $5.35 | |
ETH | <0.01% | $0.006018 | 889.4426 | $5.35 | |
ETH | <0.01% | $0.789789 | 6.7055 | $5.3 | |
ETH | <0.01% | $0.020531 | 257.8126 | $5.29 | |
ETH | <0.01% | $0.000053 | 98,682.2563 | $5.28 | |
ETH | <0.01% | $0.000422 | 12,430.3601 | $5.25 | |
ETH | <0.01% | $0.000013 | 412,075.1586 | $5.22 | |
ETH | <0.01% | $12 | 0.4317 | $5.18 | |
ETH | <0.01% | $0.999798 | 5.112 | $5.11 | |
ETH | <0.01% | $0.017615 | 288.9058 | $5.09 | |
ETH | <0.01% | $0.001158 | 4,359.7222 | $5.05 | |
ETH | <0.01% | $0.00205 | 2,459.5644 | $5.04 | |
ETH | <0.01% | $0.022206 | 226.847 | $5.04 | |
ETH | <0.01% | <$0.000001 | 149,103,657.9518 | $5.04 | |
ETH | <0.01% | $0.30776 | 16.3288 | $5.03 | |
ETH | <0.01% | $0.007322 | 685.7135 | $5.02 | |
ETH | <0.01% | $271.79 | 0.0185 | $5.02 | |
ETH | <0.01% | $0.001 | 4,997.7845 | $5 | |
ETH | <0.01% | $1.52 | 3.2475 | $4.94 | |
ETH | <0.01% | $0.000054 | 90,175.729 | $4.89 | |
ETH | <0.01% | $0.000212 | 22,888.8662 | $4.84 | |
ETH | <0.01% | $0.000968 | 4,983.6973 | $4.83 | |
ETH | <0.01% | $0.002256 | 2,130.5528 | $4.81 | |
ETH | <0.01% | $0.00091 | 5,227.4097 | $4.76 | |
ETH | <0.01% | $0.332412 | 14.2525 | $4.74 | |
ETH | <0.01% | $0.034444 | 136.4666 | $4.7 | |
ETH | <0.01% | $0.004187 | 1,120.2312 | $4.69 | |
ETH | <0.01% | <$0.000001 | 31,602,346,638.226 | $4.68 | |
ETH | <0.01% | $0.000646 | 7,234.6099 | $4.68 | |
ETH | <0.01% | $0.000036 | 131,435.204 | $4.68 | |
ETH | <0.01% | $0.000256 | 18,241.0009 | $4.67 | |
ETH | <0.01% | $0.00037 | 12,542.4242 | $4.64 | |
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.001439 | 3,170.8534 | $4.56 | |
ETH | <0.01% | $0.282933 | 16.0886 | $4.55 | |
ETH | <0.01% | $0.000803 | 5,626.1943 | $4.52 | |
ETH | <0.01% | $0.00017 | 26,531.8743 | $4.51 | |
ETH | <0.01% | $0.000056 | 80,226.8567 | $4.5 | |
ETH | <0.01% | $0.004019 | 1,115.2718 | $4.48 | |
ETH | <0.01% | $1 | 4.4508 | $4.47 | |
ETH | <0.01% | <$0.000001 | 158,788,724.867 | $4.46 | |
ETH | <0.01% | $0.725432 | 6.1088 | $4.43 | |
ETH | <0.01% | $0.90846 | 4.8609 | $4.42 | |
ETH | <0.01% | $0.000356 | 12,401.589 | $4.41 | |
ETH | <0.01% | $0.106501 | 41.4247 | $4.41 | |
ETH | <0.01% | $0.000078 | 55,802.4328 | $4.37 | |
ETH | <0.01% | <$0.000001 | 15,080,748,178,062.738 | $4.37 | |
ETH | <0.01% | $0.000586 | 7,395.1601 | $4.33 | |
ETH | <0.01% | <$0.000001 | 10,640,207.9716 | $4.32 | |
ETH | <0.01% | $0.036241 | 118.9966 | $4.31 | |
ETH | <0.01% | $0.021531 | 199.435 | $4.29 | |
ETH | <0.01% | $0.00023 | 18,596.532 | $4.28 | |
ETH | <0.01% | $0.001094 | 3,896.6823 | $4.26 | |
ETH | <0.01% | $0.000619 | 6,891.0465 | $4.26 | |
ETH | <0.01% | $0.020068 | 211.4326 | $4.24 | |
ETH | <0.01% | $0.598607 | 7.0751 | $4.24 | |
ETH | <0.01% | $0.001595 | 2,638.2358 | $4.21 | |
ETH | <0.01% | $0.077814 | 54.0285 | $4.2 | |
ETH | <0.01% | $0.086697 | 48.0425 | $4.17 | |
ETH | <0.01% | $0.000015 | 286,728.6742 | $4.16 | |
ETH | <0.01% | $0.192422 | 21.515 | $4.14 | |
ETH | <0.01% | $0.000023 | 176,735.9063 | $4.12 | |
ETH | <0.01% | $0.000045 | 91,640.3854 | $4.1 | |
ETH | <0.01% | $0.000001 | 7,089,382.2277 | $4.07 | |
ETH | <0.01% | $0.000297 | 13,686.9156 | $4.06 | |
ETH | <0.01% | $0.157237 | 25.7682 | $4.05 | |
ETH | <0.01% | $0.000042 | 96,960.271 | $4.05 | |
ETH | <0.01% | $0.0189 | 213.0742 | $4.03 | |
ETH | <0.01% | <$0.000001 | 1,431,022,053.64 | $4.02 | |
ETH | <0.01% | $0.000205 | 19,607.9432 | $4.02 | |
ETH | <0.01% | $0.000809 | 4,962.0983 | $4.01 | |
ETH | <0.01% | $0.000306 | 13,068.355 | $4 | |
ETH | <0.01% | $0.001137 | 3,520.4489 | $4 | |
ETH | <0.01% | $0.000044 | 90,679.1575 | $3.98 | |
ETH | <0.01% | $0.000108 | 36,595.6357 | $3.94 | |
ETH | <0.01% | $0.001616 | 2,432.8385 | $3.93 | |
ETH | <0.01% | $0.005101 | 767.1285 | $3.91 | |
ETH | <0.01% | <$0.000001 | 22,090,540.5087 | $3.89 | |
ETH | <0.01% | <$0.000001 | 2,277,289,307.6301 | $3.87 | |
ETH | <0.01% | $0.000946 | 4,083.0882 | $3.86 | |
ETH | <0.01% | $0.047334 | 81.0515 | $3.84 | |
ETH | <0.01% | $0.209427 | 18.3033 | $3.83 | |
ETH | <0.01% | $0.000404 | 9,481.1992 | $3.83 | |
ETH | <0.01% | $0.014887 | 256.7852 | $3.82 | |
ETH | <0.01% | $0.00025 | 15,144.5252 | $3.78 | |
ETH | <0.01% | $0.013221 | 284.914 | $3.77 | |
ETH | <0.01% | $7.06 | 0.5325 | $3.76 | |
ETH | <0.01% | $0.106204 | 35.2547 | $3.74 | |
ETH | <0.01% | $0.019343 | 193.3866 | $3.74 | |
ETH | <0.01% | $0.017333 | 211.9403 | $3.67 | |
ETH | <0.01% | $0.003378 | 1,087.356 | $3.67 | |
ETH | <0.01% | $0.00461 | 795.8218 | $3.67 | |
ETH | <0.01% | $0.000475 | 7,686.9301 | $3.65 | |
ETH | <0.01% | $0.000052 | 69,946.1382 | $3.65 | |
ETH | <0.01% | $0.462853 | 7.7473 | $3.59 | |
ETH | <0.01% | $0.853323 | 4.1931 | $3.58 | |
ETH | <0.01% | $0.000169 | 20,972.9962 | $3.55 | |
ETH | <0.01% | $0.010229 | 347.038 | $3.55 | |
ETH | <0.01% | $0.000973 | 3,643.8077 | $3.55 | |
ETH | <0.01% | $0.365181 | 9.6565 | $3.53 | |
ETH | <0.01% | $0.617075 | 5.6858 | $3.51 | |
ETH | <0.01% | $0.000431 | 8,118.9037 | $3.5 | |
ETH | <0.01% | $0.004659 | 750.2658 | $3.5 | |
ETH | <0.01% | $3.72 | 0.9381 | $3.49 | |
ETH | <0.01% | <$0.000001 | 13,458,321,532.1677 | $3.48 | |
ETH | <0.01% | $0.000035 | 99,821.0751 | $3.47 | |
ETH | <0.01% | $0.874442 | 3.9498 | $3.45 | |
ETH | <0.01% | $0.003825 | 899.426 | $3.44 | |
ETH | <0.01% | $0.000095 | 36,049.774 | $3.44 | |
ETH | <0.01% | <$0.000001 | 69,661,605,976.2879 | $3.44 | |
ETH | <0.01% | $0.004681 | 729.5656 | $3.42 | |
ETH | <0.01% | $0.032705 | 104.2363 | $3.41 | |
ETH | <0.01% | $0.00017 | 19,978.5115 | $3.4 | |
ETH | <0.01% | $0.016331 | 205.881 | $3.36 | |
ETH | <0.01% | $0.00061 | 5,506.4008 | $3.36 | |
ETH | <0.01% | $0.001788 | 1,878.1132 | $3.36 | |
ETH | <0.01% | $0.002936 | 1,139.5135 | $3.35 | |
ETH | <0.01% | $0.003437 | 969.3962 | $3.33 | |
ETH | <0.01% | <$0.000001 | 66,069,541.9771 | $3.3 | |
ETH | <0.01% | $0.003958 | 832.195 | $3.29 | |
ETH | <0.01% | $0.000191 | 17,119.3756 | $3.26 | |
ETH | <0.01% | $0.000267 | 12,210.4144 | $3.26 | |
ETH | <0.01% | $0.006096 | 534.351 | $3.26 | |
ETH | <0.01% | $0.000063 | 51,277.9519 | $3.25 | |
ETH | <0.01% | <$0.000001 | 3,975,473,877,910.2808 | $3.25 | |
ETH | <0.01% | $0.000211 | 15,245.0281 | $3.22 | |
ETH | <0.01% | $0.003361 | 953.1814 | $3.2 | |
ETH | <0.01% | <$0.000001 | 17,785,759.9906 | $3.17 | |
ETH | <0.01% | $87.13 | 0.0363 | $3.16 | |
ETH | <0.01% | $2.63 | 1.1955 | $3.14 | |
ETH | <0.01% | $0.000075 | 41,863.0476 | $3.13 | |
ETH | <0.01% | $0.716213 | 4.3441 | $3.11 | |
ETH | <0.01% | $0.00856 | 360.55 | $3.09 | |
ETH | <0.01% | $126.93 | 0.0242 | $3.08 | |
ETH | <0.01% | $0.000112 | 27,296.7815 | $3.07 | |
ETH | <0.01% | $0.000008 | 382,602.2855 | $3.04 | |
ETH | <0.01% | <$0.000001 | 33,418,778.7902 | $3.03 | |
ETH | <0.01% | $0.004141 | 731.7181 | $3.03 | |
ETH | <0.01% | $0.003644 | 831.4427 | $3.03 | |
ETH | <0.01% | $0.004841 | 621.6753 | $3.01 | |
ETH | <0.01% | $0.015715 | 190.429 | $2.99 | |
ETH | <0.01% | $5.51 | 0.5404 | $2.98 | |
ETH | <0.01% | $0.002252 | 1,321.0394 | $2.98 | |
ETH | <0.01% | <$0.000001 | 5,333,337,172,232.7988 | $2.97 | |
ETH | <0.01% | <$0.000001 | 53,171,340,647.0735 | $2.97 | |
ETH | <0.01% | $0.003085 | 952.3192 | $2.94 | |
ETH | <0.01% | $0.000053 | 55,188.6512 | $2.94 | |
ETH | <0.01% | $0.00092 | 3,182.1916 | $2.93 | |
ETH | <0.01% | <$0.000001 | 16,346,963,347.9918 | $2.89 | |
ETH | <0.01% | $0.004283 | 674.2765 | $2.89 | |
ETH | <0.01% | <$0.000001 | 15,701,816,211.3337 | $2.88 | |
ETH | <0.01% | <$0.000001 | 36,278,637.4226 | $2.86 | |
ETH | <0.01% | $0.219599 | 12.8961 | $2.83 | |
ETH | <0.01% | $0.004265 | 658.993 | $2.81 | |
ETH | <0.01% | <$0.000001 | 24,916,909.5659 | $2.8 | |
ETH | <0.01% | $0.000093 | 30,039.7763 | $2.79 | |
ETH | <0.01% | $0.054475 | 50.778 | $2.77 | |
ETH | <0.01% | $0.000289 | 9,531.5772 | $2.75 | |
ETH | <0.01% | $0.00702 | 390.3982 | $2.74 | |
ETH | <0.01% | $0.001702 | 1,604.2515 | $2.73 | |
ETH | <0.01% | $0.001964 | 1,376.0832 | $2.7 | |
ETH | <0.01% | <$0.000001 | 7,226,934.872 | $2.69 | |
ETH | <0.01% | $0.010064 | 263.7537 | $2.65 | |
ETH | <0.01% | $0.000067 | 39,765.0601 | $2.65 | |
ETH | <0.01% | $0.004839 | 545.2762 | $2.64 | |
ETH | <0.01% | $0.02432 | 108.1909 | $2.63 | |
ETH | <0.01% | $0.000776 | 3,380.3898 | $2.62 | |
ETH | <0.01% | $0.000034 | 76,622.0335 | $2.6 | |
ETH | <0.01% | <$0.000001 | 7,462,484.8342 | $2.59 | |
ETH | <0.01% | $0.000143 | 17,924.7656 | $2.56 | |
ETH | <0.01% | $0.000601 | 4,226.9929 | $2.54 | |
ETH | <0.01% | <$0.000001 | 201,713,178.7104 | $2.54 | |
ETH | <0.01% | $0.781752 | 3.2348 | $2.53 | |
ETH | <0.01% | $0.028276 | 89.227 | $2.52 | |
ETH | <0.01% | $0.004313 | 584.2449 | $2.52 | |
ETH | <0.01% | $0.00076 | 3,308.8429 | $2.51 | |
ETH | <0.01% | <$0.000001 | 14,127,773.3153 | $2.51 | |
ETH | <0.01% | $0.000399 | 6,264.7444 | $2.5 | |
ETH | <0.01% | $0.000779 | 3,190.9453 | $2.49 | |
ETH | <0.01% | $0.000061 | 40,986.2563 | $2.48 | |
ETH | <0.01% | $0.016039 | 154.5975 | $2.48 | |
ETH | <0.01% | $0.000792 | 3,063.3468 | $2.43 | |
ETH | <0.01% | $0.001787 | 1,354.6266 | $2.42 | |
ETH | <0.01% | $0.010778 | 222.1932 | $2.39 | |
ETH | <0.01% | $0.031023 | 76.8185 | $2.38 | |
ETH | <0.01% | $0.000712 | 3,329.4637 | $2.37 | |
ETH | <0.01% | $0.024387 | 96.2307 | $2.35 | |
ETH | <0.01% | $2.34 | 0.9992 | $2.34 | |
ETH | <0.01% | $0.00001 | 225,200.1237 | $2.33 | |
ETH | <0.01% | $0.000519 | 4,430.041 | $2.3 | |
ETH | <0.01% | $0.000011 | 200,006.1222 | $2.29 | |
ETH | <0.01% | $0.000171 | 13,350.0658 | $2.29 | |
ETH | <0.01% | $0.011842 | 191.4824 | $2.27 | |
ETH | <0.01% | $0.003259 | 691.2235 | $2.25 | |
ETH | <0.01% | $0.000106 | 21,168.3368 | $2.24 | |
ETH | <0.01% | $0.131246 | 17.0622 | $2.24 | |
ETH | <0.01% | $0.00019 | 11,744.0714 | $2.23 | |
ETH | <0.01% | $0.001832 | 1,215.0125 | $2.23 | |
ETH | <0.01% | $0.000001 | 1,730,168.8581 | $2.21 | |
ETH | <0.01% | $0.290887 | 7.5805 | $2.21 | |
ETH | <0.01% | $0.000056 | 39,140.659 | $2.2 | |
ETH | <0.01% | $0.050438 | 43.0811 | $2.17 | |
ETH | <0.01% | $0.01159 | 187.0887 | $2.17 | |
ETH | <0.01% | $0.002227 | 968.2228 | $2.16 | |
ETH | <0.01% | <$0.000001 | 95,069,295,662,745.563 | $2.15 | |
ETH | <0.01% | $0.012501 | 170.7127 | $2.13 | |
ETH | <0.01% | $0.056988 | 36.7626 | $2.1 | |
ETH | <0.01% | <$0.000001 | 93,350,931.2226 | $2.08 | |
ETH | <0.01% | $0.0005 | 4,090.4439 | $2.05 | |
ETH | <0.01% | <$0.000001 | 12,461,137.1858 | $2 | |
ETH | <0.01% | $0.003514 | 566.6874 | $1.99 | |
ETH | <0.01% | $1.21 | 1.6404 | $1.98 | |
ETH | <0.01% | $0.000026 | 75,797.9325 | $1.98 | |
ETH | <0.01% | $7.99 | 0.2479 | $1.98 | |
ETH | <0.01% | $0.00015 | 13,181.0172 | $1.98 | |
ETH | <0.01% | $0.003683 | 536.1819 | $1.97 | |
ETH | <0.01% | $0.058657 | 33.5683 | $1.97 | |
ETH | <0.01% | $1.55 | 1.2603 | $1.95 | |
ETH | <0.01% | $0.002947 | 662.7388 | $1.95 | |
ETH | <0.01% | $0.164305 | 11.861 | $1.95 | |
ETH | <0.01% | $0.009779 | 198.7503 | $1.94 | |
ETH | <0.01% | $0.006245 | 306.4677 | $1.91 | |
ETH | <0.01% | <$0.000001 | 47,121,792.5138 | $1.91 | |
ETH | <0.01% | $0.000022 | 87,831.9484 | $1.91 | |
ETH | <0.01% | $0.00005 | 38,120.6306 | $1.91 | |
ETH | <0.01% | <$0.000001 | 13,943,732.1611 | $1.9 | |
ETH | <0.01% | <$0.000001 | 8,383,798.2506 | $1.89 | |
ETH | <0.01% | $0.253604 | 7.4592 | $1.89 | |
ETH | <0.01% | $0.000046 | 41,187.0363 | $1.89 | |
ETH | <0.01% | $0.001312 | 1,436.6318 | $1.89 | |
ETH | <0.01% | $0.000636 | 2,952.6281 | $1.88 | |
ETH | <0.01% | $0.002112 | 859.63 | $1.82 | |
ETH | <0.01% | $0.001293 | 1,396.7867 | $1.81 | |
ETH | <0.01% | $0.001714 | 1,035.2492 | $1.77 | |
ETH | <0.01% | $0.002179 | 814.0093 | $1.77 | |
ETH | <0.01% | $0.004514 | 390.8811 | $1.76 | |
ETH | <0.01% | $0.000409 | 4,308 | $1.76 | |
ETH | <0.01% | $155.24 | 0.0113 | $1.75 | |
ETH | <0.01% | $0.003132 | 551.7734 | $1.73 | |
ETH | <0.01% | $0.007838 | 219.8396 | $1.72 | |
ETH | <0.01% | $0.024911 | 68.9144 | $1.72 | |
ETH | <0.01% | $0.000896 | 1,902.458 | $1.7 | |
ETH | <0.01% | <$0.000001 | 29,999,999.9998 | $1.7 | |
ETH | <0.01% | $0.00495 | 340.5401 | $1.69 | |
ETH | <0.01% | $0.999426 | 1.6827 | $1.68 | |
ETH | <0.01% | $0.007576 | 221.7208 | $1.68 | |
ETH | <0.01% | $0.000063 | 26,626.3792 | $1.68 | |
ETH | <0.01% | <$0.000001 | 8,911,422,701.5425 | $1.68 | |
ETH | <0.01% | $0.000002 | 847,680.8686 | $1.67 | |
ETH | <0.01% | $0.000134 | 12,238.6335 | $1.64 | |
ETH | <0.01% | $0.013349 | 122.4197 | $1.63 | |
ETH | <0.01% | $0.035838 | 45.2843 | $1.62 | |
ETH | <0.01% | $48.96 | 0.0331 | $1.62 | |
ETH | <0.01% | $0.000178 | 9,077.2458 | $1.61 | |
ETH | <0.01% | $0.001301 | 1,228.4776 | $1.6 | |
ETH | <0.01% | $0.001162 | 1,370.4283 | $1.59 | |
ETH | <0.01% | $0.000001 | 1,128,485.1168 | $1.59 | |
ETH | <0.01% | $0.010578 | 149.2176 | $1.58 | |
ETH | <0.01% | $5.56 | 0.2834 | $1.58 | |
ETH | <0.01% | $0.001303 | 1,205.0662 | $1.57 | |
ETH | <0.01% | $0.000724 | 2,166.8771 | $1.57 | |
ETH | <0.01% | $0.152531 | 10.2379 | $1.56 | |
ETH | <0.01% | $2.57 | 0.607 | $1.56 | |
ETH | <0.01% | $0.468372 | 3.3126 | $1.55 | |
ETH | <0.01% | $0.018452 | 83.4499 | $1.54 | |
ETH | <0.01% | $0.002354 | 636.757 | $1.5 | |
ETH | <0.01% | $0.068725 | 21.5353 | $1.48 | |
ETH | <0.01% | $0.000017 | 87,504.1873 | $1.47 | |
ETH | <0.01% | $0.011639 | 125.3362 | $1.46 | |
ETH | <0.01% | $0.0249 | 57.9887 | $1.44 | |
ETH | <0.01% | $0.000041 | 34,977.6128 | $1.43 | |
ETH | <0.01% | $0.000495 | 2,868.0173 | $1.42 | |
ETH | <0.01% | $0.016814 | 83.8613 | $1.41 | |
ETH | <0.01% | $0.00019 | 7,410.8383 | $1.41 | |
ETH | <0.01% | $1.3 | 1.067 | $1.39 | |
ETH | <0.01% | $0.056716 | 24.3581 | $1.38 | |
ETH | <0.01% | $0.175914 | 7.7938 | $1.37 | |
ETH | <0.01% | $0.000226 | 6,073.7616 | $1.37 | |
ETH | <0.01% | $0.000919 | 1,486.2334 | $1.37 | |
ETH | <0.01% | $2.25 | 0.6064 | $1.37 | |
ETH | <0.01% | $0.00039 | 3,405.9527 | $1.33 | |
ETH | <0.01% | $0.096684 | 13.4444 | $1.3 | |
ETH | <0.01% | $0.000061 | 21,413.1079 | $1.3 | |
ETH | <0.01% | $0.000245 | 5,287.2477 | $1.29 | |
ETH | <0.01% | $2.44 | 0.5268 | $1.29 | |
ETH | <0.01% | $0.002555 | 502.1818 | $1.28 | |
ETH | <0.01% | $0.202524 | 6.2657 | $1.27 | |
ETH | <0.01% | $0.029118 | 43.3265 | $1.26 | |
ETH | <0.01% | $0.014003 | 89.6087 | $1.25 | |
ETH | <0.01% | $0.000078 | 15,954.1905 | $1.25 | |
ETH | <0.01% | $1,993.31 | 0.00062422 | $1.24 | |
ETH | <0.01% | $0.000128 | 9,713.6848 | $1.24 | |
ETH | <0.01% | $0.000593 | 2,086.8352 | $1.24 | |
ETH | <0.01% | $0.000768 | 1,607.2137 | $1.24 | |
ETH | <0.01% | $0.00651 | 183.0786 | $1.19 | |
ETH | <0.01% | $0.025956 | 45.6749 | $1.19 | |
ETH | <0.01% | $0.271667 | 4.3601 | $1.18 | |
ETH | <0.01% | $0.002994 | 391.3158 | $1.17 | |
ETH | <0.01% | $0.002777 | 421.5123 | $1.17 | |
ETH | <0.01% | $0.001174 | 996.2517 | $1.17 | |
ETH | <0.01% | $0.001784 | 653.7554 | $1.17 | |
ETH | <0.01% | $0.000126 | 9,218.6379 | $1.16 | |
ETH | <0.01% | $0.000068 | 16,997.0822 | $1.16 | |
ETH | <0.01% | $0.011256 | 102.7249 | $1.16 | |
ETH | <0.01% | $0.000622 | 1,854.1694 | $1.15 | |
ETH | <0.01% | $0.013551 | 83.9534 | $1.14 | |
ETH | <0.01% | $0.49956 | 2.2513 | $1.12 | |
ETH | <0.01% | <$0.000001 | 39,603,138.0102 | $1.11 | |
ETH | <0.01% | $0.000554 | 1,999.8024 | $1.11 | |
ETH | <0.01% | $0.034279 | 32.274 | $1.11 | |
ETH | <0.01% | $0.000023 | 47,509.5353 | $1.1 | |
ETH | <0.01% | $0.029305 | 37.2203 | $1.09 | |
ETH | <0.01% | $0.000036 | 29,762.6196 | $1.09 | |
ETH | <0.01% | <$0.000001 | 2,890,044,114,336.6455 | $1.08 | |
ETH | <0.01% | $0.000049 | 22,126.2521 | $1.08 | |
ETH | <0.01% | <$0.000001 | 2,386,363.7216 | $1.07 | |
ETH | <0.01% | $0.001871 | 569.4533 | $1.07 | |
ETH | <0.01% | $0.000548 | 1,930.4623 | $1.06 | |
ETH | <0.01% | $0.005931 | 177.9502 | $1.06 | |
ETH | <0.01% | $567.49 | 0.00185138 | $1.05 | |
ETH | <0.01% | $0.018595 | 56.4704 | $1.05 | |
ETH | <0.01% | $0.001552 | 676.0279 | $1.05 | |
ETH | <0.01% | $0.000731 | 1,430.2464 | $1.05 | |
ETH | <0.01% | $0.012486 | 83.007 | $1.04 | |
ETH | <0.01% | $0.008265 | 124.9339 | $1.03 | |
ETH | <0.01% | $0.000028 | 36,615.9509 | $1.02 | |
ETH | <0.01% | $0.00001 | 105,068.4806 | $1.02 | |
ETH | <0.01% | $0.005544 | 182.9102 | $1.01 | |
ETH | <0.01% | $0.016426 | 61.7092 | $1.01 | |
ETH | <0.01% | $0.000004 | 244,143.5801 | $1.01 | |
ETH | <0.01% | $1.1 | 0.92 | $1.01 | |
ETH | <0.01% | $0.003102 | 325.1283 | $1.01 | |
ETH | <0.01% | $0.000354 | 2,838.1193 | $1.01 | |
ETH | <0.01% | $0.000655 | 1,520.8706 | $0.996 | |
ETH | <0.01% | $0.296983 | 3.3307 | $0.9891 | |
ETH | <0.01% | $19.6 | 0.0503 | $0.9865 | |
ETH | <0.01% | $0.000588 | 1,675.4537 | $0.9852 | |
ETH | <0.01% | $0.037547 | 25.5432 | $0.959 | |
ETH | <0.01% | $0.322641 | 2.9511 | $0.9521 | |
ETH | <0.01% | $0.025014 | 38.0296 | $0.9512 | |
ETH | <0.01% | $0.001013 | 935.9957 | $0.9481 | |
ETH | <0.01% | $0.006965 | 135.6316 | $0.9446 | |
ETH | <0.01% | $0.000224 | 4,131.6547 | $0.9271 | |
ETH | <0.01% | $0.005266 | 175.3719 | $0.9234 | |
ETH | <0.01% | $0.013772 | 66.5898 | $0.917 | |
ETH | <0.01% | $0.00011 | 8,314.7039 | $0.9144 | |
ETH | <0.01% | $0.000019 | 48,304.5412 | $0.911 | |
ETH | <0.01% | $6.44 | 0.1411 | $0.9085 | |
ETH | <0.01% | $0.019162 | 47.184 | $0.9041 | |
ETH | <0.01% | $3,629.33 | 0.00024852 | $0.9019 | |
ETH | <0.01% | $0.496902 | 1.8049 | $0.8968 | |
ETH | <0.01% | $0.033936 | 25.9771 | $0.8815 | |
ETH | <0.01% | $0.001468 | 592.4362 | $0.8698 | |
ETH | <0.01% | $0.010208 | 84.4682 | $0.8622 | |
ETH | <0.01% | $0.004735 | 178.7247 | $0.8462 | |
ETH | <0.01% | $0.007652 | 110.2863 | $0.8438 | |
ETH | <0.01% | <$0.000001 | 14,414,458,910.6158 | $0.8349 | |
ETH | <0.01% | $0.00215 | 387.6476 | $0.8335 | |
ETH | <0.01% | $0.001507 | 546.6452 | $0.8239 | |
ETH | <0.01% | <$0.000001 | 13,190,565.8218 | $0.8161 | |
ETH | <0.01% | $13.51 | 0.0591 | $0.799 | |
ETH | <0.01% | $0.000226 | 3,541.1942 | $0.7989 | |
ETH | <0.01% | $0.000093 | 8,524.1439 | $0.7901 | |
ETH | <0.01% | $0.000567 | 1,391.6651 | $0.7895 | |
ETH | <0.01% | $0.000061 | 12,777.8727 | $0.7837 | |
ETH | <0.01% | $0.030725 | 25.5089 | $0.7837 | |
ETH | <0.01% | $0.000017 | 45,384.3834 | $0.7825 | |
ETH | <0.01% | $0.007591 | 102.6721 | $0.7793 | |
ETH | <0.01% | $0.000485 | 1,588.5871 | $0.7697 | |
ETH | <0.01% | $0.004083 | 187.1226 | $0.764 | |
ETH | <0.01% | $0.000035 | 21,625.3992 | $0.7601 | |
ETH | <0.01% | $0.01263 | 60.1622 | $0.7598 | |
ETH | <0.01% | $0.146721 | 5.1573 | $0.7566 | |
ETH | <0.01% | $0.001113 | 676.5822 | $0.753 | |
ETH | <0.01% | $0.00269 | 279.8884 | $0.753 | |
ETH | <0.01% | $0.000049 | 15,255.6283 | $0.7506 | |
ETH | <0.01% | $0.013652 | 54.5449 | $0.7446 | |
ETH | <0.01% | $0.00012 | 5,932.287 | $0.7121 | |
ETH | <0.01% | $0.018445 | 38.3876 | $0.708 | |
ETH | <0.01% | $0.617152 | 1.139 | $0.7029 | |
ETH | <0.01% | <$0.000001 | 11,753,282,002.6901 | $0.7017 | |
ETH | <0.01% | $0.002244 | 311.723 | $0.6994 | |
ETH | <0.01% | $3,122.01 | 0.00022296 | $0.696 | |
ETH | <0.01% | $0.000441 | 1,575.8734 | $0.6945 | |
ETH | <0.01% | $0.000431 | 1,609.0421 | $0.6941 | |
ETH | <0.01% | $0.003197 | 213.6738 | $0.683 | |
ETH | <0.01% | $0.000072 | 9,384.6325 | $0.6773 | |
ETH | <0.01% | $0.003651 | 182.8597 | $0.6675 | |
ETH | <0.01% | $0.007957 | 83.7488 | $0.6663 | |
ETH | <0.01% | $0.000234 | 2,803.81 | $0.6558 | |
ETH | <0.01% | $0.01776 | 36.8044 | $0.6536 | |
ETH | <0.01% | $0.356021 | 1.8251 | $0.6497 | |
ETH | <0.01% | <$0.000001 | 871,288,564.1517 | $0.646 | |
ETH | <0.01% | $0.002099 | 302.8497 | $0.6355 | |
ETH | <0.01% | $0.005703 | 111.4265 | $0.6355 | |
ETH | <0.01% | $0.000146 | 4,356.1446 | $0.6345 | |
ETH | <0.01% | $0.007011 | 89.5342 | $0.6277 | |
ETH | <0.01% | $0.100174 | 6.233 | $0.6243 | |
ETH | <0.01% | $0.000009 | 70,682.8917 | $0.6241 | |
ETH | <0.01% | $0.000597 | 1,014.639 | $0.6059 | |
ETH | <0.01% | <$0.000001 | 3,953,912.6841 | $0.6019 | |
ETH | <0.01% | $0.003469 | 171.6132 | $0.5953 | |
ETH | <0.01% | $0.000295 | 2,000.2556 | $0.5908 | |
ETH | <0.01% | $0.001403 | 418.2723 | $0.5868 | |
ETH | <0.01% | $0.001515 | 385.8124 | $0.5845 | |
ETH | <0.01% | $0.000106 | 5,448.1083 | $0.5797 | |
ETH | <0.01% | $0.025671 | 22.3801 | $0.5745 | |
ETH | <0.01% | <$0.000001 | 8,068,251.2189 | $0.5741 | |
ETH | <0.01% | $0.000848 | 675.331 | $0.5725 | |
ETH | <0.01% | $0.000102 | 5,553.4779 | $0.5683 | |
ETH | <0.01% | $0.000599 | 945.5191 | $0.5665 | |
ETH | <0.01% | $122,886 | 0.00000456 | $0.56 | |
ETH | <0.01% | $0.000693 | 806.7826 | $0.559 | |
ETH | <0.01% | $0.033065 | 16.7883 | $0.5551 | |
ETH | <0.01% | $0.311164 | 1.7621 | $0.5482 | |
ETH | <0.01% | $0.005121 | 106.5197 | $0.5454 | |
ETH | <0.01% | $0.000344 | 1,528.1812 | $0.5259 | |
ETH | <0.01% | <$0.000001 | 358,517,624.8569 | $0.5205 | |
ETH | <0.01% | $0.137181 | 3.713 | $0.5093 | |
ETH | <0.01% | $0.000944 | 521.3004 | $0.4921 | |
ETH | <0.01% | $0.111485 | 4.3741 | $0.4876 | |
ETH | <0.01% | $0.002611 | 186.7144 | $0.4875 | |
ETH | <0.01% | $0.002933 | 164.7694 | $0.4832 | |
ETH | <0.01% | $0.00011 | 4,284.8249 | $0.4721 | |
ETH | <0.01% | $0.997673 | 0.4732 | $0.4721 | |
ETH | <0.01% | $0.100661 | 4.6729 | $0.4703 | |
ETH | <0.01% | $0.011955 | 38.9511 | $0.4656 | |
ETH | <0.01% | $0.001003 | 452.13 | $0.4533 | |
ETH | <0.01% | $0.001197 | 375.7495 | $0.4498 | |
ETH | <0.01% | $0.003323 | 135.2997 | $0.4496 | |
ETH | <0.01% | $0.006689 | 64.9561 | $0.4345 | |
ETH | <0.01% | $0.000019 | 22,305.577 | $0.4298 | |
ETH | <0.01% | $0.014713 | 29.2142 | $0.4298 | |
ETH | <0.01% | $0.000647 | 657.128 | $0.4249 | |
ETH | <0.01% | $0.006731 | 61.5805 | $0.4145 | |
ETH | <0.01% | $0.000001 | 336,148.5082 | $0.4133 | |
ETH | <0.01% | $0.008006 | 51.3016 | $0.4107 | |
ETH | <0.01% | $0.000001 | 278,986.2196 | $0.4001 | |
ETH | <0.01% | $0.00124 | 319.3569 | $0.3958 | |
ETH | <0.01% | $0.01599 | 24.6174 | $0.3936 | |
ETH | <0.01% | $0.001523 | 257.6659 | $0.3924 | |
ETH | <0.01% | <$0.000001 | 5,159,871.4716 | $0.3904 | |
ETH | <0.01% | $0.000008 | 47,832.1096 | $0.3826 | |
ETH | <0.01% | $0.001754 | 210.5298 | $0.3693 | |
ETH | <0.01% | $0.003435 | 106.6691 | $0.3664 | |
ETH | <0.01% | $0.002115 | 173.0864 | $0.366 | |
ETH | <0.01% | $0.00013 | 2,812.3495 | $0.3645 | |
ETH | <0.01% | <$0.000001 | 893,284.3712 | $0.3627 | |
ETH | <0.01% | $0.077141 | 4.6966 | $0.3623 | |
ETH | <0.01% | $0.005354 | 66.5078 | $0.356 | |
ETH | <0.01% | $0.000057 | 6,153.1126 | $0.3535 | |
ETH | <0.01% | $0.000541 | 615.7856 | $0.3328 | |
ETH | <0.01% | $0.001499 | 218.2477 | $0.3271 | |
ETH | <0.01% | $0.001669 | 195.4196 | $0.3261 | |
ETH | <0.01% | $0.000291 | 1,121.8222 | $0.326 | |
ETH | <0.01% | <$0.000001 | 197,330,587,323.0855 | $0.3252 | |
ETH | <0.01% | $0.00011 | 2,920.3859 | $0.3218 | |
ETH | <0.01% | $0.000822 | 370.5396 | $0.3044 | |
ETH | <0.01% | $0.000009 | 33,389.8621 | $0.3035 | |
ETH | <0.01% | $0.017789 | 16.9217 | $0.301 | |
ETH | <0.01% | $0.000108 | 2,723.8556 | $0.2929 | |
ETH | <0.01% | $0.003319 | 87.4697 | $0.2903 | |
ETH | <0.01% | $0.000072 | 4,015.8845 | $0.2898 | |
ETH | <0.01% | $0.000914 | 314.8041 | $0.2878 | |
ETH | <0.01% | $0.000011 | 25,363.1916 | $0.2867 | |
ETH | <0.01% | $0.000027 | 10,459.6782 | $0.2824 | |
ETH | <0.01% | $0.633328 | 0.4428 | $0.2804 | |
ETH | <0.01% | $0.000461 | 605.8914 | $0.2791 | |
ETH | <0.01% | $0.000005 | 53,571.3679 | $0.2779 | |
ETH | <0.01% | $0.000023 | 11,927.3536 | $0.2743 | |
ETH | <0.01% | $0.00041 | 668.3024 | $0.2741 | |
ETH | <0.01% | $0.002454 | 111.4515 | $0.2734 | |
ETH | <0.01% | $0.000331 | 802.6019 | $0.2654 | |
ETH | <0.01% | $0.020815 | 12.7524 | $0.2654 | |
ETH | <0.01% | <$0.000001 | 50,112,384,063.9047 | $0.2637 | |
ETH | <0.01% | $0.000026 | 9,930.0557 | $0.2624 | |
ETH | <0.01% | $0.016683 | 15.5229 | $0.2589 | |
ETH | <0.01% | $0.093125 | 2.7454 | $0.2556 | |
ETH | <0.01% | $0.000167 | 1,492.0242 | $0.2497 | |
ETH | <0.01% | $0.000013 | 18,698.6011 | $0.2486 | |
ETH | <0.01% | $24.71 | 0.01 | $0.2472 | |
ETH | <0.01% | $0.005866 | 42.008 | $0.2464 | |
ETH | <0.01% | $0.000435 | 552.1661 | $0.24 | |
ETH | <0.01% | $0.00048 | 489.7081 | $0.2349 | |
ETH | <0.01% | $0.000418 | 547.664 | $0.2289 | |
ETH | <0.01% | $0.001434 | 159.491 | $0.2287 | |
ETH | <0.01% | $0.036393 | 6.1295 | $0.223 | |
ETH | <0.01% | $0.00601 | 36.9222 | $0.2218 | |
ETH | <0.01% | $0.000006 | 36,434.1614 | $0.2205 | |
ETH | <0.01% | <$0.000001 | 12,757,324.4931 | $0.2181 | |
ETH | <0.01% | <$0.000001 | 198,487,071.9807 | $0.2103 | |
ETH | <0.01% | $0.00031 | 674.3779 | $0.2091 | |
ETH | <0.01% | $0.009909 | 20.45 | $0.2026 | |
ETH | <0.01% | $0.055457 | 3.6366 | $0.2016 | |
ETH | <0.01% | $0.000939 | 207.8518 | $0.1951 | |
ETH | <0.01% | $0.000022 | 8,639.5093 | $0.1943 | |
ETH | <0.01% | $0.014962 | 12.863 | $0.1924 | |
ETH | <0.01% | $0.085363 | 2.236 | $0.1908 | |
ETH | <0.01% | $0.000039 | 4,732.5163 | $0.1847 | |
ETH | <0.01% | $0.000355 | 516.3023 | $0.1834 | |
ETH | <0.01% | $0.001005 | 181.1619 | $0.182 | |
ETH | <0.01% | <$0.000001 | 22,447,397.5585 | $0.1784 | |
ETH | <0.01% | $0.01745 | 10.0054 | $0.1746 | |
ETH | <0.01% | $0.020035 | 8.5727 | $0.1717 | |
ETH | <0.01% | $0.000046 | 3,695.6028 | $0.1699 | |
ETH | <0.01% | $1 | 0.1665 | $0.167 | |
ETH | <0.01% | <$0.000001 | 3,774,884.3157 | $0.1652 | |
ETH | <0.01% | <$0.000001 | 7,318,633,346.1293 | $0.1638 | |
ETH | <0.01% | $0.00001 | 15,549.3134 | $0.1618 | |
ETH | <0.01% | <$0.000001 | 67,103,637.1451 | $0.155 | |
ETH | <0.01% | $1 | 0.1533 | $0.1534 | |
ETH | <0.01% | $0.001546 | 98.0866 | $0.1516 | |
ETH | <0.01% | $0.001101 | 118.3335 | $0.1302 | |
ETH | <0.01% | $0.000821 | 152.22 | $0.1249 | |
ETH | <0.01% | $0.000089 | 1,260.9806 | $0.1123 | |
ETH | <0.01% | $0.00004 | 2,813.7992 | $0.1113 | |
ETH | <0.01% | $0.000532 | 207.7278 | $0.1105 | |
ETH | <0.01% | $0.000005 | 21,892.9223 | $0.1096 | |
ETH | <0.01% | $0.008501 | 12.8113 | $0.1089 | |
ETH | <0.01% | $0.000033 | 3,279.392 | $0.1083 | |
ETH | <0.01% | $0.00001 | 10,323.5548 | $0.1065 | |
ETH | <0.01% | $0.000013 | 8,161.0506 | $0.1055 | |
ETH | <0.01% | $0.000065 | 1,615.1535 | $0.1049 | |
BSC | 2.34% | $1.86 | 6,682.6708 | $12,456.86 | |
BSC | 0.04% | $693.34 | 0.3075 | $213.17 | |
BSC | 0.01% | $0.011409 | 5,180.6563 | $59.1 | |
BSC | <0.01% | $0.034754 | 748.5661 | $26.02 | |
BSC | <0.01% | $0.288681 | 51 | $14.72 | |
BSC | <0.01% | $0.000008 | 804,828 | $6.82 | |
BSC | <0.01% | $0.021625 | 10 | $0.2162 | |
BSC | <0.01% | $0.00054 | 374.991 | $0.2026 | |
ARB | 0.06% | $0.01096 | 29,176.8396 | $319.77 | |
ARB | 0.06% | $3,733.61 | 0.0815 | $304.28 | |
ARB | 0.05% | $26.77 | 10.6796 | $285.89 | |
ARB | 0.05% | $0.732014 | 364.9166 | $267.12 | |
ARB | 0.05% | $1.91 | 139.6096 | $266.65 | |
ARB | 0.05% | $1.68 | 157.7364 | $265 | |
ARB | 0.05% | $3,339.55 | 0.0793 | $264.66 | |
ARB | 0.05% | $3,446.31 | 0.0713 | $245.85 | |
ARB | 0.04% | $0.000072 | 3,212,873.303 | $230.01 | |
ARB | 0.04% | $3,341.12 | 0.0684 | $228.49 | |
ARB | 0.04% | $4.24 | 50.2491 | $213.06 | |
ARB | 0.04% | $0.207554 | 999.3267 | $207.41 | |
ARB | 0.04% | $0.393657 | 497.9666 | $196.03 | |
ARB | 0.04% | $0.024645 | 7,627.2038 | $187.97 | |
ARB | 0.03% | $0.027326 | 6,453.9751 | $176.36 | |
ARB | 0.03% | $0.080283 | 2,062.8245 | $165.61 | |
ARB | 0.03% | $0.028042 | 5,860.7376 | $164.35 | |
ARB | 0.03% | $0.426562 | 378.8241 | $161.59 | |
ARB | 0.03% | $1 | 157.0778 | $157.08 | |
ARB | 0.03% | $0.020592 | 7,562.4891 | $155.72 | |
ARB | 0.03% | $0.043721 | 3,485.9811 | $152.41 | |
ARB | 0.03% | $13.56 | 11.0794 | $150.24 | |
ARB | 0.03% | $0.096303 | 1,538.3444 | $148.15 | |
ARB | 0.03% | $745.02 | 0.1928 | $143.63 | |
ARB | 0.03% | $0.001729 | 82,578.957 | $142.79 | |
ARB | 0.03% | $0.045667 | 3,120.9444 | $142.52 | |
ARB | 0.03% | <$0.000001 | 703,182,452,272.3063 | $140.64 | |
ARB | 0.03% | $1.03 | 134.8851 | $138.26 | |
ARB | 0.03% | $0.180817 | 756.3026 | $136.75 | |
ARB | 0.02% | $2.04 | 64.0173 | $130.6 | |
ARB | 0.02% | $3,327.32 | 0.0377 | $125.56 | |
ARB | 0.02% | $0.998545 | 123.4241 | $123.24 | |
ARB | 0.02% | $0.850255 | 138.3465 | $117.63 | |
ARB | 0.02% | $0.973305 | 110.2786 | $107.33 | |
ARB | 0.02% | $3.76 | 26.5229 | $99.73 | |
ARB | 0.02% | $0.996296 | 93.9061 | $93.56 | |
ARB | 0.02% | $3,345.99 | 0.0255 | $85.48 | |
ARB | 0.01% | $3,324.78 | 0.0224 | $74.4 | |
ARB | 0.01% | $12.44 | 5.7784 | $71.88 | |
ARB | 0.01% | $23.46 | 3.0146 | $70.72 | |
ARB | 0.01% | $0.998281 | 68.1567 | $68.04 | |
ARB | 0.01% | $0.9971 | 65.3291 | $65.14 | |
ARB | 0.01% | $0.709223 | 86.3943 | $61.27 | |
ARB | 0.01% | $1.15 | 53.009 | $60.96 | |
ARB | <0.01% | $0.000016 | 3,318,894.3846 | $52.7 | |
ARB | <0.01% | $1.83 | 25.9159 | $47.43 | |
ARB | <0.01% | $0.01486 | 2,900.8446 | $43.11 | |
ARB | <0.01% | $0.007712 | 5,270.2482 | $40.64 | |
ARB | <0.01% | $0.998268 | 40.3184 | $40.25 | |
ARB | <0.01% | $0.19668 | 182.1176 | $35.82 | |
ARB | <0.01% | $5,967.41 | 0.0044989 | $26.85 | |
ARB | <0.01% | $0.041865 | 618.2005 | $25.88 | |
ARB | <0.01% | $0.058624 | 438.3924 | $25.7 | |
ARB | <0.01% | $0.369977 | 69.3273 | $25.65 | |
ARB | <0.01% | $363.14 | 0.0704 | $25.56 | |
ARB | <0.01% | $3,631.94 | 0.00639432 | $23.22 | |
ARB | <0.01% | $1.04 | 22.2688 | $23.07 | |
ARB | <0.01% | <$0.000001 | 211,786,049.402 | $23.02 | |
ARB | <0.01% | $0.999016 | 22.6537 | $22.63 | |
ARB | <0.01% | $0.033783 | 593.3591 | $20.05 | |
ARB | <0.01% | $1 | 20.0041 | $20 | |
ARB | <0.01% | $1.49 | 13.1264 | $19.56 | |
ARB | <0.01% | $0.341517 | 55.9357 | $19.1 | |
ARB | <0.01% | $0.060588 | 313.6973 | $19.01 | |
ARB | <0.01% | $26.3 | 0.718 | $18.88 | |
ARB | <0.01% | $0.001327 | 13,683.7168 | $18.16 | |
ARB | <0.01% | $0.003594 | 4,352.2092 | $15.64 | |
ARB | <0.01% | $3,947.21 | 0.00396031 | $15.63 | |
ARB | <0.01% | $0.998053 | 15.4708 | $15.44 | |
ARB | <0.01% | $0.673589 | 22.0734 | $14.87 | |
ARB | <0.01% | $0.027619 | 528.7587 | $14.6 | |
ARB | <0.01% | $105,329 | 0.00012844 | $13.53 | |
ARB | <0.01% | $0.358969 | 35.041 | $12.58 | |
ARB | <0.01% | $0.012205 | 977.8089 | $11.93 | |
ARB | <0.01% | $0.106849 | 105.3578 | $11.26 | |
ARB | <0.01% | $2.04 | 5.3438 | $10.9 | |
ARB | <0.01% | $0.061761 | 172.2653 | $10.64 | |
ARB | <0.01% | $105,799 | 0.00009778 | $10.35 | |
ARB | <0.01% | $144.54 | 0.0708 | $10.23 | |
ARB | <0.01% | $0.051067 | 193.593 | $9.89 | |
ARB | <0.01% | $1.4 | 6.3957 | $8.95 | |
ARB | <0.01% | $0.029669 | 266.8192 | $7.92 | |
ARB | <0.01% | $0.07655 | 98.212 | $7.52 | |
ARB | <0.01% | $0.999376 | 6.257 | $6.25 | |
ARB | <0.01% | $0.002288 | 2,694.7392 | $6.16 | |
ARB | <0.01% | $9.58 | 0.5539 | $5.31 | |
ARB | <0.01% | $0.019748 | 266.8446 | $5.27 | |
ARB | <0.01% | $0.998726 | 5.2081 | $5.2 | |
ARB | <0.01% | $79.39 | 0.0643 | $5.1 | |
ARB | <0.01% | $0.02594 | 195.1544 | $5.06 | |
ARB | <0.01% | $0.409004 | 12.2362 | $5 | |
ARB | <0.01% | $0.128922 | 34.4041 | $4.44 | |
ARB | <0.01% | $0.368882 | 10.6767 | $3.94 | |
ARB | <0.01% | $8.19 | 0.4563 | $3.74 | |
ARB | <0.01% | $0.985885 | 3.721 | $3.67 | |
ARB | <0.01% | $0.998281 | 3.6372 | $3.63 | |
ARB | <0.01% | $0.999532 | 3.6207 | $3.62 | |
ARB | <0.01% | $0.999499 | 3.6082 | $3.61 | |
ARB | <0.01% | $0.139302 | 25.8627 | $3.6 | |
ARB | <0.01% | $0.001997 | 1,741.7837 | $3.48 | |
ARB | <0.01% | $3,969.45 | 0.00087333 | $3.47 | |
ARB | <0.01% | $0.023084 | 137.0868 | $3.16 | |
ARB | <0.01% | $2.75 | 1.1096 | $3.05 | |
ARB | <0.01% | $1 | 2.9827 | $2.98 | |
ARB | <0.01% | $0.999968 | 2.9761 | $2.98 | |
ARB | <0.01% | $3,917.03 | 0.0007405 | $2.9 | |
ARB | <0.01% | $0.999954 | 2.864 | $2.86 | |
ARB | <0.01% | $0.954104 | 2.9193 | $2.79 | |
ARB | <0.01% | $0.116179 | 23.699 | $2.75 | |
ARB | <0.01% | $0.008898 | 291.6217 | $2.59 | |
ARB | <0.01% | $2.98 | 0.7788 | $2.32 | |
ARB | <0.01% | $3.29 | 0.6465 | $2.13 | |
ARB | <0.01% | $0.01358 | 150.0019 | $2.04 | |
ARB | <0.01% | $0.998063 | 1.9855 | $1.98 | |
ARB | <0.01% | $22.35 | 0.0859 | $1.92 | |
ARB | <0.01% | <$0.000001 | 16,365,216.5435 | $1.85 | |
ARB | <0.01% | $1 | 1.7614 | $1.76 | |
ARB | <0.01% | $0.549699 | 3.1603 | $1.74 | |
ARB | <0.01% | $237.98 | 0.00719336 | $1.71 | |
ARB | <0.01% | $1.09 | 1.4755 | $1.6 | |
ARB | <0.01% | $0.988453 | 1.6097 | $1.59 | |
ARB | <0.01% | $0.554032 | 2.8667 | $1.59 | |
ARB | <0.01% | $0.003734 | 424.9099 | $1.59 | |
ARB | <0.01% | $0.012903 | 122.0297 | $1.57 | |
ARB | <0.01% | $0.012869 | 118.4715 | $1.52 | |
ARB | <0.01% | $105,781 | 0.0000142 | $1.5 | |
ARB | <0.01% | $0.031228 | 47.835 | $1.49 | |
ARB | <0.01% | $0.003605 | 403.3016 | $1.45 | |
ARB | <0.01% | $2.24 | 0.5809 | $1.3 | |
ARB | <0.01% | $0.005483 | 217.6709 | $1.19 | |
ARB | <0.01% | $0.011614 | 100.0996 | $1.16 | |
ARB | <0.01% | $0.213586 | 5.3223 | $1.14 | |
ARB | <0.01% | $0.01613 | 66.4567 | $1.07 | |
ARB | <0.01% | $0.616898 | 1.6894 | $1.04 | |
ARB | <0.01% | $3,954.75 | 0.00025968 | $1.03 | |
ARB | <0.01% | $0.812789 | 1.2214 | $0.9927 | |
ARB | <0.01% | $105,739 | 0.00000882 | $0.9326 | |
ARB | <0.01% | $35.73 | 0.0254 | $0.9083 | |
ARB | <0.01% | $0.011004 | 79.8418 | $0.8785 | |
ARB | <0.01% | $0.998996 | 0.8728 | $0.8719 | |
ARB | <0.01% | $0.004933 | 167.2704 | $0.825 | |
ARB | <0.01% | $0.028432 | 27.1866 | $0.7729 | |
ARB | <0.01% | $1.15 | 0.6547 | $0.7529 | |
ARB | <0.01% | $0.099299 | 7.5168 | $0.7464 | |
ARB | <0.01% | $0.005194 | 142.9467 | $0.7424 | |
ARB | <0.01% | $0.045634 | 16.0625 | $0.7329 | |
ARB | <0.01% | $0.2379 | 3.0311 | $0.7211 | |
ARB | <0.01% | $105,656 | 0.00000642 | $0.6787 | |
ARB | <0.01% | $0.016665 | 38.718 | $0.6452 | |
ARB | <0.01% | $1.01 | 0.622 | $0.6263 | |
ARB | <0.01% | $1 | 0.5969 | $0.5968 | |
ARB | <0.01% | $0.077511 | 7.5609 | $0.586 | |
ARB | <0.01% | $3,705.29 | 0.00012973 | $0.4806 | |
ARB | <0.01% | $2.6 | 0.1714 | $0.4456 | |
ARB | <0.01% | <$0.000001 | 107,926,532.4095 | $0.4209 | |
ARB | <0.01% | $105,079 | 0.00000399 | $0.4192 | |
ARB | <0.01% | $0.000889 | 443.5605 | $0.3942 | |
ARB | <0.01% | $0.000106 | 3,603.6809 | $0.3833 | |
ARB | <0.01% | $0.004056 | 90.8739 | $0.3686 | |
ARB | <0.01% | $1 | 0.3535 | $0.3534 | |
ARB | <0.01% | $1.06 | 0.3293 | $0.35 | |
ARB | <0.01% | $0.188535 | 1.6884 | $0.3183 | |
ARB | <0.01% | $102,980 | 0.00000287 | $0.2955 | |
ARB | <0.01% | $2.95 | 0.0728 | $0.2146 | |
ARB | <0.01% | $0.185728 | 1.1474 | $0.2131 | |
ARB | <0.01% | $0.157717 | 1.0872 | $0.1714 | |
ARB | <0.01% | $0.999069 | 0.1671 | $0.1669 | |
ARB | <0.01% | $0.999753 | 0.1623 | $0.1622 | |
ARB | <0.01% | $105,788 | 0.00000116 | $0.1227 | |
ARB | <0.01% | $0.013546 | 8.9923 | $0.1218 | |
ARB | <0.01% | $1.03 | 0.1027 | $0.1055 | |
BASE | 0.13% | $3,339.27 | 0.2049 | $684.21 | |
BASE | 0.07% | $2.88 | 120.8984 | $348.19 | |
BASE | 0.07% | <$0.000001 | 1,261,995,902.3378 | $347.68 | |
BASE | 0.06% | $0.000459 | 696,129.2971 | $319.52 | |
BASE | 0.06% | $105,744 | 0.00285723 | $302.13 | |
BASE | 0.05% | $0.367883 | 737.2135 | $271.21 | |
BASE | 0.05% | $0.067093 | 3,726.1399 | $250 | |
BASE | 0.05% | $3,335.07 | 0.0742 | $247.51 | |
BASE | 0.03% | $0.02352 | 7,637.5838 | $179.63 | |
BASE | 0.03% | $3,631.99 | 0.0484 | $175.93 | |
BASE | 0.03% | $0.095096 | 1,794.4114 | $170.64 | |
BASE | 0.03% | $0.143101 | 1,071.4439 | $153.32 | |
BASE | 0.03% | $8.32 | 18.2473 | $151.82 | |
BASE | 0.03% | $0.020258 | 7,493.8924 | $151.81 | |
BASE | 0.03% | $0.019645 | 7,591.4883 | $149.14 | |
BASE | 0.03% | $0.00013 | 1,127,852 | $146.36 | |
BASE | 0.03% | $0.165364 | 869.7132 | $143.82 | |
BASE | 0.03% | $0.057748 | 2,374.2196 | $137.11 | |
BASE | 0.02% | $0.000331 | 385,282.8884 | $127.34 | |
BASE | 0.02% | $0.708015 | 175.6034 | $124.33 | |
BASE | 0.02% | $0.00059 | 204,082.34 | $120.44 | |
BASE | 0.02% | $0.000084 | 1,428,001.8863 | $119.6 | |
BASE | 0.02% | $12.37 | 9.2336 | $114.22 | |
BASE | 0.02% | $0.007776 | 13,876.8331 | $107.9 | |
BASE | 0.02% | $0.062276 | 1,598.3193 | $99.54 | |
BASE | 0.02% | $0.08207 | 1,121.9874 | $92.08 | |
BASE | 0.02% | $3.47 | 25.8168 | $89.58 | |
BASE | 0.02% | $6.98 | 12.5816 | $87.82 | |
BASE | 0.01% | $0.047635 | 1,603.3176 | $76.37 | |
BASE | 0.01% | $0.441843 | 171.851 | $75.93 | |
BASE | 0.01% | $1.37 | 54.9617 | $75.3 | |
BASE | 0.01% | $0.079777 | 867.03 | $69.17 | |
BASE | 0.01% | $0.000002 | 32,973,013.4953 | $57.37 | |
BASE | <0.01% | $0.093342 | 486.6893 | $45.43 | |
BASE | <0.01% | $0.019166 | 2,369.8994 | $45.42 | |
BASE | <0.01% | $0.065987 | 618.4822 | $40.81 | |
BASE | <0.01% | $3,524.55 | 0.0116 | $40.8 | |
BASE | <0.01% | $0.007792 | 5,022.701 | $39.14 | |
BASE | <0.01% | $0.004181 | 8,954.7583 | $37.44 | |
BASE | <0.01% | $0.01384 | 2,645.8018 | $36.62 | |
BASE | <0.01% | $0.000798 | 44,684.3801 | $35.67 | |
BASE | <0.01% | $0.028333 | 1,228.9938 | $34.82 | |
BASE | <0.01% | $0.004418 | 7,207.5865 | $31.84 | |
BASE | <0.01% | $1.04 | 29.7448 | $30.93 | |
BASE | <0.01% | $0.071203 | 394.5757 | $28.09 | |
BASE | <0.01% | $1 | 25.2257 | $25.23 | |
BASE | <0.01% | $3,721.45 | 0.00622043 | $23.15 | |
BASE | <0.01% | $0.859422 | 25.6205 | $22.02 | |
BASE | <0.01% | $0.012337 | 1,713.8794 | $21.14 | |
BASE | <0.01% | <$0.000001 | 102,389,054.9911 | $20.74 | |
BASE | <0.01% | $0.000525 | 38,569.8661 | $20.24 | |
BASE | <0.01% | $0.010982 | 1,821.9095 | $20.01 | |
BASE | <0.01% | $0.003747 | 5,174.6329 | $19.39 | |
BASE | <0.01% | $0.053429 | 324.9326 | $17.36 | |
BASE | <0.01% | $0.99904 | 17.3457 | $17.33 | |
BASE | <0.01% | $0.060186 | 271.1655 | $16.32 | |
BASE | <0.01% | $0.014461 | 1,091.4284 | $15.78 | |
BASE | <0.01% | $0.002032 | 7,595.9846 | $15.44 | |
BASE | <0.01% | $0.970063 | 14.3024 | $13.87 | |
BASE | <0.01% | $0.002427 | 4,754.448 | $11.54 | |
BASE | <0.01% | $105,714 | 0.000107 | $11.31 | |
BASE | <0.01% | $0.000319 | 33,461.9762 | $10.67 | |
BASE | <0.01% | $0.00014 | 74,003.2745 | $10.32 | |
BASE | <0.01% | $0.954912 | 10.6977 | $10.22 | |
BASE | <0.01% | $0.047987 | 205.1122 | $9.84 | |
BASE | <0.01% | $0.001878 | 5,107.3866 | $9.59 | |
BASE | <0.01% | $3.59 | 2.6616 | $9.56 | |
BASE | <0.01% | <$0.000001 | 351,316,062.9857 | $9.52 | |
BASE | <0.01% | $0.000039 | 240,024.2878 | $9.4 | |
BASE | <0.01% | $0.123612 | 65.26 | $8.07 | |
BASE | <0.01% | $0.000253 | 30,249 | $7.65 | |
BASE | <0.01% | $0.999681 | 7.3737 | $7.37 | |
BASE | <0.01% | $0.003155 | 2,311.1608 | $7.29 | |
BASE | <0.01% | $0.005826 | 1,231.4113 | $7.17 | |
BASE | <0.01% | $0.048228 | 146.5634 | $7.07 | |
BASE | <0.01% | $3,444.5 | 0.00204435 | $7.04 | |
BASE | <0.01% | $0.013189 | 528.6129 | $6.97 | |
BASE | <0.01% | $0.021434 | 308.1141 | $6.6 | |
BASE | <0.01% | $3,335.97 | 0.00196051 | $6.54 | |
BASE | <0.01% | $0.000025 | 263,171.6571 | $6.48 | |
BASE | <0.01% | <$0.000001 | 13,719,307.7154 | $5.78 | |
BASE | <0.01% | $0.000046 | 122,536.1858 | $5.63 | |
BASE | <0.01% | $105,472 | 0.00005097 | $5.38 | |
BASE | <0.01% | $0.003301 | 1,624.2942 | $5.36 | |
BASE | <0.01% | $1 | 5.187 | $5.19 | |
BASE | <0.01% | $0.143373 | 34.1914 | $4.9 | |
BASE | <0.01% | $3,951.9 | 0.00111205 | $4.39 | |
BASE | <0.01% | $0.21347 | 20.2754 | $4.33 | |
BASE | <0.01% | $0.143436 | 29.5567 | $4.24 | |
BASE | <0.01% | $0.088013 | 47.4883 | $4.18 | |
BASE | <0.01% | $0.293519 | 10.7872 | $3.17 | |
BASE | <0.01% | $0.056117 | 55.0364 | $3.09 | |
BASE | <0.01% | $0.004667 | 555.6678 | $2.59 | |
BASE | <0.01% | $1.49 | 1.7149 | $2.56 | |
BASE | <0.01% | $0.06801 | 37.2217 | $2.53 | |
BASE | <0.01% | $0.019133 | 130.6429 | $2.5 | |
BASE | <0.01% | $3.76 | 0.6226 | $2.34 | |
BASE | <0.01% | $0.132803 | 17.4752 | $2.32 | |
BASE | <0.01% | $0.002967 | 773.723 | $2.3 | |
BASE | <0.01% | $0.23717 | 9.6533 | $2.29 | |
BASE | <0.01% | $2.25 | 0.9988 | $2.25 | |
BASE | <0.01% | $0.689466 | 3.2225 | $2.22 | |
BASE | <0.01% | $16.58 | 0.1288 | $2.13 | |
BASE | <0.01% | <$0.000001 | 16,169,867.7975 | $1.83 | |
BASE | <0.01% | $0.004421 | 372.6494 | $1.65 | |
BASE | <0.01% | $0.984855 | 1.6478 | $1.62 | |
BASE | <0.01% | $0.01215 | 132.1959 | $1.61 | |
BASE | <0.01% | $0.892304 | 1.6416 | $1.46 | |
BASE | <0.01% | $2.74 | 0.5047 | $1.38 | |
BASE | <0.01% | $0.000736 | 1,813.9332 | $1.33 | |
BASE | <0.01% | $0.000013 | 104,314.29 | $1.31 | |
BASE | <0.01% | $0.000105 | 12,237.3783 | $1.28 | |
BASE | <0.01% | $0.000045 | 26,742.2954 | $1.2 | |
BASE | <0.01% | $0.06152 | 19.4451 | $1.2 | |
BASE | <0.01% | $0.357682 | 3.3299 | $1.19 | |
BASE | <0.01% | $0.000002 | 745,500 | $1.13 | |
BASE | <0.01% | $0.000081 | 12,817.842 | $1.04 | |
BASE | <0.01% | $0.684413 | 1.4844 | $1.02 | |
BASE | <0.01% | $0.003771 | 263.5292 | $0.9938 | |
BASE | <0.01% | $0.000031 | 32,447.7004 | $0.9932 | |
BASE | <0.01% | $7,762.76 | 0.00012735 | $0.9885 | |
BASE | <0.01% | $0.025914 | 37.8443 | $0.9806 | |
BASE | <0.01% | $0.997673 | 0.9769 | $0.9746 | |
BASE | <0.01% | $105,079 | 0.00000909 | $0.9551 | |
BASE | <0.01% | $0.97141 | 0.9119 | $0.8858 | |
BASE | <0.01% | $0.058242 | 14.9305 | $0.8695 | |
BASE | <0.01% | $0.00001 | 87,240.0619 | $0.8636 | |
BASE | <0.01% | $0.997352 | 0.8539 | $0.8516 | |
BASE | <0.01% | $0.000154 | 4,878 | $0.7506 | |
BASE | <0.01% | $0.123143 | 6.0705 | $0.7475 | |
BASE | <0.01% | $0.61467 | 1.19 | $0.7314 | |
BASE | <0.01% | $0.8483 | 0.8577 | $0.7275 | |
BASE | <0.01% | $0.002695 | 251.4506 | $0.6777 | |
BASE | <0.01% | $0.01098 | 59.973 | $0.6584 | |
BASE | <0.01% | $4.23 | 0.1461 | $0.6179 | |
BASE | <0.01% | $1.67 | 0.362 | $0.6045 | |
BASE | <0.01% | $0.998771 | 0.5971 | $0.5963 | |
BASE | <0.01% | $0.00324 | 177.7518 | $0.5759 | |
BASE | <0.01% | $0.001696 | 332.9725 | $0.5645 | |
BASE | <0.01% | $0.999005 | 0.5608 | $0.5602 | |
BASE | <0.01% | $4.62 | 0.1068 | $0.4932 | |
BASE | <0.01% | $1.08 | 0.4366 | $0.4724 | |
BASE | <0.01% | $0.000006 | 74,287.2796 | $0.4524 | |
BASE | <0.01% | $1.73 | 0.2485 | $0.4291 | |
BASE | <0.01% | $0.000439 | 964.9208 | $0.4233 | |
BASE | <0.01% | $0.020458 | 19.9941 | $0.409 | |
BASE | <0.01% | $0.131235 | 2.6865 | $0.3525 | |
BASE | <0.01% | $0.000006 | 59,498.4908 | $0.3522 | |
BASE | <0.01% | $0.00055 | 584.1402 | $0.321 | |
BASE | <0.01% | $0.021827 | 14.5702 | $0.318 | |
BASE | <0.01% | $0.33102 | 0.9401 | $0.3111 | |
BASE | <0.01% | $0.345081 | 0.7724 | $0.2665 | |
BASE | <0.01% | $11.43 | 0.0196 | $0.2239 | |
BASE | <0.01% | <$0.000001 | 38,193,468.9256 | $0.1986 | |
BASE | <0.01% | $0.268564 | 0.6925 | $0.1859 | |
BASE | <0.01% | $0.000027 | 6,535.97 | $0.1779 | |
BASE | <0.01% | $0.170439 | 0.9725 | $0.1657 | |
BASE | <0.01% | $0.001149 | 141.0638 | $0.1621 | |
BASE | <0.01% | $0.034976 | 4.6088 | $0.1611 | |
BASE | <0.01% | $0.006704 | 21.6081 | $0.1448 | |
BASE | <0.01% | $0.000007 | 21,976.9353 | $0.1439 | |
BASE | <0.01% | $3,327.43 | 0.00004192 | $0.1394 | |
BASE | <0.01% | $0.17865 | 0.7709 | $0.1377 | |
BASE | <0.01% | $0.050764 | 2.6924 | $0.1366 | |
BASE | <0.01% | $0.789148 | 0.1665 | $0.1313 | |
BASE | <0.01% | $0.999208 | 0.1264 | $0.1263 | |
BASE | <0.01% | $0.010461 | 10.8464 | $0.1134 | |
BASE | <0.01% | $0.00042 | 243.7456 | $0.1022 | |
GNO | 0.02% | $1 | 105.3476 | $105.35 | |
GNO | 0.02% | $1 | 88.1233 | $88.13 | |
GNO | 0.02% | $0.849752 | 98.7891 | $83.95 | |
GNO | 0.01% | $0.835835 | 88.001 | $73.55 | |
GNO | 0.01% | $0.95471 | 74.1909 | $70.83 | |
GNO | <0.01% | $3,735.82 | 0.0141 | $52.83 | |
GNO | <0.01% | $0.999177 | 48.7584 | $48.72 | |
GNO | <0.01% | $0.998353 | 48.5527 | $48.47 | |
GNO | <0.01% | $1 | 44.9978 | $45 | |
GNO | <0.01% | $0.409037 | 107.3856 | $43.92 | |
GNO | <0.01% | $0.005984 | 6,402.598 | $38.31 | |
GNO | <0.01% | $49.21 | 0.7776 | $38.27 | |
GNO | <0.01% | $105,461 | 0.00034915 | $36.82 | |
GNO | <0.01% | $238.12 | 0.1541 | $36.68 | |
GNO | <0.01% | $1 | 32.7976 | $32.8 | |
GNO | <0.01% | $0.999772 | 32.3983 | $32.39 | |
GNO | <0.01% | $1 | 32.359 | $32.36 | |
GNO | <0.01% | $26.75 | 1.1196 | $29.95 | |
GNO | <0.01% | $1.15 | 22.5827 | $25.97 | |
GNO | <0.01% | $3,955.22 | 0.00621533 | $24.58 | |
GNO | <0.01% | $0.708897 | 26.7973 | $19 | |
GNO | <0.01% | $637.46 | 0.0265 | $16.87 | |
GNO | <0.01% | $0.361434 | 33.7966 | $12.22 | |
GNO | <0.01% | $3.98 | 3 | $11.94 | |
GNO | <0.01% | $3,340.61 | 0.00348235 | $11.63 | |
GNO | <0.01% | $0.999947 | 10.3492 | $10.35 | |
GNO | <0.01% | $2.44 | 3.0563 | $7.46 | |
GNO | <0.01% | $3,345.99 | 0.00222075 | $7.43 | |
GNO | <0.01% | $2.75 | 2.5052 | $6.89 | |
GNO | <0.01% | $62.04 | 0.1003 | $6.22 | |
GNO | <0.01% | $0.001536 | 3,772.6625 | $5.79 | |
GNO | <0.01% | $363.65 | 0.0152 | $5.52 | |
GNO | <0.01% | $1.04 | 4.8017 | $4.97 | |
GNO | <0.01% | $1.04 | 4.5962 | $4.79 | |
GNO | <0.01% | $0.021546 | 201.6656 | $4.35 | |
GNO | <0.01% | $1.11 | 3.3836 | $3.76 | |
GNO | <0.01% | $693.67 | 0.00455064 | $3.16 | |
GNO | <0.01% | $0.072604 | 41.4167 | $3.01 | |
GNO | <0.01% | $0.451023 | 6.6169 | $2.98 | |
GNO | <0.01% | $0.999772 | 2.2732 | $2.27 | |
GNO | <0.01% | $13.58 | 0.1507 | $2.05 | |
GNO | <0.01% | $0.345512 | 5.6051 | $1.94 | |
GNO | <0.01% | $0.207583 | 8.9676 | $1.86 | |
GNO | <0.01% | $0.59844 | 2.4133 | $1.44 | |
GNO | <0.01% | $0.978312 | 1.2831 | $1.26 | |
GNO | <0.01% | $0.003613 | 263.7951 | $0.953 | |
GNO | <0.01% | $0.110149 | 7.5649 | $0.8332 | |
GNO | <0.01% | $0.005194 | 128.3018 | $0.6663 | |
GNO | <0.01% | $1.4 | 0.4714 | $0.6599 | |
GNO | <0.01% | $0.01049 | 55.1432 | $0.5784 | |
GNO | <0.01% | $0.012124 | 43.5486 | $0.5279 | |
GNO | <0.01% | $2.33 | 0.1946 | $0.4533 | |
GNO | <0.01% | $27,809 | 0.00001575 | $0.4379 | |
GNO | <0.01% | $0.02729 | 13.3227 | $0.3635 | |
GNO | <0.01% | $0.099383 | 3.6069 | $0.3584 | |
GNO | <0.01% | $0.727401 | 0.4494 | $0.3268 | |
GNO | <0.01% | $0.049774 | 6.0345 | $0.3003 | |
GNO | <0.01% | $1 | 0.2662 | $0.2661 | |
GNO | <0.01% | $7,777.14 | 0.00003246 | $0.2524 | |
GNO | <0.01% | $0.952671 | 0.1746 | $0.1663 | |
GNO | <0.01% | $0.071878 | 2.226 | $0.1599 | |
GNO | <0.01% | $0.075981 | 1.9052 | $0.1447 | |
GNO | <0.01% | $0.15677 | 0.8198 | $0.1285 | |
GNO | <0.01% | $0.002479 | 48.8304 | $0.121 | |
GNO | <0.01% | $0.00209 | 56.6137 | $0.1183 | |
GNO | <0.01% | $1.73 | 0.0658 | $0.1138 | |
GNO | <0.01% | $0.037202 | 2.9479 | $0.1096 | |
GNO | <0.01% | $0.492901 | 0.2172 | $0.107 | |
GNO | <0.01% | $0.999947 | 0.1024 | $0.1024 | |
POL | 0.06% | $0.035085 | 9,123.7351 | $320.11 | |
POL | <0.01% | $0.0005 | 4,090.4439 | $2.05 | |
POL | <0.01% | $0.024866 | 68.9144 | $1.71 | |
POL | <0.01% | $0.004905 | 266.916 | $1.31 | |
POL | <0.01% | $0.000011 | 112,782.4982 | $1.21 | |
POL | <0.01% | $0.451725 | 0.269 | $0.121514 | |
OP | <0.01% | $1 | 2.8139 | $2.81 | |
OP | <0.01% | $0.998243 | 0.22 | $0.2196 | |
AVAX | <0.01% | $0.024218 | 50 | $1.21 |
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.