Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Latest 25 from a total of 278 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Swap | 16786763 | 1103 days ago | IN | 0 ETH | 0.00874406 | ||||
| Swap | 16786746 | 1103 days ago | IN | 0 ETH | 0.0099513 | ||||
| Swap | 16786744 | 1103 days ago | IN | 0 ETH | 0.0096109 | ||||
| Swap | 16786742 | 1103 days ago | IN | 0 ETH | 0.01000833 | ||||
| Swap | 16786740 | 1103 days ago | IN | 0 ETH | 0.01030516 | ||||
| Swap | 16786736 | 1103 days ago | IN | 0 ETH | 0.01058778 | ||||
| Swap | 16786734 | 1103 days ago | IN | 0 ETH | 0.01099842 | ||||
| Swap | 16786731 | 1103 days ago | IN | 0 ETH | 0.01045686 | ||||
| Swap | 16786726 | 1103 days ago | IN | 0 ETH | 0.01087861 | ||||
| Swap | 16786723 | 1103 days ago | IN | 0 ETH | 0.01134808 | ||||
| Swap | 16786644 | 1103 days ago | IN | 0 ETH | 0.00493454 | ||||
| Swap | 16756717 | 1107 days ago | IN | 0 ETH | 0.0220277 | ||||
| Swap | 16756660 | 1107 days ago | IN | 0 ETH | 0.0207303 | ||||
| Swap | 16756072 | 1107 days ago | IN | 0 ETH | 0.02795177 | ||||
| Swap | 16754842 | 1108 days ago | IN | 0 ETH | 0.03549803 | ||||
| Swap | 16752177 | 1108 days ago | IN | 0 ETH | 0.01514276 | ||||
| Swap | 16752119 | 1108 days ago | IN | 0 ETH | 0.01523298 | ||||
| Swap | 16752104 | 1108 days ago | IN | 0 ETH | 0.01585334 | ||||
| Swap | 16752102 | 1108 days ago | IN | 0 ETH | 0.01588776 | ||||
| Swap | 16752100 | 1108 days ago | IN | 0 ETH | 0.01644069 | ||||
| Swap | 16752098 | 1108 days ago | IN | 0 ETH | 0.01534257 | ||||
| Swap | 16752091 | 1108 days ago | IN | 0 ETH | 0.01587078 | ||||
| Swap | 16742827 | 1109 days ago | IN | 0 ETH | 0.02396808 | ||||
| Swap | 16741490 | 1109 days ago | IN | 0 ETH | 0.02555756 | ||||
| Swap | 16736936 | 1110 days ago | IN | 0 ETH | 0.02454858 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 16756717 | 1107 days ago | 0.0145342 ETH | ||||
| Transfer | 16756717 | 1107 days ago | 0.0145342 ETH | ||||
| Transfer | 16756660 | 1107 days ago | 0.00981313 ETH | ||||
| Transfer | 16756660 | 1107 days ago | 0.00981313 ETH | ||||
| Transfer | 16756072 | 1107 days ago | 0.01156489 ETH | ||||
| Transfer | 16756072 | 1107 days ago | 0.01156489 ETH | ||||
| Transfer | 16754842 | 1108 days ago | 0.01332949 ETH | ||||
| Transfer | 16754842 | 1108 days ago | 0.01332949 ETH | ||||
| Transfer | 16752177 | 1108 days ago | 0.02117119 ETH | ||||
| Transfer | 16752177 | 1108 days ago | 0.02117119 ETH | ||||
| Transfer | 16752119 | 1108 days ago | 0.015339 ETH | ||||
| Transfer | 16752119 | 1108 days ago | 0.015339 ETH | ||||
| Transfer | 16752104 | 1108 days ago | 0.01592891 ETH | ||||
| Transfer | 16752104 | 1108 days ago | 0.01592891 ETH | ||||
| Transfer | 16752102 | 1108 days ago | 0.00729302 ETH | ||||
| Transfer | 16752102 | 1108 days ago | 0.00729302 ETH | ||||
| Transfer | 16752100 | 1108 days ago | 0.01118807 ETH | ||||
| Transfer | 16752100 | 1108 days ago | 0.01118807 ETH | ||||
| Transfer | 16752098 | 1108 days ago | 0.01139896 ETH | ||||
| Transfer | 16752098 | 1108 days ago | 0.01139896 ETH | ||||
| Transfer | 16752091 | 1108 days ago | 0.01217572 ETH | ||||
| Transfer | 16752091 | 1108 days ago | 0.01217572 ETH | ||||
| Transfer | 16742827 | 1109 days ago | 0.03030795 ETH | ||||
| Transfer | 16742827 | 1109 days ago | 0.03030795 ETH | ||||
| Transfer | 16741490 | 1109 days ago | 0.03108936 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
ResetTaxSwap
Compiler Version
v0.8.7+commit.e28d00a7
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2023-02-07
*/
// File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router01.sol
pragma solidity >=0.6.2;
interface IUniswapV2Router01 {
function factory() external pure returns (address);
function WETH() external pure returns (address);
function addLiquidity(
address tokenA,
address tokenB,
uint amountADesired,
uint amountBDesired,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB, uint liquidity);
function addLiquidityETH(
address token,
uint amountTokenDesired,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external payable returns (uint amountToken, uint amountETH, uint liquidity);
function removeLiquidity(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB);
function removeLiquidityETH(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountToken, uint amountETH);
function removeLiquidityWithPermit(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountA, uint amountB);
function removeLiquidityETHWithPermit(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountToken, uint amountETH);
function swapExactTokensForTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapTokensForExactTokens(
uint amountOut,
uint amountInMax,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}
// File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol
pragma solidity >=0.6.2;
interface IUniswapV2Router02 is IUniswapV2Router01 {
function removeLiquidityETHSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountETH);
function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountETH);
function swapExactTokensForTokensSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
function swapExactETHForTokensSupportingFeeOnTransferTokens(
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external payable;
function swapExactTokensForETHSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
}
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @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);
/**
* @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 `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, 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 `from` to `to` 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 from,
address to,
uint256 amount
) external returns (bool);
}
// File: ResetTaxSwap.sol
pragma solidity 0.8.7;
// Create a contract called ResetTaxSwap
// The contract will have an owner address
// The contract will have a method that can be called only by the owner. This method will accept two parameters (amount of tokens to swap and the reference transaction hash)
contract ResetTaxSwap {
address public owner;
// Create an array called "SwapHistory" that will store the amount of tokens swapped and the reference transaction hash, the status of the swap
struct SwapHistory {
uint256 amount;
bytes32 txHash;
bool status;
}
SwapHistory[] public swapHistory;
// Create a reference index to store the index of the array so that we can search for the swap history
mapping(bytes32 => uint256) public swapHistoryIndex;
//Create an interface for the Uniswap v2 router
IUniswapV2Router02 uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
//Create an interface for the token received
IERC20 token = IERC20(0x30df7D7EE52c1b03cd009e656F00AB875AdCEeD2);
//Write a function to getPathForTokentoETH. Token contract address is 0x30df7D7EE52c1b03cd009e656F00AB875AdCEeD2
function getPathForTokentoETH() public view returns (address[] memory) {
address[] memory path = new address[](2);
path[0] = 0x30df7D7EE52c1b03cd009e656F00AB875AdCEeD2;
path[1] = uniswapV2Router.WETH();
return path;
}
// Create a constructor function that sets the owner address
constructor() {
owner = msg.sender;
}
// Fallback function to receive ETH and store in the contract
receive() external payable {}
// Function to withdraw ETH from the contract only by the owner. Do not withdraw all ETH from the contract. Leave 0.1 ETH in the contract
function withdrawETH() public {
require(msg.sender == owner, "Only owner can call this function.");
payable(owner).transfer(address(this).balance - 0.1 ether);
}
// Create a function that can be called only by the owner. This function will accept two parameters (amount of tokens to swap and the reference transaction hash)
function swap(uint256 amount, bytes32 txHash) public {
//throw an error if the caller is not the owner
require(msg.sender == owner, "Only owner can call this function.");
//check if the swap has been done before
require(swapHistoryIndex[txHash] == 0, "Swap has been done before.");
//add the swap to the swap history
swapHistory.push(SwapHistory(amount, txHash, true));
//update the swap history index
swapHistoryIndex[txHash] = swapHistory.length;
//Now write the logic to swap the tokens for ETH using Uniswap v2 router. The contract address of the token received is 0x30df7D7EE52c1b03cd009e656F00AB875AdCEeD2
//The contract address of the Uniswap v2 router is 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
//Approve the Uniswap v2 router to spend the tokens received
token.approve(address(uniswapV2Router), amount);
//Swap the tokens for ETH
uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(amount, 0, getPathForTokentoETH(), address(this), block.timestamp);
//Send the ETH to the owner
payable(owner).transfer(address(this).balance);
//Now find the object in the swap history array and update the status to true
for (uint256 i = 0; i < swapHistory.length; i++) {
if (swapHistory[i].txHash == txHash) {
swapHistory[i].status = true;
}
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"getPathForTokentoETH","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bytes32","name":"txHash","type":"bytes32"}],"name":"swap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"swapHistory","outputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bytes32","name":"txHash","type":"bytes32"},{"internalType":"bool","name":"status","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"name":"swapHistoryIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdrawETH","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
6080604052737a250d5630b4cf539739df2c5dacb4c659f2488d600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507330df7d7ee52c1b03cd009e656f00ab875adceed2600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156100ba57600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610f0c8061010a6000396000f3fe6080604052600436106100595760003560e01c80630ddd03ba1461006557806343dbf2a9146100a45780638da5cb5b146100cd578063a78ea456146100f8578063c847d0ad14610123578063e086e5ec1461016057610060565b3661006057005b600080fd5b34801561007157600080fd5b5061008c60048036038101906100879190610970565b610177565b60405161009b93929190610bb4565b60405180910390f35b3480156100b057600080fd5b506100cb60048036038101906100c6919061099d565b6101be565b005b3480156100d957600080fd5b506100e26105a7565b6040516100ef9190610af3565b60405180910390f35b34801561010457600080fd5b5061010d6105cb565b60405161011a9190610b37565b60405180910390f35b34801561012f57600080fd5b5061014a60048036038101906101459190610943565b610773565b6040516101579190610b99565b60405180910390f35b34801561016c57600080fd5b5061017561078b565b005b6001818154811061018757600080fd5b90600052602060002090600302016000915090508060000154908060010154908060020160009054906101000a900460ff16905083565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461024c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161024390610b59565b60405180910390fd5b60006002600083815260200190815260200160002054146102a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161029990610b79565b60405180910390fd5b60016040518060600160405280848152602001838152602001600115158152509080600181540180825580915050600190039060005260206000209060030201600090919091909150600082015181600001556020820151816001015560408201518160020160006101000a81548160ff02191690831515021790555050506001805490506002600083815260200190815260200160002081905550600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b3600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16846040518363ffffffff1660e01b81526004016103bd929190610b0e565b602060405180830381600087803b1580156103d757600080fd5b505af11580156103eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061040f9190610916565b50600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360006104596105cb565b30426040518663ffffffff1660e01b815260040161047b959493929190610beb565b600060405180830381600087803b15801561049557600080fd5b505af11580156104a9573d6000803e3d6000fd5b5050505060008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610513573d6000803e3d6000fd5b5060005b6001805490508110156105a257816001828154811061053957610538610d9f565b5b906000526020600020906003020160010154141561058f57600180828154811061056657610565610d9f565b5b906000526020600020906003020160020160006101000a81548160ff0219169083151502179055505b808061059a90610d27565b915050610517565b505050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60606000600267ffffffffffffffff8111156105ea576105e9610dce565b5b6040519080825280602002602001820160405280156106185781602001602082028036833780820191505090505b5090507330df7d7ee52c1b03cd009e656f00ab875adceed28160008151811061064457610643610d9f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b1580156106e657600080fd5b505afa1580156106fa573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061071e91906108e9565b8160018151811061073257610731610d9f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508091505090565b60026020528060005260406000206000915090505481565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610819576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081090610b59565b60405180910390fd5b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc67016345785d8a0000476108679190610c8f565b9081150290604051600060405180830381858888f19350505050158015610892573d6000803e3d6000fd5b50565b6000815190506108a481610e7a565b92915050565b6000815190506108b981610e91565b92915050565b6000813590506108ce81610ea8565b92915050565b6000813590506108e381610ebf565b92915050565b6000602082840312156108ff576108fe610dfd565b5b600061090d84828501610895565b91505092915050565b60006020828403121561092c5761092b610dfd565b5b600061093a848285016108aa565b91505092915050565b60006020828403121561095957610958610dfd565b5b6000610967848285016108bf565b91505092915050565b60006020828403121561098657610985610dfd565b5b6000610994848285016108d4565b91505092915050565b600080604083850312156109b4576109b3610dfd565b5b60006109c2858286016108d4565b92505060206109d3858286016108bf565b9150509250929050565b60006109e983836109f5565b60208301905092915050565b6109fe81610cc3565b82525050565b610a0d81610cc3565b82525050565b6000610a1e82610c55565b610a288185610c6d565b9350610a3383610c45565b8060005b83811015610a64578151610a4b88826109dd565b9750610a5683610c60565b925050600181019050610a37565b5085935050505092915050565b610a7a81610cd5565b82525050565b610a8981610ce1565b82525050565b610a9881610d15565b82525050565b6000610aab602283610c7e565b9150610ab682610e02565b604082019050919050565b6000610ace601a83610c7e565b9150610ad982610e51565b602082019050919050565b610aed81610d0b565b82525050565b6000602082019050610b086000830184610a04565b92915050565b6000604082019050610b236000830185610a04565b610b306020830184610ae4565b9392505050565b60006020820190508181036000830152610b518184610a13565b905092915050565b60006020820190508181036000830152610b7281610a9e565b9050919050565b60006020820190508181036000830152610b9281610ac1565b9050919050565b6000602082019050610bae6000830184610ae4565b92915050565b6000606082019050610bc96000830186610ae4565b610bd66020830185610a80565b610be36040830184610a71565b949350505050565b600060a082019050610c006000830188610ae4565b610c0d6020830187610a8f565b8181036040830152610c1f8186610a13565b9050610c2e6060830185610a04565b610c3b6080830184610ae4565b9695505050505050565b6000819050602082019050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b6000610c9a82610d0b565b9150610ca583610d0b565b925082821015610cb857610cb7610d70565b5b828203905092915050565b6000610cce82610ceb565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b6000610d2082610d0b565b9050919050565b6000610d3282610d0b565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415610d6557610d64610d70565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b7f4f6e6c79206f776e65722063616e2063616c6c20746869732066756e6374696f60008201527f6e2e000000000000000000000000000000000000000000000000000000000000602082015250565b7f5377617020686173206265656e20646f6e65206265666f72652e000000000000600082015250565b610e8381610cc3565b8114610e8e57600080fd5b50565b610e9a81610cd5565b8114610ea557600080fd5b50565b610eb181610ce1565b8114610ebc57600080fd5b50565b610ec881610d0b565b8114610ed357600080fd5b5056fea2646970667358221220318f93ed8fec189324565ed0b88a79bdcbb49fe1e55a9c26dca53aa65acbfb1d64736f6c63430008070033
Deployed Bytecode
0x6080604052600436106100595760003560e01c80630ddd03ba1461006557806343dbf2a9146100a45780638da5cb5b146100cd578063a78ea456146100f8578063c847d0ad14610123578063e086e5ec1461016057610060565b3661006057005b600080fd5b34801561007157600080fd5b5061008c60048036038101906100879190610970565b610177565b60405161009b93929190610bb4565b60405180910390f35b3480156100b057600080fd5b506100cb60048036038101906100c6919061099d565b6101be565b005b3480156100d957600080fd5b506100e26105a7565b6040516100ef9190610af3565b60405180910390f35b34801561010457600080fd5b5061010d6105cb565b60405161011a9190610b37565b60405180910390f35b34801561012f57600080fd5b5061014a60048036038101906101459190610943565b610773565b6040516101579190610b99565b60405180910390f35b34801561016c57600080fd5b5061017561078b565b005b6001818154811061018757600080fd5b90600052602060002090600302016000915090508060000154908060010154908060020160009054906101000a900460ff16905083565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461024c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161024390610b59565b60405180910390fd5b60006002600083815260200190815260200160002054146102a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161029990610b79565b60405180910390fd5b60016040518060600160405280848152602001838152602001600115158152509080600181540180825580915050600190039060005260206000209060030201600090919091909150600082015181600001556020820151816001015560408201518160020160006101000a81548160ff02191690831515021790555050506001805490506002600083815260200190815260200160002081905550600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b3600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16846040518363ffffffff1660e01b81526004016103bd929190610b0e565b602060405180830381600087803b1580156103d757600080fd5b505af11580156103eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061040f9190610916565b50600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360006104596105cb565b30426040518663ffffffff1660e01b815260040161047b959493929190610beb565b600060405180830381600087803b15801561049557600080fd5b505af11580156104a9573d6000803e3d6000fd5b5050505060008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610513573d6000803e3d6000fd5b5060005b6001805490508110156105a257816001828154811061053957610538610d9f565b5b906000526020600020906003020160010154141561058f57600180828154811061056657610565610d9f565b5b906000526020600020906003020160020160006101000a81548160ff0219169083151502179055505b808061059a90610d27565b915050610517565b505050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60606000600267ffffffffffffffff8111156105ea576105e9610dce565b5b6040519080825280602002602001820160405280156106185781602001602082028036833780820191505090505b5090507330df7d7ee52c1b03cd009e656f00ab875adceed28160008151811061064457610643610d9f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b1580156106e657600080fd5b505afa1580156106fa573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061071e91906108e9565b8160018151811061073257610731610d9f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508091505090565b60026020528060005260406000206000915090505481565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610819576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081090610b59565b60405180910390fd5b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc67016345785d8a0000476108679190610c8f565b9081150290604051600060405180830381858888f19350505050158015610892573d6000803e3d6000fd5b50565b6000815190506108a481610e7a565b92915050565b6000815190506108b981610e91565b92915050565b6000813590506108ce81610ea8565b92915050565b6000813590506108e381610ebf565b92915050565b6000602082840312156108ff576108fe610dfd565b5b600061090d84828501610895565b91505092915050565b60006020828403121561092c5761092b610dfd565b5b600061093a848285016108aa565b91505092915050565b60006020828403121561095957610958610dfd565b5b6000610967848285016108bf565b91505092915050565b60006020828403121561098657610985610dfd565b5b6000610994848285016108d4565b91505092915050565b600080604083850312156109b4576109b3610dfd565b5b60006109c2858286016108d4565b92505060206109d3858286016108bf565b9150509250929050565b60006109e983836109f5565b60208301905092915050565b6109fe81610cc3565b82525050565b610a0d81610cc3565b82525050565b6000610a1e82610c55565b610a288185610c6d565b9350610a3383610c45565b8060005b83811015610a64578151610a4b88826109dd565b9750610a5683610c60565b925050600181019050610a37565b5085935050505092915050565b610a7a81610cd5565b82525050565b610a8981610ce1565b82525050565b610a9881610d15565b82525050565b6000610aab602283610c7e565b9150610ab682610e02565b604082019050919050565b6000610ace601a83610c7e565b9150610ad982610e51565b602082019050919050565b610aed81610d0b565b82525050565b6000602082019050610b086000830184610a04565b92915050565b6000604082019050610b236000830185610a04565b610b306020830184610ae4565b9392505050565b60006020820190508181036000830152610b518184610a13565b905092915050565b60006020820190508181036000830152610b7281610a9e565b9050919050565b60006020820190508181036000830152610b9281610ac1565b9050919050565b6000602082019050610bae6000830184610ae4565b92915050565b6000606082019050610bc96000830186610ae4565b610bd66020830185610a80565b610be36040830184610a71565b949350505050565b600060a082019050610c006000830188610ae4565b610c0d6020830187610a8f565b8181036040830152610c1f8186610a13565b9050610c2e6060830185610a04565b610c3b6080830184610ae4565b9695505050505050565b6000819050602082019050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b6000610c9a82610d0b565b9150610ca583610d0b565b925082821015610cb857610cb7610d70565b5b828203905092915050565b6000610cce82610ceb565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b6000610d2082610d0b565b9050919050565b6000610d3282610d0b565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415610d6557610d64610d70565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b7f4f6e6c79206f776e65722063616e2063616c6c20746869732066756e6374696f60008201527f6e2e000000000000000000000000000000000000000000000000000000000000602082015250565b7f5377617020686173206265656e20646f6e65206265666f72652e000000000000600082015250565b610e8381610cc3565b8114610e8e57600080fd5b50565b610e9a81610cd5565b8114610ea557600080fd5b50565b610eb181610ce1565b8114610ebc57600080fd5b50565b610ec881610d0b565b8114610ed357600080fd5b5056fea2646970667358221220318f93ed8fec189324565ed0b88a79bdcbb49fe1e55a9c26dca53aa65acbfb1d64736f6c63430008070033
Deployed Bytecode Sourcemap
8276:3435:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8590:32;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;10207:1501;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8305:20;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9207:258;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8739:51;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9846:184;;;;;;;;;;;;;:::i;:::-;;8590:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;10207:1501::-;10360:5;;;;;;;;;;10346:19;;:10;:19;;;10338:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;10503:1;10475:16;:24;10492:6;10475:24;;;;;;;;;;;;:29;10467:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10592:11;10609:33;;;;;;;;10621:6;10609:33;;;;10629:6;10609:33;;;;10637:4;10609:33;;;;;10592:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10724:11;:18;;;;10697:16;:24;10714:6;10697:24;;;;;;;;;;;:45;;;;11102:5;;;;;;;;;;;:13;;;11124:15;;;;;;;;;;;11142:6;11102:47;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;11197:15;;;;;;;;;;;:66;;;11264:6;11272:1;11275:22;:20;:22::i;:::-;11307:4;11314:15;11197:133;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11388:5;;;;;;;;;;11380:23;;:46;11404:21;11380:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11531:9;11526:175;11550:11;:18;;;;11546:1;:22;11526:175;;;11619:6;11594:11;11606:1;11594:14;;;;;;;;:::i;:::-;;;;;;;;;;;;:21;;;:31;11590:100;;;11670:4;11646:11;11658:1;11646:14;;;;;;;;:::i;:::-;;;;;;;;;;;;:21;;;:28;;;;;;;;;;;;;;;;;;11590:100;11570:3;;;;;:::i;:::-;;;;11526:175;;;;10207:1501;;:::o;8305:20::-;;;;;;;;;;;;:::o;9207:258::-;9260:16;9289:21;9327:1;9313:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9289:40;;9350:42;9340:4;9345:1;9340:7;;;;;;;;:::i;:::-;;;;;;;:52;;;;;;;;;;;9413:15;;;;;;;;;;;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;9403:4;9408:1;9403:7;;;;;;;;:::i;:::-;;;;;;;:32;;;;;;;;;;;9453:4;9446:11;;;9207:258;:::o;8739:51::-;;;;;;;;;;;;;;;;;:::o;9846:184::-;9909:5;;;;;;;;;;9895:19;;:10;:19;;;9887:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;9972:5;;;;;;;;;;9964:23;;:58;10012:9;9988:21;:33;;;;:::i;:::-;9964:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9846:184::o;7:143:1:-;64:5;95:6;89:13;80:22;;111:33;138:5;111:33;:::i;:::-;7:143;;;;:::o;156:137::-;210:5;241:6;235:13;226:22;;257:30;281:5;257:30;:::i;:::-;156:137;;;;:::o;299:139::-;345:5;383:6;370:20;361:29;;399:33;426:5;399:33;:::i;:::-;299:139;;;;:::o;444:::-;490:5;528:6;515:20;506:29;;544:33;571:5;544:33;:::i;:::-;444:139;;;;:::o;589:351::-;659:6;708:2;696:9;687:7;683:23;679:32;676:119;;;714:79;;:::i;:::-;676:119;834:1;859:64;915:7;906:6;895:9;891:22;859:64;:::i;:::-;849:74;;805:128;589:351;;;;:::o;946:345::-;1013:6;1062:2;1050:9;1041:7;1037:23;1033:32;1030:119;;;1068:79;;:::i;:::-;1030:119;1188:1;1213:61;1266:7;1257:6;1246:9;1242:22;1213:61;:::i;:::-;1203:71;;1159:125;946:345;;;;:::o;1297:329::-;1356:6;1405:2;1393:9;1384:7;1380:23;1376:32;1373:119;;;1411:79;;:::i;:::-;1373:119;1531:1;1556:53;1601:7;1592:6;1581:9;1577:22;1556:53;:::i;:::-;1546:63;;1502:117;1297:329;;;;:::o;1632:::-;1691:6;1740:2;1728:9;1719:7;1715:23;1711:32;1708:119;;;1746:79;;:::i;:::-;1708:119;1866:1;1891:53;1936:7;1927:6;1916:9;1912:22;1891:53;:::i;:::-;1881:63;;1837:117;1632:329;;;;:::o;1967:474::-;2035:6;2043;2092:2;2080:9;2071:7;2067:23;2063:32;2060:119;;;2098:79;;:::i;:::-;2060:119;2218:1;2243:53;2288:7;2279:6;2268:9;2264:22;2243:53;:::i;:::-;2233:63;;2189:117;2345:2;2371:53;2416:7;2407:6;2396:9;2392:22;2371:53;:::i;:::-;2361:63;;2316:118;1967:474;;;;;:::o;2447:179::-;2516:10;2537:46;2579:3;2571:6;2537:46;:::i;:::-;2615:4;2610:3;2606:14;2592:28;;2447:179;;;;:::o;2632:108::-;2709:24;2727:5;2709:24;:::i;:::-;2704:3;2697:37;2632:108;;:::o;2746:118::-;2833:24;2851:5;2833:24;:::i;:::-;2828:3;2821:37;2746:118;;:::o;2900:732::-;3019:3;3048:54;3096:5;3048:54;:::i;:::-;3118:86;3197:6;3192:3;3118:86;:::i;:::-;3111:93;;3228:56;3278:5;3228:56;:::i;:::-;3307:7;3338:1;3323:284;3348:6;3345:1;3342:13;3323:284;;;3424:6;3418:13;3451:63;3510:3;3495:13;3451:63;:::i;:::-;3444:70;;3537:60;3590:6;3537:60;:::i;:::-;3527:70;;3383:224;3370:1;3367;3363:9;3358:14;;3323:284;;;3327:14;3623:3;3616:10;;3024:608;;;2900:732;;;;:::o;3638:109::-;3719:21;3734:5;3719:21;:::i;:::-;3714:3;3707:34;3638:109;;:::o;3753:118::-;3840:24;3858:5;3840:24;:::i;:::-;3835:3;3828:37;3753:118;;:::o;3877:147::-;3972:45;4011:5;3972:45;:::i;:::-;3967:3;3960:58;3877:147;;:::o;4030:366::-;4172:3;4193:67;4257:2;4252:3;4193:67;:::i;:::-;4186:74;;4269:93;4358:3;4269:93;:::i;:::-;4387:2;4382:3;4378:12;4371:19;;4030:366;;;:::o;4402:::-;4544:3;4565:67;4629:2;4624:3;4565:67;:::i;:::-;4558:74;;4641:93;4730:3;4641:93;:::i;:::-;4759:2;4754:3;4750:12;4743:19;;4402:366;;;:::o;4774:118::-;4861:24;4879:5;4861:24;:::i;:::-;4856:3;4849:37;4774:118;;:::o;4898:222::-;4991:4;5029:2;5018:9;5014:18;5006:26;;5042:71;5110:1;5099:9;5095:17;5086:6;5042:71;:::i;:::-;4898:222;;;;:::o;5126:332::-;5247:4;5285:2;5274:9;5270:18;5262:26;;5298:71;5366:1;5355:9;5351:17;5342:6;5298:71;:::i;:::-;5379:72;5447:2;5436:9;5432:18;5423:6;5379:72;:::i;:::-;5126:332;;;;;:::o;5464:373::-;5607:4;5645:2;5634:9;5630:18;5622:26;;5694:9;5688:4;5684:20;5680:1;5669:9;5665:17;5658:47;5722:108;5825:4;5816:6;5722:108;:::i;:::-;5714:116;;5464:373;;;;:::o;5843:419::-;6009:4;6047:2;6036:9;6032:18;6024:26;;6096:9;6090:4;6086:20;6082:1;6071:9;6067:17;6060:47;6124:131;6250:4;6124:131;:::i;:::-;6116:139;;5843:419;;;:::o;6268:::-;6434:4;6472:2;6461:9;6457:18;6449:26;;6521:9;6515:4;6511:20;6507:1;6496:9;6492:17;6485:47;6549:131;6675:4;6549:131;:::i;:::-;6541:139;;6268:419;;;:::o;6693:222::-;6786:4;6824:2;6813:9;6809:18;6801:26;;6837:71;6905:1;6894:9;6890:17;6881:6;6837:71;:::i;:::-;6693:222;;;;:::o;6921:430::-;7064:4;7102:2;7091:9;7087:18;7079:26;;7115:71;7183:1;7172:9;7168:17;7159:6;7115:71;:::i;:::-;7196:72;7264:2;7253:9;7249:18;7240:6;7196:72;:::i;:::-;7278:66;7340:2;7329:9;7325:18;7316:6;7278:66;:::i;:::-;6921:430;;;;;;:::o;7357:831::-;7620:4;7658:3;7647:9;7643:19;7635:27;;7672:71;7740:1;7729:9;7725:17;7716:6;7672:71;:::i;:::-;7753:80;7829:2;7818:9;7814:18;7805:6;7753:80;:::i;:::-;7880:9;7874:4;7870:20;7865:2;7854:9;7850:18;7843:48;7908:108;8011:4;8002:6;7908:108;:::i;:::-;7900:116;;8026:72;8094:2;8083:9;8079:18;8070:6;8026:72;:::i;:::-;8108:73;8176:3;8165:9;8161:19;8152:6;8108:73;:::i;:::-;7357:831;;;;;;;;:::o;8275:132::-;8342:4;8365:3;8357:11;;8395:4;8390:3;8386:14;8378:22;;8275:132;;;:::o;8413:114::-;8480:6;8514:5;8508:12;8498:22;;8413:114;;;:::o;8533:113::-;8603:4;8635;8630:3;8626:14;8618:22;;8533:113;;;:::o;8652:184::-;8751:11;8785:6;8780:3;8773:19;8825:4;8820:3;8816:14;8801:29;;8652:184;;;;:::o;8842:169::-;8926:11;8960:6;8955:3;8948:19;9000:4;8995:3;8991:14;8976:29;;8842:169;;;;:::o;9017:191::-;9057:4;9077:20;9095:1;9077:20;:::i;:::-;9072:25;;9111:20;9129:1;9111:20;:::i;:::-;9106:25;;9150:1;9147;9144:8;9141:34;;;9155:18;;:::i;:::-;9141:34;9200:1;9197;9193:9;9185:17;;9017:191;;;;:::o;9214:96::-;9251:7;9280:24;9298:5;9280:24;:::i;:::-;9269:35;;9214:96;;;:::o;9316:90::-;9350:7;9393:5;9386:13;9379:21;9368:32;;9316:90;;;:::o;9412:77::-;9449:7;9478:5;9467:16;;9412:77;;;:::o;9495:126::-;9532:7;9572:42;9565:5;9561:54;9550:65;;9495:126;;;:::o;9627:77::-;9664:7;9693:5;9682:16;;9627:77;;;:::o;9710:121::-;9768:9;9801:24;9819:5;9801:24;:::i;:::-;9788:37;;9710:121;;;:::o;9837:233::-;9876:3;9899:24;9917:5;9899:24;:::i;:::-;9890:33;;9945:66;9938:5;9935:77;9932:103;;;10015:18;;:::i;:::-;9932:103;10062:1;10055:5;10051:13;10044:20;;9837:233;;;:::o;10076:180::-;10124:77;10121:1;10114:88;10221:4;10218:1;10211:15;10245:4;10242:1;10235:15;10262:180;10310:77;10307:1;10300:88;10407:4;10404:1;10397:15;10431:4;10428:1;10421:15;10448:180;10496:77;10493:1;10486:88;10593:4;10590:1;10583:15;10617:4;10614:1;10607:15;10757:117;10866:1;10863;10856:12;10880:221;11020:34;11016:1;11008:6;11004:14;10997:58;11089:4;11084:2;11076:6;11072:15;11065:29;10880:221;:::o;11107:176::-;11247:28;11243:1;11235:6;11231:14;11224:52;11107:176;:::o;11289:122::-;11362:24;11380:5;11362:24;:::i;:::-;11355:5;11352:35;11342:63;;11401:1;11398;11391:12;11342:63;11289:122;:::o;11417:116::-;11487:21;11502:5;11487:21;:::i;:::-;11480:5;11477:32;11467:60;;11523:1;11520;11513:12;11467:60;11417:116;:::o;11539:122::-;11612:24;11630:5;11612:24;:::i;:::-;11605:5;11602:35;11592:63;;11651:1;11648;11641:12;11592:63;11539:122;:::o;11667:::-;11740:24;11758:5;11740:24;:::i;:::-;11733:5;11730:35;11720:63;;11779:1;11776;11769:12;11720:63;11667:122;:::o
Swarm Source
ipfs://318f93ed8fec189324565ed0b88a79bdcbb49fe1e55a9c26dca53aa65acbfb1d
Loading...
Loading
Loading...
Loading
Net Worth in USD
$15.86
Net Worth in ETH
0.00693
Token Allocations
RESET
100.00%
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $0.000004 | 3,784,466 | $15.86 |
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.