EeseeMinter
EeseeMinter
EeseeNFTLazyMintImplementation
Contract implementations for Clonable
EeseeNFTDropImplementation
random
Contract that provides random.
lazyMintCollections
Maps msg.senders to collection owners to collection IDs to NFT collections. Note: We use owners in a mapping to avoid NFT censorship. If we did not include owners, malicious users would be able to frontrun collectionIDs to block other users' colelctions from being created. msg.senders are also included in a mapping as a method of access control.
lazyMint
Deploys NFT collection contract if there isn't one and mints token to it. Emits {DeployLazyMint} event if new collection was deployed and emits {LazyMint} event.
Parameters
Return Values
deployDropCollection
Deploys a new drop collection contract. Emits {DeployDrop} event.
Parameters
Return Values
Inherited from IEeseeMinter
random
lazyMintCollections
DeployLazyMint
LazyMint
DeployDrop
Last updated