Swapper
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "Swapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Swapper"
ABI
ABI objects
Getter at block 22129911
This contract contains no getter function objects.
Read-only
quoteIn(uint256 amountIn, address tokenIn, address tokenOut) view returns (uint256 amountOut)
quoteOut(uint256 amountOut, address tokenIn, address tokenOut) view returns (uint256 amountIn)
State-modifying
Events swapExactInput(uint256 amountIn, uint256 amountOutMin, address tokenIn, address tokenOut, address to, uint256 deadline) returns (uint256 amountOut)
swapExactInputWithPermit(uint256 amountIn, uint256 amountOutMin, address tokenIn, address to, uint256 deadline, bytes permitData) returns (uint256 amountOut)
swapExactOutput(uint256 amountOut, uint256 amountInMax, address tokenIn, address tokenOut, address to, uint256 deadline) returns (uint256 amountIn)
swapExactOutputWithPermit(uint256 amountOut, uint256 amountInMax, address tokenIn, address to, uint256 deadline, bytes permitData) returns (uint256 amountIn)
Swap(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut, address indexed from, address to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidChainlinkRate()
InvalidRate()
InvalidSwap()
InvalidTokens()
NotWhitelisted()
Paused()
ReentrantCall()
TooBigAmountIn()
TooLate()
TooSmallAmountOut()