ParaSwapWithdrawSwapAdapter
Verified contract
Active on
Base with 3,798 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001631 |
$0 | |
| ERC-20 | 9K | -- | -- | |
OHNO | ERC-20 | 7.555556 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21854744 | 34 minutes ago | | | 0 | 0.0000024808370 | |
| 21852937 | 2 hours ago | | | 0 | 0.0000018352015 | |
| 21852883 | 2 hours ago | | | 0 | 0.0000025442787 | |
| 21852826 | 2 hours ago | | | 0 | 0.0000015333718 | |
| 21848675 | 4 hours ago | | | 0 | 0.0000021148745 | |
| 21847374 | 5 hours ago | | | 0 | 0.0000016411215 | |
| 21847243 | 5 hours ago | | | 0 | 0.0000028143509 | |
| 21839136 | 9 hours ago | | | 0 | 0.0000025845931 | |
| 21833811 | 12 hours ago | | | 0 | 0.0000017919454 | |
| 21819544 | 20 hours ago | | | 0 | 0.0000015182503 |
ABI
ABI objects
Getter at block 21855753
ADDRESSES_PROVIDER() view returns (address)
0xe20fcbdbffc4dd138ce8b2e6fbb6cb49777ad64d
AUGUSTUS_REGISTRY() view returns (address)
0x7e31b336f9e8ba52ba3c4ac861b033ba90900bb3
MAX_SLIPPAGE_PERCENT() view returns (uint256)
3000
ORACLE() view returns (address)
0x2cc0fc26ed4563a5ce5e8bdcfe1a2878676ae156
POOL() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
owner() view returns (address)
0xa9f30e6ed4098e9439b2ac8aea2d3fc26bcebb45
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.