ActionAddRemoveLiqV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ActionAddRemoveLiqV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ActionAddRemoveLiqV3"
ABI
ABI objects
Getter at block 21244456
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events addLiquidityDualSyAndPt(address receiver, address market, uint256 netSyDesired, uint256 netPtDesired, uint256 minLpOut) returns (uint256 netLpOut, uint256 netSyUsed, uint256 netPtUsed)
addLiquidityDualTokenAndPt(address receiver, address market, struct TokenInput input, uint256 netPtDesired, uint256 minLpOut) payable returns (uint256 netLpOut, uint256 netPtUsed, uint256 netSyInterm)
addLiquiditySinglePt(address receiver, address market, uint256 netPtIn, uint256 minLpOut, struct ApproxParams guessPtSwapToSy, struct LimitOrderData limit) returns (uint256 netLpOut, uint256 netSyFee)
addLiquiditySingleSy(address receiver, address market, uint256 netSyIn, uint256 minLpOut, struct ApproxParams guessPtReceivedFromSy, struct LimitOrderData limit) returns (uint256 netLpOut, uint256 netSyFee)
addLiquiditySingleSyKeepYt(address receiver, address market, uint256 netSyIn, uint256 minLpOut, uint256 minYtOut) returns (uint256 netLpOut, uint256 netYtOut, uint256 netSyMintPy)
addLiquiditySingleToken(address receiver, address market, uint256 minLpOut, struct ApproxParams guessPtReceivedFromSy, struct TokenInput input, struct LimitOrderData limit) payable returns (uint256 netLpOut, uint256 netSyFee, uint256 netSyInterm)
addLiquiditySingleTokenKeepYt(address receiver, address market, uint256 minLpOut, uint256 minYtOut, struct TokenInput input) payable returns (uint256 netLpOut, uint256 netYtOut, uint256 netSyMintPy, uint256 netSyInterm)
removeLiquidityDualSyAndPt(address receiver, address market, uint256 netLpToRemove, uint256 minSyOut, uint256 minPtOut) returns (uint256 netSyOut, uint256 netPtOut)
removeLiquidityDualTokenAndPt(address receiver, address market, uint256 netLpToRemove, struct TokenOutput output, uint256 minPtOut) returns (uint256 netTokenOut, uint256 netPtOut, uint256 netSyInterm)
removeLiquiditySinglePt(address receiver, address market, uint256 netLpToRemove, uint256 minPtOut, struct ApproxParams guessPtReceivedFromSy, struct LimitOrderData limit) returns (uint256 netPtOut, uint256 netSyFee)
removeLiquiditySingleSy(address receiver, address market, uint256 netLpToRemove, uint256 minSyOut, struct LimitOrderData limit) returns (uint256 netSyOut, uint256 netSyFee)
removeLiquiditySingleToken(address receiver, address market, uint256 netLpToRemove, struct TokenOutput output, struct LimitOrderData limit) returns (uint256 netTokenOut, uint256 netSyFee, uint256 netSyInterm)
AddLiquidityDualSyAndPt(address indexed caller, address indexed market, address indexed receiver, uint256 netSyUsed, uint256 netPtUsed, uint256 netLpOut)
AddLiquidityDualTokenAndPt(address indexed caller, address indexed market, address indexed tokenIn, address receiver, uint256 netTokenUsed, uint256 netPtUsed, uint256 netLpOut, uint256 netSyInterm)
AddLiquiditySinglePt(address indexed caller, address indexed market, address indexed receiver, uint256 netPtIn, uint256 netLpOut)
AddLiquiditySingleSy(address indexed caller, address indexed market, address indexed receiver, uint256 netSyIn, uint256 netLpOut)
AddLiquiditySingleSyKeepYt(address indexed caller, address indexed market, address indexed receiver, uint256 netSyIn, uint256 netSyMintPy, uint256 netLpOut, uint256 netYtOut)
AddLiquiditySingleToken(address indexed caller, address indexed market, address indexed token, address receiver, uint256 netTokenIn, uint256 netLpOut, uint256 netSyInterm)
AddLiquiditySingleTokenKeepYt(address indexed caller, address indexed market, address indexed token, address receiver, uint256 netTokenIn, uint256 netLpOut, uint256 netYtOut, uint256 netSyMintPy, uint256 netSyInterm)
ExitPostExpToSy(address indexed caller, address indexed market, address indexed receiver, uint256 netLpIn, struct ExitPostExpReturnParams params)
ExitPostExpToToken(address indexed caller, address indexed market, address indexed token, address receiver, uint256 netLpIn, uint256 totalTokenOut, struct ExitPostExpReturnParams params)
ExitPreExpToSy(address indexed caller, address indexed market, address indexed receiver, uint256 netLpIn, struct ExitPreExpReturnParams params)
ExitPreExpToToken(address indexed caller, address indexed market, address indexed token, address receiver, uint256 netLpIn, uint256 totalTokenOut, struct ExitPreExpReturnParams params)
MintPyFromSy(address indexed caller, address indexed receiver, address indexed YT, uint256 netSyIn, uint256 netPyOut)
MintPyFromToken(address indexed caller, address indexed tokenIn, address indexed YT, address receiver, uint256 netTokenIn, uint256 netPyOut, uint256 netSyInterm)
MintSyFromToken(address indexed caller, address indexed tokenIn, address indexed SY, address receiver, uint256 netTokenIn, uint256 netSyOut)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemPyToSy(address indexed caller, address indexed receiver, address indexed YT, uint256 netPyIn, uint256 netSyOut)
RedeemPyToToken(address indexed caller, address indexed tokenOut, address indexed YT, address receiver, uint256 netPyIn, uint256 netTokenOut, uint256 netSyInterm)
RedeemSyToToken(address indexed caller, address indexed tokenOut, address indexed SY, address receiver, uint256 netSyIn, uint256 netTokenOut)
RemoveLiquidityDualSyAndPt(address indexed caller, address indexed market, address indexed receiver, uint256 netLpToRemove, uint256 netPtOut, uint256 netSyOut)
RemoveLiquidityDualTokenAndPt(address indexed caller, address indexed market, address indexed tokenOut, address receiver, uint256 netLpToRemove, uint256 netPtOut, uint256 netTokenOut, uint256 netSyInterm)
RemoveLiquiditySinglePt(address indexed caller, address indexed market, address indexed receiver, uint256 netLpToRemove, uint256 netPtOut)
RemoveLiquiditySingleSy(address indexed caller, address indexed market, address indexed receiver, uint256 netLpToRemove, uint256 netSyOut)
RemoveLiquiditySingleToken(address indexed caller, address indexed market, address indexed token, address receiver, uint256 netLpToRemove, uint256 netTokenOut, uint256 netSyInterm)
SelectorToFacetSet(bytes4 indexed selector, address indexed facet)
SwapPtAndSy(address indexed caller, address indexed market, address indexed receiver, int256 netPtToAccount, int256 netSyToAccount)
SwapPtAndToken(address indexed caller, address indexed market, address indexed token, address receiver, int256 netPtToAccount, int256 netTokenToAccount, uint256 netSyInterm)
SwapPtAndYt(address indexed caller, address indexed market, address indexed receiver, int256 netPtToAccount, int256 netYtToAccount)
SwapYtAndSy(address indexed caller, address indexed market, address indexed receiver, int256 netYtToAccount, int256 netSyToAccount)
SwapYtAndToken(address indexed caller, address indexed market, address indexed token, address receiver, int256 netYtToAccount, int256 netTokenToAccount, uint256 netSyInterm)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
MarketExchangeRateBelowOne(int256 exchangeRate)
MarketExpired()
MarketProportionMustNotEqualOne()
MarketProportionTooHigh(int256 proportion, int256 maxProportion)
MarketRateScalarBelowZero(int256 rateScalar)
MarketZeroAmountsInput()
MarketZeroAmountsOutput()
MarketZeroTotalPtOrTotalAsset(int256 totalPt, int256 totalAsset)