0x0b38553912024146aafceb518cb9994fa48595a8
Unverified contract
Proxy
Active on
Base with 167 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
GRG | ERC-20 | 0.05 | $1.26 |
$0.06 | |
USA | ERC-20 | 1 | $0.000786 |
$0 | |
WETH | ERC-20 | 0 | $3,354.46 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
LIFI | ERC-20 | 17.100447K | -- | -- | |
WGC | ERC-20 | 100 | -- | -- | |
PAW | ERC-20 | 40 | -- | -- | |
OOMER | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19291899 | 3 months ago | | | 0 | 0.000000707334588448 | |
| 8025591 | a year ago | | | 0 | 0.00054864604 | |
| 8012532 | a year ago | | | 0 | 4.7914436e-7 | |
| 7969332 | a year ago | | | 0 | 4.7914436e-7 | |
| 7926132 | a year ago | | | 0 | 4.7914436e-7 | |
| 7882932 | a year ago | | | 0 | 4.8324299e-7 | |
| 7839732 | a year ago | | | 0 | 4.8323896e-7 | |
| 7796532 | a year ago | | | 0 | 4.8324299e-7 | |
| 7769267 | a year ago | | | 0 | 6.5577519e-7 | |
| 7753332 | a year ago | | | 0 | 4.8325336e-7 |
ABI
ABI objects
Getter at block 22745220
getAumAnnualFee() view returns (uint256 aumAnnualFee)
400
getBalances() view returns (uint256 amountX, uint256 amountY)
(amountX=1267486, amountY=0)
getFactory() view returns (address)
0xd47885eda0a0b4ec79e5c37379e8d2e1d0b39017
getIdleBalances() view returns (uint256 amountX, uint256 amountY)
(amountX=1267486, amountY=0)
getLastRebalance() view returns (uint256 lastRebalance)
1725373145
getOperator() view returns (address operator)
0xcad3477b8d2569c849298e82d10046ed422ac258
getPair() pure returns (address)
0x8e27e25d9dabc96f89a0edc99e35d6e2a10b4fa0
getPendingAumAnnualFee() view returns (bool isSet, uint256 pendingAumAnnualFee)
(isSet=false, pendingAumAnnualFee=0)
getRange() view returns (uint24 lower, uint24 upper)
(lower=0, upper=0)
getTokenX() pure returns (address)
0x4200000000000000000000000000000000000006
getTokenY() pure returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
getVault() pure returns (address)
0xed2b50f4aeb71d759a461806c6a220c8977fc9ff
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize()
rebalance(uint24 newLower, uint24 newUpper, uint24 desiredActiveId, uint24 slippageActiveId, uint256 amountX, uint256 amountY, bytes distributions)
resetPendingAumAnnualFee()
setOperator(address operator)
setPendingAumAnnualFee(uint16 pendingAumAnnualFee)
swap(address executor, struct IOneInchRouterSwapDescription desc, bytes data)
withdrawAll()
AumAnnualFeeSet(uint256 fee)
AumFeeCollected(address indexed sender, uint256 totalBalanceX, uint256 totalBalanceY, uint256 feeX, uint256 feeY)
Initialized(uint8 version)
OperatorSet(address operator)
PendingAumAnnualFeeReset()
PendingAumAnnualFeeSet(uint256 fee)
RangeSet(uint24 low, uint24 upper)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
SafeCast__Exceeds24Bits()
SafeCast__Exceeds64Bits()
Strategy__ActiveIdSlippage()
Strategy__InvalidAmount()
Strategy__InvalidFee()
Strategy__InvalidLength()
Strategy__InvalidRange()
Strategy__InvalidReceiver()
Strategy__InvalidToken()
Strategy__OnlyFactory()
Strategy__OnlyOperators()
Strategy__OnlyVault()
Strategy__RangeAlreadySet()
Strategy__RangeTooWide()
Strategy__ZeroAmounts()
Uint256x256Math__MulDivOverflow()