Swapper

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x64cd8d46 at 15394723
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Swapper"

No transactions found for "Swapper"


Functions
Getter at block 22129911

This contract contains no getter function objects.

Read-only
quoteIn(uint256 amountInaddress tokenInaddress tokenOutview returns (uint256 amountOut)
quoteOut(uint256 amountOutaddress tokenInaddress tokenOutview returns (uint256 amountIn)
State-modifying
swapExactInput(uint256 amountInuint256 amountOutMinaddress tokenInaddress tokenOutaddress touint256 deadlinereturns (uint256 amountOut)
swapExactInputWithPermit(uint256 amountInuint256 amountOutMinaddress tokenInaddress touint256 deadlinebytes permitDatareturns (uint256 amountOut)
swapExactOutput(uint256 amountOutuint256 amountInMaxaddress tokenInaddress tokenOutaddress touint256 deadlinereturns (uint256 amountIn)
swapExactOutputWithPermit(uint256 amountOutuint256 amountInMaxaddress tokenInaddress touint256 deadlinebytes permitDatareturns (uint256 amountIn)
Events
Swap(address indexed tokenInaddress indexed tokenOutuint256 amountInuint256 amountOutaddress indexed fromaddress to
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidChainlinkRate(
InvalidRate(
InvalidSwap(
InvalidTokens(
NotWhitelisted(
Paused(
ReentrantCall(
TooBigAmountIn(
TooLate(
TooSmallAmountOut(