ParaSwapWithdrawSwapAdapter
Verified contract
Active on
Ethereum with 1,942 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 "ParaSwapWithdrawSwapAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157686 | an hour ago | | | 0 | 0.0078705207 | |
| 21156288 | 5 hours ago | | | 0 | 0.0085659703 | |
| 21153260 | 16 hours ago | | | 0 | 0.0083491229 | |
| 21152143 | 19 hours ago | | | 0 | 0.0041578431 | |
| 21151436 | a day ago | | | 0 | 0.0065121771 | |
| 21150232 | a day ago | | | 0 | 0.0071601426 | |
| 21149644 | a day ago | | | 0 | 0.0055923985 | |
| 21149417 | a day ago | | | 0 | 0.0059937631 | |
| 21149239 | a day ago | | | 0 | 0.0064307499 | |
| 21148352 | a day ago | | | 0 | 0.0079448888 |
ABI
ABI objects
Getter at block 21157907
ADDRESSES_PROVIDER() view returns (address)
0x2f39d218133afab8f2b819b1066c7e434ad94e9e
AUGUSTUS_REGISTRY() view returns (address)
0xa68bea62dc4034a689aa0f58a76681433caca663
MAX_SLIPPAGE_PERCENT() view returns (uint256)
3000
ORACLE() view returns (address)
0x54586be62e3c3580375ae3723c145253060ca0c2
POOL() view returns (address)
0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2
owner() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
Read-only
This contract contains no read-only function objects.
State-modifying
Events executeOperation(address, uint256, uint256, address, bytes) returns (bool)
renounceOwnership()
rescueTokens(address token)
transferOwnership(address newOwner)
withdrawAndSwap(address assetToSwapFrom, address assetToSwapTo, uint256 amountToSwap, uint256 minAmountToReceive, uint256 swapAllBalanceOffset, bytes swapCalldata, address augustus, struct BaseParaSwapAdapterPermitSignature permitParams)
Bought(address indexed fromAsset, address indexed toAsset, uint256 amountSold, uint256 receivedAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address indexed fromAsset, address indexed toAsset, uint256 fromAmount, uint256 receivedAmount)
constructor(address addressesProvider, address augustusRegistry, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.