UniswapV2_ZapOut_General_V5
Verified contract
Active on
Ethereum with 6,301 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.000007 | $1.00 |
$0 | |
YAM | ERC-20 | 0 | $0.033392 |
$0 | |
stETH | ERC-20 | 0 | $3,323.39 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559277 | 2 years ago | | | 0 | 0.0010011800 | |
| 15202274 | 2 years ago | | | 0 | 0.0019095680 | |
| 15183544 | 2 years ago | | | 0 | 0.012755959 | |
| 15183339 | 2 years ago | | | 0 | 0.0055897469 | |
| 15181159 | 2 years ago | | | 0 | 0.024715852 | |
| 15179439 | 2 years ago | | | 0 | 0.0058673613 | |
| 15178867 | 2 years ago | | | 0 | 0.012700899 | |
| 15178737 | 2 years ago | | | 0 | 0.012456841 | |
| 15178089 | 2 years ago | | | 0 | 0.0032703983 | |
| 15175037 | 2 years ago | | | 0 | 0.0080281852 |
ABI
ABI objects
Getter at block 21259404
goodwill() view returns (uint256)
0
owner() view returns (address)
0x3ce37278de6388532c3949ce4e886f365b14fb56
stopped() view returns (bool)
false
Read-only
affiliateBalance(address, address) view returns (uint256)
affiliates(address) view returns (bool)
approvedTargets(address) view returns (bool)
feeWhitelist(address) view returns (bool)
removeLiquidityReturn(address fromPoolAddress, uint256 liquidity) view returns (uint256 amountA, uint256 amountB, address token0, address token1)
totalAffiliateBalance(address) view returns (uint256)
State-modifying
Events ZapOut(address toTokenAddress, address fromPoolAddress, uint256 incomingLP, uint256 minTokensRec, address[] swapTargets, bytes[] swapData, address affiliate, bool shouldSellEntireBalance) returns (uint256 tokensRec)
ZapOut2PairToken(address fromPoolAddress, uint256 incomingLP, address affiliate) returns (uint256 amountA, uint256 amountB)
ZapOut2PairTokenWithPermit(address fromPoolAddress, uint256 incomingLP, address affiliate, bytes permitSig) returns (uint256 amountA, uint256 amountB)
ZapOutWithPermit(address toTokenAddress, address fromPoolAddress, uint256 incomingLP, uint256 minTokensRec, bytes permitSig, address[] swapTargets, bytes[] swapData, address affiliate) returns (uint256)
affilliateWithdraw(address[] tokens)
renounceOwnership()
setApprovedTargets(address[] targets, bool[] isApproved)
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)
receive()
This contract contains no error objects.