0x705d292863472ce2510668bd8f91bdbc5b5e42bf
Verified contract
Proxy
Active on
Ethereum with 27 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 175.342858K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241942 | 4 days ago | | | 0 | 0.0092908572 | |
| 21235279 | 5 days ago | | | 0 | 0.0091675409 | |
| 21224872 | 7 days ago | | | 0 | 0.015528645 | |
| 21182253 | 12 days ago | | | 0 | 0.011303032 | |
| 21142367 | 18 days ago | | | 0 | 0.010275027 | |
| 21132084 | 19 days ago | | | 0 | 0.0075068598 | |
| 21128699 | 20 days ago | | | 0 | 0.023800021 | |
| 21081926 | a month ago | | | 0 | 0.0041903749 | |
| 21041150 | a month ago | | | 0 | 0.0058919381 | |
| 21031772 | a month ago | | | 0 | 0.0022047694 |
ABI
ABI objects
Getter at block 21271757
FACTORY() view returns (address)
0x1b487c719e3d8ab6eed780f452c9a5f73d921be1
LOGIC() view returns (address)
0xe07cae0cfff14bf50501068950adea6ad984ffd3
PERCENTAGE_BPS() view returns (uint256)
100
SLIPPAGE_BPS() view returns (uint256)
10000
incentiveVault() view returns (address)
0xd1adf3531a72fb9538e02ecda709daef47908a6e
owner() view returns (address)
0xe857b09411fcb70e376b06e98d6b69856808f020
totalLiquidity() view returns (uint256)
175342858132482459803925
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)