PreMintMetaFactory

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x9582ec4f at 9663780
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "PreMintMetaFactory"

No transactions found for "PreMintMetaFactory"


Functions
Getter at block 22918963
NATIVE_TOKEN_ADDRESS(view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
getBeneficiary(view returns (address)
0x0000000000000000000000000000000000000000
getCreditManager(view returns (address)
0x0000000000000000000000000000000000000000
getFeesEnabled(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getIsValidCurrency(address currencyview returns (bool)
getMintingPrice(address currencyview returns (uint256)
getPinningPrice(address currencyview returns (uint256)
isContributor(address contributorview returns (bool)
State-modifying
createNewAssetAndAddToToken(address collectionuint256 tokenIdstring assetaddress currencyToUseuint16 creditsToUsepayable 
initialize(address beneficiary
manageContributor(address contributorbool grantRole
mintMultipleTokensWithDifferentAsset(address collectionaddress[] toAddressesuint256 amountstring[] assetsstring[] tokenURIsaddress currencyToUseuint16 creditsToUsepayable 
mintMultipleTokensWithExistingAssetSameAddress(address collectionaddress toAddressuint256 amountuint64 assetIdstring tokenURIaddress currencyToUseuint16 creditsToUsepayable 
mintMultipleTokensWithSameAsset(address collectionaddress[] toAddressesuint256 amountstring assetstring tokenURIaddress currencyToUseuint16 creditsToUsepayable 
mintMultipleTokensWithSameAssetSameAddress(address collectionaddress toAddressuint256 amountstring assetstring tokenURIaddress currencyToUseuint16 creditsToUsepayable 
mintTokenWithAsset(address collectionaddress tostring assetstring tokenURIaddress currencyToUseuint16 creditsToUsepayable 
mintTokenWithMultipleAssets(address collectionaddress tostring[] assetsstring tokenURIaddress currencyToUseuint16 mintingCreditsToUseuint16 pinningCreditsToUsepayable 
nestMintMultipleTokensWithDifferentAsset(address collectionaddress touint256[] destinationIdsuint256 amountstring[] assetsstring[] tokenURIsaddress currencyToUseuint16 creditsToUsepayable 
nestMintMultipleTokensWithSameAsset(address collectionaddress touint256[] destinationIdsuint256 amountstring assetstring tokenURIaddress currencyToUseuint16 creditsToUsepayable 
nestMintTokenWithAsset(address collectionaddress touint256 destinationIdstring assetstring tokenURIaddress currencyToUseuint16 creditsToUsepayable 
nestMintTokenWithMultipleAssets(address collectionaddress touint256 destinationIdstring[] assetsstring tokenURIaddress currencyToUseuint16 mintingCreditsToUseuint16 pinningCreditsToUsepayable 
onERC721Received(addressaddressuint256bytesreturns (bytes4)
renounceOwnership(
setBeneficiary(address beneficiary
setCreditManager(address creditManager
setFeesEnabled(bool enabled
setMintingPrice(address currencyuint256 price
setPinningPrice(address currencyuint256 price
setValidCurrency(address currencybool isValid
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
ContributorUpdate(address indexed contributorbool isContributor
Initialized(uint8 version
NewRmrkAsset(uint256 assetIduint256 tokenIdaddress indexed rmrkCollectionContract
NewRmrkNft(uint256 tokenIdaddress indexed rmrkCollectionContract
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSend(
InvalidCurrency(
InvalidNumberOfAssets(
InvalidNumberOfDestinationIds(
InvalidNumberOfToAddresses(
NotCollectionOwnerOrContributor(
NotEnoughAllowance(
RMRKNewContributorIsZeroAddress(
RMRKNewOwnerIsZeroAddress(
RMRKNotOwner(
RMRKNotOwnerOrContributor(
WrongValueSent(