TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 16,850 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241441 | an hour ago | | | 0.04 | 0.0017947362 | |
| 21241432 | 2 hours ago | | | 0 | 0.0018805802 | |
| 21240564 | 4 hours ago | | | 0.00015277728 | 0.0021084215 | |
| 21240434 | 5 hours ago | | | 0.042 | 0.0019837341 | |
| 21240428 | 5 hours ago | | | 0 | 0.0021639057 | |
| 21238186 | 12 hours ago | | | 0.00429439 | 0.0070541493 | |
| 21236351 | 19 hours ago | | | 0.02531402 | 0.0076524710 | |
| 21233012 | a day ago | | | 0.046 | 0.0020338179 | |
| 21233004 | a day ago | | | 0 | 0.0017598180 | |
| 21232833 | a day ago | | | 0.0046450063 | 0.0017481961 |
ABI
ABI objects
Getter at block 21241884
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
amountInCached() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
factoryV2() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
factoryV3() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
feeCollector() view returns (address)
0xa1952f7f47c04ea85ad6f306cb12c3d5f122c360
feeDenominator() view returns (uint256)
10000
feeRate() view returns (uint256)
100
owner() view returns (address)
0x920f6a03eafc80c5c4119383aee56cecea115377
paused() view returns (bool)
false
Read-only
feeExcludeList(address) view returns (bool)
getPool(address tokenA, address tokenB, uint24 fee) view returns (address)
State-modifying
Events initialize(address _factoryV2, address _factoryV3, address _WETH, address _feeCollector, uint256 _feeRate)
pause()
renounceOwnership()
rescueERC20Token(address token, address recipient)
setFeeCollector(address addr)
setFeeExclude(address addr, bool isExcluded)
setFeeRate(uint256 rate)
setWETH(address addr)
swapMixedMultiHopExactIn(struct SwapXExactInputMixedParams params) payable returns (uint256 amountOut)
swapMixedMultiHopExactOut(struct SwapXExactOutputMixedParams params) payable returns (uint256 amountIn)
swapV2ExactIn(address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOutMin, address poolAddress) payable returns (uint256 amountOut)
swapV2ExactOut(address tokenIn, address tokenOut, uint256 amountInMax, uint256 amountOut, address poolAddress) payable returns (uint256 amountIn)
swapV2MultiHopExactIn(address tokenIn, uint256 amountIn, uint256 amountOutMin, address[] path, address recipient, uint256 deadline, address factory) payable returns (uint256[] amounts)
swapV2MultiHopExactOut(address tokenIn, uint256 amountInMax, uint256 amountOut, address[] path, address recipient, uint256 deadline, address factory) payable returns (uint256[] amounts)
swapV3ExactIn(struct SwapXExactInputSingleParams params) payable returns (uint256 amountOut)
swapV3ExactOut(struct SwapXExactOutputSingleParams params) payable returns (uint256 amountIn)
swapV3MultiHopExactIn(struct SwapXExactInputParams params) payable returns (uint256 amountOut)
swapV3MultiHopExactOut(struct SwapXExactOutputParams params) payable returns (uint256 amountIn)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
FeeCollected(address indexed token, address indexed payer, uint256 amount, uint256 timestamp)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyInitialized()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)