Proxy
Verified contract
Proxy
Active on
Ethereum with 5,225 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($500,592.25)
Native
Value
$16,808.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.0814 | $3,307.85 |
$16,808.51 | |
WBTC | ERC-20 | 1.80545 | $97,929.00 |
$176,805.92 | |
WETH | ERC-20 | 27.966886 | $3,309.80 |
$92,564.8 | |
USDT | ERC-20 | 87.176148K | $1.002 |
$87,350.5 | |
USDC | ERC-20 | 76.584819K | $1.001 |
$76,661.4 | |
wstETH | ERC-20 | 11.235663 | $3,919.67 |
$44,040.09 | |
MNT | ERC-20 | 7.58471K | $0.836767 |
$6,346.63 | |
LINK | ERC-20 | 0.950559 | $15.14 |
$14.39 | |
UNI | ERC-20 | 0 | $9.38 |
$0 | |
LDO | ERC-20 | 0 | $1.22 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241853 | 7 hours ago | | | 0 | 0.0016881441 | |
| 21241847 | 7 hours ago | | | 0 | 0.0047351759 | |
| 21237315 | a day ago | | | 0 | 0.0052939722 | |
| 21234444 | a day ago | | | 0 | 0.0045271784 | |
| 21232693 | 2 days ago | | | 0.3 | 0.00023364982 | |
| 21231805 | 2 days ago | | | 0 | 0.0027675764 | |
| 21229475 | 2 days ago | | | 0.2 | 0.00062383873 | |
| 21215333 | 4 days ago | | | 0 | 0.0022683075 | |
| 21213224 | 4 days ago | | | 0 | 0.0022256813 | |
| 21211383 | 5 days ago | | | 0 | 0.0055041815 |
ABI
ABI objects
Getter at block 21243803
admin() view returns (address _admin)
0xff030beb0335432e156a0ee55bd87850eaad228e
implementation() view returns (address _implementation)
0xaf780de01dc9c6ff4c29c6556b4666e852951584
DELAY_ADDRESS() view returns (address)
0xc3a99a855d060d727367c599ecb2423e0bebee24
EXECUTION_GAS_LIMIT() view returns (uint256)
710000
FACTORY_ADDRESS() view returns (address)
0xc480b33ee5229de3fbdfad1d2dcd3f3bad0c56c6
WETH_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
__RESERVED__OLD_DELAY() view returns (address)
0x350232f55a38254320c0200c216ac899f6808014
__RESERVED__OLD_ETH_TRANSFER_GAS_COST() view returns (uint256)
4104
__RESERVED__OLD_EXECUTION_GAS_LIMIT() view returns (uint256)
500000
__RESERVED__OLD_FACTORY() view returns (address)
0xc480b33ee5229de3fbdfad1d2dcd3f3bad0c56c6
__RESERVED__OLD_WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
__RESERVED__SLOT_6_USED_IN_PREVIOUS_VERSIONS() view returns (uint256)
1050000000000000000
delay() pure returns (address)
0xc3a99a855d060d727367c599ecb2423e0bebee24
ethTransferGasCost() pure returns (uint256)
14104
executionGasLimit() pure returns (uint256)
710000
factory() pure returns (address)
0xc480b33ee5229de3fbdfad1d2dcd3f3bad0c56c6
initialized() view returns (uint8)
1
owner() view returns (address)
0xff030beb0335432e156a0ee55bd87850eaad228e
rebalancer() view returns (address)
0x86d72fe435aefe6202ac06899204e5edda45e2f3
weth() pure returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
__RESERVED__OLD_TOKEN_LIMIT_MAX_MULTIPLIER(address) view returns (uint256)
__RESERVED__OLD_TOKEN_LIMIT_MIN(address) view returns (uint256)
__RESERVED__OLD_TOLERANCE(address) view returns (uint16)
__RESERVED__OLD_TWAP_INTERVAL(address) view returns (uint32)
getPoolState(address token0, address token1) view returns (uint256 price, uint256 fee, uint256 limitMin0, uint256 limitMax0, uint256 limitMin1, uint256 limitMax1)
getPriceByPairAddress(address pair, bool inverted) view returns (uint8 xDecimals, uint8 yDecimals, uint256 price)
getPriceByTokenAddresses(address tokenIn, address tokenOut) view returns (uint256 price)
getTokenLimitMaxMultiplier(address) pure returns (uint256)
getTokenLimitMin(address token) pure returns (uint256)
getTolerance(address) pure returns (uint16)
getTwapInterval(address) pure returns (uint32)
isOneInchRouterWhitelisted(address) view returns (bool)
isPairEnabled(address) view returns (bool)
quoteBuy(address tokenIn, address tokenOut, uint256 amountOut) view returns (uint256 amountIn)
quoteSell(address tokenIn, address tokenOut, uint256 amountIn) view returns (uint256 amountOut)
swapFee(address) view returns (uint256)
tokenLimitMaxMultiplier(address token) pure returns (uint256)
tokenLimitMin(address token) pure returns (uint256)
tolerance(address pair) pure returns (uint16)
twapInterval(address pair) pure returns (uint32)
State-modifying
Events setAdmin(address _admin)
setImplementation(address _implementation)
approve(address token, uint256 amount, address to)
buy(struct ITwapRelayerBuyParams buyParams) payable returns (uint256 orderId)
initialize()
initializeLock()
rebalanceSellWithDelay(address tokenIn, address tokenOut, uint256 amountIn)
rebalanceSellWithOneInch(address tokenIn, uint256 amountIn, address oneInchRouter, uint256 _gas, bytes data)
sell(struct ITwapRelayerSellParams sellParams) payable returns (uint256 orderId)
setOwner(address _owner)
setPairEnabled(address pair, bool enabled)
setRebalancer(address _rebalancer)
setSwapFee(address pair, uint256 fee)
unwrapWeth(uint256 amount)
whitelistOneInchRouter(address oneInchRouter, bool whitelisted)
withdraw(address token, uint256 amount, address to)
wrapEth(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approve(address token, address to, uint256 amount)
Buy(address indexed sender, address tokenIn, address tokenOut, uint256 amountIn, uint256 amountInMax, uint256 amountOut, bool wrapUnwrap, uint256 fee, address indexed to, address orderContract, uint256 indexed orderId)
DelaySet(address delay)
EthTransferGasCostSet(uint256 gasCost)
ExecutionGasLimitSet(uint256 limit)
Initialized(address _factory, address _delay, address _weth)
OneInchRouterWhitelisted(address indexed oneInchRouter, bool whitelisted)
OwnerSet(address owner)
PairEnabledSet(address pair, bool enabled)
RebalanceSellWithDelay(address indexed sender, address tokenIn, address tokenOut, uint256 amountIn, uint256 indexed delayOrderId)
RebalanceSellWithOneInch(address indexed oneInchRouter, uint256 gas, bytes data)
RebalancerSet(address rebalancer)
Sell(address indexed sender, address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOut, uint256 amountOutMin, bool wrapUnwrap, uint256 fee, address indexed to, address orderContract, uint256 indexed orderId)
SwapFeeSet(address pair, uint256 fee)
TokenLimitMaxMultiplierSet(address token, uint256 limit)
TokenLimitMinSet(address token, uint256 limit)
ToleranceSet(address pair, uint16 tolerance)
TwapIntervalSet(address pair, uint32 interval)
UnwrapWeth(uint256 amount)
Withdraw(address token, address to, uint256 amount)
WrapEth(uint256 amount)
constructor(address _implementation)
fallback()
receive()
receive()
This contract contains no error objects.