Compound_Zap_V1
Verified contract
Active on
Ethereum with 1,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Compound_Zap_V1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15176863 | 2 years ago | | | 0.1 | 0.0032352984 | |
| 15175458 | 2 years ago | | | 0.01 | 0.0043655416 | |
| 15168529 | 2 years ago | | | 0.01 | 0.0064817158 | |
| 15166383 | 2 years ago | | | 0 | 0.0031850968 | |
| 15165280 | 2 years ago | | | 0 | 0.0049464349 | |
| 15159102 | 2 years ago | | | 0.01 | 0.0023190112 | |
| 15158616 | 2 years ago | | | 0 | 0.0031694655 | |
| 15153235 | 2 years ago | | | 0.1 | 0.0020878738 | |
| 15152755 | 2 years ago | | | 0 | 0.0035009485 | |
| 15146108 | 2 years ago | | | 0.9 | 0.0028415603 |
ABI
ABI objects
Getter at block 21227463
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)
getUnderlyingToken(address cToken) view returns (address)
removeLiquidityReturn(address cToken, uint256 cTokenAmt) view returns (uint256 underlyingRec)
totalAffiliateBalance(address) view returns (uint256)
State-modifying
Events ZapIn(address fromToken, uint256 amountIn, address cToken, uint256 minCtokens, address swapTarget, bytes swapData, address affiliate) payable returns (uint256 cTokensRec)
ZapOut(address fromToken, uint256 amountIn, address toToken, uint256 minToTokens, address swapTarget, bytes swapData, address affiliate) returns (uint256 tokensRec)
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)
zapIn(address sender, address token, uint256 tokensRec)
zapOut(address sender, address token, uint256 tokensRec)
constructor(uint256 _goodwill, uint256 _affiliateSplit)
receive()
This contract contains no error objects.