LSSVMPairFactory
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x223c…fecb
Balances ($356.45)
Native
Value
$356.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.11175 | $3,189.67 |
$356.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18740108 | a year ago | | | 0 | 0.031946372 | |
| 18732407 | a year ago | | | 0 | 0.021003490 | |
| 18732393 | a year ago | | | 0 | 0.014219604 | |
| 18618508 | a year ago | | | 0 | 0.00080783394 | |
| 18549020 | a year ago | | | 0 | 0.019924934 | |
| 18546849 | a year ago | | | 0 | 0.0078089329 | |
| 18398031 | a year ago | | | 0 | 0.010644667 | |
| 17794381 | a year ago | | | 0 | 0.017302999 | |
| 17794345 | a year ago | | | 0 | 0.010857269 | |
| 17494484 | a year ago | | | 0 | 0.014135771 |
ABI
ABI objects
Getter at block 21161981
azimuth() view returns (address)
0x223c067f8cf28ae173ee5cafea60ca44c335fecb
enumerableERC20Template() view returns (address)
0x5cad05ee2f2cf172fe0b40d5dfaa0ddc00d0f345
enumerableETHTemplate() view returns (address)
0xa7075e65e4cbf4a1f858796fa11e0686a250bc24
missingEnumerableERC20Template() view returns (address)
0x96c2ac2792fba1249d5ad3c37a840da96f37ecb2
missingEnumerableETHTemplate() view returns (address)
0x4c76442be2c2caa4ab1d026cebe807d4212f34e5
owner() view returns (address)
0x3ae6d8a15e1480238a919bd4d9ecdf9d68b27324
protocolFeeMultiplier() view returns (uint256)
15000000000000000
protocolFeeRecipient() view returns (address)
0x3ae6d8a15e1480238a919bd4d9ecdf9d68b27324
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 _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(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 _azimuth, address _enumerableETHTemplate, address _missingEnumerableETHTemplate, address _enumerableERC20Template, address _missingEnumerableERC20Template, address _protocolFeeRecipient, uint256 _protocolFeeMultiplier)
receive()
This contract contains no error objects.