NFTMarketRouter

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xe6cb556b at 15442641
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "NFTMarketRouter"

No transactions found for "NFTMarketRouter"


Functions
Getter at block 22906263
getMultiTokenDropMarketAddress(view returns (address market)
0x132363a3bbf47e06cf642dd18e9173e364546c99
getNftCollectionFactoryAddress(view returns (address factory)
0xf1814213a5ef856aaa1fdb0f7f375569168d8e73
getNftDropMarketAddress(view returns (address market)
0x62037b26fff91929655aa3a060f327b47d1e2b3e
getNftMarketAddress(view returns (address market)
0x7b503e206db34148ad77e00afe214034edf9e3ff
getWorldsNftAddress(view returns (address worldsNft)
0xc65a34319d4856f6c9c8ba4b07464f24ae252b4a
Read-only

This contract contains no read-only function objects.

State-modifying
batchListFromCollection(address nftContractuint256[] tokenIdsuint256 reservePriceuint256 auctionDurationbool shouldSetBuyPriceuint256 buyPriceuint256 saleStartsAtstruct WorldAssociation[] worldAssociationsreturns (uint256 firstAuctionIdOfSequence)
createFixedPriceSaleV2(address nftContractstruct FixedPriceSaleParams fixedPriceSaleParamsstruct WorldAssociation worldAssociationuint256 txDeadlineTime
createFixedPriceSaleWithEarlyAccessAllowlistV2(address nftContractstruct FixedPriceSaleParams fixedPriceSaleParamsuint256 earlyAccessStartTimebytes32 merkleRootstring merkleTreeUristruct WorldAssociation worldAssociationuint256 txDeadlineTime
createLimitedEditionCollectionAndFixedPriceSaleV2(struct LimitedEditionCollectionCreationParams collectionParamsstruct FixedPriceSaleParams fixedPriceSaleParamsstruct WorldAssociation worldAssociationuint256 txDeadlineTimereturns (address collection)
createLimitedEditionCollectionAndFixedPriceSaleWithPaymentFactoryV2(struct LimitedEditionCollectionCreationParams collectionParamsstruct CallWithoutValue paymentAddressFactoryCallstruct FixedPriceSaleParams fixedPriceSaleParamsstruct WorldAssociation worldAssociationuint256 txDeadlineTimereturns (address collection)
createLinearDutchAuctionV2(address nftContractuint256 maxPriceuint256 minPriceuint256 limitPerAccountuint256 startTimeuint256 saleDurationstruct WorldAssociation worldAssociation
createTimedEditionCollectionAndFixedPriceSale(struct TimedEditionCollectionCreationParams collectionParamsstruct FixedPriceSaleParamsAndDuration fixedPriceSaleParamsstruct WorldAssociation worldAssociationuint256 txDeadlineTimereturns (address collection)
createTimedEditionCollectionAndFixedPriceSaleWithPaymentFactory(struct TimedEditionCollectionCreationParams collectionParamsstruct CallWithoutValue paymentAddressFactoryCallstruct FixedPriceSaleParamsAndDuration fixedPriceSaleParamsstruct WorldAssociation worldAssociationuint256 txDeadlineTimereturns (address collection)
mintMultiTokensFromFreeFixedPriceSale(address multiTokenCollectionstruct NFTMarketRouterMultiTokenDropMarketFixedPriceSaleTokenQuantity[] tokenQuantitiesaddress tokenRecipientaddress referrerpayable 
upsertListing(address nftContractuint256 tokenIduint256 reservePriceuint256 auctionDurationbool shouldSetBuyPriceuint256 buyPriceuint256 saleStartsAtstruct WorldAssociation worldAssociation
Events
MintMultiTokensFromFreeFixedPriceSaleInBlock(address indexed multiTokenCollection
Constructor
constructor(address _nftMarketaddress _nftDropMarketaddress _nftCollectionFactoryaddress _worldsaddress _multiTokenDropMarket
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MultiTokenDropMarketFixedPriceSale_Too_Much_Value_Provided(uint256 valueRemaining
MultiTokenDropMarketNode_Market_Is_Not_A_Contract(
NFTCollectionFactoryNode_Address_Is_Not_A_Contract(
NFTCreateAndListTimedEditionCollection_Sale_Duration_Cannot_Be_Zero(
NFTDropMarketNode_Address_Is_Not_A_Contract(
NFTMarketNode_Address_Is_Not_A_Contract(
NFTMarketRouterList_Buy_Price_Set_But_Should_Set_Buy_Price_Is_False(
NFTMarketRouterList_Duration_Set_Without_Reserve_Price(
NFTMarketRouterList_Missing_World_Associations(
NFTMarketRouterList_Must_Set_Reserve_Buy_Price_Or_World(
NFTMarketRouterList_Must_Set_Reserve_Or_Buy_Price(
NFTMarketRouterList_Schedule_Set_Without_Prices(
NFTMarketRouterList_Token_Ids_Not_Set(
NFTMarketRouterList_World_Id_Set_Without_Prices(
RouteCallLibrary_Call_Failed_Without_Revert_Reason(
TxDeadline_Tx_Deadline_Expired(
WorldsNftNode_Worlds_NFT_Is_Not_A_Contract(