0x055b4a7d81a565b5035a9af7c4a334890e896763
Unverified contract
Proxy
Active on
Base with 21 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
Balances ($0.00)
No balances found for "0x055b4a7d81a565b5035a9af7c4a334890e896763"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20627010 | a month ago | | | 0 | 3.9162482e-7 | |
| 20534053 | a month ago | | | 0 | 5.2195409e-7 | |
| 20534031 | a month ago | | | 0 | 5.3128517e-7 | |
| 20469081 | a month ago | | | 0 | 0.0000060696214 | |
| 20277491 | 2 months ago | | | 0 | 0.0000010611935 | |
| 20275487 | 2 months ago | | | 0 | 7.9732084e-7 | |
| 20274925 | 2 months ago | | | 0 | 7.1795800e-7 | |
| 20274455 | 2 months ago | | | 0 | 0.000000801627945580 | |
| 20192257 | 2 months ago | | | 0 | 0.0000034803927 | |
| 20192050 | 2 months ago | | | 0 | 8.5200032e-7 |
ABI
ABI objects
Getter at block 22382967
FACTORY() view returns (address)
0x1b487c719e3d8ab6eed780f452c9a5f73d921be1
LOGIC() view returns (address)
0x8f3ac339610e23bd3d2cd5700ccaa53c077a6d20
PERCENTAGE_BPS() view returns (uint256)
100
SLIPPAGE_BPS() view returns (uint256)
10000
incentiveVault() view returns (address)
0x8d0e694b0b971bd3d2e5f16ffcb218ed33915be4
owner() view returns (address)
0xff00701c26eeb9658052dbe9be3e5b2d4061a892
totalLiquidity() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeIncentiveVault(address incentiveVault_)
claimRewards()
emergencyExit()
emergencyExitPrivate()
enter(uint256 minLiquidityDelta)
enterWithParameters(uint256 minLiquidityDelta, bytes params)
exit(uint256 percentage, IDefiiMinTokensDeltaInstruction minTokensDelta)
exitBuildingBlock(uint256 buildingBlockId)
getMinLiquidityDelta(uint256 slippage) returns (uint256)
getMinTokensDeltas(uint256 percentage, uint256 slippage, address[] tokens) returns (IDefiiMinTokensDeltaInstruction)
init(address logic, address owner, address incentiveVault_)
renounceOwnership()
runMultipleTx(address[] targets, uint256[] values, bytes[] datas)
runTx(address target, uint256 value, bytes data)
simulateClaimRewards(address[] rewardTokens) returns (int256[] balanceChanges)
simulateClaimRewardsAndRevert(address[] rewardTokens)
simulateEnter() returns (uint256 liquidityChanged)
simulateEnterAndRevert()
simulateEnterWithParams(bytes params) returns (uint256 liquidityChanged)
simulateEnterWithParamsAndRevert(bytes params)
simulateExit(uint256 percentage, address[] tokens) returns (int256[] balanceChanges)
simulateExitAndRevert(uint256 percentage, address[] tokens)
transferOwnership(address newOwner)
withdrawERC20(address token)
withdrawETH()
withdrawLiquidity(address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnterFailed()
ExitFailed()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedIntToUint(int256 value)
SafeERC20FailedOperation(address token)