LiquidERC721Factory
Verified contract
Active on
Base with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiquidERC721Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13051369 | 7 months ago | | | 0 | 8.1188529e-7 | |
| 13051359 | 7 months ago | | | 0 | 8.7088754e-7 | |
| 13051343 | 7 months ago | | | 0 | 8.6599520e-7 | |
| 13047993 | 7 months ago | | | 0 | 0.000071597135 | |
| 13047948 | 7 months ago | | | 0 | 0.000073492565 | |
| 13047919 | 7 months ago | | | 0 | 0.000073653650 | |
| 13044796 | 7 months ago | | | 0 | 0.000072642586 |
ABI
ABI objects
Getter at block 22923761
foundationAddress() view returns (address)
0xc010b576b19f162b07dd9fd3fbe7921547c83873
managerAddress() view returns (address)
0x17022feba7b26d8405ec3ff35c4de825bf4772b9
protocolFeeReceiver() view returns (address)
0x8e15f28cb81fda90e6442578b82f87323453d7b6
Read-only
createdContracts(address) view returns (bool)
isContractCreated(address _contract) view returns (bool)
State-modifying
Events changeFoundationAddress(address _newFoundationAddress)
changeManagerAddress(address _newManager)
changeProtocolFeeReceiver(address _newProtocolFeeReceiver)
createLiquidERC721(string tokenName, string tokenSymbol, address nftContractAddress, uint256 tokensPerNft, uint256 creatorSellFee) returns (address)
LiquidERC721Created(address indexed newContractAddress, string tokenName, string tokenSymbol, address nftContractAddress, uint256 tokensPerNft, uint256 creatorSellFee, address lnftPairCreator)
constructor(address _foundationAddress, address _protocolFeeReceiver, address _managerAddress)
This contract contains no fallback and receive objects.
ReentrancyGuardReentrantCall()