Latest 25 from a total of 749,668 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer Tokens | 24666887 | 6 mins ago | IN | 0 ETH | 0.00000869 | ||||
| Transfer Tokens | 24666868 | 9 mins ago | IN | 0 ETH | 0.00001026 | ||||
| Complete Transfe... | 24666867 | 10 mins ago | IN | 0 ETH | 0.00002378 | ||||
| Complete Transfe... | 24666866 | 10 mins ago | IN | 0 ETH | 0.00000786 | ||||
| Complete Transfe... | 24666864 | 10 mins ago | IN | 0 ETH | 0.00002579 | ||||
| Complete Transfe... | 24666862 | 11 mins ago | IN | 0 ETH | 0.00000772 | ||||
| Transfer Tokens | 24666857 | 12 mins ago | IN | 0 ETH | 0.00001308 | ||||
| Transfer Tokens | 24666856 | 12 mins ago | IN | 0 ETH | 0.00001098 | ||||
| Complete Transfe... | 24666844 | 14 mins ago | IN | 0 ETH | 0.00002649 | ||||
| Transfer Tokens | 24666842 | 15 mins ago | IN | 0 ETH | 0.00001019 | ||||
| Transfer Tokens | 24666840 | 15 mins ago | IN | 0 ETH | 0.00000361 | ||||
| Transfer Tokens ... | 24666836 | 16 mins ago | IN | 0 ETH | 0.00001351 | ||||
| Complete Transfe... | 24666820 | 19 mins ago | IN | 0 ETH | 0.00003431 | ||||
| Complete Transfe... | 24666817 | 20 mins ago | IN | 0 ETH | 0.00001213 | ||||
| Complete Transfe... | 24666796 | 24 mins ago | IN | 0 ETH | 0.00001921 | ||||
| Complete Transfe... | 24666732 | 37 mins ago | IN | 0 ETH | 0.00003728 | ||||
| Complete Transfe... | 24666709 | 41 mins ago | IN | 0 ETH | 0.00008483 | ||||
| Transfer Tokens ... | 24666704 | 42 mins ago | IN | 0 ETH | 0.00001366 | ||||
| Complete Transfe... | 24666679 | 47 mins ago | IN | 0 ETH | 0.00001315 | ||||
| Complete Transfe... | 24666675 | 48 mins ago | IN | 0 ETH | 0.00000781 | ||||
| Transfer Tokens | 24666641 | 55 mins ago | IN | 0 ETH | 0.00000814 | ||||
| Complete Transfe... | 24666622 | 1 hr ago | IN | 0 ETH | 0.00001312 | ||||
| Transfer Tokens | 24666612 | 1 hr ago | IN | 0 ETH | 0.00000247 | ||||
| Transfer Tokens | 24666586 | 1 hr ago | IN | 0 ETH | 0.00000314 | ||||
| Transfer Tokens ... | 24666551 | 1 hr ago | IN | 0 ETH | 0.00001335 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 24666519 | 1 hr ago | 0.19539632 ETH | ||||
| Transfer | 24666519 | 1 hr ago | 0.19539632 ETH | ||||
| Deposit | 24666367 | 1 hr ago | 1.0936554 ETH | ||||
| Wrap And Transfe... | 24666367 | 1 hr ago | 1.0936554 ETH | ||||
| Transfer | 24665907 | 3 hrs ago | 6 ETH | ||||
| Transfer | 24665907 | 3 hrs ago | 6 ETH | ||||
| Transfer | 24665869 | 3 hrs ago | 2.10021422 ETH | ||||
| Transfer | 24665869 | 3 hrs ago | 2.10021422 ETH | ||||
| Transfer | 24665652 | 4 hrs ago | 6 ETH | ||||
| Transfer | 24665652 | 4 hrs ago | 6 ETH | ||||
| Deposit | 24665371 | 5 hrs ago | 29 ETH | ||||
| Wrap And Transfe... | 24665371 | 5 hrs ago | 29 ETH | ||||
| Deposit | 24665351 | 5 hrs ago | 12 ETH | ||||
| Transfer | 24664027 | 9 hrs ago | 10.9992134 ETH | ||||
| Transfer | 24664027 | 9 hrs ago | 10.9992134 ETH | ||||
| Transfer | 24662432 | 14 hrs ago | 7.90034663 ETH | ||||
| Transfer | 24662432 | 14 hrs ago | 7.90034663 ETH | ||||
| Transfer | 24662045 | 16 hrs ago | 6.95084 ETH | ||||
| Transfer | 24662045 | 16 hrs ago | 6.95084 ETH | ||||
| Deposit | 24661924 | 16 hrs ago | 6.950811 ETH | ||||
| Transfer | 24661824 | 17 hrs ago | 12.99921455 ETH | ||||
| Transfer | 24661824 | 17 hrs ago | 12.99921455 ETH | ||||
| Transfer | 24661599 | 17 hrs ago | 15.99921513 ETH | ||||
| Transfer | 24661599 | 17 hrs ago | 15.99921513 ETH | ||||
| Transfer | 24660348 | 21 hrs ago | 6 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
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
Net Worth in USD
$3,204,098,112.82
Net Worth in ETH
1,465,074.855023
Token Allocations
RNDR
26.15%
SHIELD
25.50%
PORT3
24.30%
Others
24.05%
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 26.15% | $1.88 | 445,745,872.1283 | $838,002,239.6 | |
| ETH | 25.50% | $0.00 | 1,890,000,000 | $0.00 | |
| ETH | 24.30% | $0.004434 | 175,582,813,841.5289 | $778,535,952.4 | |
| ETH | 8.49% | $72,434.63 | 3,757.4125 | $272,166,791.05 | |
| ETH | 4.52% | $2,186.99 | 66,194.8896 | $144,767,292.97 | |
| ETH | 3.82% | $5.28 | 23,146,876.3149 | $122,270,217.71 | |
| ETH | 1.24% | $0.060946 | 651,892,546.1163 | $39,730,243.12 | |
| ETH | 1.24% | $0.315303 | 125,986,213.7918 | $39,723,831.17 | |
| ETH | 0.81% | $4.34 | 6,000,000 | $26,013,462.87 | |
| ETH | 0.66% | $72,737 | 288.8311 | $21,008,708.29 | |
| ETH | 0.52% | $0.176547 | 94,924,489.5418 | $16,758,598.27 | |
| ETH | 0.38% | $0.999937 | 12,071,481.9867 | $12,070,721.48 | |
| ETH | 0.31% | $0.019799 | 500,599,499.4 | $9,911,399.52 | |
| ETH | 0.22% | $1 | 6,966,388.6535 | $6,966,388.65 | |
| ETH | 0.20% | $1.37 | 4,773,545.939 | $6,556,954.82 | |
| ETH | 0.17% | $0.215594 | 25,817,266.8538 | $5,566,047.83 | |
| ETH | 0.16% | $0.108732 | 46,715,268.2925 | $5,079,463.15 | |
| ETH | 0.13% | $0.004 | 1,049,370,268.5691 | $4,197,481.07 | |
| ETH | 0.13% | $1.29 | 3,232,876.036 | $4,170,410.09 | |
| ETH | 0.11% | $0.008267 | 437,931,311.1035 | $3,620,267.88 | |
| ETH | 0.10% | $0.006271 | 494,283,932.8737 | $3,099,817.66 | |
| ETH | 0.07% | $0.229198 | 10,174,709.8531 | $2,332,023.15 | |
| ETH | 0.07% | $0.002959 | 769,941,543.4484 | $2,278,434.11 | |
| ETH | 0.05% | $0.003838 | 421,181,121.1973 | $1,616,383.64 | |
| ETH | 0.05% | $0.079644 | 18,660,739.5971 | $1,486,215.94 | |
| ETH | 0.04% | $0.002965 | 379,407,300.6589 | $1,124,866.76 | |
| ETH | 0.03% | $0.001113 | 1,003,868,085.979 | $1,117,295.14 | |
| ETH | 0.03% | $1.09 | 881,140.8261 | $960,443.5 | |
| ETH | 0.03% | $0.232437 | 4,110,103.3524 | $955,340.09 | |
| ETH | 0.03% | $0.999846 | 942,118.7048 | $941,973.62 | |
| ETH | 0.03% | $0.020568 | 45,605,723.8512 | $938,038.59 | |
| ETH | 0.03% | $0.013187 | 66,560,372.2039 | $877,706.34 | |
| ETH | 0.03% | $0.009143 | 89,212,542.8851 | $815,693.63 | |
| ETH | 0.02% | $2,671.33 | 273.1615 | $729,704.48 | |
| ETH | 0.01% | $0.010646 | 39,290,506.5329 | $418,302.45 | |
| ETH | 0.01% | $0.068153 | 5,288,183.2878 | $360,405.56 | |
| ETH | 0.01% | $0.000491 | 706,636,436.789 | $347,241.15 | |
| ETH | 0.01% | $0.019422 | 16,673,344.443 | $323,832.36 | |
| ETH | <0.01% | $0.041377 | 7,502,947.7753 | $310,450.15 | |
| ETH | <0.01% | $0.000307 | 999,171,512.6829 | $306,847.12 | |
| ETH | <0.01% | $0.001789 | 163,889,951.231 | $293,189.29 | |
| ETH | <0.01% | $0.001036 | 273,262,164.4082 | $283,228.04 | |
| ETH | <0.01% | $4.07 | 69,385.5252 | $282,399.09 | |
| ETH | <0.01% | $0.066809 | 3,558,384.023 | $237,732.08 | |
| ETH | <0.01% | $0.00843 | 26,433,263.0075 | $222,825.86 | |
| ETH | <0.01% | $0.004049 | 52,766,161.4345 | $213,644.38 | |
| ETH | <0.01% | $0.003059 | 64,803,339.7899 | $198,202.96 | |
| ETH | <0.01% | $0.364598 | 540,005.6002 | $196,884.96 | |
| ETH | <0.01% | $0.087319 | 2,246,348.3518 | $196,148.89 | |
| ETH | <0.01% | $0.002101 | 93,267,966.886 | $195,922.42 | |
| ETH | <0.01% | $0.000003 | 59,358,050,092.3227 | $194,694.4 | |
| ETH | <0.01% | $0.001011 | 182,722,324.6013 | $184,675.63 | |
| ETH | <0.01% | $0.022337 | 8,166,826.1766 | $182,425.01 | |
| ETH | <0.01% | $72,061 | 2.4529 | $176,760.77 | |
| ETH | <0.01% | $0.101394 | 1,722,624.5297 | $174,663.79 | |
| ETH | <0.01% | $0.001092 | 159,430,908.7683 | $174,111.31 | |
| ETH | <0.01% | $9.47 | 16,544.0864 | $156,672.5 | |
| ETH | <0.01% | $0.000446 | 342,828,240.7471 | $152,962.69 | |
| ETH | <0.01% | $0.029012 | 5,031,442.7704 | $145,971.87 | |
| ETH | <0.01% | $0.014342 | 9,970,778.7311 | $142,998.91 | |
| ETH | <0.01% | $0.309576 | 429,215.6368 | $132,874.86 | |
| ETH | <0.01% | $0.001522 | 85,726,869.9583 | $130,475.44 | |
| ETH | <0.01% | $0.005265 | 23,778,282.3561 | $125,187.9 | |
| ETH | <0.01% | $0.20366 | 590,621.6594 | $120,285.73 | |
| ETH | <0.01% | $1.32 | 90,354.2261 | $119,267.58 | |
| ETH | <0.01% | $0.000007 | 17,085,835,960.5659 | $116,183.68 | |
| ETH | <0.01% | $0.005234 | 21,887,948.7345 | $114,565.24 | |
| ETH | <0.01% | $0.024724 | 4,581,134.4084 | $113,262.44 | |
| ETH | <0.01% | $0.002647 | 41,063,160.9394 | $108,675.71 | |
| ETH | <0.01% | $4,992.37 | 20.2251 | $100,971.41 | |
| ETH | <0.01% | $0.038797 | 2,566,084 | $99,555.87 | |
| ETH | <0.01% | $0.000158 | 619,378,074.6601 | $97,898.9 | |
| ETH | <0.01% | $18.91 | 4,982.8439 | $94,225.58 | |
| ETH | <0.01% | $0.000031 | 2,875,912,008.2304 | $88,894.44 | |
| ETH | <0.01% | $2,612.66 | 33.1678 | $86,656.11 | |
| ETH | <0.01% | $0.00008 | 1,066,923,350.7856 | $85,791.31 | |
| ETH | <0.01% | $0.14091 | 604,950.4113 | $85,243.3 | |
| ETH | <0.01% | $0.004349 | 17,797,534.7206 | $77,396.67 | |
| ETH | <0.01% | $0.284774 | 243,784.0906 | $69,423.37 | |
| ETH | <0.01% | $0.000006 | 10,663,334,869.782 | $68,138.71 | |
| ETH | <0.01% | $0.000001 | 66,039,126,288.8525 | $65,492.72 | |
| ETH | <0.01% | $0.634991 | 101,868.4514 | $64,685.55 | |
| ETH | <0.01% | $0.000002 | 35,380,789,249.1825 | $60,854.96 | |
| ETH | <0.01% | $0.043379 | 1,391,170.5116 | $60,347.14 | |
| ETH | <0.01% | $0.011722 | 4,973,030.5387 | $58,294.52 | |
| ETH | <0.01% | $0.992463 | 56,169.363 | $55,746.01 | |
| ETH | <0.01% | $0.000003 | 19,928,425,941.7335 | $55,086.68 | |
| ETH | <0.01% | $0.00067 | 78,761,057.418 | $52,756.6 | |
| ETH | <0.01% | $0.003985 | 13,172,452.6862 | $52,490.48 | |
| ETH | <0.01% | $0.000007 | 7,308,269,949.4219 | $51,157.89 | |
| ETH | <0.01% | $0.000517 | 98,531,751.4871 | $50,963.58 | |
| ETH | <0.01% | $0.004141 | 12,132,960.0161 | $50,246.96 | |
| ETH | <0.01% | $0.037993 | 1,219,322.3639 | $46,325.4 | |
| ETH | <0.01% | $0.1011 | 450,008.1876 | $45,495.83 | |
| ETH | <0.01% | $0.046842 | 957,668.3025 | $44,858.67 | |
| ETH | <0.01% | $0.029932 | 1,475,186.4326 | $44,154.59 | |
| ETH | <0.01% | $0.000955 | 44,233,318.2693 | $42,245.21 | |
| ETH | <0.01% | $0.121443 | 345,165.1076 | $41,917.75 | |
| ETH | <0.01% | $0.006906 | 6,054,311.3106 | $41,811.62 | |
| ETH | <0.01% | $0.000721 | 55,325,735.6296 | $39,909.77 | |
| ETH | <0.01% | $0.000005 | 8,325,174,518.1157 | $39,749.68 | |
| ETH | <0.01% | $0.001926 | 20,224,928.0436 | $38,955.84 | |
| ETH | <0.01% | $0.000843 | 45,975,844.4089 | $38,772.35 | |
| ETH | <0.01% | $0.000006 | 6,371,345,873.5312 | $38,164.36 | |
| ETH | <0.01% | $0.000036 | 1,036,867,995.5388 | $37,674.48 | |
| ETH | <0.01% | $0.00003 | 1,146,869,139.5142 | $34,761.6 | |
| ETH | <0.01% | $0.01858 | 1,844,985.8378 | $34,279.01 | |
| ETH | <0.01% | $0.000287 | 115,666,826.1874 | $33,146.64 | |
| ETH | <0.01% | $0.031427 | 1,029,350.8323 | $32,348.89 | |
| ETH | <0.01% | $0.000478 | 61,961,586.7285 | $29,601.92 | |
| ETH | <0.01% | $0.000001 | 57,867,571,599.9495 | $29,566.22 | |
| ETH | <0.01% | $0.327909 | 83,475.9632 | $27,372.52 | |
| ETH | <0.01% | $3.1 | 8,615.1015 | $26,704.85 | |
| ETH | <0.01% | $1 | 26,316.1171 | $26,316.12 | |
| ETH | <0.01% | $9.68 | 2,714.8338 | $26,279.59 | |
| ETH | <0.01% | $0.000012 | 2,089,623,421.6486 | $25,660.58 | |
| ETH | <0.01% | $0.000001 | 24,373,485,554.0286 | $25,348.42 | |
| ETH | <0.01% | $0.008493 | 2,892,914.9482 | $24,570.63 | |
| ETH | <0.01% | $0.010731 | 2,262,107.9504 | $24,273.64 | |
| ETH | <0.01% | $0.969477 | 24,794.2741 | $24,037.48 | |
| ETH | <0.01% | $0.0087 | 2,635,813.4017 | $22,931.55 | |
| ETH | <0.01% | $0.000007 | 3,095,745,120.2339 | $22,475.11 | |
| ETH | <0.01% | $1.14 | 19,438.5518 | $22,159.95 | |
| ETH | <0.01% | $0.001018 | 21,161,970.1679 | $21,539.08 | |
| ETH | <0.01% | $0.000224 | 95,699,591.1169 | $21,398.43 | |
| ETH | <0.01% | $0.001681 | 12,335,485.986 | $20,734.6 | |
| ETH | <0.01% | $0.000323 | 63,883,702.5366 | $20,618.46 | |
| ETH | <0.01% | $0.091146 | 216,943.9087 | $19,773.57 | |
| ETH | <0.01% | $672.93 | 29.096 | $19,579.56 | |
| ETH | <0.01% | <$0.000001 | 184,467,427,492.3269 | $19,431.98 | |
| ETH | <0.01% | $0.054615 | 337,018.5787 | $18,406.27 | |
| ETH | <0.01% | $0.000001 | 24,123,292,925.7171 | $17,720.8 | |
| ETH | <0.01% | $0.001198 | 14,767,339.3472 | $17,697.77 | |
| ETH | <0.01% | $0.00161 | 10,949,433.7316 | $17,632.42 | |
| ETH | <0.01% | $0.001722 | 9,981,599.2879 | $17,191.31 | |
| ETH | <0.01% | $0.533631 | 29,216.808 | $15,590.99 | |
| ETH | <0.01% | $0.00028 | 55,000,000 | $15,405.5 | |
| ETH | <0.01% | $0.001353 | 10,985,897.0274 | $14,863.59 | |
| ETH | <0.01% | $0.00469 | 3,124,254.7814 | $14,652.75 | |
| ETH | <0.01% | $0.00 | 24,364,462.1544 | $0.00 | |
| ETH | <0.01% | $0.000004 | 4,087,044,068.6796 | $14,345.52 | |
| ETH | <0.01% | $0.038226 | 357,338.7489 | $13,659.64 | |
| ETH | <0.01% | $0.000433 | 30,658,645.2269 | $13,278.26 | |
| ETH | <0.01% | <$0.000001 | 184,400,852,909.0128 | $12,966.7 | |
| ETH | <0.01% | $0.016875 | 767,639.5675 | $12,954.16 | |
| ETH | <0.01% | $0.11084 | 116,347.5604 | $12,895.96 | |
| ETH | <0.01% | $0.077946 | 162,689.3806 | $12,680.99 | |
| ETH | <0.01% | $0.000224 | 55,942,860.7037 | $12,531.2 | |
| ETH | <0.01% | $2,167.91 | 5.5807 | $12,098.56 | |
| ETH | <0.01% | <$0.000001 | 68,577,800,048.8619 | $12,097.23 | |
| ETH | <0.01% | $0.000002 | 5,275,543,237.7643 | $11,711.71 | |
| ETH | <0.01% | $0.000071 | 160,907,700.1809 | $11,426.06 | |
| ETH | <0.01% | $0.002252 | 5,025,000 | $11,317.57 | |
| ETH | <0.01% | $0.009659 | 1,132,415.3112 | $10,937.64 | |
| ETH | <0.01% | $0.000109 | 88,938,916.4603 | $9,736.14 | |
| ETH | <0.01% | $0.999204 | 9,679.3695 | $9,671.66 | |
| ETH | <0.01% | $0.092729 | 103,796.0719 | $9,624.91 | |
| ETH | <0.01% | $0.007862 | 1,189,943.9373 | $9,355.47 | |
| ETH | <0.01% | $0.013718 | 651,151.3548 | $8,932.45 | |
| ETH | <0.01% | $0.034051 | 259,087.0781 | $8,822.26 | |
| ETH | <0.01% | $0.000005 | 1,886,555,646.5925 | $8,640.42 | |
| ETH | <0.01% | $0.915623 | 9,298.0355 | $8,513.5 | |
| ETH | <0.01% | $56,537 | 0.1503 | $8,495.2 | |
| ETH | <0.01% | $0.001117 | 7,565,496.8288 | $8,447.03 | |
| ETH | <0.01% | $0.010564 | 774,360.482 | $8,179.96 | |
| ETH | <0.01% | $0.000005 | 1,465,782,560.2035 | $7,838.55 | |
| ETH | <0.01% | $0.000092 | 80,664,121.4993 | $7,390.68 | |
| ETH | <0.01% | $0.000064 | 115,003,749.4041 | $7,347.59 | |
| ETH | <0.01% | $0.215745 | 34,004.6012 | $7,336.32 | |
| ETH | <0.01% | <$0.000001 | 183,187,756,493.4052 | $7,293.8 | |
| ETH | <0.01% | $0.085016 | 85,009.3368 | $7,227.15 | |
| ETH | <0.01% | $65,009.56 | 0.111 | $7,218.48 | |
| ETH | <0.01% | $2,186.99 | 3.2974 | $7,211.32 | |
| ETH | <0.01% | $0.793706 | 8,725.0955 | $6,925.16 | |
| ETH | <0.01% | $4,968.48 | 1.289 | $6,404.34 | |
| ETH | <0.01% | $2,173.05 | 2.9269 | $6,360.29 | |
| ETH | <0.01% | $0.000001 | 4,442,901,655.4527 | $6,216.38 | |
| ETH | <0.01% | <$0.000001 | 24,312,591,037.9395 | $6,152.3 | |
| ETH | <0.01% | $0.007304 | 817,475.4205 | $5,970.44 | |
| ETH | <0.01% | $96.9 | 59.7551 | $5,790.27 | |
| ETH | <0.01% | <$0.000001 | 30,807,170,121.9879 | $5,775.25 | |
| ETH | <0.01% | $0.008232 | 691,481.5688 | $5,692.6 | |
| ETH | <0.01% | $0.003296 | 1,685,892.6925 | $5,556.1 | |
| ETH | <0.01% | $0.00 | 146,160.3372 | $0.00 | |
| ETH | <0.01% | $0.000014 | 359,286,069.8519 | $5,087.49 | |
| ETH | <0.01% | $0.048426 | 100,000 | $4,842.55 | |
| ETH | <0.01% | $1.41 | 3,379.2177 | $4,764.7 | |
| ETH | <0.01% | $0.001489 | 3,143,057.4232 | $4,681.52 | |
| ETH | <0.01% | $0.001339 | 3,481,718.8152 | $4,661.25 | |
| ETH | <0.01% | $0.000034 | 133,741,974.3898 | $4,602.06 | |
| ETH | <0.01% | $0.000003 | 1,636,263,009.2191 | $4,532.45 | |
| ETH | <0.01% | $0.00003 | 149,604,397.6504 | $4,531.52 | |
| ETH | <0.01% | $0.003476 | 1,203,388.4509 | $4,182.68 | |
| ETH | <0.01% | $0.001836 | 2,260,689.6275 | $4,150.47 | |
| ETH | <0.01% | $0.000075 | 55,201,546.2413 | $4,118.34 | |
| ETH | <0.01% | $276.26 | 14.2058 | $3,924.5 | |
| ETH | <0.01% | $0.004108 | 935,609.055 | $3,843.7 | |
| ETH | <0.01% | $0.000776 | 4,922,085.5854 | $3,821.8 | |
| ETH | <0.01% | $0.009526 | 375,989.8468 | $3,581.7 | |
| ETH | <0.01% | $0.00014 | 25,531,874.1151 | $3,563.74 | |
| ETH | <0.01% | $0.000074 | 46,275,160.4218 | $3,436.92 | |
| ETH | <0.01% | <$0.000001 | 8,795,934,857.1746 | $3,331.94 | |
| ETH | <0.01% | $0.000168 | 19,533,042.0751 | $3,289.19 | |
| ETH | <0.01% | <$0.000001 | 36,110,336,651.5742 | $3,268.6 | |
| ETH | <0.01% | $0.000384 | 8,518,442.198 | $3,267.8 | |
| ETH | <0.01% | <$0.000001 | 184,467,208,940.9927 | $3,256.84 | |
| ETH | <0.01% | $0.0001 | 31,936,536.1021 | $3,182.33 | |
| ETH | <0.01% | $0.000031 | 100,602,473.491 | $3,101.07 | |
| ETH | <0.01% | $1.01 | 2,826.6556 | $2,843.72 | |
| ETH | <0.01% | <$0.000001 | 47,727,073,598.6007 | $2,712.26 | |
| ETH | <0.01% | <$0.000001 | 42,280,347,871.5265 | $2,668.92 | |
| ETH | <0.01% | $0.024043 | 108,631.8322 | $2,611.87 | |
| ETH | <0.01% | $0.008449 | 285,151.2631 | $2,409.38 | |
| ETH | <0.01% | <$0.000001 | 7,240,909,879.7494 | $2,351.1 | |
| ETH | <0.01% | $0.000047 | 48,634,994.2269 | $2,301.89 | |
| ETH | <0.01% | $0.000808 | 2,813,442.2904 | $2,274.33 | |
| ETH | <0.01% | $0.000032 | 70,884,131.0849 | $2,232.85 | |
| ETH | <0.01% | $0.003709 | 559,118.5565 | $2,073.5 | |
| ETH | <0.01% | $0.003919 | 528,439.5173 | $2,070.91 | |
| ETH | <0.01% | $0.000556 | 3,676,229.329 | $2,045.05 | |
| ETH | <0.01% | $0.001007 | 1,996,363.0746 | $2,010.26 | |
| ETH | <0.01% | $0.000013 | 145,441,443.433 | $1,959.1 | |
| ETH | <0.01% | $0.000053 | 36,381,610.8686 | $1,916.95 | |
| ETH | <0.01% | $116.54 | 15.514 | $1,808 | |
| ETH | <0.01% | $0.003507 | 511,255.1916 | $1,793.22 | |
| ETH | <0.01% | $1.22 | 1,450.4007 | $1,769.49 | |
| ETH | <0.01% | $0.02476 | 69,667.0146 | $1,724.94 | |
| ETH | <0.01% | $0.004705 | 356,034.3323 | $1,675.29 | |
| ETH | <0.01% | $72,553 | 0.0228 | $1,652.35 | |
| ETH | <0.01% | $0.000168 | 9,349,067.5449 | $1,568.87 | |
| ETH | <0.01% | $0.00243 | 627,472.7583 | $1,524.87 | |
| ETH | <0.01% | $0.000076 | 19,869,069.0512 | $1,500.51 | |
| ETH | <0.01% | <$0.000001 | 184,009,145,607.2958 | $1,498.51 | |
| ETH | <0.01% | $0.000165 | 8,462,066.7144 | $1,392.26 | |
| ETH | <0.01% | $0.013736 | 97,219.607 | $1,335.45 | |
| ETH | <0.01% | $0.000313 | 4,227,481.6968 | $1,324.77 | |
| ETH | <0.01% | $0.016054 | 80,734.1655 | $1,296.13 | |
| ETH | <0.01% | $0.000008 | 170,627,340.1723 | $1,288.24 | |
| ETH | <0.01% | $0.000263 | 4,842,915.2488 | $1,271.99 | |
| ETH | <0.01% | $0.012524 | 100,195.5184 | $1,254.87 | |
| ETH | <0.01% | $0.000604 | 2,010,351 | $1,214.05 | |
| ETH | <0.01% | $0.000547 | 2,214,936.5996 | $1,211.7 | |
| ETH | <0.01% | $0.241912 | 4,976.2076 | $1,203.8 | |
| ETH | <0.01% | $0.000001 | 898,516,046.9208 | $1,190.44 | |
| ETH | <0.01% | <$0.000001 | 7,795,736,896.833 | $1,146.25 | |
| ETH | <0.01% | $0.000625 | 1,784,878.322 | $1,114.87 | |
| ETH | <0.01% | $0.001096 | 1,003,257.0092 | $1,099.5 | |
| ETH | <0.01% | $0.000016 | 68,437,255.8927 | $1,062.15 | |
| ETH | <0.01% | $0.001257 | 839,191.1404 | $1,054.64 | |
| ETH | <0.01% | $0.063632 | 16,186.5779 | $1,029.98 | |
| ETH | <0.01% | $0.000091 | 10,947,405.1502 | $996.98 | |
| ETH | <0.01% | $0.000093 | 10,225,861.4803 | $948.14 | |
| ETH | <0.01% | $0.571847 | 1,579.9337 | $903.48 | |
| ETH | <0.01% | $2,524.34 | 0.35 | $883.52 | |
| ETH | <0.01% | $0.000045 | 19,741,111.291 | $883.22 | |
| ETH | <0.01% | $2.17 | 404.1677 | $877.04 | |
| ETH | <0.01% | $0.000003 | 276,178,681.0283 | $850.63 | |
| 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.060676 | 13,586.9075 | $824.4 | |
| ETH | <0.01% | $0.00005 | 15,998,687.6825 | $801.55 | |
| ETH | <0.01% | $4,623.21 | 0.1672 | $773.18 | |
| ETH | <0.01% | $0.000004 | 199,818,519.2009 | $763.31 | |
| ETH | <0.01% | <$0.000001 | 51,852,992,169.7952 | $762.34 | |
| ETH | <0.01% | $0.000001 | 898,845,586.0695 | $741.13 | |
| ETH | <0.01% | $0.022856 | 31,633.2046 | $723.02 | |
| ETH | <0.01% | $0.000715 | 1,000,000 | $715.07 | |
| ETH | <0.01% | $0.013995 | 50,010 | $699.9 | |
| ETH | <0.01% | $0.000042 | 16,598,073 | $690.81 | |
| ETH | <0.01% | $0.000011 | 61,397,304.3026 | $680.28 | |
| ETH | <0.01% | $2,178.89 | 0.3093 | $674.01 | |
| ETH | <0.01% | $0.006559 | 102,131.4122 | $669.92 | |
| ETH | <0.01% | $0.037153 | 17,619.2694 | $654.61 | |
| ETH | <0.01% | $0.996561 | 655.3131 | $653.06 | |
| ETH | <0.01% | $0.245766 | 2,471.2794 | $607.36 | |
| ETH | <0.01% | $0.00496 | 116,015.5899 | $575.45 | |
| ETH | <0.01% | $0.001491 | 381,034.9214 | $568.04 | |
| ETH | <0.01% | $56.48 | 10 | $564.82 | |
| ETH | <0.01% | <$0.000001 | 8,425,669,265.7299 | $531.12 | |
| ETH | <0.01% | $0.0441 | 11,814.7186 | $521.03 | |
| ETH | <0.01% | $0.270618 | 1,810.638 | $489.99 | |
| ETH | <0.01% | $0.001328 | 365,452.1337 | $485.29 | |
| ETH | <0.01% | <$0.000001 | 110,857,751,490.9024 | $476.8 | |
| ETH | <0.01% | $72,538.3 | 0.00626955 | $454.78 | |
| ETH | <0.01% | $0.000001 | 729,989,383.2931 | $454.74 | |
| ETH | <0.01% | $0.294564 | 1,442.9071 | $425.03 | |
| ETH | <0.01% | $0.000012 | 32,923,120.4137 | $408.58 | |
| ETH | <0.01% | $0.001182 | 327,177.2605 | $386.81 | |
| ETH | <0.01% | $0.00084 | 456,509 | $383.38 | |
| ETH | <0.01% | $0.021429 | 17,411.7375 | $373.12 | |
| ETH | <0.01% | $0.216393 | 1,719.1976 | $372.02 | |
| ETH | <0.01% | $0.010255 | 35,755.2328 | $366.66 | |
| ETH | <0.01% | $0.000592 | 591,772.0407 | $350.09 | |
| ETH | <0.01% | $0.000072 | 4,668,549.8304 | $335.86 | |
| ETH | <0.01% | $0.000027 | 12,484,957.0413 | $333.85 | |
| ETH | <0.01% | <$0.000001 | 12,901,358,093.2191 | $327.89 | |
| ETH | <0.01% | $0.039253 | 8,278.694 | $324.97 | |
| ETH | <0.01% | $1 | 324.0147 | $324.01 | |
| ETH | <0.01% | $0.00005 | 6,511,075.6197 | $323.67 | |
| ETH | <0.01% | $0.000017 | 18,159,642.8892 | $315.98 | |
| ETH | <0.01% | $0.000004 | 72,508,111.2061 | $308.16 | |
| ETH | <0.01% | <$0.000001 | 184,411,511,770.1307 | $286.35 | |
| ETH | <0.01% | $0.000177 | 1,561,284.8027 | $275.89 | |
| ETH | <0.01% | $0.033128 | 8,312.004 | $275.36 | |
| ETH | <0.01% | $0.000255 | 1,053,634.4301 | $268.28 | |
| ETH | <0.01% | $0.31469 | 830 | $261.19 | |
| ETH | <0.01% | <$0.000001 | 635,660,683.9146 | $259.7 | |
| ETH | <0.01% | <$0.000001 | 184,320,859,034.2013 | $232.24 | |
| ETH | <0.01% | $0.000704 | 323,102.1732 | $227.44 | |
| ETH | <0.01% | <$0.000001 | 122,104,056,649.2649 | $224.47 | |
| ETH | <0.01% | $1.17 | 186.5245 | $218.23 | |
| ETH | <0.01% | $0.557302 | 381.5386 | $212.63 | |
| ETH | <0.01% | $0.003025 | 66,622.3817 | $201.55 | |
| ETH | <0.01% | $0.000713 | 260,099 | $185.54 | |
| ETH | <0.01% | $0.000015 | 11,803,934.7677 | $175.76 | |
| ETH | <0.01% | $0.000002 | 96,934,120.7156 | $166.73 | |
| ETH | <0.01% | <$0.000001 | 1,529,496,952.1556 | $160.62 | |
| ETH | <0.01% | $0.000002 | 77,076,821.475 | $158.48 | |
| ETH | <0.01% | $0.022833 | 6,713.1714 | $153.28 | |
| ETH | <0.01% | $6.18 | 24.3217 | $150.31 | |
| ETH | <0.01% | <$0.000001 | 893,747,718.6634 | $147.95 | |
| ETH | <0.01% | $0.019137 | 7,727 | $147.87 | |
| ETH | <0.01% | <$0.000001 | 1,949,509,212.7942 | $138.71 | |
| ETH | <0.01% | $0.104537 | 1,237.1599 | $129.33 | |
| ETH | <0.01% | <$0.000001 | 17,123,293,370.6409 | $117.81 | |
| ETH | <0.01% | $0.000006 | 19,391,279.9976 | $107.23 | |
| ETH | <0.01% | $0.012391 | 8,403.8578 | $104.13 | |
| ETH | <0.01% | $0.000572 | 179,605.0538 | $102.65 | |
| ETH | <0.01% | $0.000501 | 203,527.4983 | $102.03 | |
| ETH | <0.01% | $0.000005 | 20,418,581.8243 | $100.24 | |
| ETH | <0.01% | $0.016327 | 5,964.8478 | $97.39 | |
| ETH | <0.01% | $0.003661 | 25,924.6349 | $94.9 | |
| ETH | <0.01% | $0.000056 | 1,691,567.3729 | $94.51 | |
| ETH | <0.01% | $0.943929 | 98.6839 | $93.15 | |
| ETH | <0.01% | $0.000002 | 39,178,187.015 | $92.46 | |
| ETH | <0.01% | $0.000083 | 1,108,252.1673 | $91.77 | |
| ETH | <0.01% | $0.000454 | 199,280.5076 | $90.47 | |
| ETH | <0.01% | $0.00 | 41,372.3536 | $0.00 | |
| ETH | <0.01% | <$0.000001 | 9,670,272,789.3419 | $80.19 | |
| ETH | <0.01% | $0.000224 | 349,329.6792 | $78.23 | |
| ETH | <0.01% | $0.001463 | 52,717.85 | $77.15 | |
| ETH | <0.01% | $0.000339 | 218,419.5325 | $74.03 | |
| ETH | <0.01% | <$0.000001 | 152,851,642,424.0191 | $67.17 | |
| ETH | <0.01% | $0.000003 | 20,011,000 | $66.34 | |
| ETH | <0.01% | $0.026743 | 2,468.194 | $66.01 | |
| ETH | <0.01% | $0.000061 | 1,000,000 | $60.86 | |
| ETH | <0.01% | <$0.000001 | 86,000,000,000 | $58.2 | |
| ETH | <0.01% | $0.000549 | 104,729.6073 | $57.47 | |
| ETH | <0.01% | $0.032789 | 1,720.8777 | $56.43 | |
| ETH | <0.01% | $0.00557 | 10,020 | $55.82 | |
| ETH | <0.01% | $0.014739 | 3,714.9603 | $54.76 | |
| ETH | <0.01% | $0.002 | 26,000 | $51.99 | |
| ETH | <0.01% | <$0.000001 | 262,750,927.3023 | $44.96 | |
| ETH | <0.01% | $0.320034 | 140.1182 | $44.84 | |
| ETH | <0.01% | $0.045063 | 990.6559 | $44.64 | |
| ETH | <0.01% | $0.298131 | 147.0012 | $43.83 | |
| ETH | <0.01% | $0.780151 | 55.3307 | $43.17 | |
| ETH | <0.01% | $1.51 | 26.9223 | $40.65 | |
| ETH | <0.01% | $0.076745 | 526.5079 | $40.41 | |
| ETH | <0.01% | $0.004573 | 8,752.5356 | $40.02 | |
| ETH | <0.01% | $0.007087 | 5,603.2936 | $39.71 | |
| ETH | <0.01% | $0.007127 | 5,096.9576 | $36.33 | |
| ETH | <0.01% | $0.521264 | 69.2159 | $36.08 | |
| ETH | <0.01% | $0.018514 | 1,904.2942 | $35.26 | |
| ETH | <0.01% | $0.000653 | 53,767 | $35.09 | |
| ETH | <0.01% | $0.000024 | 1,450,000 | $34.8 | |
| ETH | <0.01% | $0.00 | 52,934.2726 | $0.00 | |
| ETH | <0.01% | $1.22 | 27.7925 | $33.91 | |
| ETH | <0.01% | <$0.000001 | 1,601,198,699.2895 | $32.24 | |
| ETH | <0.01% | $0.002401 | 12,772.3346 | $30.67 | |
| ETH | <0.01% | $0.000006 | 4,773,133.7078 | $28.64 | |
| ETH | <0.01% | $0.10389 | 268.7467 | $27.92 | |
| ETH | <0.01% | $0.053787 | 512 | $27.54 | |
| ETH | <0.01% | $0.011441 | 2,340.588 | $26.78 | |
| ETH | <0.01% | $0.000047 | 565,498.7113 | $26.5 | |
| ETH | <0.01% | $0.000042 | 617,459.9337 | $25.74 | |
| ETH | <0.01% | $3.18 | 8 | $25.44 | |
| ETH | <0.01% | $2,361.16 | 0.0105 | $24.88 | |
| ETH | <0.01% | <$0.000001 | 13,343,470,211.1018 | $23.74 | |
| ETH | <0.01% | $0.094715 | 221.6254 | $20.99 | |
| ETH | <0.01% | $0.000081 | 251,895.1244 | $20.48 | |
| ETH | <0.01% | $0.012232 | 1,671.313 | $20.44 | |
| ETH | <0.01% | $0.004346 | 4,327.1839 | $18.8 | |
| ETH | <0.01% | <$0.000001 | 168,759,000 | $18.7 | |
| ETH | <0.01% | $0.000645 | 27,961.0383 | $18.03 | |
| ETH | <0.01% | $0.00001 | 1,749,137.1072 | $17.84 | |
| ETH | <0.01% | $0.000008 | 2,245,435.443 | $17.18 | |
| ETH | <0.01% | $162.1 | 0.1 | $16.21 | |
| ETH | <0.01% | $0.000222 | 72,600 | $16.12 | |
| ETH | <0.01% | $1.61 | 10.01 | $16.12 | |
| ETH | <0.01% | <$0.000001 | 150,974,598.2245 | $16.05 | |
| ETH | <0.01% | $0.002748 | 5,788.5169 | $15.91 | |
| ETH | <0.01% | $0.000472 | 31,409.4923 | $14.82 | |
| ETH | <0.01% | $0.002537 | 5,829.5434 | $14.79 | |
| ETH | <0.01% | $0.000283 | 52,286.655 | $14.78 | |
| ETH | <0.01% | $0.249347 | 57.9532 | $14.45 | |
| ETH | <0.01% | $0.000081 | 176,941.4005 | $14.42 | |
| ETH | <0.01% | $0.013551 | 1,015.4605 | $13.76 | |
| ETH | <0.01% | $0.029941 | 452.6979 | $13.55 | |
| ETH | <0.01% | $0.002321 | 5,789.9113 | $13.44 | |
| ETH | <0.01% | $1.26 | 10 | $12.6 | |
| ETH | <0.01% | $1.23 | 10 | $12.3 | |
| ETH | <0.01% | $0.120599 | 100 | $12.06 | |
| ETH | <0.01% | $0.016034 | 741.463 | $11.89 | |
| ETH | <0.01% | $2,370.33 | 0.005 | $11.85 | |
| ETH | <0.01% | $0.003598 | 3,235.8468 | $11.64 | |
| ETH | <0.01% | $0.000673 | 17,215.499 | $11.58 | |
| ETH | <0.01% | $0.000008 | 1,447,245.0883 | $11.29 | |
| ETH | <0.01% | $0.010999 | 1,000 | $11 | |
| ETH | <0.01% | $1.76 | 5.8987 | $10.39 | |
| ETH | <0.01% | $0.001709 | 6,073.4553 | $10.38 | |
| ETH | <0.01% | $0.000779 | 13,275 | $10.34 | |
| ETH | <0.01% | <$0.000001 | 10,686,134,549.7532 | $10.27 | |
| ETH | <0.01% | $1 | 10 | $10 | |
| ETH | <0.01% | $2.31 | 4.1449 | $9.57 | |
| ETH | <0.01% | $0.003502 | 2,726.8061 | $9.55 | |
| ETH | <0.01% | $0.099435 | 84.6461 | $8.42 | |
| ETH | <0.01% | <$0.000001 | 77,769,315.6126 | $8.29 | |
| ETH | <0.01% | $0.000147 | 55,001 | $8.1 | |
| ETH | <0.01% | $0.022602 | 350.99 | $7.93 | |
| ETH | <0.01% | $0.999361 | 7.8538 | $7.85 | |
| ETH | <0.01% | $0.719882 | 10.3295 | $7.44 | |
| ETH | <0.01% | $0.006961 | 1,065.399 | $7.42 | |
| ETH | <0.01% | $0.007401 | 1,000 | $7.4 | |
| ETH | <0.01% | <$0.000001 | 83,546,286,411.0033 | $7.24 | |
| ETH | <0.01% | $0.000712 | 10,000 | $7.12 | |
| ETH | <0.01% | $0.006923 | 1,000 | $6.92 | |
| ETH | <0.01% | $0.001372 | 4,665.9624 | $6.4 | |
| ETH | <0.01% | $0.000021 | 296,557.675 | $6.34 | |
| ETH | <0.01% | $0.030703 | 200 | $6.14 | |
| ETH | <0.01% | $0.010898 | 560.6962 | $6.11 | |
| ETH | <0.01% | $0.01867 | 322.2845 | $6.02 | |
| ETH | <0.01% | $0.001454 | 4,061.0062 | $5.91 | |
| ETH | <0.01% | <$0.000001 | 100,000,000 | $5.78 | |
| ETH | <0.01% | $0.000037 | 158,116.737 | $5.77 | |
| ETH | <0.01% | $1.07 | 5.3742 | $5.77 | |
| ETH | <0.01% | $5.64 | 1.01 | $5.69 | |
| ETH | <0.01% | <$0.000001 | 8,783,582,409.6574 | $5.48 | |
| ETH | <0.01% | $0.000122 | 44,854.3315 | $5.46 | |
| ETH | <0.01% | $0.035848 | 150 | $5.38 | |
| ETH | <0.01% | <$0.000001 | 148,670,212,907.4182 | $5.21 | |
| ETH | <0.01% | $0.000263 | 19,009.3448 | $5 | |
| ETH | <0.01% | $99.31 | 0.05 | $4.97 | |
| ETH | <0.01% | $0.09919 | 50 | $4.96 | |
| ETH | <0.01% | <$0.000001 | 876,388,947.5336 | $4.92 | |
| ETH | <0.01% | $0.000606 | 8,101.8304 | $4.91 | |
| ETH | <0.01% | $9.08 | 0.5309 | $4.82 | |
| ETH | <0.01% | $0.000019 | 246,352.9414 | $4.61 | |
| ETH | <0.01% | $0.000012 | 378,427.1222 | $4.58 | |
| ETH | <0.01% | <$0.000001 | 8,820,665,091.2916 | $4.56 | |
| ETH | <0.01% | $0.000021 | 215,902.7412 | $4.49 | |
| ETH | <0.01% | $0.000438 | 10,000 | $4.38 | |
| ETH | <0.01% | $4,258.93 | 0.001 | $4.26 | |
| ETH | <0.01% | $0.00195 | 2,000 | $3.9 | |
| ETH | <0.01% | $0.000318 | 12,156.1358 | $3.86 | |
| ETH | <0.01% | $0.024637 | 150.2396 | $3.7 | |
| ETH | <0.01% | $1.46 | 2.43 | $3.55 | |
| ETH | <0.01% | $0.002489 | 1,399.6532 | $3.48 | |
| ETH | <0.01% | $0.000021 | 164,365.3436 | $3.47 | |
| ETH | <0.01% | $68.44 | 0.05 | $3.42 | |
| ETH | <0.01% | $0.000033 | 101,000 | $3.38 | |
| ETH | <0.01% | $0.00002 | 165,525.8476 | $3.36 | |
| ETH | <0.01% | $0.000088 | 37,983.8515 | $3.34 | |
| ETH | <0.01% | $0.006236 | 527 | $3.29 | |
| ETH | <0.01% | $0.000292 | 11,200 | $3.27 | |
| ETH | <0.01% | $0.00 | 146,419.0275 | $0.00 | |
| ETH | <0.01% | $0.000004 | 802,504.738 | $3.2 | |
| ETH | <0.01% | $0.017084 | 182.9838 | $3.13 | |
| ETH | <0.01% | $0.308029 | 10 | $3.08 | |
| ETH | <0.01% | $0.00 | 381,016,422.5327 | $0.00 | |
| ETH | <0.01% | $0.003502 | 835.7878 | $2.93 | |
| ETH | <0.01% | $0.027138 | 106.2259 | $2.88 | |
| ETH | <0.01% | $0.000001 | 4,531,947.087 | $2.87 | |
| ETH | <0.01% | $1 | 2.8356 | $2.84 | |
| ETH | <0.01% | $0.002026 | 1,377.3039 | $2.79 | |
| ETH | <0.01% | <$0.000001 | 15,628,577,427.4523 | $2.75 | |
| ETH | <0.01% | $0.007821 | 351.0337 | $2.75 | |
| ETH | <0.01% | $0.000088 | 30,635 | $2.71 | |
| ETH | <0.01% | $3.01 | 0.9 | $2.71 | |
| ETH | <0.01% | $0.026324 | 100 | $2.63 | |
| ETH | <0.01% | $0.156663 | 16.7061 | $2.62 | |
| ETH | <0.01% | $0.004504 | 552.7949 | $2.49 | |
| ETH | <0.01% | $0.000115 | 20,000 | $2.31 | |
| ETH | <0.01% | <$0.000001 | 140,854,440.3676 | $2.3 | |
| ETH | <0.01% | $2,335.48 | 0.00098404 | $2.3 | |
| ETH | <0.01% | $0.000032 | 71,502.84 | $2.29 | |
| ETH | <0.01% | $0.000222 | 10,000 | $2.22 | |
| ETH | <0.01% | $0.000499 | 4,429.7563 | $2.21 | |
| ETH | <0.01% | $0.006414 | 343.2252 | $2.2 | |
| ETH | <0.01% | $0.089266 | 24.1653 | $2.16 | |
| ETH | <0.01% | $1.01 | 2 | $2.03 | |
| ETH | <0.01% | $0.094327 | 21 | $1.98 | |
| ETH | <0.01% | <$0.000001 | 250,934,649.3448 | $1.95 | |
| ETH | <0.01% | $0.522017 | 3.6111 | $1.89 | |
| ETH | <0.01% | $0.000005 | 338,372.0668 | $1.84 | |
| ETH | <0.01% | $1.14 | 1.5126 | $1.72 | |
| ETH | <0.01% | $0.000021 | 81,431.8085 | $1.72 | |
| ETH | <0.01% | $0.403302 | 4.273 | $1.72 | |
| ETH | <0.01% | $0.425365 | 4 | $1.7 | |
| ETH | <0.01% | $1.13 | 1.3816 | $1.56 | |
| ETH | <0.01% | $48.64 | 0.0305 | $1.49 | |
| ETH | <0.01% | $0.348675 | 4.0969 | $1.43 | |
| ETH | <0.01% | $7.22 | 0.1973 | $1.42 | |
| ETH | <0.01% | $1.2 | 1.1 | $1.32 | |
| ETH | <0.01% | $0.10095 | 13.002 | $1.31 | |
| ETH | <0.01% | $0.004543 | 284.7318 | $1.29 | |
| ETH | <0.01% | $0.005146 | 235.13 | $1.21 | |
| ETH | <0.01% | $1.17 | 1 | $1.17 | |
| ETH | <0.01% | $0.003884 | 300 | $1.17 | |
| ETH | <0.01% | $0.000034 | 34,216.4122 | $1.17 | |
| ETH | <0.01% | $0.003878 | 300 | $1.16 | |
| ETH | <0.01% | <$0.000001 | 30,452,499.2271 | $1.16 | |
| ETH | <0.01% | $0.006855 | 167.839 | $1.15 | |
| ETH | <0.01% | $0.11176 | 10 | $1.12 | |
| ETH | <0.01% | $0.000005 | 203,083.0419 | $1.11 | |
| ETH | <0.01% | $1.1 | 1 | $1.1 | |
| ETH | <0.01% | $1.32 | 0.8164 | $1.08 | |
| ETH | <0.01% | $0.016574 | 64.1 | $1.06 | |
| ETH | <0.01% | <$0.000001 | 105,199,619.6588 | $1.05 | |
| ETH | <0.01% | $0.000019 | 53,839.9785 | $1.03 | |
| ETH | <0.01% | $0.000091 | 11,000 | $1 | |
| ETH | <0.01% | $0.999963 | 1 | $0.9999 | |
| ETH | <0.01% | $0.000001 | 1,033,761.1886 | $0.9658 | |
| ETH | <0.01% | $0.000953 | 1,010 | $0.9624 | |
| ETH | <0.01% | $0.000038 | 25,000 | $0.947 | |
| ETH | <0.01% | $0.009436 | 100 | $0.9435 | |
| ETH | <0.01% | $0.00 | 258,758,714.434 | $0.00 | |
| ETH | <0.01% | $0.1287 | 6.8478 | $0.8813 | |
| ETH | <0.01% | $0.022304 | 39.5001 | $0.8809 | |
| ETH | <0.01% | $0.080191 | 10 | $0.8019 | |
| ETH | <0.01% | <$0.000001 | 40,000,100 | $0.7759 | |
| ETH | <0.01% | $0.004619 | 167.5689 | $0.7739 | |
| ETH | <0.01% | $0.024151 | 30 | $0.7245 | |
| ETH | <0.01% | <$0.000001 | 467,180,458.8428 | $0.6901 | |
| ETH | <0.01% | $0.000552 | 1,221.1536 | $0.674 | |
| ETH | <0.01% | $0.006685 | 100 | $0.6684 | |
| ETH | <0.01% | $0.000612 | 1,078.4899 | $0.6597 | |
| ETH | <0.01% | $0.020536 | 31.9402 | $0.6559 | |
| ETH | <0.01% | $0.000104 | 6,191.4282 | $0.6457 | |
| ETH | <0.01% | $0.065263 | 9.5 | $0.6199 | |
| ETH | <0.01% | $0.003968 | 153.8771 | $0.6106 | |
| ETH | <0.01% | <$0.000001 | 91,615,861,550.957 | $0.5839 | |
| ETH | <0.01% | $0.000115 | 5,000 | $0.5755 | |
| ETH | <0.01% | $0.000778 | 721.5 | $0.5612 | |
| ETH | <0.01% | $0.274444 | 1.998 | $0.5483 | |
| ETH | <0.01% | $0.513577 | 1.0615 | $0.5451 | |
| ETH | <0.01% | $8.03 | 0.0663 | $0.5321 | |
| ETH | <0.01% | <$0.000001 | 1,481,819,348.7819 | $0.5282 | |
| ETH | <0.01% | $0.465482 | 1.0874 | $0.5061 | |
| ETH | <0.01% | <$0.000001 | 1,462,664.3634 | $0.4944 | |
| ETH | <0.01% | $0.000017 | 29,017.2169 | $0.4906 | |
| ETH | <0.01% | $0.001429 | 334 | $0.4774 | |
| ETH | <0.01% | $0.004673 | 100 | $0.4673 | |
| ETH | <0.01% | <$0.000001 | 25,000,000,000 | $0.4344 | |
| ETH | <0.01% | $0.399471 | 1 | $0.3994 | |
| ETH | <0.01% | $3.94 | 0.1 | $0.394 | |
| ETH | <0.01% | $0.000002 | 213,456.6194 | $0.3842 | |
| ETH | <0.01% | $0.073954 | 5 | $0.3697 | |
| ETH | <0.01% | $0.00 | 100 | $0.00 | |
| ETH | <0.01% | $0.034261 | 10 | $0.3426 | |
| ETH | <0.01% | $4.97 | 0.0675 | $0.3354 | |
| ETH | <0.01% | $0.003549 | 92.9738 | $0.3299 | |
| ETH | <0.01% | $0.0065 | 50.0029 | $0.325 | |
| ETH | <0.01% | $0.291165 | 1 | $0.2911 | |
| ETH | <0.01% | $0.000056 | 5,000 | $0.2817 | |
| ETH | <0.01% | $0.003107 | 90.47 | $0.281 | |
| ETH | <0.01% | $0.000053 | 4,900 | $0.2607 | |
| ETH | <0.01% | $0.051733 | 5.0385 | $0.2606 | |
| ETH | <0.01% | $0.003577 | 70 | $0.2503 | |
| ETH | <0.01% | $0.120109 | 2 | $0.2402 | |
| ETH | <0.01% | <$0.000001 | 543,215,432 | $0.2337 | |
| ETH | <0.01% | $1 | 0.2281 | $0.2283 | |
| ETH | <0.01% | <$0.000001 | 6,984,778.523 | $0.2246 | |
| ETH | <0.01% | $0.010898 | 20 | $0.2179 | |
| ETH | <0.01% | $0.216859 | 1 | $0.2168 | |
| ETH | <0.01% | $0.020808 | 10 | $0.208 | |
| ETH | <0.01% | $0.020797 | 10 | $0.2079 | |
| ETH | <0.01% | $0.002749 | 75 | $0.2061 | |
| ETH | <0.01% | $0.000117 | 1,594.0577 | $0.1866 | |
| ETH | <0.01% | $0.001836 | 100 | $0.1835 | |
| ETH | <0.01% | $0.00 | 0.0154 | $0.00 | |
| ETH | <0.01% | $0.000171 | 1,000 | $0.1713 | |
| ETH | <0.01% | $0.000007 | 23,759.3181 | $0.1667 | |
| ETH | <0.01% | $0.158464 | 1 | $0.1584 | |
| ETH | <0.01% | $0.014584 | 10 | $0.1458 | |
| ETH | <0.01% | $0.012344 | 11 | $0.1357 | |
| ETH | <0.01% | $0.001344 | 100 | $0.1343 | |
| ETH | <0.01% | $0.015185 | 8.802 | $0.1336 | |
| ETH | <0.01% | $0.062248 | 2 | $0.1244 | |
| ETH | <0.01% | $0.005151 | 23.487 | $0.1209 | |
| ETH | <0.01% | $0.000782 | 150 | $0.1172 | |
| ETH | <0.01% | $0.000028 | 4,153.8785 | $0.116 | |
| ETH | <0.01% | $0.000088 | 1,319.8918 | $0.1156 | |
| ETH | <0.01% | $0.001051 | 106.1833 | $0.1116 | |
| ETH | <0.01% | $0.00 | 20,000 | $0.00 | |
| ETH | <0.01% | $1 | 0.1103 | $0.1106 | |
| ETH | <0.01% | $0.000063 | 1,710 | $0.1068 | |
| ETH | <0.01% | $0.000057 | 1,792.8629 | $0.102 | |
| ETH | <0.01% | $0.010053 | 10 | $0.1005 | |
| ETH | <0.01% | $0.009123 | 11 | $0.1003 | |
| OP | <0.01% | $2,186.99 | 5.8052 | $12,695.79 | |
| BSC | <0.01% | $1.86 | 5,602.4639 | $10,443.3 | |
| BSC | <0.01% | $676.36 | 0.1696 | $114.72 | |
| BSC | <0.01% | $1.02 | 100 | $101.99 | |
| BSC | <0.01% | $0.000103 | 90,000 | $9.26 | |
| BSC | <0.01% | $2,177.26 | 0.00214487 | $4.67 | |
| BSC | <0.01% | $0.999947 | 1 | $0.9999 | |
| BSC | <0.01% | <$0.000001 | 804,828 | $0.189 | |
| ARB | <0.01% | $2,190.21 | 1.6984 | $3,719.81 | |
| LINEA | <0.01% | $2,186.64 | 0.022 | $48.11 | |
| BASE | <0.01% | $0.000008 | 1,198,910 | $9.88 | |
| BASE | <0.01% | $0.019895 | 320 | $6.37 | |
| BASE | <0.01% | $0.000489 | 4,324.6182 | $2.12 | |
| BASE | <0.01% | $2,186.87 | 0.00040462 | $0.88485 | |
| BASE | <0.01% | $0.00 | 748.068 | $0.00 | |
| MONAD | <0.01% | $0.023487 | 348.3048 | $8.18 | |
| POL | <0.01% | $0.098311 | 18.2768 | $1.8 | |
| FRAXTAL | <0.01% | $0.633745 | 0.000000000838 | <$0.000001 |
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.