OneSplitWrap
Verified contract
Active on
Ethereum with 661 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x480e…a41c
Balances ($0.00)
No balances found for "OneSplitWrap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11943839 | 4 years ago | | | 0.02 | 0.016743088 | |
| 11873340 | 4 years ago | | | 0 | 0.046465236 | |
| 11840998 | 4 years ago | | | 0.5 | 0.018067385 | |
| 11837315 | 4 years ago | | | 0.08772077 | 0.062501056 | |
| 11820836 | 4 years ago | | | 0 | 0.022819783 | |
| 11724327 | 4 years ago | | | 0.1 | 0.024917511 | |
| 11723188 | 4 years ago | | | 1 | 0.023120930 | |
| 11684460 | 4 years ago | | | 0 | 0.017649900 | |
| 11677390 | 4 years ago | | | 1 | 0.0081182010 | |
| 11654929 | 4 years ago | | | 0.5 | 0.013504260 |
ABI
ABI objects
Getter at block 21260264
oneSplit() view returns (address)
0x480ea104ff7063ed0af41c98d8ef2457afe2a41c
oneSplitView() view returns (address)
0x1a3f7583c0af24ef78cdb1a1eb48d957df793824
Read-only
getExpectedReturn(address fromToken, address destToken, uint256 amount, uint256 parts, uint256 flags) view returns (uint256 returnAmount, uint256[] distribution)
getExpectedReturnWithGas(address fromToken, address destToken, uint256 amount, uint256 parts, uint256 flags, uint256 destTokenEthPriceTimesGasPrice) view returns (uint256 returnAmount, uint256 estimateGasAmount, uint256[] distribution)
getExpectedReturnWithGasMulti(address[] tokens, uint256 amount, uint256[] parts, uint256[] flags, uint256[] destTokenEthPriceTimesGasPrices) view returns (uint256[] returnAmounts, uint256 estimateGasAmount, uint256[] distribution)
State-modifying
Events swap(address fromToken, address destToken, uint256 amount, uint256 minReturn, uint256[] distribution, uint256 flags) payable returns (uint256 returnAmount)
swapMulti(address[] tokens, uint256 amount, uint256 minReturn, uint256[] distribution, uint256[] flags) payable returns (uint256 returnAmount)
This contract contains no event objects.
constructor(address _oneSplitView, address _oneSplit)
fallback()
This contract contains no error objects.