LSSVMPairFactory
Verified contract
Active on
Ethereum with 43,720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,212,322.91)
Native
Value
$1,211,240.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 362.822793 | $3,338.38 |
$1,211,240.36 | |
OHM | ERC-20 | 48.679938 | $20.75 |
$1,010.11 | |
DOG | ERC-20 | 4.3551K | $0.006488 |
$28.25 | |
DAI | ERC-20 | 13.446334 | $0.999867 |
$13.44 | |
FRAX | ERC-20 | 8.41847 | $0.996618 |
$8.39 | |
WETH | ERC-20 | 0.001944 | $3,344.31 |
$6.5 | |
USDC | ERC-20 | 5.755236 | $1.00 |
$5.76 | |
PPAY | ERC-20 | 42.27251K | $0.000134 |
$5.67 | |
APE | ERC-20 | 2.38806 | $1.25 |
$2.99 | |
BADGER | ERC-20 | 0.364484 | $3.45 |
$1.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21031096 | a month ago | | | 0 | 0.0024550680 | |
| 20708551 | 2 months ago | | | 0 | 0.00027695164 | |
| 20638712 | 3 months ago | | | 0.018 | 0.00013713763 | |
| 20636459 | 3 months ago | | | 0.17862174 | 0.00079958587 | |
| 19164136 | 10 months ago | | | 0 | 0.0075355692 | |
| 19107051 | 10 months ago | | | 0 | 0.0097168669 | |
| 18990215 | 10 months ago | | | 0 | 0.0067663148 | |
| 18907981 | a year ago | | | 0.34163317 | 0.0035845293 | |
| 18829928 | a year ago | | | 0 | 0.017392346 | |
| 18829923 | a year ago | | | 0 | 0.014804912 |
ABI
ABI objects
Getter at block 21247220
enumerableERC20Template() view returns (address)
0xd42638863462d2f21bb7d4275d7637ee5d5541eb
enumerableETHTemplate() view returns (address)
0x08ce97807a81896e85841d74fb7e7b065ab3ef05
missingEnumerableERC20Template() view returns (address)
0x92de3a1511ef22abcf3526c302159882a4755b22
missingEnumerableETHTemplate() view returns (address)
0xcd80c916b1194beb48abf007d0b79a7238436d56
owner() view returns (address)
0x6853f8865ba8e9fbd9c8cce3155ce5023fb7eeb0
protocolFeeMultiplier() view returns (uint256)
5000000000000000
protocolFeeRecipient() view returns (address)
0x6853f8865ba8e9fbd9c8cce3155ce5023fb7eeb0
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.