ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 3,589 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
0xb467…3141
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
13 additional
variables
Balances ($1.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.385616 | $1.002 |
$1.39 | |
USDC | ERC-20 | 0.000004 | $1.00 |
$0 | |
DAI | ERC-20 | 0.000001 | $1.00 |
$0 | |
BOND | ERC-20 | 0 | $1.64 |
$0 | |
RLB | ERC-20 | 0 | $0.073886 |
$0 | |
gOHM | ERC-20 | 0 | $5,442.16 |
$0 | |
FXS | ERC-20 | 0 | $2.41 |
$0 | |
SpacePi | ERC-20 | 0.000005 | $0.00 |
$0 | |
VERI | ERC-20 | 0 | $17.68 |
$0 | |
THOR | ERC-20 | 0 | $0.182573 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243747 | 3 hours ago | | | 0 | 0.0049145584 | |
| 21242747 | 6 hours ago | | | 0 | 0.0035872801 | |
| 21242318 | 8 hours ago | | | 0 | 0.0026788616 | |
| 21242232 | 8 hours ago | | | 0 | 0.0029412261 | |
| 21241587 | 10 hours ago | | | 0 | 0.0023735143 | |
| 21241559 | 10 hours ago | | | 0 | 0.0020442229 | |
| 21241537 | 10 hours ago | | | 0 | 0.0021994683 | |
| 21240434 | 14 hours ago | | | 0 | 0.00042176727 | |
| 21239878 | 16 hours ago | | | 0 | 0.0023246815 | |
| 21237918 | a day ago | | | 0 | 0.0057007336 |
ABI
ABI objects
Getter at block 21244652 eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions) proxiableUUID() view returns (bytes32)
TEN_THOUSAND_DENOMINATOR() view returns (uint256)
10000
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
contractCallerWhitelistEnabled() view returns (bool)
false
factory() view returns (address)
0x85b0f66e83515ff4e825dfcaa58e040e08278ef9
getImplementation() view returns (address)
0x94febdf8d9813928ea15bc99d80632d59c190810
owner() view returns (address)
0x83fc28e6962e41e38f7854308eff827e3f6b906b
pancakeswapRouter() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
weth9Unwrapper() view returns (address)
0xb467fc083fd08e6d60ba98897303d8eba8743141
widgetFeeSigner() view returns (address)
0x5ef3bb5f92c66b6089c1b6df86f844f34a1041ae
Read-only
contractCallerWhitelist(address) view returns (bool)
externalRouterSelectorWhitelist(address, bytes4) view returns (bool)
externalRouterWhitelist(address) view returns (bool)
State-modifying
Events exactInput(struct INativeRouterExactInputParams params) payable returns (uint256 amountOut)
exactInputSingle(struct INativeRouterExactInputParams params) payable returns (uint256 amountOut)
initialize(address factory, address weth9, address _widgetFeeSigner)
multicall(bytes[] data) payable returns (bytes[] results)
multicall(uint256 deadline, bytes[] data) payable returns (bytes[])
pause()
pull(address token, uint256 value) payable
refundETHRecipient(address recipient, uint256 amount) payable
renounceOwnership()
setContractCallerWhitelist(address caller, bool value)
setContractCallerWhitelistToggle(bool value)
setExternalRouterWhitelist(address[] routers, bool[] values)
setPauser(address _pauser)
setWeth9Unwrapper(address _weth9Unwrapper)
setWidgetFeeSigner(address _widgetFeeSigner)
swapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
sweepToken(address token, uint256 amountMinimum, address recipient) payable
tradeRFQT(struct INativeRfqPoolRFQTQuote quote) payable
transferOwnership(address newOwner)
unpause()
unwrapWETH9(uint256 amountMinimum, address recipient) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
wrapETH(uint256 value) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
EIP712DomainChanged()
ExternalSwap(address externalRouter, address sender, address tokenIn, address tokenOut, int256 amountIn, int256 amountOut, bytes16 quoteId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RefundETHRecipient(address recipient, uint256 amount)
SetWidgetFeeSigner(address widgetFeeSigner)
SwapCalculations(uint256 amountIn, address recipient)
Unpaused(address account)
Upgraded(address indexed implementation)
WidgetFeeTransfer(address widgetFeeRecipient, uint256 widgetFeeRate, uint256 widgetFeeAmount, address widgetFeeToken)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
CallbackNotFromOrderBuyer(address caller)
CallerNotEOAAndNotWhitelisted()
CallerNotMsgSender(address caller, address msgSender)
CallerNotWeth9()
EthTransferFail()
ExternalCallFailed(address arg0, bytes4 arg1)
InputArraysLengthMismatch()
InsufficientTokenToSweep()
InvalidAmountInValue()
InvalidDeltaValue(int256 amount0Delta, int256 amount1Delta)
InvalidOrderBuyer(address orderBuyer)
InvalidRfqPool()
InvalidWidgetFeeRate()
InvalidWidgetFeeSignature()
InvalidZeroInputAmount()
InvalidZeroOutputAmount()
MultipleFallbackDataForInputSingle()
MultipleOrdersForInputSingle()
NotEnoughAmountOut(uint256 amountOut, uint256 amountOutMinimum)
NotEnoughTokenOutReceived()
OnlyOwnerOrPauserCanCall()
OrderExpired()
RfqQuoteExpired()
UnexpectedMsgValue()
ZeroAddressInput()
ZeroFlexibleAmount()