OneSplitAudit
Verified contract
Active on
Ethereum with 4,184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6cb2…a667
Balances ($0.00)
No balances found for "OneSplitAudit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20394271 | 4 months ago | | | 0 | 0.00052986777 | |
| 16370777 | 2 years ago | | | 0 | 0.016400851 | |
| 16370694 | 2 years ago | | | 0.2 | 0.014844449 | |
| 16175572 | 2 years ago | | | 0.22 | 0.0056514658 | |
| 15674411 | 2 years ago | | | 0 | 0.0023947888 | |
| 15534013 | 2 years ago | | | 0 | 0.0068283166 | |
| 15376970 | 2 years ago | | | 0 | 0.0026855576 | |
| 15146195 | 2 years ago | | | 0 | 0.0097904524 | |
| 14995689 | 2 years ago | | | 0.074 | 0.0090853626 | |
| 14943643 | 2 years ago | | | 0 | 0.019764178 |
ABI
ABI objects
Getter at block 21257718
chi() view returns (address)
0x0000000000004946c0e9f43f4dee607b0ef1fa1c
isOwner() view returns (bool)
false
oneSplitImpl() view returns (address)
0x6cb2291a3c3794fca0f5b6e34a8e6ea7933ca667
owner() view returns (address)
0x083fc10ce7e97cafbae0fe332a9c4384c5f54e45
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 claimAsset(address asset, uint256 amount)
renounceOwnership()
setNewImpl(address impl)
swap(address fromToken, address destToken, uint256 amount, uint256 minReturn, uint256[] distribution, uint256 flags) payable returns (uint256)
swapMulti(address[] tokens, uint256 amount, uint256 minReturn, uint256[] distribution, uint256[] flags) payable returns (uint256)
swapWithReferral(address fromToken, address destToken, uint256 amount, uint256 minReturn, uint256[] distribution, uint256 flags, address referral, uint256 feePercent) payable returns (uint256)
swapWithReferralMulti(address[] tokens, uint256 amount, uint256 minReturn, uint256[] distribution, uint256[] flags, address referral, uint256 feePercent) payable returns (uint256 returnAmount)
transferOwnership(address newOwner)
ImplementationUpdated(address indexed newImpl)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address indexed fromToken, address indexed destToken, uint256 fromTokenAmount, uint256 destTokenAmount, uint256 minReturn, uint256[] distribution, uint256[] flags, address referral, uint256 feePercent)
constructor(address impl)
fallback()
This contract contains no error objects.