0x705d292863472ce2510668bd8f91bdbc5b5e42bf

Verified contract

Proxy

Active on Ethereum with 27 txns
Deployed by via 0xef419041 at 20156916
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x8eda90802194efac456d341ae7e2f7a3a6142103946693cc52b6c0936bbd49b5
0x2779dd77a5a4fdc05ee0207b0739a3da2591eea2e6843617ebbd8afa5d285682
0xe730c7f98241fcd44fd9f5efecb7ffd891d2e95d40715415ee72e907afea2aa0
0x0e0303008c6cadee124f701c17d494cf928a9a5da7ff2931e13d965191707508
0xc1230d4deb25dd822ddff53847af6a82a8dffdc469fff7fb466624fb098fb97b
0x81897b1687f180f78a2e87c3e64d7e7666e9d800731cda407ef8a12a4de41703
0xe8cf6c3fb8efd7c84a8d06a05569648061433e8d384be9b4b491b3649aa65e52
0x1375366191fe0d87666a31c48c96f017a7cc39d670a2079c71dd0c6d506e5a61
0x7d1e8ffd8c8363511430197e6e849f5d036dc401cc32ea6863af8e05b646f16f
0xeb434af14c529850bf78be14e8815b9b22bf780019078f7666021ba831d17002

Functions
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
changeIncentiveVault(address incentiveVault_
claimRewards(
emergencyExit(
emergencyExitPrivate(
enter(uint256 minLiquidityDelta
enterWithParameters(uint256 minLiquidityDeltabytes params
exit(uint256 percentageIDefiiMinTokensDeltaInstruction minTokensDelta
exitBuildingBlock(uint256 buildingBlockId
getMinLiquidityDelta(uint256 slippagereturns (uint256)
getMinTokensDeltas(uint256 percentageuint256 slippageaddress[] tokensreturns (IDefiiMinTokensDeltaInstruction)
init(address logicaddress owneraddress incentiveVault_
renounceOwnership(
runMultipleTx(address[] targetsuint256[] valuesbytes[] datas
runTx(address targetuint256 valuebytes data
simulateClaimRewards(address[] rewardTokensreturns (int256[] balanceChanges)
simulateClaimRewardsAndRevert(address[] rewardTokens
simulateEnter(returns (uint256 liquidityChanged)
simulateEnterAndRevert(
simulateEnterWithParams(bytes paramsreturns (uint256 liquidityChanged)
simulateEnterWithParamsAndRevert(bytes params
simulateExit(uint256 percentageaddress[] tokensreturns (int256[] balanceChanges)
simulateExitAndRevert(uint256 percentageaddress[] tokens
transferOwnership(address newOwner
withdrawERC20(address token
withdrawETH(
withdrawLiquidity(address accountuint256 amount
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnterFailed(
ExitFailed(
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeCastOverflowedIntToUint(int256 value
SafeERC20FailedOperation(address token