TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 122,028 txns
Deployed by via 0x59954179 at 18166881
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Native
Value $0.07
ERC-20
Value $14.09
ERC-20
--
ERC-20
--
ERC-20
--
0xb04f604a18b9487d4abbd8556a8dd8bf9be5aa7a16c15674568c49a4ed00fd80
0x34aaf4f72856ef1f7e479b72caf4eaae148048eda8e7c974d8ab2e841e1f9a82
0xb4522ecadcd1eeb4f7f9808f620d8c77aa87712498dd752eaa96b2cbf8a885d8
0xcfd633d71f3ad462b6930ae379b1798f77f6e967e114fc9929696620da6a3106
0xe0f40c7352063483f46723bddedd6f760b65909b2ae870d7d1809e27e0191c5d
0xa7c87ff2ac31ddadf3495a35b92ff5b64deba0e163750487775fa8b8e55a4a5a
0x53dc6717e284a3b2ef4c448e6d4f9feb86fdd74d40cc9c95bba8f6ba5b3cafc9
0x85eb5e129cad480b3bd3da6d312d1a093f7d5e4b8b861c0e37db823f36b73465
0xda9b6bf8f2045baa196a46ab351bbd1f13531de475e95ecb77ef91cc93e96c04
0x11d2bfec59f10a92437ced4873fe9c7d0a1e67af2c9dd031dbcd4908eb029e46

Functions
Getter at block 21242651
WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
amountInCached(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
factoryV2(view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
factoryV3(view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
feeCollector(view returns (address)
0xb8159ba378904f803639d274cec79f788931c9c8
feeDenominator(view returns (uint256)
10000
feeRate(view returns (uint256)
100
owner(view returns (address)
0x920f6a03eafc80c5c4119383aee56cecea115377
paused(view returns (bool)
false
Read-only
feeExcludeList(addressview returns (bool)
getPool(address tokenAaddress tokenBuint24 feeview returns (address)
State-modifying
initialize(address _factoryV2address _factoryV3address _WETHaddress _feeCollectoruint256 _feeRate
pause(
renounceOwnership(
rescueERC20Token(address tokenaddress recipient
setFeeCollector(address addr
setFeeExclude(address addrbool isExcluded
setFeeRate(uint256 rate
setWETH(address addr
swapMixedMultiHopExactIn(struct SwapXExactInputMixedParams paramspayable returns (uint256 amountOut)
swapMixedMultiHopExactOut(struct SwapXExactOutputMixedParams paramspayable returns (uint256 amountIn)
swapV2ExactIn(address tokenInaddress tokenOutuint256 amountInuint256 amountOutMinaddress poolAddresspayable returns (uint256 amountOut)
swapV2ExactOut(address tokenInaddress tokenOutuint256 amountInMaxuint256 amountOutaddress poolAddresspayable returns (uint256 amountIn)
swapV2MultiHopExactIn(address tokenInuint256 amountInuint256 amountOutMinaddress[] pathaddress recipientuint256 deadlineaddress factorypayable returns (uint256[] amounts)
swapV2MultiHopExactOut(address tokenInuint256 amountInMaxuint256 amountOutaddress[] pathaddress recipientuint256 deadlineaddress factorypayable returns (uint256[] amounts)
swapV3ExactIn(struct SwapXExactInputSingleParams paramspayable returns (uint256 amountOut)
swapV3ExactOut(struct SwapXExactOutputSingleParams paramspayable returns (uint256 amountIn)
swapV3MultiHopExactIn(struct SwapXExactInputParams paramspayable returns (uint256 amountOut)
swapV3MultiHopExactOut(struct SwapXExactOutputParams paramspayable returns (uint256 amountIn)
transferOwnership(address newOwner
uniswapV3SwapCallback(int256 amount0Deltaint256 amount1Deltabytes _data
unpause(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
FeeCollected(address indexed tokenaddress indexed payeruint256 amountuint256 timestamp
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AlreadyInitialized(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token