Feature Tip: Add private address tag to any address under My Name Tag !
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
0xa58d265796413d28e5f8116edce261169049a0d79216d5e2b8034b7dac17dd99 | Transfer Tokens | (pending) | 52 mins ago | IN | 0 ETH | (Pending) | |||
0x8ab1ed83e0b68091c14be55c8b77e89957fed38797ea03fc42e3971cec55faaa | Transfer Tokens ... | (pending) | 3 days ago | IN | 0 ETH | (Pending) | |||
Transfer Tokens | 23434730 | 1 min ago | IN | 0 ETH | 0.00003389 | ||||
Attest Token | 23434729 | 1 min ago | IN | 0 ETH | 0.00008523 | ||||
Transfer Tokens | 23434720 | 3 mins ago | IN | 0 ETH | 0.00013461 | ||||
Complete Transfe... | 23434718 | 3 mins ago | IN | 0 ETH | 0.00007742 | ||||
Transfer Tokens | 23434718 | 3 mins ago | IN | 0 ETH | 0.00013374 | ||||
Transfer Tokens | 23434713 | 4 mins ago | IN | 0 ETH | 0.00013572 | ||||
Transfer Tokens | 23434704 | 6 mins ago | IN | 0 ETH | 0.00026745 | ||||
Transfer Tokens | 23434703 | 6 mins ago | IN | 0 ETH | 0.00003618 | ||||
Transfer Tokens | 23434667 | 14 mins ago | IN | 0 ETH | 0.00004533 | ||||
Transfer Tokens | 23434665 | 14 mins ago | IN | 0 ETH | 0.0001421 | ||||
Complete Transfe... | 23434661 | 15 mins ago | IN | 0 ETH | 0.00010442 | ||||
Transfer Tokens | 23434635 | 20 mins ago | IN | 0 ETH | 0.00004444 | ||||
Transfer Tokens | 23434609 | 25 mins ago | IN | 0 ETH | 0.00005579 | ||||
Complete Transfe... | 23434598 | 28 mins ago | IN | 0 ETH | 0.00036179 | ||||
Transfer Tokens ... | 23434593 | 29 mins ago | IN | 0 ETH | 0.00001793 | ||||
Complete Transfe... | 23434584 | 30 mins ago | IN | 0 ETH | 0.0003638 | ||||
Transfer Tokens | 23434579 | 31 mins ago | IN | 0 ETH | 0.00003918 | ||||
Complete Transfe... | 23434573 | 33 mins ago | IN | 0 ETH | 0.00023183 | ||||
Transfer Tokens | 23434546 | 38 mins ago | IN | 0 ETH | 0.00003837 | ||||
Transfer Tokens | 23434543 | 39 mins ago | IN | 0 ETH | 0.00004875 | ||||
Complete Transfe... | 23434532 | 41 mins ago | IN | 0 ETH | 0.00008907 | ||||
Transfer Tokens | 23434514 | 44 mins ago | IN | 0 ETH | 0.00007341 | ||||
Complete Transfe... | 23434510 | 45 mins ago | IN | 0 ETH | 0.00009781 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
Transfer | 23434671 | 13 mins ago | 0.01667115 ETH | ||||
Transfer | 23434671 | 13 mins ago | 0.01667115 ETH | ||||
Deposit | 23434594 | 28 mins ago | 0.0146857 ETH | ||||
Wrap And Transfe... | 23434594 | 28 mins ago | 0.0146857 ETH | ||||
Deposit | 23434432 | 1 hr ago | 1 ETH | ||||
Wrap And Transfe... | 23434432 | 1 hr ago | 1 ETH | ||||
Deposit | 23434341 | 1 hr ago | 20 ETH | ||||
Wrap And Transfe... | 23434341 | 1 hr ago | 20 ETH | ||||
Deposit | 23433768 | 3 hrs ago | 1.17882 ETH | ||||
Wrap And Transfe... | 23433768 | 3 hrs ago | 1.17882 ETH | ||||
Deposit | 23433669 | 3 hrs ago | 0.15760874 ETH | ||||
Wrap And Transfe... | 23433669 | 3 hrs ago | 0.15760874 ETH | ||||
Transfer | 23433667 | 3 hrs ago | 12 ETH | ||||
Transfer | 23433667 | 3 hrs ago | 12 ETH | ||||
Transfer | 23433608 | 3 hrs ago | 10 ETH | ||||
Transfer | 23433608 | 3 hrs ago | 10 ETH | ||||
Transfer | 23433596 | 3 hrs ago | 13.99903808 ETH | ||||
Transfer | 23433596 | 3 hrs ago | 13.99903808 ETH | ||||
Transfer | 23433494 | 4 hrs ago | 12 ETH | ||||
Transfer | 23433494 | 4 hrs ago | 12 ETH | ||||
Deposit | 23433387 | 4 hrs ago | 0.006993 ETH | ||||
Wrap And Transfe... | 23433387 | 4 hrs ago | 0.006993 ETH | ||||
Transfer | 23433338 | 4 hrs ago | 12 ETH | ||||
Transfer | 23433338 | 4 hrs ago | 12 ETH | ||||
Transfer | 23433260 | 4 hrs ago | 19.1 ETH |
Loading...
Loading
Contract Name:
TokenBridge
Compiler Version
v0.8.4+commit.c7e474f2
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// contracts/Wormhole.sol // SPDX-License-Identifier: Apache 2 pragma solidity ^0.8.0; import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol"; contract TokenBridge is ERC1967Proxy { constructor (address implementation, bytes memory initData) ERC1967Proxy( implementation, initData ) {} }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../Proxy.sol"; import "./ERC1967Upgrade.sol"; /** * @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an * implementation address that can be changed. This address is stored in storage in the location specified by * https://eips.ethereum.org/EIPS/eip-1967[EIP1967], so that it doesn't conflict with the storage layout of the * implementation behind the proxy. */ contract ERC1967Proxy is Proxy, ERC1967Upgrade { /** * @dev Initializes the upgradeable proxy with an initial implementation specified by `_logic`. * * If `_data` is nonempty, it's used as data in a delegate call to `_logic`. This will typically be an encoded * function call, and allows initializating the storage of the proxy like a Solidity constructor. */ constructor(address _logic, bytes memory _data) payable { assert(_IMPLEMENTATION_SLOT == bytes32(uint256(keccak256("eip1967.proxy.implementation")) - 1)); _upgradeToAndCall(_logic, _data, false); } /** * @dev Returns the current implementation address. */ function _implementation() internal view virtual override returns (address impl) { return ERC1967Upgrade._getImplementation(); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; import "../beacon/IBeacon.sol"; import "../../utils/Address.sol"; import "../../utils/StorageSlot.sol"; /** * @dev This abstract contract provides getters and event emitting update functions for * https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots. * * _Available since v4.1._ * * @custom:oz-upgrades-unsafe-allow delegatecall */ abstract contract ERC1967Upgrade { // This is the keccak-256 hash of "eip1967.proxy.rollback" subtracted by 1 bytes32 private constant _ROLLBACK_SLOT = 0x4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd9143; /** * @dev Storage slot with the address of the current implementation. * This is the keccak-256 hash of "eip1967.proxy.implementation" subtracted by 1, and is * validated in the constructor. */ bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; /** * @dev Emitted when the implementation is upgraded. */ event Upgraded(address indexed implementation); /** * @dev Returns the current implementation address. */ function _getImplementation() internal view returns (address) { return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; } /** * @dev Stores a new address in the EIP1967 implementation slot. */ function _setImplementation(address newImplementation) private { require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract"); StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; } /** * @dev Perform implementation upgrade * * Emits an {Upgraded} event. */ function _upgradeTo(address newImplementation) internal { _setImplementation(newImplementation); emit Upgraded(newImplementation); } /** * @dev Perform implementation upgrade with additional setup call. * * Emits an {Upgraded} event. */ function _upgradeToAndCall(address newImplementation, bytes memory data, bool forceCall) internal { _setImplementation(newImplementation); emit Upgraded(newImplementation); if (data.length > 0 || forceCall) { Address.functionDelegateCall(newImplementation, data); } } /** * @dev Perform implementation upgrade with security checks for UUPS proxies, and additional setup call. * * Emits an {Upgraded} event. */ function _upgradeToAndCallSecure(address newImplementation, bytes memory data, bool forceCall) internal { address oldImplementation = _getImplementation(); // Initial upgrade and setup call _setImplementation(newImplementation); if (data.length > 0 || forceCall) { Address.functionDelegateCall(newImplementation, data); } // Perform rollback test if not already in progress StorageSlot.BooleanSlot storage rollbackTesting = StorageSlot.getBooleanSlot(_ROLLBACK_SLOT); if (!rollbackTesting.value) { // Trigger rollback using upgradeTo from the new implementation rollbackTesting.value = true; Address.functionDelegateCall( newImplementation, abi.encodeWithSignature( "upgradeTo(address)", oldImplementation ) ); rollbackTesting.value = false; // Check rollback was effective require(oldImplementation == _getImplementation(), "ERC1967Upgrade: upgrade breaks further upgrades"); // Finally reset to the new implementation and log the upgrade _setImplementation(newImplementation); emit Upgraded(newImplementation); } } /** * @dev Perform beacon upgrade with additional setup call. Note: This upgrades the address of the beacon, it does * not upgrade the implementation contained in the beacon (see {UpgradeableBeacon-_setImplementation} for that). * * Emits a {BeaconUpgraded} event. */ function _upgradeBeaconToAndCall(address newBeacon, bytes memory data, bool forceCall) internal { _setBeacon(newBeacon); emit BeaconUpgraded(newBeacon); if (data.length > 0 || forceCall) { Address.functionDelegateCall(IBeacon(newBeacon).implementation(), data); } } /** * @dev Storage slot with the admin of the contract. * This is the keccak-256 hash of "eip1967.proxy.admin" subtracted by 1, and is * validated in the constructor. */ bytes32 internal constant _ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103; /** * @dev Emitted when the admin account has changed. */ event AdminChanged(address previousAdmin, address newAdmin); /** * @dev Returns the current admin. */ function _getAdmin() internal view returns (address) { return StorageSlot.getAddressSlot(_ADMIN_SLOT).value; } /** * @dev Stores a new address in the EIP1967 admin slot. */ function _setAdmin(address newAdmin) private { require(newAdmin != address(0), "ERC1967: new admin is the zero address"); StorageSlot.getAddressSlot(_ADMIN_SLOT).value = newAdmin; } /** * @dev Changes the admin of the proxy. * * Emits an {AdminChanged} event. */ function _changeAdmin(address newAdmin) internal { emit AdminChanged(_getAdmin(), newAdmin); _setAdmin(newAdmin); } /** * @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy. * This is bytes32(uint256(keccak256('eip1967.proxy.beacon')) - 1)) and is validated in the constructor. */ bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50; /** * @dev Emitted when the beacon is upgraded. */ event BeaconUpgraded(address indexed beacon); /** * @dev Returns the current beacon. */ function _getBeacon() internal view returns (address) { return StorageSlot.getAddressSlot(_BEACON_SLOT).value; } /** * @dev Stores a new beacon in the EIP1967 beacon slot. */ function _setBeacon(address newBeacon) private { require( Address.isContract(newBeacon), "ERC1967: new beacon is not a contract" ); require( Address.isContract(IBeacon(newBeacon).implementation()), "ERC1967: beacon implementation is not a contract" ); StorageSlot.getAddressSlot(_BEACON_SLOT).value = newBeacon; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM * instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to * be specified by overriding the virtual {_implementation} function. * * Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a * different contract through the {_delegate} function. * * The success and return data of the delegated call will be returned back to the caller of the proxy. */ abstract contract Proxy { /** * @dev Delegates the current call to `implementation`. * * This function does not return to its internall call site, it will return directly to the external caller. */ function _delegate(address implementation) internal virtual { // solhint-disable-next-line no-inline-assembly assembly { // Copy msg.data. We take full control of memory in this inline assembly // block because it will not return to Solidity code. We overwrite the // Solidity scratch pad at memory position 0. calldatacopy(0, 0, calldatasize()) // Call the implementation. // out and outsize are 0 because we don't know the size yet. let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0) // Copy the returned data. returndatacopy(0, 0, returndatasize()) switch result // delegatecall returns 0 on error. case 0 { revert(0, returndatasize()) } default { return(0, returndatasize()) } } } /** * @dev This is a virtual function that should be overriden so it returns the address to which the fallback function * and {_fallback} should delegate. */ function _implementation() internal view virtual returns (address); /** * @dev Delegates the current call to the address returned by `_implementation()`. * * This function does not return to its internall call site, it will return directly to the external caller. */ function _fallback() internal virtual { _beforeFallback(); _delegate(_implementation()); } /** * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other * function in the contract matches the call data. */ fallback () external payable virtual { _fallback(); } /** * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if call data * is empty. */ receive () external payable virtual { _fallback(); } /** * @dev Hook that is called before falling back to the implementation. Can happen as part of a manual `_fallback` * call, or as part of the Solidity `fallback` or `receive` functions. * * If overriden should call `super._beforeFallback()`. */ function _beforeFallback() internal virtual { } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev This is the interface that {BeaconProxy} expects of its beacon. */ interface IBeacon { /** * @dev Must return an address that can be used as a delegate call target. * * {BeaconProxy} will check that this address is a contract. */ function implementation() external view returns (address); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; // solhint-disable-next-line no-inline-assembly assembly { size := extcodesize(account) } return size > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); // solhint-disable-next-line avoid-low-level-calls, avoid-call-value (bool success, ) = recipient.call{ value: amount }(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain`call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.call{ value: value }(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.staticcall(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.delegatecall(data); return _verifyCallResult(success, returndata, errorMessage); } function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly // solhint-disable-next-line no-inline-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev Library for reading and writing primitive types to specific storage slots. * * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts. * This library helps with reading and writing to such slots without the need for inline assembly. * * The functions in this library return Slot structs that contain a `value` member that can be used to read or write. * * Example usage to set ERC1967 implementation slot: * ``` * contract ERC1967 { * bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; * * function _getImplementation() internal view returns (address) { * return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; * } * * function _setImplementation(address newImplementation) internal { * require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract"); * StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; * } * } * ``` * * _Available since v4.1 for `address`, `bool`, `bytes32`, and `uint256`._ */ library StorageSlot { struct AddressSlot { address value; } struct BooleanSlot { bool value; } struct Bytes32Slot { bytes32 value; } struct Uint256Slot { uint256 value; } /** * @dev Returns an `AddressSlot` with member `value` located at `slot`. */ function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) { assembly { r.slot := slot } } /** * @dev Returns an `BooleanSlot` with member `value` located at `slot`. */ function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) { assembly { r.slot := slot } } /** * @dev Returns an `Bytes32Slot` with member `value` located at `slot`. */ function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) { assembly { r.slot := slot } } /** * @dev Returns an `Uint256Slot` with member `value` located at `slot`. */ function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) { assembly { r.slot := slot } } }
{ "remappings": [], "optimizer": { "enabled": true, "runs": 200 }, "evmVersion": "istanbul", "libraries": {}, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"initData","type":"bytes"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beacon","type":"address"}],"name":"BeaconUpgraded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
608060405234801561001057600080fd5b5060405161078338038061078383398101604081905261002f91610308565b818161005c60017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd610420565b60008051602061073c8339815191521461008657634e487b7160e01b600052600160045260246000fd5b6100928282600061009b565b50505050610485565b6100a483610105565b6040516001600160a01b038416907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a26000825111806100e55750805b15610100576100fe83836101c560201b6100291760201c565b505b505050565b610118816101f160201b6100551760201c565b61017f5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806101a460008051602061073c83398151915260001b6101f760201b61005b1760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606101ea838360405180606001604052806027815260200161075c602791396101fa565b9392505050565b3b151590565b90565b6060833b6102595760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610176565b600080856001600160a01b03168560405161027491906103d1565b600060405180830381855af49150503d80600081146102af576040519150601f19603f3d011682016040523d82523d6000602084013e6102b4565b606091505b5090925090506102c58282866102cf565b9695505050505050565b606083156102de5750816101ea565b8251156102ee5782518084602001fd5b8160405162461bcd60e51b815260040161017691906103ed565b6000806040838503121561031a578182fd5b82516001600160a01b0381168114610330578283fd5b60208401519092506001600160401b038082111561034c578283fd5b818501915085601f83011261035f578283fd5b8151818111156103715761037161046f565b604051601f8201601f19908116603f011681019083821181831017156103995761039961046f565b816040528281528860208487010111156103b1578586fd5b6103c2836020830160208801610443565b80955050505050509250929050565b600082516103e3818460208701610443565b9190910192915050565b602081526000825180602084015261040c816040850160208701610443565b601f01601f19169190910160400192915050565b60008282101561043e57634e487b7160e01b81526011600452602481fd5b500390565b60005b8381101561045e578181015183820152602001610446565b838111156100fe5750506000910152565b634e487b7160e01b600052604160045260246000fd5b6102a8806104946000396000f3fe60806040523661001357610011610017565b005b6100115b61002761002261005e565b610096565b565b606061004e838360405180606001604052806027815260200161024c602791396100ba565b9392505050565b3b151590565b90565b60006100917f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100b5573d6000f35b3d6000fd5b6060833b61011e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084015b60405180910390fd5b600080856001600160a01b03168560405161013991906101cc565b600060405180830381855af49150503d8060008114610174576040519150601f19603f3d011682016040523d82523d6000602084013e610179565b606091505b5091509150610189828286610193565b9695505050505050565b606083156101a257508161004e565b8251156101b25782518084602001fd5b8160405162461bcd60e51b815260040161011591906101e8565b600082516101de81846020870161021b565b9190910192915050565b602081526000825180602084015261020781604085016020870161021b565b601f01601f19169190910160400192915050565b60005b8381101561023657818101518382015260200161021e565b83811115610245576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212201da3669e54b5930ba57864d0afba0857fac4bc708e2cac4bd5e53da04e15338164736f6c63430008040033360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c656400000000000000000000000051e9027eabe500466caa0f4be882afc4446c4efe000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000e43bfa06380000000000000000000000006c4c12987303b2c94b2c76c612fc5f4d2f0360f7000000000000000000000000000000000000000000000000000000000000000200000000000000000000000098f3c9e6e3face36baad05fe09d375ef1464288b0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000400000000000000000000000061b2fca6c3f7580c8d0d4d38ad558b247ad6c71a000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040523661001357610011610017565b005b6100115b61002761002261005e565b610096565b565b606061004e838360405180606001604052806027815260200161024c602791396100ba565b9392505050565b3b151590565b90565b60006100917f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100b5573d6000f35b3d6000fd5b6060833b61011e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084015b60405180910390fd5b600080856001600160a01b03168560405161013991906101cc565b600060405180830381855af49150503d8060008114610174576040519150601f19603f3d011682016040523d82523d6000602084013e610179565b606091505b5091509150610189828286610193565b9695505050505050565b606083156101a257508161004e565b8251156101b25782518084602001fd5b8160405162461bcd60e51b815260040161011591906101e8565b600082516101de81846020870161021b565b9190910192915050565b602081526000825180602084015261020781604085016020870161021b565b601f01601f19169190910160400192915050565b60005b8381101561023657818101518382015260200161021e565b83811115610245576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212201da3669e54b5930ba57864d0afba0857fac4bc708e2cac4bd5e53da04e15338164736f6c63430008040033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000051e9027eabe500466caa0f4be882afc4446c4efe000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000e43bfa06380000000000000000000000006c4c12987303b2c94b2c76c612fc5f4d2f0360f7000000000000000000000000000000000000000000000000000000000000000200000000000000000000000098f3c9e6e3face36baad05fe09d375ef1464288b0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000400000000000000000000000061b2fca6c3f7580c8d0d4d38ad558b247ad6c71a000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : implementation (address): 0x51e9027eaBE500466cAA0F4Be882afC4446C4eFE
Arg [1] : initData (bytes): 0x3bfa06380000000000000000000000006c4c12987303b2c94b2c76c612fc5f4d2f0360f7000000000000000000000000000000000000000000000000000000000000000200000000000000000000000098f3c9e6e3face36baad05fe09d375ef1464288b0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000400000000000000000000000061b2fca6c3f7580c8d0d4d38ad558b247ad6c71a000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
-----Encoded View---------------
11 Constructor Arguments found :
Arg [0] : 00000000000000000000000051e9027eabe500466caa0f4be882afc4446c4efe
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [2] : 00000000000000000000000000000000000000000000000000000000000000e4
Arg [3] : 3bfa06380000000000000000000000006c4c12987303b2c94b2c76c612fc5f4d
Arg [4] : 2f0360f700000000000000000000000000000000000000000000000000000000
Arg [5] : 0000000200000000000000000000000098f3c9e6e3face36baad05fe09d375ef
Arg [6] : 1464288b00000000000000000000000000000000000000000000000000000000
Arg [7] : 0000000100000000000000000000000000000000000000000000000000000000
Arg [8] : 0000000400000000000000000000000061b2fca6c3f7580c8d0d4d38ad558b24
Arg [9] : 7ad6c71a000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead908
Arg [10] : 3c756cc200000000000000000000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 41.83% | $3.67 | 425,734,463.4488 | $1,562,445,480.86 | |
ETH | 21.87% | $0.432249 | 1,890,000,000 | $816,951,438.77 | |
ETH | 11.12% | $113,672 | 3,653.803 | $415,335,097.3 | |
ETH | 7.58% | $4,181.06 | 67,688.5329 | $283,009,514.78 | |
ETH | 6.26% | $10.07 | 23,230,761.0155 | $233,979,462.74 | |
ETH | 4.17% | $1.07 | 145,430,313.1833 | $155,610,435.11 | |
ETH | 1.88% | $113,456 | 618.6861 | $70,193,645.48 | |
ETH | 1.09% | $0.429355 | 94,924,165.9968 | $40,756,199.16 | |
ETH | 0.69% | $0.104011 | 249,263,001.9896 | $25,926,094.1 | |
ETH | 0.53% | $0.999676 | 19,666,484.6406 | $19,660,112.7 | |
ETH | 0.42% | $4.8 | 3,247,022.1739 | $15,585,706.43 | |
ETH | 0.38% | $2.94 | 4,771,986.3148 | $14,011,637.06 | |
ETH | 0.29% | $1 | 10,844,442.0416 | $10,844,442.04 | |
ETH | 0.18% | $0.269284 | 24,943,039.9719 | $6,716,761.58 | |
ETH | 0.18% | $0.017284 | 382,911,287.0302 | $6,618,209.03 | |
ETH | 0.15% | $0.011316 | 498,507,442.0148 | $5,641,284.69 | |
ETH | 0.12% | $5,062.75 | 918.398 | $4,649,619.35 | |
ETH | 0.11% | $0.999489 | 4,110,093.3524 | $4,107,993.09 | |
ETH | 0.10% | $0.004169 | 929,295,479.2463 | $3,874,372.25 | |
ETH | 0.10% | $0.316623 | 11,873,928.1319 | $3,759,558.75 | |
ETH | 0.06% | $0.056838 | 41,064,778.4435 | $2,334,039.88 | |
ETH | 0.05% | $1.06 | 1,864,006.0403 | $1,981,438.42 | |
ETH | 0.05% | $0.000084 | 23,067,539,437.2225 | $1,929,599.67 | |
ETH | 0.04% | $0.003838 | 423,793,709.396 | $1,626,410.07 | |
ETH | 0.04% | $0.015149 | 89,212,542.8851 | $1,351,481.38 | |
ETH | 0.03% | $0.074605 | 16,733,276.9405 | $1,248,386.13 | |
ETH | 0.03% | $0.224236 | 5,382,730.9982 | $1,207,002.07 | |
ETH | 0.03% | $0.9996 | 948,189.7974 | $947,810.52 | |
ETH | 0.02% | $0.124758 | 7,134,858.9827 | $890,130.74 | |
ETH | 0.02% | $0.034548 | 25,538,845.2814 | $882,308.62 | |
ETH | 0.02% | $0.001189 | 693,912,779.0459 | $825,159.44 | |
ETH | 0.02% | $0.174745 | 4,621,197.2542 | $807,531.11 | |
ETH | 0.02% | $0.001742 | 431,985,529.9332 | $752,536.07 | |
ETH | 0.02% | $0.024679 | 30,016,055.5542 | $740,765.03 | |
ETH | 0.02% | $1.34 | 516,229.6051 | $691,747.67 | |
ETH | 0.02% | $0.935863 | 714,714 | $668,874.39 | |
ETH | 0.02% | $0.027738 | 20,921,193.9051 | $580,309.36 | |
ETH | 0.02% | $0.072141 | 7,772,526.8172 | $560,717.86 | |
ETH | 0.01% | $0.003585 | 144,153,056.3707 | $516,797.36 | |
ETH | 0.01% | $1.12 | 459,273.5298 | $514,386.35 | |
ETH | 0.01% | $8.07 | 62,031.323 | $500,592.78 | |
ETH | 0.01% | $0.002227 | 213,310,342.8829 | $475,067.73 | |
ETH | 0.01% | $0.437189 | 983,276.5996 | $429,877.71 | |
ETH | 0.01% | $0.085342 | 5,018,492.7985 | $428,288.21 | |
ETH | 0.01% | $0.000011 | 39,797,965,200.7587 | $419,072.57 | |
ETH | 0.01% | $21.88 | 17,174.3056 | $375,773.81 | |
ETH | <0.01% | $0.009662 | 36,298,432.0481 | $350,720.53 | |
ETH | <0.01% | $0.567722 | 590,788.6103 | $335,403.54 | |
ETH | <0.01% | $0.003661 | 89,381,481.5887 | $327,190.35 | |
ETH | <0.01% | $0.538164 | 586,540.6109 | $315,654.82 | |
ETH | <0.01% | $0.028712 | 10,104,308.6354 | $290,113.39 | |
ETH | <0.01% | $0.077217 | 3,732,897.6831 | $288,243.16 | |
ETH | <0.01% | $0.001558 | 182,720,471.637 | $284,627.33 | |
ETH | <0.01% | $0.000136 | 1,997,959,498.331 | $272,381.82 | |
ETH | <0.01% | $0.220997 | 1,157,256.4225 | $255,750.2 | |
ETH | <0.01% | $0.000003 | 75,571,948,600.5023 | $253,921.75 | |
ETH | <0.01% | $0.005528 | 44,810,743.3264 | $247,733.06 | |
ETH | <0.01% | $2.43 | 101,868.4514 | $247,540.34 | |
ETH | <0.01% | $1.01 | 241,582.4171 | $243,756.66 | |
ETH | <0.01% | $0.148592 | 1,611,605.997 | $239,471.76 | |
ETH | <0.01% | $0.013274 | 16,870,848.8413 | $223,943.82 | |
ETH | <0.01% | $0.006051 | 36,843,497.1005 | $222,938.9 | |
ETH | <0.01% | $0.000292 | 741,442,919.3589 | $216,797.91 | |
ETH | <0.01% | $113,148 | 1.9117 | $216,309.13 | |
ETH | <0.01% | $42.02 | 4,982.8439 | $209,379.1 | |
ETH | <0.01% | $0.003059 | 64,803,339.7899 | $198,202.96 | |
ETH | <0.01% | $0.04431 | 4,459,141.6282 | $197,582.74 | |
ETH | <0.01% | $0.002101 | 93,328,231.8239 | $196,049.02 | |
ETH | <0.01% | $0.000016 | 11,483,576,939.6922 | $182,703.71 | |
ETH | <0.01% | $5,206.67 | 33.1678 | $172,693.64 | |
ETH | <0.01% | $0.091561 | 1,786,179.0834 | $163,544.2 | |
ETH | <0.01% | $0.001705 | 81,773,273.1378 | $139,384.47 | |
ETH | <0.01% | $0.370269 | 363,319.4092 | $134,525.87 | |
ETH | <0.01% | $0.000004 | 34,615,826,617.3977 | $132,924.77 | |
ETH | <0.01% | $0.007456 | 17,820,855.223 | $132,873.37 | |
ETH | <0.01% | $0.096947 | 1,330,809.067 | $129,017.95 | |
ETH | <0.01% | $0.001254 | 101,875,561.5146 | $127,775.39 | |
ETH | <0.01% | $0.000135 | 937,699,888.7101 | $126,598.86 | |
ETH | <0.01% | $0.000002 | 58,048,888,770.7291 | $122,483.16 | |
ETH | <0.01% | $0.000007 | 17,085,835,960.5659 | $116,183.68 | |
ETH | <0.01% | $0.000006 | 19,910,263,613.884 | $110,424.41 | |
ETH | <0.01% | $0.240678 | 450,008.1876 | $108,307.07 | |
ETH | <0.01% | $12.5 | 8,615.1015 | $107,648.46 | |
ETH | <0.01% | $0.030129 | 3,439,824.1173 | $103,639.3 | |
ETH | <0.01% | $0.002334 | 44,213,396.0929 | $103,180.78 | |
ETH | <0.01% | $0.005608 | 18,361,000.5292 | $102,964.82 | |
ETH | <0.01% | $0.006322 | 15,863,613.6971 | $100,296.75 | |
ETH | <0.01% | $0.038797 | 2,566,084 | $99,555.87 | |
ETH | <0.01% | $0.098185 | 970,235.8732 | $95,262.61 | |
ETH | <0.01% | $3,735.28 | 25.0002 | $93,382.68 | |
ETH | <0.01% | $0.001953 | 45,963,134.5875 | $89,757.73 | |
ETH | <0.01% | $0.001624 | 54,510,551.2127 | $88,501.7 | |
ETH | <0.01% | $0.04429 | 1,975,446.1249 | $87,491.9 | |
ETH | <0.01% | $0.000089 | 956,366,063.9442 | $85,572.91 | |
ETH | <0.01% | $0.201473 | 400,261.763 | $80,642.07 | |
ETH | <0.01% | $0.004701 | 16,658,631.928 | $78,307.9 | |
ETH | <0.01% | $0.001297 | 57,635,864.882 | $74,774.47 | |
ETH | <0.01% | $0.004176 | 17,397,426.3947 | $72,652.7 | |
ETH | <0.01% | $0.005372 | 13,092,326.8955 | $70,332.19 | |
ETH | <0.01% | $0.000034 | 2,039,585,942.2771 | $70,039.38 | |
ETH | <0.01% | $0.000528 | 132,561,312.9117 | $70,021.54 | |
ETH | <0.01% | $0.599349 | 110,287.955 | $66,100.98 | |
ETH | <0.01% | $0.000027 | 2,456,568,805.8851 | $66,008 | |
ETH | <0.01% | $0.000012 | 5,223,263,242.1894 | $64,037.21 | |
ETH | <0.01% | $0.000682 | 93,297,009.5187 | $63,664.95 | |
ETH | <0.01% | $0.629956 | 100,830.556 | $63,518.81 | |
ETH | <0.01% | $0.000113 | 557,807,828.7363 | $63,110.38 | |
ETH | <0.01% | $0.000715 | 85,507,461.2252 | $61,103.63 | |
ETH | <0.01% | $0.000008 | 7,758,052,220.537 | $58,664.47 | |
ETH | <0.01% | $0.998057 | 55,867.793 | $55,759.24 | |
ETH | <0.01% | $0.213661 | 260,693.6466 | $55,700.07 | |
ETH | <0.01% | $0.003985 | 13,172,452.6862 | $52,490.48 | |
ETH | <0.01% | $0.001852 | 27,971,586.1972 | $51,792.6 | |
ETH | <0.01% | $0.003217 | 15,725,084.155 | $50,594.04 | |
ETH | <0.01% | $0.022691 | 2,228,964.6936 | $50,578.15 | |
ETH | <0.01% | $0.000001 | 63,090,312,804.4166 | $46,296.37 | |
ETH | <0.01% | $0.000691 | 65,314,558.6714 | $45,131.05 | |
ETH | <0.01% | $0.002464 | 18,034,460.958 | $44,438.22 | |
ETH | <0.01% | <$0.000001 | 184,467,427,492.3269 | $44,423.81 | |
ETH | <0.01% | $0.000267 | 159,996,461.9556 | $42,795.85 | |
ETH | <0.01% | $0.000994 | 42,233,627.125 | $41,967.56 | |
ETH | <0.01% | $0.006906 | 6,066,460.99 | $41,895.52 | |
ETH | <0.01% | $0.00001 | 4,088,132,481.3002 | $39,573.12 | |
ETH | <0.01% | $0.012428 | 3,120,063.6334 | $38,775.43 | |
ETH | <0.01% | $0.913859 | 38,050.8139 | $34,773.08 | |
ETH | <0.01% | $0.006619 | 5,025,000 | $33,260.75 | |
ETH | <0.01% | $4.6 | 7,210.6012 | $33,168.77 | |
ETH | <0.01% | $5.33 | 6,049.9617 | $32,246.3 | |
ETH | <0.01% | $0.0013 | 24,662,387.5996 | $32,073.14 | |
ETH | <0.01% | $0.002257 | 14,189,543.634 | $32,019.78 | |
ETH | <0.01% | $0.007862 | 4,071,957.106 | $32,014.42 | |
ETH | <0.01% | $0.004014 | 7,504,632.7342 | $30,125.77 | |
ETH | <0.01% | $0.295326 | 100,995.7458 | $29,826.67 | |
ETH | <0.01% | $0.000001 | 24,123,092,925.7171 | $29,684.61 | |
ETH | <0.01% | $1,015.47 | 29.0658 | $29,515.57 | |
ETH | <0.01% | $0.132689 | 216,893.8974 | $28,779.43 | |
ETH | <0.01% | $0.000514 | 55,000,000 | $28,292.55 | |
ETH | <0.01% | $0.334629 | 83,460.2595 | $27,928.22 | |
ETH | <0.01% | $0.000001 | 26,085,495,507.5555 | $26,896.79 | |
ETH | <0.01% | $2.83 | 9,441.8369 | $26,720.4 | |
ETH | <0.01% | $9.68 | 2,714.8338 | $26,279.59 | |
ETH | <0.01% | <$0.000001 | 184,466,394,961.3243 | $25,268.39 | |
ETH | <0.01% | $0.027484 | 854,171.2972 | $23,476.44 | |
ETH | <0.01% | $4,151.5 | 5.5807 | $23,168.48 | |
ETH | <0.01% | $0.275042 | 83,824.5463 | $23,055.27 | |
ETH | <0.01% | $0.000192 | 118,690,309.3303 | $22,755.31 | |
ETH | <0.01% | $1.17 | 19,438.5518 | $22,743.11 | |
ETH | <0.01% | $0.680255 | 33,061.0035 | $22,489.91 | |
ETH | <0.01% | $0.000111 | 201,862,718.3102 | $22,408.78 | |
ETH | <0.01% | $0.00202 | 10,986,896.0274 | $22,197.92 | |
ETH | <0.01% | $1.03 | 21,250.0184 | $21,908.77 | |
ETH | <0.01% | $0.211093 | 100,000 | $21,109.29 | |
ETH | <0.01% | $0.00001 | 1,946,728,722.7342 | $19,253.15 | |
ETH | <0.01% | $0.200555 | 94,421.0413 | $18,936.61 | |
ETH | <0.01% | $0.003238 | 5,807,932.2791 | $18,804.69 | |
ETH | <0.01% | $0.002452 | 7,297,015.1287 | $17,890.82 | |
ETH | <0.01% | $0.006753 | 2,643,843.2595 | $17,852.68 | |
ETH | <0.01% | $0.017175 | 1,003,257.0092 | $17,230.9 | |
ETH | <0.01% | $0.011789 | 1,454,873.0899 | $17,151.51 | |
ETH | <0.01% | $0.006229 | 2,751,755.5188 | $17,140.16 | |
ETH | <0.01% | <$0.000001 | 183,168,015,250.4061 | $17,034.63 | |
ETH | <0.01% | <$0.000001 | 172,471,696,311.2401 | $16,707.77 | |
ETH | <0.01% | $0.165201 | 100,194.3208 | $16,552.2 | |
ETH | <0.01% | $0.000879 | 18,650,623.757 | $16,398.37 | |
ETH | <0.01% | $0.000012 | 1,261,314,845.6379 | $15,728.6 | |
ETH | <0.01% | $0.056909 | 274,351.1614 | $15,613.05 | |
ETH | <0.01% | $0.005586 | 2,782,519.7432 | $15,542.26 | |
ETH | <0.01% | $0.000086 | 175,335,255.4963 | $15,159.49 | |
ETH | <0.01% | $0.000001 | 20,455,124,371.5243 | $14,843.67 | |
ETH | <0.01% | $0.000408 | 36,048,571.6427 | $14,703.13 | |
ETH | <0.01% | $0.040383 | 357,338.7489 | $14,430.45 | |
ETH | <0.01% | <$0.000001 | 36,110,336,651.5742 | $14,167.1 | |
ETH | <0.01% | $4.92 | 2,868.8395 | $14,101.96 | |
ETH | <0.01% | $0.000172 | 81,468,995.3973 | $14,011.53 | |
ETH | <0.01% | $4,181.06 | 3.2963 | $13,781.92 | |
ETH | <0.01% | $0.000008 | 1,696,547,424.7726 | $13,603.43 | |
ETH | <0.01% | $0.012785 | 1,054,199.2708 | $13,477.91 | |
ETH | <0.01% | $0.000102 | 130,435,452.9838 | $13,241.81 | |
ETH | <0.01% | $0.017147 | 732,102.3129 | $12,553.13 | |
ETH | <0.01% | $0.000272 | 44,359,521.6732 | $12,065.33 | |
ETH | <0.01% | $4,168.81 | 2.8918 | $12,055.44 | |
ETH | <0.01% | $0.000002 | 5,275,677,410.646 | $11,712 | |
ETH | <0.01% | $0.000868 | 12,753,636.7749 | $11,072.2 | |
ETH | <0.01% | <$0.000001 | 37,771,451,755.2432 | $10,603.75 | |
ETH | <0.01% | $0.00029 | 36,290,952.2183 | $10,524.01 | |
ETH | <0.01% | $0.001123 | 9,349,067.5449 | $10,500.73 | |
ETH | <0.01% | $0.000218 | 46,829,068.6066 | $10,188.6 | |
ETH | <0.01% | $0.094844 | 107,039.1445 | $10,152 | |
ETH | <0.01% | $1.08 | 9,374.7218 | $10,124.7 | |
ETH | <0.01% | $0.144315 | 69,389.0169 | $10,013.88 | |
ETH | <0.01% | $1 | 9,679.3695 | $9,679.37 | |
ETH | <0.01% | $0.000001 | 8,795,934,857.1746 | $9,323.69 | |
ETH | <0.01% | $0.000002 | 4,577,660,357.93 | $8,789.11 | |
ETH | <0.01% | $1.72 | 4,940.0779 | $8,496.93 | |
ETH | <0.01% | $181.87 | 46.5749 | $8,470.57 | |
ETH | <0.01% | $0.015447 | 510,869.9989 | $7,891.48 | |
ETH | <0.01% | $0.000231 | 33,864,904.2887 | $7,811.29 | |
ETH | <0.01% | $0.000005 | 1,466,565,343.0158 | $7,682.97 | |
ETH | <0.01% | $0.000092 | 82,547,591.2729 | $7,563.24 | |
ETH | <0.01% | $0.002108 | 3,413,260.0339 | $7,196.82 | |
ETH | <0.01% | <$0.000001 | 43,223,309,480.9997 | $7,079.2 | |
ETH | <0.01% | $0.000365 | 19,295,207.6182 | $7,038.89 | |
ETH | <0.01% | $55,384.45 | 0.1202 | $6,657.67 | |
ETH | <0.01% | $0.007389 | 891,054.715 | $6,583.95 | |
ETH | <0.01% | $0.000023 | 289,056,291.4381 | $6,515.33 | |
ETH | <0.01% | $0.000001 | 4,623,484,747.1833 | $6,469.05 | |
ETH | <0.01% | $0.226398 | 28,433.6768 | $6,437.33 | |
ETH | <0.01% | $0.000122 | 52,450,194.6016 | $6,411.58 | |
ETH | <0.01% | $0.01696 | 375,989.8468 | $6,376.66 | |
ETH | <0.01% | $0.000773 | 8,219,117.2309 | $6,355.5 | |
ETH | <0.01% | <$0.000001 | 184,009,145,607.2958 | $6,332.26 | |
ETH | <0.01% | $0.01768 | 356,034.3323 | $6,294.79 | |
ETH | <0.01% | <$0.000001 | 184,467,208,940.9927 | $6,280.5 | |
ETH | <0.01% | $0.001774 | 3,481,718.8152 | $6,177.3 | |
ETH | <0.01% | $0.02869 | 209,006.2201 | $5,996.43 | |
ETH | <0.01% | $2.81 | 2,122.0111 | $5,962.85 | |
ETH | <0.01% | $0.012121 | 484,476.1332 | $5,872.44 | |
ETH | <0.01% | $0.037746 | 137,420.1409 | $5,187.12 | |
ETH | <0.01% | $0.000128 | 39,685,755.5979 | $5,066.68 | |
ETH | <0.01% | $0.280524 | 17,619.2694 | $4,942.63 | |
ETH | <0.01% | $0.000001 | 7,795,736,896.833 | $4,880.87 | |
ETH | <0.01% | $0.007117 | 652,425.5046 | $4,643.38 | |
ETH | <0.01% | <$0.000001 | 33,334,124,823.8611 | $4,616.09 | |
ETH | <0.01% | $0.000006 | 772,764,745.6715 | $4,567.04 | |
ETH | <0.01% | $315.79 | 14.1254 | $4,460.67 | |
ETH | <0.01% | $0.000005 | 894,724,992.1584 | $4,439.56 | |
ETH | <0.01% | $278.85 | 15.513 | $4,325.8 | |
ETH | <0.01% | $0.000357 | 10,947,405.1502 | $3,905.38 | |
ETH | <0.01% | $0.001749 | 2,214,936.5996 | $3,874.41 | |
ETH | <0.01% | $0.009181 | 412,210.0789 | $3,784.32 | |
ETH | <0.01% | $0.001882 | 1,996,363.0746 | $3,757.2 | |
ETH | <0.01% | $0.000074 | 46,275,160.4218 | $3,436.92 | |
ETH | <0.01% | $0.00167 | 2,010,351 | $3,357.81 | |
ETH | <0.01% | $0.708131 | 4,707.9917 | $3,333.88 | |
ETH | <0.01% | $0.000427 | 7,400,776.2147 | $3,162.5 | |
ETH | <0.01% | $0.003825 | 822,294.5587 | $3,145.15 | |
ETH | <0.01% | $2.24 | 1,392.0892 | $3,118.28 | |
ETH | <0.01% | $0.00466 | 656,948.9612 | $3,061.43 | |
ETH | <0.01% | $0.248 | 11,804.7186 | $2,927.57 | |
ETH | <0.01% | $0.017777 | 150,004.0581 | $2,666.62 | |
ETH | <0.01% | $114,076 | 0.0228 | $2,598.02 | |
ETH | <0.01% | $0.144285 | 17,411.7375 | $2,512.25 | |
ETH | <0.01% | $0.812129 | 2,826.6556 | $2,295.61 | |
ETH | <0.01% | <$0.000001 | 51,767,821,817.1196 | $2,197.29 | |
ETH | <0.01% | $0.066547 | 31,633.2046 | $2,105.09 | |
ETH | <0.01% | $0.000432 | 4,842,915.2488 | $2,090.78 | |
ETH | <0.01% | $0.000013 | 145,441,443.433 | $1,959.1 | |
ETH | <0.01% | $0.003231 | 591,772.0407 | $1,912.12 | |
ETH | <0.01% | $0.001036 | 1,784,878.322 | $1,848.51 | |
ETH | <0.01% | <$0.000001 | 12,901,358,093.2191 | $1,837 | |
ETH | <0.01% | $0.003926 | 456,509 | $1,792.2 | |
ETH | <0.01% | $0.000091 | 19,333,717.2412 | $1,750.67 | |
ETH | <0.01% | $0.000054 | 32,509,515.1048 | $1,743.16 | |
ETH | <0.01% | $4,766.82 | 0.35 | $1,668.39 | |
ETH | <0.01% | $0.00001 | 158,586,896.6624 | $1,663.58 | |
ETH | <0.01% | $0.015634 | 102,131.4122 | $1,596.72 | |
ETH | <0.01% | $0.943427 | 1,579.9337 | $1,490.55 | |
ETH | <0.01% | $0.000081 | 18,159,642.8892 | $1,471.29 | |
ETH | <0.01% | $0.000155 | 9,000,000 | $1,395.36 | |
ETH | <0.01% | $0.000042 | 32,651,779.1611 | $1,380.19 | |
ETH | <0.01% | $0.000165 | 8,331,270.0759 | $1,370.74 | |
ETH | <0.01% | $0.000105 | 12,512,342.2455 | $1,319.93 | |
ETH | <0.01% | $0.000046 | 28,133,038.2194 | $1,305.09 | |
ETH | <0.01% | $4,175.29 | 0.3092 | $1,291 | |
ETH | <0.01% | $0.018459 | 67,420.0401 | $1,244.51 | |
ETH | <0.01% | $0.015236 | 80,734.1655 | $1,230.08 | |
ETH | <0.01% | $0.004044 | 282,668.7582 | $1,143.2 | |
ETH | <0.01% | $0.128984 | 8,855.9153 | $1,142.27 | |
ETH | <0.01% | $0.002884 | 381,034.9214 | $1,098.76 | |
ETH | <0.01% | $0.000739 | 1,453,400.4911 | $1,073.54 | |
ETH | <0.01% | $6,024.52 | 0.1672 | $1,007.53 | |
ETH | <0.01% | $0.11355 | 8,308.2519 | $943.4 | |
ETH | <0.01% | $93.78 | 10 | $937.79 | |
ETH | <0.01% | $0.068258 | 13,586.9075 | $927.41 | |
ETH | <0.01% | $0.007524 | 122,346.631 | $920.48 | |
ETH | <0.01% | $0.519124 | 1,719.1976 | $892.48 | |
ETH | <0.01% | $0.581113 | 1,531.7897 | $890.14 | |
ETH | <0.01% | $0.054753 | 16,186.5779 | $886.26 | |
ETH | <0.01% | <$0.000001 | 184,320,859,034.2013 | $882.9 | |
ETH | <0.01% | $0.003323 | 250,114.0119 | $831.23 | |
ETH | <0.01% | <$0.000001 | 100,000,000,000 | $829.7 | |
ETH | <0.01% | $0.012266 | 66,622.3817 | $817.16 | |
ETH | <0.01% | $0.973012 | 830 | $807.6 | |
ETH | <0.01% | $0.000798 | 1,000,000 | $798.01 | |
ETH | <0.01% | $0.000008 | 96,934,120.7156 | $793.89 | |
ETH | <0.01% | $0.000004 | 199,818,519.2009 | $763.31 | |
ETH | <0.01% | $0.000154 | 4,668,549.8304 | $717.88 | |
ETH | <0.01% | $0.00272 | 260,099 | $707.56 | |
ETH | <0.01% | $0.013995 | 50,010 | $699.9 | |
ETH | <0.01% | $0.000042 | 16,598,073 | $690.81 | |
ETH | <0.01% | <$0.000001 | 1,529,496,952.1556 | $684.02 | |
ETH | <0.01% | $0.472462 | 1,442.9071 | $681.72 | |
ETH | <0.01% | $1 | 655.3131 | $655.51 | |
ETH | <0.01% | $0.000001 | 875,214,756.0619 | $640.95 | |
ETH | <0.01% | $1.6 | 398.9496 | $638.32 | |
ETH | <0.01% | $0.000001 | 893,747,718.6634 | $628.57 | |
ETH | <0.01% | $0.000042 | 14,323,332.5587 | $597.14 | |
ETH | <0.01% | $0.017895 | 30,997.3106 | $554.69 | |
ETH | <0.01% | <$0.000001 | 112,706,892,230.6775 | $533.35 | |
ETH | <0.01% | $21.1 | 24.3217 | $513.19 | |
ETH | <0.01% | $0.001539 | 323,102.1732 | $497.22 | |
ETH | <0.01% | $0.022884 | 21,533.6487 | $492.77 | |
ETH | <0.01% | $0.000001 | 741,145,735.7398 | $461.69 | |
ETH | <0.01% | $0.122363 | 3,714.9603 | $454.57 | |
ETH | <0.01% | $0.000006 | 72,508,111.2061 | $422 | |
ETH | <0.01% | $0.173476 | 2,431.1748 | $421.75 | |
ETH | <0.01% | $0.008067 | 50,133.1779 | $404.42 | |
ETH | <0.01% | $0.027486 | 14,691.8298 | $403.82 | |
ETH | <0.01% | <$0.000001 | 17,123,293,370.6409 | $403.6 | |
ETH | <0.01% | $3,721.35 | 0.1068 | $397.5 | |
ETH | <0.01% | $0.000255 | 1,450,000 | $369.92 | |
ETH | <0.01% | $10.07 | 35.905 | $361.56 | |
ETH | <0.01% | $0.013269 | 25,924.6349 | $344 | |
ETH | <0.01% | $0.033084 | 10,020 | $331.5 | |
ETH | <0.01% | $0.00005 | 6,511,075.6197 | $323.67 | |
ETH | <0.01% | $0.000014 | 22,359,072.9052 | $313.25 | |
ETH | <0.01% | $0.999721 | 299.04 | $298.96 | |
ETH | <0.01% | <$0.000001 | 1,949,509,212.7942 | $291.21 | |
ETH | <0.01% | <$0.000001 | 184,411,511,770.1307 | $286.35 | |
ETH | <0.01% | $0.00025 | 1,108,252.1673 | $277.12 | |
ETH | <0.01% | $0.000255 | 1,053,634.4301 | $268.28 | |
ETH | <0.01% | $0.031765 | 8,278.694 | $262.97 | |
ETH | <0.01% | $0.000001 | 262,750,927.3023 | $257.49 | |
ETH | <0.01% | $2.56 | 97.8675 | $250.8 | |
ETH | <0.01% | $984.66 | 0.2546 | $250.73 | |
ETH | <0.01% | $0.001224 | 203,527.4983 | $249.02 | |
ETH | <0.01% | $0.201 | 1,193.828 | $239.96 | |
ETH | <0.01% | <$0.000001 | 83,164,973,721.6888 | $226.49 | |
ETH | <0.01% | $0.02579 | 8,403.8578 | $216.74 | |
ETH | <0.01% | $0.015785 | 13,275 | $209.55 | |
ETH | <0.01% | $0.084689 | 2,468.194 | $209.03 | |
ETH | <0.01% | $1.1 | 186.5245 | $205.18 | |
ETH | <0.01% | $0.000245 | 836,317.9936 | $205 | |
ETH | <0.01% | $0.00309 | 66,292.5824 | $204.83 | |
ETH | <0.01% | $0.005487 | 35,755.2328 | $196.2 | |
ETH | <0.01% | <$0.000001 | 159,779,793,970.8406 | $192.79 | |
ETH | <0.01% | <$0.000001 | 152,851,642,424.0191 | $186.63 | |
ETH | <0.01% | $113,636 | 0.00163432 | $185.72 | |
ETH | <0.01% | <$0.000001 | 9,670,272,789.3419 | $183.13 | |
ETH | <0.01% | $0.051819 | 3,518.2715 | $182.31 | |
ETH | <0.01% | $0.006355 | 26,000 | $165.22 | |
ETH | <0.01% | $0.024071 | 6,713.1714 | $161.59 | |
ETH | <0.01% | $4.84 | 33.0015 | $159.73 | |
ETH | <0.01% | $0.000002 | 77,076,821.475 | $158.48 | |
ETH | <0.01% | $0.029395 | 5,096.9574 | $149.83 | |
ETH | <0.01% | $0.017019 | 7,727 | $131.51 | |
ETH | <0.01% | $0.063323 | 1,904.2942 | $120.59 | |
ETH | <0.01% | $0.434965 | 268.7467 | $116.9 | |
ETH | <0.01% | $0.000005 | 20,011,000 | $106.38 | |
ETH | <0.01% | $0.011416 | 8,752.5356 | $99.92 | |
ETH | <0.01% | $0.791286 | 122.5544 | $96.98 | |
ETH | <0.01% | $0.000155 | 617,459.9337 | $95.76 | |
ETH | <0.01% | $0.000056 | 1,691,567.3729 | $94.51 | |
ETH | <0.01% | $0.039329 | 2,340.588 | $92.05 | |
ETH | <0.01% | $0.015598 | 5,789.9113 | $90.31 | |
ETH | <0.01% | $0.00 | 41,372.3536 | $0.00 | |
ETH | <0.01% | $0.020267 | 4,327.1839 | $87.7 | |
ETH | <0.01% | $0.015432 | 5,603.2936 | $86.47 | |
ETH | <0.01% | $0.08616 | 990.6559 | $85.35 | |
ETH | <0.01% | $0.000158 | 522,196.5153 | $82.34 | |
ETH | <0.01% | $0.000046 | 1,749,137.1072 | $80.11 | |
ETH | <0.01% | $0.000224 | 349,329.6792 | $78.23 | |
ETH | <0.01% | $1.12 | 69.2159 | $77.52 | |
ETH | <0.01% | $0.000339 | 218,419.5325 | $74.03 | |
ETH | <0.01% | <$0.000001 | 86,000,000,000 | $72.5 | |
ETH | <0.01% | $0.000593 | 120,598.0354 | $71.52 | |
ETH | <0.01% | $1.23 | 57.9532 | $71.28 | |
ETH | <0.01% | $0.040552 | 1,671.313 | $67.77 | |
ETH | <0.01% | <$0.000001 | 183,501,072,270.6785 | $66.62 | |
ETH | <0.01% | $0.297078 | 221.6254 | $65.84 | |
ETH | <0.01% | $0.002339 | 27,961.0383 | $65.41 | |
ETH | <0.01% | $0.000061 | 1,000,000 | $60.86 | |
ETH | <0.01% | $0.111054 | 526.5079 | $58.47 | |
ETH | <0.01% | $0.029215 | 2,000 | $58.43 | |
ETH | <0.01% | $0.001028 | 53,767 | $55.26 | |
ETH | <0.01% | $0.000216 | 251,895.1244 | $54.32 | |
ETH | <0.01% | $0.53623 | 100 | $53.62 | |
ETH | <0.01% | <$0.000001 | 13,343,470,211.1018 | $51.85 | |
ETH | <0.01% | <$0.000001 | 1,513,711,749.9071 | $51.37 | |
ETH | <0.01% | $0.000148 | 338,372.0668 | $49.93 | |
ETH | <0.01% | $0.338488 | 147.0012 | $49.76 | |
ETH | <0.01% | $4,491.14 | 0.0105 | $47.33 | |
ETH | <0.01% | $0.543902 | 84.6461 | $46.04 | |
ETH | <0.01% | $0.776342 | 55.3307 | $42.96 | |
ETH | <0.01% | $0.000046 | 802,504.738 | $36.92 | |
ETH | <0.01% | $4.61 | 8 | $36.88 | |
ETH | <0.01% | $0.006219 | 5,829.5434 | $36.25 | |
ETH | <0.01% | $0.001128 | 31,409.4923 | $35.44 | |
ETH | <0.01% | $0.00 | 52,934.2726 | $0.00 | |
ETH | <0.01% | $0.000475 | 72,600 | $34.45 | |
ETH | <0.01% | $0.031449 | 1,065.399 | $33.51 | |
ETH | <0.01% | $1.2 | 27.7925 | $33.35 | |
ETH | <0.01% | $328.81 | 0.1 | $32.88 | |
ETH | <0.01% | $0.000086 | 378,427.1222 | $32.68 | |
ETH | <0.01% | $0.069153 | 452.6979 | $31.31 | |
ETH | <0.01% | $0.000047 | 639,956.2648 | $30.27 | |
ETH | <0.01% | $0.000006 | 4,773,133.7078 | $28.64 | |
ETH | <0.01% | $0.053787 | 512 | $27.54 | |
ETH | <0.01% | <$0.000001 | 10,686,134,549.7532 | $27.41 | |
ETH | <0.01% | $0.000012 | 2,245,435.443 | $26.7 | |
ETH | <0.01% | $0.035599 | 741.463 | $26.4 | |
ETH | <0.01% | $6.26 | 4.1449 | $25.95 | |
ETH | <0.01% | $1 | 25 | $25.03 | |
ETH | <0.01% | <$0.000001 | 168,759,000 | $23.59 | |
ETH | <0.01% | $0.15355 | 150 | $23.03 | |
ETH | <0.01% | $0.000223 | 101,000 | $22.48 | |
ETH | <0.01% | $4,482.17 | 0.005 | $22.41 | |
ETH | <0.01% | $0.003603 | 5,788.5169 | $20.85 | |
ETH | <0.01% | $17.41 | 1.01 | $17.58 | |
ETH | <0.01% | $0.001716 | 10,000 | $17.16 | |
ETH | <0.01% | $0.085004 | 200 | $17 | |
ETH | <0.01% | <$0.000001 | 100,000,000 | $16.6 | |
ETH | <0.01% | <$0.000001 | 150,974,598.2245 | $16.05 | |
ETH | <0.01% | $0.000011 | 1,447,245.0883 | $15.78 | |
ETH | <0.01% | $0.000266 | 55,001 | $14.61 | |
ETH | <0.01% | $0.000199 | 71,502.84 | $14.26 | |
ETH | <0.01% | $0.011662 | 1,221.1536 | $14.24 | |
ETH | <0.01% | $0.00303 | 4,665.9624 | $14.14 | |
ETH | <0.01% | $0.013551 | 1,015.4605 | $13.76 | |
ETH | <0.01% | $0.066832 | 205.1045 | $13.71 | |
ETH | <0.01% | $0.000055 | 246,352.9414 | $13.53 | |
ETH | <0.01% | $5.52 | 2.43 | $13.41 | |
ETH | <0.01% | $0.009545 | 1,399.6532 | $13.36 | |
ETH | <0.01% | $0.011075 | 1,201 | $13.3 | |
ETH | <0.01% | <$0.000001 | 250,934,649.3448 | $12.72 | |
ETH | <0.01% | $1.26 | 10 | $12.6 | |
ETH | <0.01% | $1.13 | 10.9961 | $12.43 | |
ETH | <0.01% | <$0.000001 | 124,694,212,907.4182 | $12.31 | |
ETH | <0.01% | $0.002007 | 6,067.7214 | $12.18 | |
ETH | <0.01% | $0.000055 | 215,902.7412 | $11.9 | |
ETH | <0.01% | $1.16 | 10 | $11.6 | |
ETH | <0.01% | $0.000673 | 17,215.499 | $11.58 | |
ETH | <0.01% | $1.12 | 10.3295 | $11.57 | |
ETH | <0.01% | $0.000328 | 35,178.646 | $11.54 | |
ETH | <0.01% | $0.001418 | 8,101.8304 | $11.49 | |
ETH | <0.01% | $0.021619 | 527 | $11.39 | |
ETH | <0.01% | $0.000072 | 158,116.737 | $11.32 | |
ETH | <0.01% | $0.000284 | 37,983.8515 | $10.77 | |
ETH | <0.01% | $0.06221 | 167.839 | $10.44 | |
ETH | <0.01% | $1.76 | 5.8987 | $10.39 | |
ETH | <0.01% | $0.029255 | 351.0337 | $10.27 | |
ETH | <0.01% | $0.000024 | 417,465.0071 | $10.05 | |
ETH | <0.01% | $11.11 | 0.9 | $10 | |
ETH | <0.01% | $0.999637 | 10 | $10 | |
ETH | <0.01% | $9,891.11 | 0.001 | $9.89 | |
ETH | <0.01% | $0.003502 | 2,726.8061 | $9.55 | |
ETH | <0.01% | <$0.000001 | 15,628,577,427.4523 | $9.13 | |
ETH | <0.01% | $0.000803 | 11,200 | $8.99 | |
ETH | <0.01% | $0.000002 | 4,531,947.087 | $8.75 | |
ETH | <0.01% | $0.008722 | 1,000 | $8.72 | |
ETH | <0.01% | $0.015126 | 560.6962 | $8.48 | |
ETH | <0.01% | $0.16491 | 50 | $8.25 | |
ETH | <0.01% | $0.001839 | 4,429.7563 | $8.15 | |
ETH | <0.01% | $0.00776 | 1,031.6739 | $8.01 | |
ETH | <0.01% | $1.87 | 4.273 | $8.01 | |
ETH | <0.01% | $0.022602 | 350.99 | $7.93 | |
ETH | <0.01% | $1 | 7.8278 | $7.84 | |
ETH | <0.01% | $0.076943 | 100 | $7.69 | |
ETH | <0.01% | <$0.000001 | 77,769,315.6126 | $7.42 | |
ETH | <0.01% | $0.112616 | 64.1 | $7.22 | |
ETH | <0.01% | $0.000716 | 10,000 | $7.16 | |
ETH | <0.01% | $0.000225 | 30,635 | $6.88 | |
ETH | <0.01% | $0.044334 | 152.3697 | $6.76 | |
ETH | <0.01% | $0.672259 | 10 | $6.72 | |
ETH | <0.01% | $130.98 | 0.05 | $6.55 | |
ETH | <0.01% | $0.000324 | 20,000 | $6.47 | |
ETH | <0.01% | $0.303372 | 21 | $6.37 | |
ETH | <0.01% | $0.000001 | 7,610,356.9038 | $6.16 | |
ETH | <0.01% | $0.000612 | 10,000 | $6.12 | |
ETH | <0.01% | $0.000492 | 12,156.1358 | $5.99 | |
ETH | <0.01% | $0.001454 | 4,061.0062 | $5.91 | |
ETH | <0.01% | <$0.000001 | 140,854,440.3676 | $5.76 | |
ETH | <0.01% | $2.8 | 2.0137 | $5.64 | |
ETH | <0.01% | $1.52 | 3.6111 | $5.49 | |
ETH | <0.01% | $0.002141 | 2,548.0301 | $5.45 | |
ETH | <0.01% | $1.01 | 5.3717 | $5.44 | |
ETH | <0.01% | $0.035652 | 150.2396 | $5.36 | |
ETH | <0.01% | $9.44 | 0.5309 | $5.01 | |
ETH | <0.01% | $98.16 | 0.05 | $4.91 | |
ETH | <0.01% | $0.000108 | 44,854.3315 | $4.86 | |
ETH | <0.01% | $0.00462 | 1,000 | $4.62 | |
ETH | <0.01% | $0.000235 | 19,009.3448 | $4.47 | |
ETH | <0.01% | $4,418.98 | 0.00098404 | $4.35 | |
ETH | <0.01% | $0.011623 | 343.2252 | $3.99 | |
ETH | <0.01% | $0.000072 | 53,839.9785 | $3.87 | |
ETH | <0.01% | $0.000348 | 11,000 | $3.83 | |
ETH | <0.01% | $0.369864 | 10 | $3.7 | |
ETH | <0.01% | $0.012326 | 300 | $3.7 | |
ETH | <0.01% | $0.000018 | 203,083.0419 | $3.63 | |
ETH | <0.01% | $0.52533 | 6.8478 | $3.6 | |
ETH | <0.01% | $0.000021 | 164,365.3436 | $3.47 | |
ETH | <0.01% | $0.000002 | 1,462,664.3634 | $3.46 | |
ETH | <0.01% | <$0.000001 | 180,000,000,000 | $3.42 | |
ETH | <0.01% | $0.00002 | 165,525.8476 | $3.36 | |
ETH | <0.01% | $49.19 | 0.0663 | $3.26 | |
ETH | <0.01% | $16.52 | 0.1973 | $3.26 | |
ETH | <0.01% | $0.000022 | 146,419.0275 | $3.25 | |
ETH | <0.01% | $0.000129 | 25,000 | $3.23 | |
ETH | <0.01% | $104.33 | 0.0305 | $3.19 | |
ETH | <0.01% | $0.000088 | 34,216.4122 | $3.01 | |
ETH | <0.01% | $1.18 | 2.5528 | $3.01 | |
ETH | <0.01% | <$0.000001 | 381,016,422.5327 | $3.01 | |
ETH | <0.01% | $0.003502 | 835.7878 | $2.93 | |
ETH | <0.01% | $0.027138 | 106.2259 | $2.88 | |
ETH | <0.01% | $0.999528 | 2.8356 | $2.83 | |
ETH | <0.01% | $0.217313 | 13.002 | $2.83 | |
ETH | <0.01% | <$0.000001 | 105,199,619.6588 | $2.79 | |
ETH | <0.01% | $0.00044 | 6,191.4282 | $2.72 | |
ETH | <0.01% | $0.269813 | 10 | $2.7 | |
ETH | <0.01% | $0.084172 | 31.9402 | $2.69 | |
ETH | <0.01% | $0.025162 | 106.1833 | $2.67 | |
ETH | <0.01% | $0.010983 | 235.13 | $2.58 | |
ETH | <0.01% | $0.002313 | 1,078.4899 | $2.49 | |
ETH | <0.01% | <$0.000001 | 876,388,947.5336 | $2.46 | |
ETH | <0.01% | $0.014417 | 167.5689 | $2.42 | |
ETH | <0.01% | $0.023685 | 100 | $2.37 | |
ETH | <0.01% | <$0.000001 | 30,452,499.2271 | $2.31 | |
ETH | <0.01% | $0.058361 | 39.5001 | $2.31 | |
ETH | <0.01% | $2.25 | 1 | $2.25 | |
ETH | <0.01% | $0.074651 | 30 | $2.24 | |
ETH | <0.01% | $0.218785 | 10 | $2.19 | |
ETH | <0.01% | <$0.000001 | 1,481,819,348.7819 | $2.07 | |
ETH | <0.01% | <$0.000001 | 467,180,458.8428 | $2 | |
ETH | <0.01% | $0.995959 | 2 | $1.99 | |
ETH | <0.01% | $1.17 | 1.5126 | $1.77 | |
ETH | <0.01% | $0.000021 | 81,431.8085 | $1.72 | |
ETH | <0.01% | $0.425365 | 4 | $1.7 | |
ETH | <0.01% | $0.000387 | 4,153.8785 | $1.61 | |
ETH | <0.01% | $0.796213 | 1.998 | $1.59 | |
ETH | <0.01% | $0.015246 | 100 | $1.52 | |
ETH | <0.01% | $1.08 | 1.3816 | $1.49 | |
ETH | <0.01% | $0.143467 | 10 | $1.43 | |
ETH | <0.01% | $0.15074 | 9.5 | $1.43 | |
ETH | <0.01% | $13.4 | 0.1 | $1.34 | |
ETH | <0.01% | $1.2 | 1.1 | $1.32 | |
ETH | <0.01% | $0.000684 | 1,792.8629 | $1.23 | |
ETH | <0.01% | $0.000005 | 213,456.6194 | $1.17 | |
ETH | <0.01% | $1.17 | 1 | $1.17 | |
ETH | <0.01% | $1.02 | 1.0874 | $1.11 | |
ETH | <0.01% | $0.999576 | 1 | $0.9995 | |
ETH | <0.01% | $0.0185 | 53 | $0.9805 | |
ETH | <0.01% | $0.000368 | 2,650 | $0.9763 | |
ETH | <0.01% | $0.967557 | 1 | $0.9675 | |
ETH | <0.01% | $0.966221 | 1 | $0.9662 | |
ETH | <0.01% | $0.000953 | 1,010 | $0.9624 | |
ETH | <0.01% | $0.00019 | 5,000 | $0.9486 | |
ETH | <0.01% | $0.000189 | 5,000 | $0.9459 | |
ETH | <0.01% | <$0.000001 | 258,758,714.434 | $0.9315 | |
ETH | <0.01% | $0.185383 | 5 | $0.9269 | |
ETH | <0.01% | <$0.000001 | 10,000,000,000 | $0.9002 | |
ETH | <0.01% | $0.000182 | 4,900 | $0.8897 | |
ETH | <0.01% | $0.000163 | 5,000 | $0.8152 | |
ETH | <0.01% | <$0.000001 | 40,000,100 | $0.7759 | |
ETH | <0.01% | $0.010574 | 70 | $0.7401 | |
ETH | <0.01% | $0.002385 | 300 | $0.7154 | |
ETH | <0.01% | $0.014138 | 50.0029 | $0.7069 | |
ETH | <0.01% | $0.000704 | 1,000 | $0.7038 | |
ETH | <0.01% | $0.007522 | 92.9738 | $0.6993 | |
ETH | <0.01% | $0.006641 | 100 | $0.6641 | |
ETH | <0.01% | $0.060195 | 11 | $0.6621 | |
ETH | <0.01% | $0.325973 | 2 | $0.6519 | |
ETH | <0.01% | $0.000826 | 721.5 | $0.5961 | |
ETH | <0.01% | $0.005918 | 100 | $0.5918 | |
ETH | <0.01% | $0.001677 | 334 | $0.5599 | |
ETH | <0.01% | $0.000019 | 29,017.2169 | $0.5542 | |
ETH | <0.01% | $0.053035 | 10 | $0.5303 | |
ETH | <0.01% | $0.516599 | 1 | $0.5165 | |
ETH | <0.01% | $0.003341 | 153.8771 | $0.514 | |
ETH | <0.01% | <$0.000001 | 543,215,432 | $0.496 | |
ETH | <0.01% | $0.004673 | 100 | $0.4673 | |
ETH | <0.01% | $0.006205 | 75 | $0.4654 | |
ETH | <0.01% | $0.009176 | 50 | $0.4588 | |
ETH | <0.01% | $0.441119 | 1 | $0.4411 | |
ETH | <0.01% | $0.000069 | 5,971.0694 | $0.4126 | |
ETH | <0.01% | <$0.000001 | 25,000,000,000 | $0.4006 | |
ETH | <0.01% | $0.039872 | 10 | $0.3987 | |
ETH | <0.01% | $0.000149 | 2,675.3386 | $0.3986 | |
ETH | <0.01% | $0.039253 | 10 | $0.3925 | |
ETH | <0.01% | $0.000306 | 1,273.9683 | $0.39 | |
ETH | <0.01% | $0.000008 | 49,481 | $0.3859 | |
ETH | <0.01% | $0.383747 | 1 | $0.3837 | |
ETH | <0.01% | $0.000016 | 23,759.3181 | $0.3746 | |
ETH | <0.01% | $0.184714 | 2 | $0.3694 | |
ETH | <0.01% | $0.003993 | 90.47 | $0.3612 | |
ETH | <0.01% | $0.003491 | 100 | $0.349 | |
ETH | <0.01% | $0.030279 | 10 | $0.3027 | |
ETH | <0.01% | $0.015126 | 20 | $0.3025 | |
ETH | <0.01% | $0.002985 | 100 | $0.2984 | |
ETH | <0.01% | $0.02634 | 11 | $0.2897 | |
ETH | <0.01% | $0.051733 | 5.0385 | $0.2606 | |
ETH | <0.01% | $0.01098 | 23.487 | $0.2578 | |
ETH | <0.01% | $0.000159 | 1,594.0577 | $0.253 | |
ETH | <0.01% | $0.241068 | 1 | $0.241 | |
ETH | <0.01% | $0.000218 | 1,000 | $0.2184 | |
ETH | <0.01% | $0.105997 | 2 | $0.2119 | |
ETH | <0.01% | $0.006993 | 30 | $0.2097 | |
ETH | <0.01% | $0.045263 | 4.5884 | $0.2076 | |
ETH | <0.01% | $0.20399 | 1 | $0.2039 | |
ETH | <0.01% | <$0.000001 | 3,027,212 | $0.2012 | |
ETH | <0.01% | $0.000147 | 1,000 | $0.1468 | |
ETH | <0.01% | $0.000143 | 1,000 | $0.1426 | |
ETH | <0.01% | $0.070358 | 2.0033 | $0.1409 | |
ETH | <0.01% | $0.015185 | 8.802 | $0.1336 | |
ETH | <0.01% | $0.044414 | 3 | $0.1332 | |
ETH | <0.01% | $0.000088 | 1,319.8918 | $0.1156 | |
ETH | <0.01% | $0.000006 | 20,000 | $0.1106 | |
ETH | <0.01% | $0.009996 | 11 | $0.1099 | |
ETH | <0.01% | $0.000063 | 1,710 | $0.1068 | |
ETH | <0.01% | $0.989133 | 0.1055 | $0.1043 | |
ETH | <0.01% | $0.000587 | 175 | $0.1027 | |
OP | <0.01% | $4,181.88 | 5.8052 | $24,276.46 | |
BSC | <0.01% | $1.86 | 5,601.3886 | $10,441.29 | |
BSC | <0.01% | $1,015.02 | 0.1696 | $172.16 | |
BSC | <0.01% | $1.02 | 100 | $101.99 | |
BSC | <0.01% | $0.000103 | 90,000 | $9.26 | |
BSC | <0.01% | $4,176.79 | 0.00214487 | $8.96 | |
BSC | <0.01% | $1 | 1 | $1 | |
BSC | <0.01% | $0.000001 | 804,828 | $0.624 | |
ARB | <0.01% | $4,181.06 | 1.6984 | $7,101.03 | |
ARB | <0.01% | <$0.000001 | 305,999,813.7 | $0.1835 | |
LINEA | <0.01% | $4,181.02 | 0.022 | $91.98 | |
BASE | <0.01% | $0.000038 | 1,198,910 | $45.43 | |
BASE | <0.01% | $0.001749 | 4,324.6182 | $7.56 | |
BASE | <0.01% | $0.00 | 748.068 | $0.00 | |
BASE | <0.01% | $4,180.98 | 0.00040462 | $1.69 | |
BASE | <0.01% | $0.000497 | 1,434 | $0.7131 | |
POL | <0.01% | $0.227124 | 18.2768 | $4.15 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.