UniswapV2_ZapOut_General_V3_0_1
Verified contract
Active on
Ethereum with 5,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000385 | $0.999794 |
$0 | |
USDT | ERC-20 | 0.000001 | $0.999696 |
$0 | |
YAM | ERC-20 | 0 | $0.033569 |
$0 | |
stETH | ERC-20 | 0 | $3,110.83 |
$0 | |
ZAP | ERC-20 | 6.319592K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13677218 | 3 years ago | | | 0 | 0.0051962929 | |
| 13677205 | 3 years ago | | | 0 | 0.0053893980 | |
| 12654951 | 3 years ago | | | 0 | 0.00050711400 | |
| 12589784 | 3 years ago | | | 0 | 0.0079475776 | |
| 12501730 | 3 years ago | | | 0 | 0.00081744000 | |
| 12501723 | 3 years ago | | | 0 | 0.00081780000 | |
| 12501153 | 3 years ago | | | 0 | 0.0012226800 | |
| 12501140 | 3 years ago | | | 0 | 0.016902397 | |
| 12501134 | 3 years ago | | | 0 | 0.022611890 | |
| 12501090 | 3 years ago | | | 0 | 0.010258138 |
ABI
ABI objects
Getter at block 21213932
goodwill() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
stopped() view returns (bool)
true
Read-only
affiliateBalance(address, address) view returns (uint256)
affiliates(address) view returns (bool)
feeWhitelist(address) view returns (bool)
removeLiquidityReturn(address FromUniPoolAddress, uint256 liquidity) view returns (uint256 amountA, uint256 amountB, address token0, address token1)
totalAffiliateBalance(address) view returns (uint256)
State-modifying
Events ZapOut(address ToTokenContractAddress, address FromUniPoolAddress, uint256 IncomingLP, uint256 minTokensRec, address[] swapTargets, bytes swap1Data, bytes swap2Data, address affiliate) returns (uint256 tokensRec)
ZapOut2PairToken(address FromUniPoolAddress, uint256 IncomingLP, address affiliate) returns (uint256 amountA, uint256 amountB)
ZapOut2PairTokenWithPermit(address FromUniPoolAddress, uint256 IncomingLP, address affiliate, bytes permitData) returns (uint256 amountA, uint256 amountB)
ZapOutWithPermit(address ToTokenContractAddress, address FromUniPoolAddress, uint256 IncomingLP, uint256 minTokensRec, bytes permitData, address[] swapTargets, bytes swap1Data, bytes swap2Data, address affiliate) returns (uint256)
affilliateWithdraw(address[] tokens)
renounceOwnership()
set_affiliate(address affiliate, bool status)
set_feeWhitelist(address zapAddress, bool status)
set_new_affiliateSplit(uint256 new_affiliateSplit)
set_new_goodwill(uint256 new_goodwill)
toggleContractActive()
transferOwnership(address newOwner)
withdrawTokens(address[] tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
zapOut(address sender, address pool, address token, uint256 tokensRec)
constructor(uint256 _goodwill, uint256 _affiliateSplit)
fallback()
This contract contains no error objects.