LSSVMPairFactory
Verified contract
Active on
Base with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6df6…f51d
Balances ($1,988.60)
Native
Value
$1,988.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.795019 | $2,501.32 |
$1,988.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10740852 | 8 months ago | | | 0 | 0.000089784055 | |
| 10577677 | 9 months ago | | | 0 | 0.000089784018 | |
| 10570672 | 9 months ago | | | 0 | 0.00011007602 | |
| 10570672 | 9 months ago | | | 0 | 0.000090417020 | |
| 10535562 | 9 months ago | | | 0 | 0.00014112003 | |
| 10526770 | 9 months ago | | | 0 | 0.000075204018 | |
| 10494425 | 9 months ago | | | 0 | 0.000000002014819632 | |
| 10494196 | 9 months ago | | | 0 | 0.000000001303783001 | |
| 10481874 | 9 months ago | | | 0 | 0.000000003511351016 | |
| 10441091 | 9 months ago | | | 0 | 0.00015161704 |
ABI
ABI objects
Getter at block 21826686
enumerableERC20Template() view returns (address)
0x0000000000000000000000000000000000000000
enumerableETHTemplate() view returns (address)
0x0000000000000000000000000000000000000000
missingEnumerableERC20Template() view returns (address)
0x0000000000000000000000000000000000000000
missingEnumerableETHTemplate() view returns (address)
0xced87ffba3d1949cd37cd5980380e761be840843
owner() view returns (address)
0x737ccbeb95eac1f772ec13d036a7d4b085589f48
protocolFeeMultiplier() view returns (uint256)
20000000000000000
protocolFeeRecipient() view returns (address)
0x6df6cb438ec1cc195664297c849bac996f4ff51d
Read-only
bondingCurveAllowed(address) view returns (bool)
callAllowed(address) view returns (bool)
isPair(address potentialPair, uint8 variant) view returns (bool)
routerStatus(address) view returns (bool allowed, bool wasEverAllowed)
State-modifying
Events changeProtocolFeeMultiplier(uint256 _protocolFeeMultiplier)
changeProtocolFeeRecipient(address _protocolFeeRecipient)
createPairERC20(struct LSSVMPairFactoryCreateERC20PairParams params) returns (address pair)
createPairETH(address _nft, address _bondingCurve, address _assetRecipient, uint8 _poolType, uint128 _delta, uint96 _fee, uint128 _spotPrice, uint256[] _initialNFTIDs) payable returns (address pair)
depositERC20(address token, address recipient, uint256 amount)
depositNFTs(address _nft, uint256[] ids, address recipient)
renounceOwnership()
setBondingCurveAllowed(address bondingCurve, bool isAllowed)
setCallAllowed(address target, bool isAllowed)
setRouterAllowed(address _router, bool isAllowed)
transferOwnership(address newOwner)
withdrawERC20ProtocolFees(address token, uint256 amount)
withdrawETHProtocolFees()
BondingCurveStatusUpdate(address bondingCurve, bool isAllowed)
CallTargetStatusUpdate(address target, bool isAllowed)
NFTDeposit(address poolAddress)
NewPair(address poolAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolFeeMultiplierUpdate(uint256 newMultiplier)
ProtocolFeeRecipientUpdate(address recipientAddress)
RouterStatusUpdate(address router, bool isAllowed)
TokenDeposit(address poolAddress)
constructor(address _enumerableETHTemplate, address _missingEnumerableETHTemplate, address _enumerableERC20Template, address _missingEnumerableERC20Template, address _protocolFeeRecipient, uint256 _protocolFeeMultiplier)
receive()
This contract contains no error objects.