ClipperExchangeInterface
Verified contract
Active on
Ethereum with 359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe829…99d9
0xb38a…2ea2
Balances ($1.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 5.507206 | $0.33407 |
$1.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20380523 | 4 months ago | | | 0 | 0.00078165715 | |
| 20380510 | 4 months ago | | | 0 | 0.00011612186 | |
| 20187816 | 5 months ago | | | 0 | 0.00080478994 | |
| 19588843 | 8 months ago | | | 0 | 0.0040684153 | |
| 19538223 | 8 months ago | | | 0 | 0.0047219395 | |
| 19516832 | 8 months ago | | | 0 | 0.0035671642 | |
| 19516823 | 8 months ago | | | 0 | 0.0043831002 | |
| 19504386 | 8 months ago | | | 0 | 0.0039480800 | |
| 19465213 | 8 months ago | | | 0 | 0.0071619279 | |
| 19404203 | 8 months ago | | | 0 | 0.013985318 |
ABI
ABI objects
Getter at block 21243854 invariant() view returns (uint256)
approvalContract() view returns (address)
0xb38ae58d7c8ce6c5bf8e57ddb6f43968d46c2ea2
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapFee() view returns (uint256)
20
theExchange() view returns (address)
0xe82906b6b1b04f631d126c974af57a3a7b6a99d9
Read-only
calculateSwapAmount(address inputToken, address outputToken, uint256 totalInputToken) view returns (uint256 outputAmount, uint256 inputAmount)
getSellQuote(address inputToken, address outputToken, uint256 sellAmount) view returns (uint256 outputTokenAmount)
State-modifying
Events modifyApprovalContract(address newApprovalContract)
modifySwapFee(uint256 newSwapFee)
renounceOwnership()
sellEthForToken(address outputToken, address recipient, uint256 minBuyAmount, bytes auxiliaryData) payable returns (uint256 boughtAmount)
sellTokenForEth(address inputToken, address recipient, uint256 minBuyAmount, bytes auxiliaryData) returns (uint256 boughtAmount)
sellTokenForToken(address inputToken, address outputToken, address recipient, uint256 minBuyAmount, bytes auxiliaryData) returns (uint256 boughtAmount)
setPoolAddress(address poolAddress)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
withdrawInto(uint256 amount, address outputToken, uint256 outputTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapFeeModified(uint256 swapFee)
Swapped(address inAsset, address outAsset, address recipient, uint256 inAmount, uint256 outAmount, bytes auxiliaryData)
constructor(address initialApprovalContract, uint256 initialSwapFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.