Feature Tip: Add private address tag to any address under My Name Tag !
More Info
Private Name Tags
ContractCreator
TokenTracker
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| 0x6ed4223693fdf1e707cfa3d2b4ae7f6f573ecafce4e76082d2439d8c30db0956 | Swap Eth | (pending) | 4 secs ago | IN | 0.143 ETH | (Pending) | |||
| Withdraw | 24003982 | 10 secs ago | IN | 0 ETH | 0.0000032 | ||||
| Withdraw | 24003981 | 22 secs ago | IN | 0 ETH | 0.0000031 | ||||
| Withdraw ETH | 24003981 | 22 secs ago | IN | 0 ETH | 0.00000195 | ||||
| Withdraw ETH | 24003980 | 46 secs ago | IN | 0 ETH | 0.00000195 | ||||
| Swap Eth | 24003978 | 1 min ago | IN | 0.65 ETH | 0.00000381 | ||||
| Swap Eth | 24003976 | 1 min ago | IN | 0.00593606 ETH | 0.00006206 | ||||
| Withdraw ETH | 24003973 | 2 mins ago | IN | 0 ETH | 0.00000195 | ||||
| Withdraw ETH | 24003971 | 2 mins ago | IN | 0 ETH | 0.00000217 | ||||
| Withdraw | 24003966 | 3 mins ago | IN | 0 ETH | 0.00000343 | ||||
| Swap Eth | 24003964 | 3 mins ago | IN | 0.332 ETH | 0.00003179 | ||||
| Swap | 24003963 | 4 mins ago | IN | 0 ETH | 0.00006244 | ||||
| Swap | 24003963 | 4 mins ago | IN | 0 ETH | 0.00008334 | ||||
| Swap Eth | 24003960 | 4 mins ago | IN | 0.16898828 ETH | 0.00003172 | ||||
| Swap | 24003955 | 5 mins ago | IN | 0 ETH | 0.00006782 | ||||
| Swap | 24003954 | 5 mins ago | IN | 0 ETH | 0.00006299 | ||||
| Withdraw ETH | 24003953 | 6 mins ago | IN | 0 ETH | 0.0000032 | ||||
| Withdraw ETH | 24003951 | 6 mins ago | IN | 0 ETH | 0.00000228 | ||||
| Withdraw ETH | 24003949 | 6 mins ago | IN | 0 ETH | 0.00000391 | ||||
| Withdraw | 24003947 | 7 mins ago | IN | 0 ETH | 0.00000474 | ||||
| Withdraw | 24003946 | 7 mins ago | IN | 0 ETH | 0.00000362 | ||||
| Withdraw | 24003937 | 9 mins ago | IN | 0 ETH | 0.00000351 | ||||
| Swap | 24003936 | 9 mins ago | IN | 0 ETH | 0.0000027 | ||||
| Swap | 24003934 | 9 mins ago | IN | 0 ETH | 0.00006706 | ||||
| Swap | 24003933 | 10 mins ago | IN | 0 ETH | 0.00006614 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 24003981 | 22 secs ago | 0.005023 ETH | ||||
| Transfer | 24003980 | 46 secs ago | 0.085397 ETH | ||||
| Swap Eth | 24003979 | 58 secs ago | 0.416325 ETH | ||||
| Transfer | 24003973 | 2 mins ago | 0.00839 ETH | ||||
| Transfer | 24003971 | 2 mins ago | 15 ETH | ||||
| Transfer | 24003953 | 6 mins ago | 0.005058 ETH | ||||
| Transfer | 24003951 | 6 mins ago | 0.062952 ETH | ||||
| Transfer | 24003949 | 6 mins ago | 0.024004 ETH | ||||
| Transfer | 24003931 | 10 mins ago | 0.177056 ETH | ||||
| Transfer | 24003922 | 12 mins ago | 0.275861 ETH | ||||
| Transfer | 24003905 | 15 mins ago | 0.010141 ETH | ||||
| Transfer | 24003901 | 16 mins ago | 0.004774 ETH | ||||
| Transfer | 24003894 | 17 mins ago | 0.025881 ETH | ||||
| Transfer | 24003872 | 22 mins ago | 1.304662 ETH | ||||
| Transfer | 24003869 | 22 mins ago | 0.01591 ETH | ||||
| Transfer | 24003860 | 24 mins ago | 0.008348 ETH | ||||
| Transfer | 24003859 | 25 mins ago | 0.095073 ETH | ||||
| Transfer | 24003849 | 27 mins ago | 0.021896 ETH | ||||
| Swap Eth | 24003837 | 29 mins ago | 0.03673997 ETH | ||||
| Transfer | 24003813 | 34 mins ago | 40 ETH | ||||
| Transfer | 24003807 | 35 mins ago | 0.010159 ETH | ||||
| Transfer | 24003795 | 37 mins ago | 0.013952 ETH | ||||
| Transfer | 24003782 | 40 mins ago | 0.478574 ETH | ||||
| Transfer | 24003771 | 42 mins ago | 0.012726 ETH | ||||
| Transfer | 24003763 | 44 mins ago | 0.123407 ETH |
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
Bridgers
Compiler Version
v0.8.4+commit.c7e474f2
Contract Source Code (Solidity Multiple files format)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./Ownable.sol";
import "./ReentrancyGuard.sol";
import "./SafeMath.sol";
import "./TransferHelper.sol";
contract Bridgers is ReentrancyGuard, Ownable {
using SafeMath for uint256;
string public name;
string public symbol;
event Swap(
address fromToken,
string toToken,
address sender,
string destination,
uint256 fromAmount,
uint256 minReturnAmount
);
event SwapEth(
string toToken,
address sender,
string destination,
uint256 fromAmount,
uint256 minReturnAmount
);
event WithdrawETH(uint256 amount);
event Withdtraw(address token, uint256 amount);
constructor() {
name = "Bridgers1.1";
symbol = "Bridgers";
}
function swap(
address fromToken,
string memory toToken,
string memory destination,
uint256 fromAmount,
uint256 minReturnAmount
) external nonReentrant {
require(fromToken != address(0), "FROMTOKEN_CANT_T_BE_0");
require(fromAmount > 0, "FROM_TOKEN_AMOUNT_MUST_BE_MORE_THAN_0");
uint256 _inputAmount;
uint256 _fromTokenBalanceOrigin = IERC20(fromToken).balanceOf(address(this));
TransferHelper.safeTransferFrom(fromToken, msg.sender, address(this), fromAmount);
uint256 _fromTokenBalanceNew = IERC20(fromToken).balanceOf(address(this));
_inputAmount = _fromTokenBalanceNew.sub(_fromTokenBalanceOrigin);
require(_inputAmount > 0, "NO_FROM_TOKEN_TRANSFER_TO_THIS_CONTRACT");
emit Swap(fromToken, toToken, msg.sender, destination, fromAmount, minReturnAmount);
}
function swapEth(string memory toToken, string memory destination, uint256 minReturnAmount
) external payable nonReentrant {
uint256 _ethAmount = msg.value;
require(_ethAmount > 0, "ETH_AMOUNT_MUST_BE_MORE_THAN_0");
emit SwapEth(toToken, msg.sender, destination, _ethAmount, minReturnAmount);
}
function withdrawETH(address destination, uint256 amount) external onlyOwner {
require(destination != address(0), "DESTINATION_CANNT_BE_0_ADDRESS");
uint256 balance = address(this).balance;
require(balance >= amount, "AMOUNT_CANNT_MORE_THAN_BALANCE");
TransferHelper.safeTransferETH(destination, amount);
emit WithdrawETH(amount);
}
function withdraw(address token, address destination, uint256 amount) external onlyOwner {
require(destination != address(0), "DESTINATION_CANNT_BE_0_ADDRESS");
require(token != address(0), "TOKEN_MUST_NOT_BE_0");
uint256 balance = IERC20(token).balanceOf(address(this));
require(balance >= amount, "AMOUNT_CANNT_MORE_THAN_BALANCE");
TransferHelper.safeTransfer(token, destination, amount);
emit Withdtraw(token, amount);
}
receive() external payable {}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) external returns (bool);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_setOwner(_msgSender());
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
_;
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_setOwner(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_setOwner(newOwner);
}
function _setOwner(address newOwner) private {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no nested
* (reentrant) calls to them.
*
* Note that because there is a single `nonReentrant` guard, functions marked as
* `nonReentrant` may not call one another. This can be worked around by making
* those functions `private`, and then adding `external` `nonReentrant` entry
* points to them.
*
* TIP: If you would like to learn more about reentrancy and alternative ways
* to protect against it, check out our blog post
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
*/
abstract contract ReentrancyGuard {
// Booleans are more expensive than uint256 or any type that takes up a full
// word because each write operation emits an extra SLOAD to first read the
// slot's contents, replace the bits taken up by the boolean, and then write
// back. This is the compiler's defense against contract upgrades and
// pointer aliasing, and it cannot be disabled.
// The values being non-zero value makes deployment a bit more expensive,
// but in exchange the refund on every call to nonReentrant will be lower in
// amount. Since refunds are capped to a percentage of the total
// transaction's gas, it is best to keep them low in cases like this one, to
// increase the likelihood of the full refund coming into effect.
uint256 private constant _NOT_ENTERED = 1;
uint256 private constant _ENTERED = 2;
uint256 private _status;
constructor() {
_status = _NOT_ENTERED;
}
/**
* @dev Prevents a contract from calling itself, directly or indirectly.
* Calling a `nonReentrant` function from another `nonReentrant`
* function is not supported. It is possible to prevent this from happening
* by making the `nonReentrant` function external, and make it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
// On the first call to nonReentrant, _notEntered will be true
require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
// Any calls to nonReentrant after this point will fail
_status = _ENTERED;
_;
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = _NOT_ENTERED;
}
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.
/**
* @dev Wrappers over Solidity's arithmetic operations.
*
* NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler
* now has built in overflow checking.
*/
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, with an overflow flag.
*
* _Available since v3.4._
*/
function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
uint256 c = a + b;
if (c < a) return (false, 0);
return (true, c);
}
}
/**
* @dev Returns the substraction of two unsigned integers, with an overflow flag.
*
* _Available since v3.4._
*/
function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b > a) return (false, 0);
return (true, a - b);
}
}
/**
* @dev Returns the multiplication of two unsigned integers, with an overflow flag.
*
* _Available since v3.4._
*/
function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) return (true, 0);
uint256 c = a * b;
if (c / a != b) return (false, 0);
return (true, c);
}
}
/**
* @dev Returns the division of two unsigned integers, with a division by zero flag.
*
* _Available since v3.4._
*/
function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b == 0) return (false, 0);
return (true, a / b);
}
}
/**
* @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
*
* _Available since v3.4._
*/
function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b == 0) return (false, 0);
return (true, a % b);
}
}
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
return a + b;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return a - b;
}
/**
* @dev Returns the multiplication of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `*` operator.
*
* Requirements:
*
* - Multiplication cannot overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
return a * b;
}
/**
* @dev Returns the integer division of two unsigned integers, reverting on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator.
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return a / b;
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* reverting when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b) internal pure returns (uint256) {
return a % b;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting with custom message on
* overflow (when the result is negative).
*
* CAUTION: This function is deprecated because it requires allocating memory for the error
* message unnecessarily. For custom revert reasons use {trySub}.
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(
uint256 a,
uint256 b,
string memory errorMessage
) internal pure returns (uint256) {
unchecked {
require(b <= a, errorMessage);
return a - b;
}
}
/**
* @dev Returns the integer division of two unsigned integers, reverting with custom message on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(
uint256 a,
uint256 b,
string memory errorMessage
) internal pure returns (uint256) {
unchecked {
require(b > 0, errorMessage);
return a / b;
}
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* reverting with custom message when dividing by zero.
*
* CAUTION: This function is deprecated because it requires allocating memory for the error
* message unnecessarily. For custom revert reasons use {tryMod}.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(
uint256 a,
uint256 b,
string memory errorMessage
) internal pure returns (uint256) {
unchecked {
require(b > 0, errorMessage);
return a % b;
}
}
}
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;
library TransferHelper {
function safeApprove(address token, address to, uint value) internal {
// bytes4(keccak256(bytes('approve(address,uint256)')));
(bool success, bytes memory data) = token.call(abi.encodeWithSelector(0x095ea7b3, to, value));
require(success && (data.length == 0 || abi.decode(data, (bool))), 'TransferHelper: APPROVE_FAILED');
}
function safeTransfer(address token, address to, uint value) internal {
// bytes4(keccak256(bytes('transfer(address,uint256)')));
(bool success, bytes memory data) = token.call(abi.encodeWithSelector(0xa9059cbb, to, value));
require(success && (data.length == 0 || abi.decode(data, (bool))), 'TransferHelper: TRANSFER_FAILED');
}
function safeTransferFrom(address token, address from, address to, uint value) internal {
// bytes4(keccak256(bytes('transferFrom(address,address,uint256)')));
(bool success, bytes memory data) = token.call(abi.encodeWithSelector(0x23b872dd, from, to, value));
require(success && (data.length == 0 || abi.decode(data, (bool))), 'TransferHelper: TRANSFER_FROM_FAILED');
}
function safeTransferETH(address to, uint value) internal {
(bool success,) = to.call{value:value}(new bytes(0));
require(success, 'TransferHelper: ETH_TRANSFER_FAILED');
}
}
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"fromToken","type":"address"},{"indexed":false,"internalType":"string","name":"toToken","type":"string"},{"indexed":false,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"string","name":"destination","type":"string"},{"indexed":false,"internalType":"uint256","name":"fromAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"minReturnAmount","type":"uint256"}],"name":"Swap","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"toToken","type":"string"},{"indexed":false,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"string","name":"destination","type":"string"},{"indexed":false,"internalType":"uint256","name":"fromAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"minReturnAmount","type":"uint256"}],"name":"SwapEth","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"WithdrawETH","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Withdtraw","type":"event"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"fromToken","type":"address"},{"internalType":"string","name":"toToken","type":"string"},{"internalType":"string","name":"destination","type":"string"},{"internalType":"uint256","name":"fromAmount","type":"uint256"},{"internalType":"uint256","name":"minReturnAmount","type":"uint256"}],"name":"swap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"toToken","type":"string"},{"internalType":"string","name":"destination","type":"string"},{"internalType":"uint256","name":"minReturnAmount","type":"uint256"}],"name":"swapEth","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"destination","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"destination","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdrawETH","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
60806040523480156200001157600080fd5b50600160005562000022336200008f565b60408051808201909152600b8082526a4272696467657273312e3160a81b60209092019182526200005691600291620000e1565b5060408051808201909152600880825267427269646765727360c01b60209092019182526200008891600391620000e1565b50620001c4565b600180546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b828054620000ef9062000187565b90600052602060002090601f0160209004810192826200011357600085556200015e565b82601f106200012e57805160ff19168380011785556200015e565b828001600101855582156200015e579182015b828111156200015e57825182559160200191906001019062000141565b506200016c92915062000170565b5090565b5b808211156200016c576000815560010162000171565b600181811c908216806200019c57607f821691505b60208210811415620001be57634e487b7160e01b600052602260045260246000fd5b50919050565b61119780620001d46000396000f3fe60806040526004361061008a5760003560e01c80638da5cb5b116100595780638da5cb5b1461010b57806395d89b41146101335780639ddf93bb14610148578063d9caed1214610168578063f2fde38b1461018857600080fd5b806306fdde031461009657806316b3b4c2146100c15780634782f779146100d6578063715018a6146100f657600080fd5b3661009157005b600080fd5b3480156100a257600080fd5b506100ab6101a8565b6040516100b8919061102c565b60405180910390f35b6100d46100cf366004610f0f565b610236565b005b3480156100e257600080fd5b506100d46100f1366004610ec6565b61032b565b34801561010257600080fd5b506100d461043e565b34801561011757600080fd5b506001546040516001600160a01b0390911681526020016100b8565b34801561013f57600080fd5b506100ab610474565b34801561015457600080fd5b506100d4610163366004610e43565b610481565b34801561017457600080fd5b506100d4610183366004610e08565b610747565b34801561019457600080fd5b506100d46101a3366004610dee565b610932565b600280546101b590611110565b80601f01602080910402602001604051908101604052809291908181526020018280546101e190611110565b801561022e5780601f106102035761010080835404028352916020019161022e565b820191906000526020600020905b81548152906001019060200180831161021157829003601f168201915b505050505081565b6002600054141561028e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064015b60405180910390fd5b600260005534806102e15760405162461bcd60e51b815260206004820152601e60248201527f4554485f414d4f554e545f4d5553545f42455f4d4f52455f5448414e5f3000006044820152606401610285565b7f4e96fb90a89341a56db7ad2bbf04c715bbf20be6a9a9e764671f718c4697649a843385848660405161031895949392919061103f565b60405180910390a1505060016000555050565b6001546001600160a01b031633146103555760405162461bcd60e51b815260040161028590611088565b6001600160a01b0382166103ab5760405162461bcd60e51b815260206004820152601e60248201527f44455354494e4154494f4e5f43414e4e545f42455f305f4144445245535300006044820152606401610285565b47818110156103fc5760405162461bcd60e51b815260206004820152601e60248201527f414d4f554e545f43414e4e545f4d4f52455f5448414e5f42414c414e434500006044820152606401610285565b61040683836109cd565b6040518281527f94effa14ea3a1ef396fa2fd829336d1597f1d76b548c26bfa2332869706638af9060200160405180910390a1505050565b6001546001600160a01b031633146104685760405162461bcd60e51b815260040161028590611088565b6104726000610a9b565b565b600380546101b590611110565b600260005414156104d45760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610285565b60026000556001600160a01b0385166105275760405162461bcd60e51b8152602060048201526015602482015274046524f4d544f4b454e5f43414e545f545f42455f3605c1b6044820152606401610285565b600082116105855760405162461bcd60e51b815260206004820152602560248201527f46524f4d5f544f4b454e5f414d4f554e545f4d5553545f42455f4d4f52455f54604482015264048414e5f360dc1b6064820152608401610285565b6040516370a0823160e01b815230600482015260009081906001600160a01b038816906370a082319060240160206040518083038186803b1580156105c957600080fd5b505afa1580156105dd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106019190610f79565b905061060f87333087610aed565b6040516370a0823160e01b81523060048201526000906001600160a01b038916906370a082319060240160206040518083038186803b15801561065157600080fd5b505afa158015610665573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106899190610f79565b90506106958183610c1d565b9250600083116106f75760405162461bcd60e51b815260206004820152602760248201527f4e4f5f46524f4d5f544f4b454e5f5452414e534645525f544f5f544849535f4360448201526613d395149050d560ca1b6064820152608401610285565b7f45f377f845e1cc76ae2c08f990e15d58bcb732db46f92a4852b956580c3a162f88883389898960405161073096959493929190610fd9565b60405180910390a150506001600055505050505050565b6001546001600160a01b031633146107715760405162461bcd60e51b815260040161028590611088565b6001600160a01b0382166107c75760405162461bcd60e51b815260206004820152601e60248201527f44455354494e4154494f4e5f43414e4e545f42455f305f4144445245535300006044820152606401610285565b6001600160a01b0383166108135760405162461bcd60e51b81526020600482015260136024820152720544f4b454e5f4d5553545f4e4f545f42455f3606c1b6044820152606401610285565b6040516370a0823160e01b81523060048201526000906001600160a01b038516906370a082319060240160206040518083038186803b15801561085557600080fd5b505afa158015610869573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088d9190610f79565b9050818110156108df5760405162461bcd60e51b815260206004820152601e60248201527f414d4f554e545f43414e4e545f4d4f52455f5448414e5f42414c414e434500006044820152606401610285565b6108ea848484610c30565b604080516001600160a01b0386168152602081018490527f7bf0873174a9cc6b28e039b52e74903dd59d650205f32748e3c3dd6b9918ea87910160405180910390a150505050565b6001546001600160a01b0316331461095c5760405162461bcd60e51b815260040161028590611088565b6001600160a01b0381166109c15760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610285565b6109ca81610a9b565b50565b604080516000808252602082019092526001600160a01b0384169083906040516109f79190610fbd565b60006040518083038185875af1925050503d8060008114610a34576040519150601f19603f3d011682016040523d82523d6000602084013e610a39565b606091505b5050905080610a965760405162461bcd60e51b815260206004820152602360248201527f5472616e7366657248656c7065723a204554485f5452414e534645525f46414960448201526213115160ea1b6064820152608401610285565b505050565b600180546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b1790529151600092839290881691610b519190610fbd565b6000604051808303816000865af19150503d8060008114610b8e576040519150601f19603f3d011682016040523d82523d6000602084013e610b93565b606091505b5091509150818015610bbd575080511580610bbd575080806020019051810190610bbd9190610eef565b610c155760405162461bcd60e51b8152602060048201526024808201527f5472616e7366657248656c7065723a205452414e534645525f46524f4d5f46416044820152631253115160e21b6064820152608401610285565b505050505050565b6000610c2982846110bd565b9392505050565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b1790529151600092839290871691610c8c9190610fbd565b6000604051808303816000865af19150503d8060008114610cc9576040519150601f19603f3d011682016040523d82523d6000602084013e610cce565b606091505b5091509150818015610cf8575080511580610cf8575080806020019051810190610cf89190610eef565b610d445760405162461bcd60e51b815260206004820152601f60248201527f5472616e7366657248656c7065723a205452414e534645525f4641494c4544006044820152606401610285565b5050505050565b80356001600160a01b0381168114610d6257600080fd5b919050565b600082601f830112610d77578081fd5b813567ffffffffffffffff80821115610d9257610d9261114b565b604051601f8301601f19908116603f01168101908282118183101715610dba57610dba61114b565b81604052838152866020858801011115610dd2578485fd5b8360208701602083013792830160200193909352509392505050565b600060208284031215610dff578081fd5b610c2982610d4b565b600080600060608486031215610e1c578182fd5b610e2584610d4b565b9250610e3360208501610d4b565b9150604084013590509250925092565b600080600080600060a08688031215610e5a578081fd5b610e6386610d4b565b9450602086013567ffffffffffffffff80821115610e7f578283fd5b610e8b89838a01610d67565b95506040880135915080821115610ea0578283fd5b50610ead88828901610d67565b9598949750949560608101359550608001359392505050565b60008060408385031215610ed8578182fd5b610ee183610d4b565b946020939093013593505050565b600060208284031215610f00578081fd5b81518015158114610c29578182fd5b600080600060608486031215610f23578283fd5b833567ffffffffffffffff80821115610f3a578485fd5b610f4687838801610d67565b94506020860135915080821115610f5b578384fd5b50610f6886828701610d67565b925050604084013590509250925092565b600060208284031215610f8a578081fd5b5051919050565b60008151808452610fa98160208601602086016110e0565b601f01601f19169290920160200192915050565b60008251610fcf8184602087016110e0565b9190910192915050565b600060018060a01b03808916835260c06020840152610ffb60c0840189610f91565b818816604085015283810360608501526110158188610f91565b608085019690965250505060a00152949350505050565b602081526000610c296020830184610f91565b60a08152600061105260a0830188610f91565b6001600160a01b038716602084015282810360408401526110738187610f91565b60608401959095525050608001529392505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6000828210156110db57634e487b7160e01b81526011600452602481fd5b500390565b60005b838110156110fb5781810151838201526020016110e3565b8381111561110a576000848401525b50505050565b600181811c9082168061112457607f821691505b6020821081141561114557634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fdfea26469706673582212205530008249784a4e99b1a54661b55c1360dfbeff9f2713c7087982a53ccb55a264736f6c63430008040033
Deployed Bytecode
0x60806040526004361061008a5760003560e01c80638da5cb5b116100595780638da5cb5b1461010b57806395d89b41146101335780639ddf93bb14610148578063d9caed1214610168578063f2fde38b1461018857600080fd5b806306fdde031461009657806316b3b4c2146100c15780634782f779146100d6578063715018a6146100f657600080fd5b3661009157005b600080fd5b3480156100a257600080fd5b506100ab6101a8565b6040516100b8919061102c565b60405180910390f35b6100d46100cf366004610f0f565b610236565b005b3480156100e257600080fd5b506100d46100f1366004610ec6565b61032b565b34801561010257600080fd5b506100d461043e565b34801561011757600080fd5b506001546040516001600160a01b0390911681526020016100b8565b34801561013f57600080fd5b506100ab610474565b34801561015457600080fd5b506100d4610163366004610e43565b610481565b34801561017457600080fd5b506100d4610183366004610e08565b610747565b34801561019457600080fd5b506100d46101a3366004610dee565b610932565b600280546101b590611110565b80601f01602080910402602001604051908101604052809291908181526020018280546101e190611110565b801561022e5780601f106102035761010080835404028352916020019161022e565b820191906000526020600020905b81548152906001019060200180831161021157829003601f168201915b505050505081565b6002600054141561028e5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064015b60405180910390fd5b600260005534806102e15760405162461bcd60e51b815260206004820152601e60248201527f4554485f414d4f554e545f4d5553545f42455f4d4f52455f5448414e5f3000006044820152606401610285565b7f4e96fb90a89341a56db7ad2bbf04c715bbf20be6a9a9e764671f718c4697649a843385848660405161031895949392919061103f565b60405180910390a1505060016000555050565b6001546001600160a01b031633146103555760405162461bcd60e51b815260040161028590611088565b6001600160a01b0382166103ab5760405162461bcd60e51b815260206004820152601e60248201527f44455354494e4154494f4e5f43414e4e545f42455f305f4144445245535300006044820152606401610285565b47818110156103fc5760405162461bcd60e51b815260206004820152601e60248201527f414d4f554e545f43414e4e545f4d4f52455f5448414e5f42414c414e434500006044820152606401610285565b61040683836109cd565b6040518281527f94effa14ea3a1ef396fa2fd829336d1597f1d76b548c26bfa2332869706638af9060200160405180910390a1505050565b6001546001600160a01b031633146104685760405162461bcd60e51b815260040161028590611088565b6104726000610a9b565b565b600380546101b590611110565b600260005414156104d45760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610285565b60026000556001600160a01b0385166105275760405162461bcd60e51b8152602060048201526015602482015274046524f4d544f4b454e5f43414e545f545f42455f3605c1b6044820152606401610285565b600082116105855760405162461bcd60e51b815260206004820152602560248201527f46524f4d5f544f4b454e5f414d4f554e545f4d5553545f42455f4d4f52455f54604482015264048414e5f360dc1b6064820152608401610285565b6040516370a0823160e01b815230600482015260009081906001600160a01b038816906370a082319060240160206040518083038186803b1580156105c957600080fd5b505afa1580156105dd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106019190610f79565b905061060f87333087610aed565b6040516370a0823160e01b81523060048201526000906001600160a01b038916906370a082319060240160206040518083038186803b15801561065157600080fd5b505afa158015610665573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106899190610f79565b90506106958183610c1d565b9250600083116106f75760405162461bcd60e51b815260206004820152602760248201527f4e4f5f46524f4d5f544f4b454e5f5452414e534645525f544f5f544849535f4360448201526613d395149050d560ca1b6064820152608401610285565b7f45f377f845e1cc76ae2c08f990e15d58bcb732db46f92a4852b956580c3a162f88883389898960405161073096959493929190610fd9565b60405180910390a150506001600055505050505050565b6001546001600160a01b031633146107715760405162461bcd60e51b815260040161028590611088565b6001600160a01b0382166107c75760405162461bcd60e51b815260206004820152601e60248201527f44455354494e4154494f4e5f43414e4e545f42455f305f4144445245535300006044820152606401610285565b6001600160a01b0383166108135760405162461bcd60e51b81526020600482015260136024820152720544f4b454e5f4d5553545f4e4f545f42455f3606c1b6044820152606401610285565b6040516370a0823160e01b81523060048201526000906001600160a01b038516906370a082319060240160206040518083038186803b15801561085557600080fd5b505afa158015610869573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088d9190610f79565b9050818110156108df5760405162461bcd60e51b815260206004820152601e60248201527f414d4f554e545f43414e4e545f4d4f52455f5448414e5f42414c414e434500006044820152606401610285565b6108ea848484610c30565b604080516001600160a01b0386168152602081018490527f7bf0873174a9cc6b28e039b52e74903dd59d650205f32748e3c3dd6b9918ea87910160405180910390a150505050565b6001546001600160a01b0316331461095c5760405162461bcd60e51b815260040161028590611088565b6001600160a01b0381166109c15760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610285565b6109ca81610a9b565b50565b604080516000808252602082019092526001600160a01b0384169083906040516109f79190610fbd565b60006040518083038185875af1925050503d8060008114610a34576040519150601f19603f3d011682016040523d82523d6000602084013e610a39565b606091505b5050905080610a965760405162461bcd60e51b815260206004820152602360248201527f5472616e7366657248656c7065723a204554485f5452414e534645525f46414960448201526213115160ea1b6064820152608401610285565b505050565b600180546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b1790529151600092839290881691610b519190610fbd565b6000604051808303816000865af19150503d8060008114610b8e576040519150601f19603f3d011682016040523d82523d6000602084013e610b93565b606091505b5091509150818015610bbd575080511580610bbd575080806020019051810190610bbd9190610eef565b610c155760405162461bcd60e51b8152602060048201526024808201527f5472616e7366657248656c7065723a205452414e534645525f46524f4d5f46416044820152631253115160e21b6064820152608401610285565b505050505050565b6000610c2982846110bd565b9392505050565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b1790529151600092839290871691610c8c9190610fbd565b6000604051808303816000865af19150503d8060008114610cc9576040519150601f19603f3d011682016040523d82523d6000602084013e610cce565b606091505b5091509150818015610cf8575080511580610cf8575080806020019051810190610cf89190610eef565b610d445760405162461bcd60e51b815260206004820152601f60248201527f5472616e7366657248656c7065723a205452414e534645525f4641494c4544006044820152606401610285565b5050505050565b80356001600160a01b0381168114610d6257600080fd5b919050565b600082601f830112610d77578081fd5b813567ffffffffffffffff80821115610d9257610d9261114b565b604051601f8301601f19908116603f01168101908282118183101715610dba57610dba61114b565b81604052838152866020858801011115610dd2578485fd5b8360208701602083013792830160200193909352509392505050565b600060208284031215610dff578081fd5b610c2982610d4b565b600080600060608486031215610e1c578182fd5b610e2584610d4b565b9250610e3360208501610d4b565b9150604084013590509250925092565b600080600080600060a08688031215610e5a578081fd5b610e6386610d4b565b9450602086013567ffffffffffffffff80821115610e7f578283fd5b610e8b89838a01610d67565b95506040880135915080821115610ea0578283fd5b50610ead88828901610d67565b9598949750949560608101359550608001359392505050565b60008060408385031215610ed8578182fd5b610ee183610d4b565b946020939093013593505050565b600060208284031215610f00578081fd5b81518015158114610c29578182fd5b600080600060608486031215610f23578283fd5b833567ffffffffffffffff80821115610f3a578485fd5b610f4687838801610d67565b94506020860135915080821115610f5b578384fd5b50610f6886828701610d67565b925050604084013590509250925092565b600060208284031215610f8a578081fd5b5051919050565b60008151808452610fa98160208601602086016110e0565b601f01601f19169290920160200192915050565b60008251610fcf8184602087016110e0565b9190910192915050565b600060018060a01b03808916835260c06020840152610ffb60c0840189610f91565b818816604085015283810360608501526110158188610f91565b608085019690965250505060a00152949350505050565b602081526000610c296020830184610f91565b60a08152600061105260a0830188610f91565b6001600160a01b038716602084015282810360408401526110738187610f91565b60608401959095525050608001529392505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6000828210156110db57634e487b7160e01b81526011600452602481fd5b500390565b60005b838110156110fb5781810151838201526020016110e3565b8381111561110a576000848401525b50505050565b600181811c9082168061112457607f821691505b6020821081141561114557634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fdfea26469706673582212205530008249784a4e99b1a54661b55c1360dfbeff9f2713c7087982a53ccb55a264736f6c63430008040033
Deployed Bytecode Sourcemap
206:2859:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;294:18;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1814:331;;;;;;:::i;:::-;;:::i;:::-;;2153:382;;;;;;;;;;-1:-1:-1;2153:382:0;;;;;:::i;:::-;;:::i;1548:86:3:-;;;;;;;;;;;;;:::i;944:79::-;;;;;;;;;;-1:-1:-1;1012:6:3;;944:79;;-1:-1:-1;;;;;1012:6:3;;;4374:51:7;;4362:2;4347:18;944:79:3;4329:102:7;321:20:0;;;;;;;;;;;;;:::i;909:895::-;;;;;;;;;;-1:-1:-1;909:895:0;;;;;:::i;:::-;;:::i;2543:482::-;;;;;;;;;;-1:-1:-1;2543:482:0;;;;;:::i;:::-;;:::i;1777:179:3:-;;;;;;;;;;-1:-1:-1;1777:179:3;;;;;:::i;:::-;;:::i;294:18:0:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;1814:331::-;1656:1:4;2211:7;;:19;;2203:63;;;;-1:-1:-1;;;2203:63:4;;11410:2:7;2203:63:4;;;11392:21:7;11449:2;11429:18;;;11422:30;11488:33;11468:18;;;11461:61;11539:18;;2203:63:4;;;;;;;;;1656:1;2333:7;:18;1974:9:0::1;2002:14:::0;1994:57:::1;;;::::0;-1:-1:-1;;;1994:57:0;;8416:2:7;1994:57:0::1;::::0;::::1;8398:21:7::0;8455:2;8435:18;;;8428:30;8494:32;8474:18;;;8467:60;8544:18;;1994:57:0::1;8388:180:7::0;1994:57:0::1;2067:70;2075:7;2084:10;2096:11;2109:10;2121:15;2067:70;;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1::0;;1615:1:4;2490:7;:22;-1:-1:-1;;1814:331:0:o;2153:382::-;1012:6:3;;-1:-1:-1;;;;;1012:6:3;660:10:1;1140:23:3;1132:68;;;;-1:-1:-1;;;1132:68:3;;;;;;;:::i;:::-;-1:-1:-1;;;;;2249:25:0;::::1;2241:68;;;::::0;-1:-1:-1;;;2241:68:0;;8775:2:7;2241:68:0::1;::::0;::::1;8757:21:7::0;8814:2;8794:18;;;8787:30;8853:32;8833:18;;;8826:60;8903:18;;2241:68:0::1;8747:180:7::0;2241:68:0::1;2338:21;2378:17:::0;;::::1;;2370:60;;;::::0;-1:-1:-1;;;2370:60:0;;7650:2:7;2370:60:0::1;::::0;::::1;7632:21:7::0;7689:2;7669:18;;;7662:30;7728:32;7708:18;;;7701:60;7778:18;;2370:60:0::1;7622:180:7::0;2370:60:0::1;2441:51;2472:11;2485:6;2441:30;:51::i;:::-;2508:19;::::0;11714:25:7;;;2508:19:0::1;::::0;11702:2:7;11687:18;2508:19:0::1;;;;;;;1206:1:3;2153:382:0::0;;:::o;1548:86:3:-;1012:6;;-1:-1:-1;;;;;1012:6:3;660:10:1;1140:23:3;1132:68;;;;-1:-1:-1;;;1132:68:3;;;;;;;:::i;:::-;1608:21:::1;1626:1;1608:9;:21::i;:::-;1548:86::o:0;321:20:0:-;;;;;;;:::i;909:895::-;1656:1:4;2211:7;;:19;;2203:63;;;;-1:-1:-1;;;2203:63:4;;11410:2:7;2203:63:4;;;11392:21:7;11449:2;11429:18;;;11422:30;11488:33;11468:18;;;11461:61;11539:18;;2203:63:4;11382:181:7;2203:63:4;1656:1;2333:7;:18;-1:-1:-1;;;;;1130:23:0;::::1;1122:57;;;::::0;-1:-1:-1;;;1122:57:0;;10251:2:7;1122:57:0::1;::::0;::::1;10233:21:7::0;10290:2;10270:18;;;10263:30;-1:-1:-1;;;10309:18:7;;;10302:51;10370:18;;1122:57:0::1;10223:171:7::0;1122:57:0::1;1211:1;1198:10;:14;1190:64;;;::::0;-1:-1:-1;;;1190:64:0;;7244:2:7;1190:64:0::1;::::0;::::1;7226:21:7::0;7283:2;7263:18;;;7256:30;7322:34;7302:18;;;7295:62;-1:-1:-1;;;7373:18:7;;;7366:35;7418:19;;1190:64:0::1;7216:227:7::0;1190:64:0::1;1330:42;::::0;-1:-1:-1;;;1330:42:0;;1366:4:::1;1330:42;::::0;::::1;4374:51:7::0;1265:20:0::1;::::0;;;-1:-1:-1;;;;;1330:27:0;::::1;::::0;::::1;::::0;4347:18:7;;1330:42:0::1;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1296:76;;1383:81;1415:9;1426:10;1446:4;1453:10;1383:31;:81::i;:::-;1506:42;::::0;-1:-1:-1;;;1506:42:0;;1542:4:::1;1506:42;::::0;::::1;4374:51:7::0;1475:28:0::1;::::0;-1:-1:-1;;;;;1506:27:0;::::1;::::0;::::1;::::0;4347:18:7;;1506:42:0::1;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1475:73:::0;-1:-1:-1;1574:49:0::1;1475:73:::0;1599:23;1574:24:::1;:49::i;:::-;1559:64;;1657:1;1642:12;:16;1634:68;;;::::0;-1:-1:-1;;;1634:68:0;;9134:2:7;1634:68:0::1;::::0;::::1;9116:21:7::0;9173:2;9153:18;;;9146:30;9212:34;9192:18;;;9185:62;-1:-1:-1;;;9263:18:7;;;9256:37;9310:19;;1634:68:0::1;9106:229:7::0;1634:68:0::1;1718:78;1723:9;1734:7;1743:10;1755:11;1768:10;1780:15;1718:78;;;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1::0;;1615:1:4;2490:7;:22;-1:-1:-1;;;;;;909:895:0:o;2543:482::-;1012:6:3;;-1:-1:-1;;;;;1012:6:3;660:10:1;1140:23:3;1132:68;;;;-1:-1:-1;;;1132:68:3;;;;;;;:::i;:::-;-1:-1:-1;;;;;2651:25:0;::::1;2643:68;;;::::0;-1:-1:-1;;;2643:68:0;;8775:2:7;2643:68:0::1;::::0;::::1;8757:21:7::0;8814:2;8794:18;;;8787:30;8853:32;8833:18;;;8826:60;8903:18;;2643:68:0::1;8747:180:7::0;2643:68:0::1;-1:-1:-1::0;;;;;2730:19:0;::::1;2722:51;;;::::0;-1:-1:-1;;;2722:51:0;;9903:2:7;2722:51:0::1;::::0;::::1;9885:21:7::0;9942:2;9922:18;;;9915:30;-1:-1:-1;;;9961:18:7;;;9954:49;10020:18;;2722:51:0::1;9875:169:7::0;2722:51:0::1;2802:38;::::0;-1:-1:-1;;;2802:38:0;;2834:4:::1;2802:38;::::0;::::1;4374:51:7::0;2784:15:0::1;::::0;-1:-1:-1;;;;;2802:23:0;::::1;::::0;::::1;::::0;4347:18:7;;2802:38:0::1;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2784:56;;2870:6;2859:7;:17;;2851:60;;;::::0;-1:-1:-1;;;2851:60:0;;7650:2:7;2851:60:0::1;::::0;::::1;7632:21:7::0;7689:2;7669:18;;;7662:30;7728:32;7708:18;;;7701:60;7778:18;;2851:60:0::1;7622:180:7::0;2851:60:0::1;2922:55;2950:5;2957:11;2970:6;2922:27;:55::i;:::-;2993:24;::::0;;-1:-1:-1;;;;;5740:32:7;;5722:51;;5804:2;5789:18;;5782:34;;;2993:24:0::1;::::0;5695:18:7;2993:24:0::1;;;;;;;1206:1:3;2543:482:0::0;;;:::o;1777:179:3:-;1012:6;;-1:-1:-1;;;;;1012:6:3;660:10:1;1140:23:3;1132:68;;;;-1:-1:-1;;;1132:68:3;;;;;;;:::i;:::-;-1:-1:-1;;;;;1861:22:3;::::1;1853:73;;;::::0;-1:-1:-1;;;1853:73:3;;8009:2:7;1853:73:3::1;::::0;::::1;7991:21:7::0;8048:2;8028:18;;;8021:30;8087:34;8067:18;;;8060:62;-1:-1:-1;;;8138:18:7;;;8131:36;8184:19;;1853:73:3::1;7981:228:7::0;1853:73:3::1;1932:19;1942:8;1932:9;:19::i;:::-;1777:179:::0;:::o;1238:195:6:-;1346:12;;;1308;1346;;;;;;;;;-1:-1:-1;;;;;1325:7:6;;;1339:5;;1325:34;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1307:52;;;1378:7;1370:55;;;;-1:-1:-1;;;1370:55:6;;10601:2:7;1370:55:6;;;10583:21:7;10640:2;10620:18;;;10613:30;10679:34;10659:18;;;10652:62;-1:-1:-1;;;10730:18:7;;;10723:33;10773:19;;1370:55:6;10573:225:7;1370:55:6;1238:195;;;:::o;1960:155:3:-;2030:6;;;-1:-1:-1;;;;;2042:17:3;;;-1:-1:-1;;;;;;2042:17:3;;;;;;;2070:40;;2030:6;;;2042:17;2030:6;;2070:40;;2011:16;;2070:40;1960:155;;:::o;828:402:6:-;1053:51;;;-1:-1:-1;;;;;4694:15:7;;;1053:51:6;;;4676:34:7;4746:15;;;4726:18;;;4719:43;4778:18;;;;4771:34;;;1053:51:6;;;;;;;;;;4611:18:7;;;;1053:51:6;;;;;;;-1:-1:-1;;;;;1053:51:6;-1:-1:-1;;;1053:51:6;;;1042:63;;-1:-1:-1;;;;1042:10:6;;;;:63;;1053:51;1042:63;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1006:99;;;;1124:7;:57;;;;-1:-1:-1;1136:11:6;;:16;;:44;;;1167:4;1156:24;;;;;;;;;;;;:::i;:::-;1116:106;;;;-1:-1:-1;;;1116:106:6;;11005:2:7;1116:106:6;;;10987:21:7;11044:2;11024:18;;;11017:30;11083:34;11063:18;;;11056:62;-1:-1:-1;;;11134:18:7;;;11127:34;11178:19;;1116:106:6;10977:226:7;1116:106:6;828:402;;;;;;:::o;2793:90:5:-;2851:7;2873:5;2877:1;2873;:5;:::i;:::-;2866:12;2793:90;-1:-1:-1;;;2793:90:5:o;459:361:6:-;654:45;;;-1:-1:-1;;;;;5740:32:7;;;654:45:6;;;5722:51:7;5789:18;;;;5782:34;;;654:45:6;;;;;;;;;;5695:18:7;;;;654:45:6;;;;;;;-1:-1:-1;;;;;654:45:6;-1:-1:-1;;;654:45:6;;;643:57;;-1:-1:-1;;;;643:10:6;;;;:57;;654:45;643:57;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;607:93;;;;719:7;:57;;;;-1:-1:-1;731:11:6;;:16;;:44;;;762:4;751:24;;;;;;;;;;;;:::i;:::-;711:101;;;;-1:-1:-1;;;711:101:6;;6884:2:7;711:101:6;;;6866:21:7;6923:2;6903:18;;;6896:30;6962:33;6942:18;;;6935:61;7013:18;;711:101:6;6856:181:7;711:101:6;459:361;;;;;:::o;14:173:7:-;82:20;;-1:-1:-1;;;;;131:31:7;;121:42;;111:2;;177:1;174;167:12;111:2;63:124;;;:::o;192:739::-;235:5;288:3;281:4;273:6;269:17;265:27;255:2;;310:5;303;296:20;255:2;350:6;337:20;376:18;413:2;409;406:10;403:2;;;419:18;;:::i;:::-;494:2;488:9;462:2;548:13;;-1:-1:-1;;544:22:7;;;568:2;540:31;536:40;524:53;;;592:18;;;612:22;;;589:46;586:2;;;638:18;;:::i;:::-;678:10;674:2;667:22;713:2;705:6;698:18;759:3;752:4;747:2;739:6;735:15;731:26;728:35;725:2;;;780:5;773;766:20;725:2;848;841:4;833:6;829:17;822:4;814:6;810:17;797:54;871:15;;;888:4;867:26;860:41;;;;-1:-1:-1;875:6:7;245:686;-1:-1:-1;;;245:686:7:o;936:196::-;995:6;1048:2;1036:9;1027:7;1023:23;1019:32;1016:2;;;1069:6;1061;1054:22;1016:2;1097:29;1116:9;1097:29;:::i;1137:338::-;1214:6;1222;1230;1283:2;1271:9;1262:7;1258:23;1254:32;1251:2;;;1304:6;1296;1289:22;1251:2;1332:29;1351:9;1332:29;:::i;:::-;1322:39;;1380:38;1414:2;1403:9;1399:18;1380:38;:::i;:::-;1370:48;;1465:2;1454:9;1450:18;1437:32;1427:42;;1241:234;;;;;:::o;1480:785::-;1595:6;1603;1611;1619;1627;1680:3;1668:9;1659:7;1655:23;1651:33;1648:2;;;1702:6;1694;1687:22;1648:2;1730:29;1749:9;1730:29;:::i;:::-;1720:39;;1810:2;1799:9;1795:18;1782:32;1833:18;1874:2;1866:6;1863:14;1860:2;;;1895:6;1887;1880:22;1860:2;1923:50;1965:7;1956:6;1945:9;1941:22;1923:50;:::i;:::-;1913:60;;2026:2;2015:9;2011:18;1998:32;1982:48;;2055:2;2045:8;2042:16;2039:2;;;2076:6;2068;2061:22;2039:2;;2104:52;2148:7;2137:8;2126:9;2122:24;2104:52;:::i;:::-;1638:627;;;;-1:-1:-1;2094:62:7;;2203:2;2188:18;;2175:32;;-1:-1:-1;2254:3:7;2239:19;2226:33;;1638:627;-1:-1:-1;;;1638:627:7:o;2270:264::-;2338:6;2346;2399:2;2387:9;2378:7;2374:23;2370:32;2367:2;;;2420:6;2412;2405:22;2367:2;2448:29;2467:9;2448:29;:::i;:::-;2438:39;2524:2;2509:18;;;;2496:32;;-1:-1:-1;;;2357:177:7:o;2539:297::-;2606:6;2659:2;2647:9;2638:7;2634:23;2630:32;2627:2;;;2680:6;2672;2665:22;2627:2;2717:9;2711:16;2770:5;2763:13;2756:21;2749:5;2746:32;2736:2;;2797:6;2789;2782:22;2841:641;2938:6;2946;2954;3007:2;2995:9;2986:7;2982:23;2978:32;2975:2;;;3028:6;3020;3013:22;2975:2;3073:9;3060:23;3102:18;3143:2;3135:6;3132:14;3129:2;;;3164:6;3156;3149:22;3129:2;3192:50;3234:7;3225:6;3214:9;3210:22;3192:50;:::i;:::-;3182:60;;3295:2;3284:9;3280:18;3267:32;3251:48;;3324:2;3314:8;3311:16;3308:2;;;3345:6;3337;3330:22;3308:2;;3373:52;3417:7;3406:8;3395:9;3391:24;3373:52;:::i;:::-;3363:62;;;3472:2;3461:9;3457:18;3444:32;3434:42;;2965:517;;;;;:::o;3487:194::-;3557:6;3610:2;3598:9;3589:7;3585:23;3581:32;3578:2;;;3631:6;3623;3616:22;3578:2;-1:-1:-1;3659:16:7;;3568:113;-1:-1:-1;3568:113:7:o;3686:258::-;3728:3;3766:5;3760:12;3793:6;3788:3;3781:19;3809:63;3865:6;3858:4;3853:3;3849:14;3842:4;3835:5;3831:16;3809:63;:::i;:::-;3926:2;3905:15;-1:-1:-1;;3901:29:7;3892:39;;;;3933:4;3888:50;;3736:208;-1:-1:-1;;3736:208:7:o;3949:274::-;4078:3;4116:6;4110:13;4132:53;4178:6;4173:3;4166:4;4158:6;4154:17;4132:53;:::i;:::-;4201:16;;;;;4086:137;-1:-1:-1;;4086:137:7:o;4816:727::-;5088:4;5134:1;5130;5125:3;5121:11;5117:19;5175:2;5167:6;5163:15;5152:9;5145:34;5215:3;5210:2;5199:9;5195:18;5188:31;5242:46;5283:3;5272:9;5268:19;5260:6;5242:46;:::i;:::-;5336:2;5328:6;5324:15;5319:2;5308:9;5304:18;5297:43;5388:9;5380:6;5376:22;5371:2;5360:9;5356:18;5349:50;5416:33;5442:6;5434;5416:33;:::i;:::-;5480:3;5465:19;;5458:35;;;;-1:-1:-1;;;5524:3:7;5509:19;5502:35;5408:41;5097:446;-1:-1:-1;;;;5097:446:7:o;5827:220::-;5976:2;5965:9;5958:21;5939:4;5996:45;6037:2;6026:9;6022:18;6014:6;5996:45;:::i;6052:625::-;6333:3;6322:9;6315:22;6296:4;6360:46;6401:3;6390:9;6386:19;6378:6;6360:46;:::i;:::-;-1:-1:-1;;;;;6442:32:7;;6437:2;6422:18;;6415:60;6511:22;;;6506:2;6491:18;;6484:50;6551:33;6515:6;6569;6551:33;:::i;:::-;6615:2;6600:18;;6593:34;;;;-1:-1:-1;;6658:3:7;6643:19;6636:35;6543:41;6305:372;-1:-1:-1;;;6305:372:7:o;9340:356::-;9542:2;9524:21;;;9561:18;;;9554:30;9620:34;9615:2;9600:18;;9593:62;9687:2;9672:18;;9514:182::o;11750:228::-;11790:4;11818:1;11815;11812:8;11809:2;;;-1:-1:-1;;;11843:34:7;;11900:4;11897:1;11890:15;11931:4;11850;11918:18;11809:2;-1:-1:-1;11963:9:7;;11799:179::o;11983:258::-;12055:1;12065:113;12079:6;12076:1;12073:13;12065:113;;;12155:11;;;12149:18;12136:11;;;12129:39;12101:2;12094:10;12065:113;;;12196:6;12193:1;12190:13;12187:2;;;12231:1;12222:6;12217:3;12213:16;12206:27;12187:2;;12036:205;;;:::o;12246:380::-;12325:1;12321:12;;;;12368;;;12389:2;;12443:4;12435:6;12431:17;12421:27;;12389:2;12496;12488:6;12485:14;12465:18;12462:38;12459:2;;;12542:10;12537:3;12533:20;12530:1;12523:31;12577:4;12574:1;12567:15;12605:4;12602:1;12595:15;12459:2;;12301:325;;;:::o;12631:127::-;12692:10;12687:3;12683:20;12680:1;12673:31;12723:4;12720:1;12713:15;12747:4;12744:1;12737:15
Swarm Source
ipfs://5530008249784a4e99b1a54661b55c1360dfbeff9f2713c7087982a53ccb55a2
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 14.48% | $1 | 166,043.5821 | $166,043.58 | |
| ETH | 10.61% | $3,105.64 | 39.1519 | $121,591.71 | |
| ETH | 9.64% | $0.005012 | 22,039,611.0677 | $110,472.67 | |
| ETH | 8.31% | $0.999892 | 95,331.5468 | $95,321.25 | |
| ETH | 2.05% | $3,105.64 | 7.5839 | $23,552.82 | |
| ETH | 1.49% | $90,218 | 0.1895 | $17,098.06 | |
| ETH | 1.44% | $0.999653 | 16,524.4385 | $16,518.7 | |
| ETH | 0.85% | $0.324831 | 29,989.7841 | $9,741.61 | |
| ETH | 0.47% | $0.2318 | 23,223.4664 | $5,383.2 | |
| ETH | 0.31% | $0.143067 | 24,760.9801 | $3,542.48 | |
| ETH | 0.26% | $4,316.18 | 0.6871 | $2,965.67 | |
| ETH | 0.23% | $5.45 | 478.7355 | $2,609.11 | |
| ETH | 0.20% | $198.31 | 11.3143 | $2,243.74 | |
| ETH | 0.19% | $0.067573 | 33,037.0218 | $2,232.41 | |
| ETH | 0.16% | $0.027481 | 65,129.1522 | $1,789.83 | |
| ETH | 0.15% | $1 | 1,685.809 | $1,685.81 | |
| ETH | 0.11% | $81.34 | 15.7185 | $1,278.54 | |
| ETH | 0.11% | $0.996514 | 1,208.3849 | $1,204.17 | |
| ETH | 0.10% | $0.999213 | 1,149.669 | $1,148.76 | |
| ETH | 0.10% | $0.000004 | 253,234,068.521 | $1,111.7 | |
| ETH | 0.08% | $3,599.03 | 0.2428 | $873.95 | |
| ETH | 0.07% | $0.000008 | 98,999,018.0463 | $834.56 | |
| ETH | 0.07% | $0.272021 | 2,765.3627 | $752.24 | |
| ETH | 0.05% | $0.176175 | 3,561.4115 | $627.43 | |
| ETH | 0.05% | $0.450896 | 1,384.4429 | $624.24 | |
| ETH | 0.05% | $0.321383 | 1,905.8546 | $612.51 | |
| ETH | 0.05% | $10.92 | 52.696 | $575.44 | |
| ETH | 0.04% | $0.000047 | 9,508,819.3437 | $444.35 | |
| ETH | 0.04% | $4,294.18 | 0.1 | $429.32 | |
| ETH | 0.03% | $0.139942 | 2,739.3029 | $383.34 | |
| ETH | 0.03% | $0.589967 | 638.5186 | $376.7 | |
| ETH | 0.03% | $21.03 | 17.8789 | $375.99 | |
| ETH | 0.03% | $0.279424 | 1,165.4037 | $325.64 | |
| ETH | 0.02% | $0.133224 | 2,091.924 | $278.69 | |
| ETH | 0.02% | $0.402104 | 678.7334 | $272.92 | |
| ETH | 0.02% | $3.6 | 57.7066 | $207.74 | |
| ETH | 0.02% | $0.00006 | 3,340,294.9769 | $201.35 | |
| ETH | 0.02% | $0.277999 | 709.4579 | $197.23 | |
| ETH | 0.02% | $0.987103 | 190.8095 | $188.35 | |
| ETH | 0.02% | $1.26 | 149.3851 | $188.23 | |
| ETH | 0.02% | $0.463037 | 378.8397 | $175.42 | |
| ETH | 0.01% | $0.041333 | 4,136.3775 | $170.97 | |
| ETH | 0.01% | $0.809535 | 208.3274 | $168.65 | |
| ETH | 0.01% | $0.038395 | 3,769.8458 | $144.74 | |
| ETH | 0.01% | $2.17 | 55.1806 | $119.74 | |
| ETH | <0.01% | $0.002042 | 53,176.4909 | $108.57 | |
| ETH | <0.01% | $0.0339 | 2,716.7291 | $92.1 | |
| ETH | <0.01% | $0.248457 | 341.1559 | $84.76 | |
| ETH | <0.01% | $0.246143 | 334.7784 | $82.4 | |
| ETH | <0.01% | $1 | 61 | $61.06 | |
| ETH | <0.01% | $1.17 | 52 | $60.84 | |
| ETH | <0.01% | $0.001737 | 32,708.5747 | $56.83 | |
| ETH | <0.01% | $2.57 | 22.0345 | $56.63 | |
| ETH | <0.01% | $0.999415 | 51 | $50.97 | |
| ETH | <0.01% | $0.213178 | 224.6451 | $47.89 | |
| ETH | <0.01% | $0.012906 | 3,362.8015 | $43.4 | |
| ETH | <0.01% | $0.14593 | 286.3709 | $41.79 | |
| ETH | <0.01% | $0.045873 | 845.1914 | $38.77 | |
| ETH | <0.01% | $1.01 | 36.6791 | $37.16 | |
| ETH | <0.01% | $0.0096 | 3,844.926 | $36.91 | |
| ETH | <0.01% | $13.74 | 2.6245 | $36.06 | |
| ETH | <0.01% | $0.026059 | 1,307.1509 | $34.06 | |
| ETH | <0.01% | $0.288626 | 104.0527 | $30.03 | |
| ETH | <0.01% | $0.118742 | 233.3363 | $27.71 | |
| ETH | <0.01% | $0.035006 | 713.1765 | $24.97 | |
| ETH | <0.01% | $0.003126 | 7,956.1274 | $24.87 | |
| ETH | <0.01% | $29.37 | 0.8387 | $24.63 | |
| ETH | <0.01% | $1.52 | 15.3258 | $23.3 | |
| ETH | <0.01% | $0.085476 | 254.6174 | $21.76 | |
| ETH | <0.01% | $0.139161 | 149.9857 | $20.87 | |
| ETH | <0.01% | $0.001463 | 13,892.7566 | $20.32 | |
| ETH | <0.01% | $0.000532 | 34,374.5181 | $18.29 | |
| ETH | <0.01% | $19.49 | 0.7662 | $14.93 | |
| ETH | <0.01% | $0.807985 | 17.6409 | $14.25 | |
| ETH | <0.01% | $0.007422 | 1,802.3219 | $13.38 | |
| ETH | <0.01% | $10.44 | 1.1277 | $11.77 | |
| ETH | <0.01% | $0.726097 | 16.032 | $11.64 | |
| ETH | <0.01% | $0.001091 | 9,980.023 | $10.89 | |
| ETH | <0.01% | $0.250345 | 40.5582 | $10.15 | |
| ETH | <0.01% | $1.16 | 7.6988 | $8.93 | |
| ETH | <0.01% | $0.439209 | 17.0693 | $7.5 | |
| ETH | <0.01% | $0.01066 | 688.9282 | $7.34 | |
| ETH | <0.01% | $0.999554 | 7.28 | $7.28 | |
| ETH | <0.01% | $0.999491 | 6.819 | $6.82 | |
| ETH | <0.01% | $0.187606 | 29.9419 | $5.62 | |
| ETH | <0.01% | $0.40565 | 10.0929 | $4.09 | |
| ETH | <0.01% | $0.027669 | 130.1975 | $3.6 | |
| ETH | <0.01% | $0.001247 | 2,476.6868 | $3.09 | |
| ETH | <0.01% | $0.001989 | 1,531.868 | $3.05 | |
| ETH | <0.01% | $0.007164 | 374.2487 | $2.68 | |
| ETH | <0.01% | $0.584222 | 4.4696 | $2.61 | |
| ETH | <0.01% | $0.000041 | 59,358.7398 | $2.45 | |
| ETH | <0.01% | <$0.000001 | 567,585,842.5499 | $2.43 | |
| ETH | <0.01% | $0.599079 | 3.396 | $2.03 | |
| ETH | <0.01% | $59.84 | 0.0249 | $1.49 | |
| ETH | <0.01% | $0.010267 | 83.6404 | $0.8587 | |
| ETH | <0.01% | $0.026971 | 29.9947 | $0.8089 | |
| ETH | <0.01% | $0.000096 | 8,218.6079 | $0.7863 | |
| ETH | <0.01% | $0.000009 | 74,802.6454 | $0.6462 | |
| ETH | <0.01% | $0.006173 | 104.4964 | $0.645 | |
| ETH | <0.01% | $0.000006 | 111,463.1807 | $0.6253 | |
| ETH | <0.01% | $0.000901 | 333.7333 | $0.3007 | |
| ETH | <0.01% | $0.000003 | 100,000 | $0.2789 | |
| ETH | <0.01% | <$0.000001 | 110,798,585.077 | $0.2637 | |
| ETH | <0.01% | $0.00 | 0.0154 | $0.00 | |
| ETH | <0.01% | <$0.000001 | 95,840,163.559 | $0.1691 | |
| BSC | 11.99% | $1 | 137,522.1053 | $137,522.11 | |
| BSC | 5.54% | $892.56 | 71.1223 | $63,481.04 | |
| BSC | 3.75% | $892.4 | 48.212 | $43,024.38 | |
| BSC | 2.56% | $0.999858 | 29,398.9535 | $29,394.78 | |
| BSC | 1.21% | $0.292559 | 47,572.1225 | $13,917.67 | |
| BSC | 0.91% | $3,105.84 | 3.342 | $10,379.77 | |
| BSC | 0.67% | $0.971083 | 7,936.3292 | $7,706.84 | |
| BSC | 0.65% | $0.955405 | 7,768.7572 | $7,422.31 | |
| BSC | 0.62% | $90,390.77 | 0.0788 | $7,122.52 | |
| BSC | 0.59% | $2.24 | 3,030.3469 | $6,787.98 | |
| BSC | 0.59% | $13.74 | 489.1755 | $6,721.27 | |
| BSC | 0.49% | $0.005021 | 1,122,126.3557 | $5,634.67 | |
| BSC | 0.38% | $2.03 | 2,119.6453 | $4,309.39 | |
| BSC | 0.24% | $5.45 | 502.4285 | $2,737.43 | |
| BSC | 0.22% | $2.04 | 1,257.8322 | $2,565.98 | |
| BSC | 0.22% | $0.999147 | 2,542.7538 | $2,540.58 | |
| BSC | 0.22% | $0.01019 | 248,292.69 | $2,530.21 | |
| BSC | 0.19% | $13.28 | 161.9465 | $2,150.08 | |
| BSC | 0.13% | $0.111822 | 12,949.6305 | $1,448.05 | |
| BSC | 0.08% | $436.69 | 2.223 | $970.78 | |
| BSC | 0.05% | $0.999916 | 524.0205 | $523.98 | |
| BSC | 0.04% | <$0.000001 | 57,090,929,321.0548 | $514.05 | |
| BSC | 0.04% | $0.139464 | 3,594.4473 | $501.3 | |
| BSC | 0.04% | $3.1 | 138.2711 | $428.64 | |
| BSC | 0.03% | $0.000324 | 1,225,644 | $397.63 | |
| BSC | 0.03% | <$0.000001 | 1,922,985,562,377.0522 | $384.6 | |
| BSC | 0.03% | $0.000003 | 131,340,605.2762 | $380.02 | |
| BSC | 0.02% | $0.011354 | 18,637.9525 | $211.61 | |
| BSC | 0.02% | $0.03351 | 5,545.6077 | $185.83 | |
| BSC | 0.01% | $0.000609 | 252,369.7003 | $153.76 | |
| BSC | 0.01% | $0.000029 | 5,131,274.6265 | $146.91 | |
| BSC | 0.01% | $0.998708 | 139.938 | $139.76 | |
| BSC | 0.01% | $0.000071 | 1,768,347.9084 | $125.52 | |
| BSC | <0.01% | <$0.000001 | 110,618,765,847.2486 | $110.62 | |
| BSC | <0.01% | $0.000012 | 9,149,354.6806 | $109.98 | |
| BSC | <0.01% | $0.115782 | 760.011 | $88 | |
| BSC | <0.01% | <$0.000001 | 2,351,701,921,788 | $86.89 | |
| BSC | <0.01% | <$0.000001 | 4,138,318,570.8695 | $83.52 | |
| BSC | <0.01% | $0.180256 | 347.0642 | $62.56 | |
| BSC | <0.01% | $0.00 | 1,503.3797 | $0.00 | |
| BSC | <0.01% | $0.091309 | 520.721 | $47.55 | |
| BSC | <0.01% | $0.589332 | 73.2713 | $43.18 | |
| BSC | <0.01% | $0.000723 | 57,682.684 | $41.7 | |
| BSC | <0.01% | $0.029677 | 1,111.5968 | $32.99 | |
| BSC | <0.01% | $0.000027 | 1,201,303.8824 | $31.97 | |
| BSC | <0.01% | $0.026706 | 1,034.1309 | $27.62 | |
| BSC | <0.01% | $5.39 | 4.3376 | $23.38 | |
| BSC | <0.01% | $0.050116 | 464.8106 | $23.29 | |
| BSC | <0.01% | $0.15795 | 140.2009 | $22.14 | |
| BSC | <0.01% | $0.006328 | 3,397.1447 | $21.5 | |
| BSC | <0.01% | $0.031588 | 656.5947 | $20.74 | |
| BSC | <0.01% | $1.1 | 17 | $18.68 | |
| BSC | <0.01% | $0.119228 | 127.1566 | $15.16 | |
| BSC | <0.01% | <$0.000001 | 71,432,114,600.8182 | $13.16 | |
| BSC | <0.01% | $0.291995 | 40.42 | $11.8 | |
| BSC | <0.01% | <$0.000001 | 86,173,916.7379 | $10.32 | |
| BSC | <0.01% | $0.026407 | 350.109 | $9.25 | |
| BSC | <0.01% | $0.000005 | 1,667,265.7028 | $9.02 | |
| BSC | <0.01% | $0.00 | 2,938.295 | $0.00 | |
| BSC | <0.01% | $0.00 | 2,757,743.7328 | $0.00 | |
| BSC | <0.01% | $0.137638 | 54.8946 | $7.56 | |
| BSC | <0.01% | $0.000635 | 11,267.8718 | $7.16 | |
| BSC | <0.01% | $0.000067 | 106,482.7039 | $7.09 | |
| BSC | <0.01% | $0.000657 | 10,210.3798 | $6.71 | |
| BSC | <0.01% | <$0.000001 | 167,685,741,415.7341 | $6.32 | |
| BSC | <0.01% | $0.266123 | 22.82 | $6.07 | |
| BSC | <0.01% | $0.073211 | 77.8148 | $5.7 | |
| BSC | <0.01% | $0.001171 | 4,718.348 | $5.53 | |
| BSC | <0.01% | <$0.000001 | 1,288,345,740,615.4414 | $5.39 | |
| BSC | <0.01% | $0.016583 | 321.2409 | $5.33 | |
| BSC | <0.01% | $0.116697 | 27.5554 | $3.22 | |
| BSC | <0.01% | <$0.000001 | 1,499,156,900.5386 | $2.55 | |
| BSC | <0.01% | $0.131366 | 17.9835 | $2.36 | |
| BSC | <0.01% | <$0.000001 | 6,035,793.5205 | $2.35 | |
| BSC | <0.01% | $0.814541 | 2.6673 | $2.17 | |
| BSC | <0.01% | $0.012687 | 167.0107 | $2.12 | |
| BSC | <0.01% | $0.000585 | 3,580.8515 | $2.09 | |
| BSC | <0.01% | $0.04768 | 41.8331 | $1.99 | |
| BSC | <0.01% | $0.0009 | 2,017.7778 | $1.82 | |
| BSC | <0.01% | $0.015405 | 109.117 | $1.68 | |
| BSC | <0.01% | $0.016371 | 80.7309 | $1.32 | |
| BSC | <0.01% | $0.219044 | 5.6181 | $1.23 | |
| BSC | <0.01% | $0.000158 | 6,566.1781 | $1.04 | |
| BSC | <0.01% | $0.402506 | 2.3377 | $0.9409 | |
| BSC | <0.01% | $0.000114 | 7,459.3875 | $0.8479 | |
| BSC | <0.01% | $0.000067 | 12,166.3149 | $0.8113 | |
| BSC | <0.01% | $0.000324 | 1,742.9915 | $0.5655 | |
| BSC | <0.01% | $0.000361 | 1,560.9932 | $0.5638 | |
| BSC | <0.01% | $0.000087 | 4,801.4313 | $0.4183 | |
| BSC | <0.01% | $0.000014 | 18,923.1809 | $0.2707 | |
| BSC | <0.01% | $0.0016 | 119.0024 | $0.1903 | |
| BSC | <0.01% | $0.000825 | 226.2672 | $0.1867 | |
| BSC | <0.01% | $0.000028 | 5,977.421 | $0.1692 | |
| BSC | <0.01% | $0.001514 | 83.9132 | $0.127 | |
| BSC | <0.01% | $0.000002 | 50,000 | $0.1125 | |
| ARB | 2.81% | $1 | 32,257.1183 | $32,257.12 | |
| ARB | 1.40% | $3,109.68 | 5.1759 | $16,095.25 | |
| ARB | 0.91% | $0.999858 | 10,409.0054 | $10,407.53 | |
| ARB | 0.85% | $3,105.7 | 3.1361 | $9,739.81 | |
| ARB | 0.53% | $0.210139 | 28,680.8209 | $6,026.96 | |
| ARB | 0.48% | $0.002741 | 2,000,000 | $5,481.05 | |
| ARB | 0.13% | $90,206 | 0.0171 | $1,542.4 | |
| ARB | 0.05% | $2.17 | 257.6609 | $559.12 | |
| ARB | <0.01% | $8.57 | 2.7727 | $23.76 | |
| ARB | <0.01% | $0.999858 | 2 | $2 | |
| POL | 3.06% | $1 | 35,039.6669 | $35,039.67 | |
| POL | 0.71% | $0.999818 | 8,159.2522 | $8,157.77 | |
| POL | 0.30% | $3,110.74 | 1.088 | $3,384.34 | |
| POL | 0.25% | $0.121242 | 24,042.9071 | $2,915.01 | |
| POL | 0.02% | $0.00 | 285.8003 | $0.00 | |
| POL | 0.01% | $0.999545 | 134.4675 | $134.41 | |
| POL | <0.01% | <$0.000001 | 388,462,438.8142 | $1.83 | |
| POL | <0.01% | $0.000226 | 6,311.098 | $1.43 | |
| OP | 0.71% | $3,105.24 | 2.6098 | $8,104.03 | |
| OP | 0.50% | $1 | 5,756.6703 | $5,756.67 | |
| OP | 0.49% | $0.999753 | 5,592.7085 | $5,591.33 | |
| OP | 0.48% | $0.999753 | 5,462.3907 | $5,461.04 | |
| OP | 0.18% | $3,110.66 | 0.6701 | $2,084.58 | |
| OP | 0.07% | $0.316535 | 2,600.7528 | $823.23 | |
| OP | <0.01% | $0.589994 | 31.4397 | $18.55 | |
| OP | <0.01% | $0.01269 | 416.7423 | $5.29 | |
| AVAX | 0.84% | $0.999916 | 9,653.8478 | $9,653.04 | |
| AVAX | 0.65% | $0.00 | 7,412.8435 | $0.00 | |
| AVAX | 0.31% | $1 | 3,525.2091 | $3,526.19 | |
| AVAX | 0.11% | $0.999932 | 1,256.3404 | $1,256.25 | |
| AVAX | 0.10% | $0.999916 | 1,190.7852 | $1,190.69 | |
| AVAX | 0.09% | $13.27 | 78.0858 | $1,035.96 | |
| AVAX | <0.01% | $8.57 | 9.1997 | $78.84 | |
| AVAX | <0.01% | $0.070544 | 464.7075 | $32.78 | |
| AVAX | <0.01% | $0.047094 | 349.1309 | $16.44 | |
| AVAX | <0.01% | $0.003592 | 3,578.3422 | $12.85 | |
| BASE | 0.03% | $3,106.02 | 0.1061 | $329.55 | |
| BASE | <0.01% | $0.999916 | 37.1407 | $37.14 | |
| BASE | <0.01% | $0.019895 | 320 | $6.37 | |
| BASE | <0.01% | $0.001248 | 346.6131 | $0.4324 | |
| BASE | <0.01% | $0.00 | 143.3 | $0.00 | |
| OPBNB | <0.01% | $892.39 | 0.00001 | $0.008924 |
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.