Mintdash

Verified contract

Active on Base with 1 txns
Deployed by via 0xb7531710 at 4814990
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Mintdash"

0x4f7945a23e7c63a933cb4b167630c68cd9916842f7e9fe75a280cf7f77b0c3de

Functions
Getter at block 23073961
administrator(view returns (address)
0x68ff7974c14549dd45f80ba399fb2d06813da888
baseURI(view returns (string)
maxSupply(view returns (uint256)
0
name(view returns (string)
Mintdash
owner(view returns (address)
0x68ff7974c14549dd45f80ba399fb2d06813da888
payoutAddress(view returns (address)
0x0000000000000000000000000000000000000000
platformFeesAddress(view returns (address)
0xea6b5147c353904d5fafa801422d268772f09512
platformFeesNumerator(view returns (uint96)
500
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
publicMintStage(view returns (uint144 mintPriceuint48 startTimeuint48 endTimeuint16 mintLimitPerWallet)
(mintPrice=0, startTime=0, endTime=0, mintLimitPerWallet=0)
symbol(view returns (string)
MINTDASH
totalSupply(view returns (uint256)
0
Read-only
allowedPayers(address payerview returns (bool allowed)
allowlistMintStages(uint256 allowlistStageIdview returns (uint80 mintPriceuint48 startTimeuint48 endTimeuint16 mintLimitPerWalletuint40 maxSupplyForStagebytes32 merkleRoot)
balanceOf(address ownerview returns (uint256)
getAmountMinted(address userview returns (uint64)
getApproved(uint256 tokenIdview returns (address)
getTokenGatedIsRedeemed(address nftContractuint256 tokenIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenGatedMintStages(address nftContractview returns (uint104 mintPriceuint48 startTimeuint48 endTimeuint16 mintLimitPerWalletuint40 maxSupplyForStage)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] touint64[] quantity
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
initialize(string _namestring _symboladdress _administrator
mintAllowlist(uint256 allowlistStageIdaddress recipientuint256 quantitybytes32[] merkleProofpayable 
mintPublic(address recipientuint256 quantitypayable 
mintTokenGated(address recipientaddress nftContractuint256[] tokenIdspayable 
multicall(bytes[] datareturns (bytes[] results)
renounceAdministration(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferAdministration(address newAdmin
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateAllowlistMintStage(struct AllowlistMintStageConfig allowlistMintStageConfig
updateBaseURI(string newUri
updateConfiguration(struct IERC721DropImplementationMultiConfig config
updateMaxSupply(uint256 newMaxSupply
updatePayer(address payerbool isAllowed
updatePayoutAddress(address newPayoutAddress
updatePlatformFees(address newPlatformFeesAddressuint256 newPlatformFeesNumerator
updateProvenanceHash(bytes32 newProvenanceHash
updatePublicMintStage(struct PublicMintStage publicMintStageData
updateRoyalties(address receiveruint96 feeNumerator
updateTokenGatedMintStage(struct TokenGatedMintStageConfig tokenGatedMintStageConfig
withdrawAllFunds(
Events
AdministrationTransferred(address indexed previousAdminaddress indexed newAdmin
AllowedPayerUpdated(address indexed payerbool indexed allowed
AllowlistMintStageUpdated(uint256 indexed allowlistStageIdstruct AllowlistMintStage data
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIUpdated(string indexed baseURI
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
MaxSupplyUpdated(uint256 indexed maxSupply
Minted(address indexed recipientuint256 indexed quantityuint256 indexed stageIndex
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayoutAddressUpdated(address indexed payoutAddress
PlatformFeesUpdated(address indexed platformFeesAddressuint256 indexed platformFeesNumerator
ProvenanceHashUpdated(bytes32 indexed provenanceHash
PublicMintStageUpdated(struct PublicMintStage data
RoyaltiesUpdated(address indexed receiveruint96 indexed feeNumerator
TokenGatedMintStageUpdated(address indexed nftContractstruct TokenGatedMintStage data
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistStageInvalidProof(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(
IncorrectFundsProvided(
InvalidAdministratorAddress(
InvalidPayoutAddress(
InvalidPlatformFeesAddress(
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(
MintQuantityExceedsMaxSupplyForStage(
MintQuantityExceedsWalletLimit(
MintToZeroAddress(
MintZeroQuantity(
NothingToWithdraw(
OnlyAdministrator(
OnlyOwnerOrAdministrator(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PayerNotAllowed(
PayoutAddressCannotBeZeroAddress(
PayoutTransferFailed(
PlatformFeesAddressCannotBeZeroAddress(
PlatformFeesNumeratorTooHigh(
PlatformFeesTransferFailed(
ProvenanceHashCannotBeUpdatedAfterMintStarted(
SignatureAlreadyUsed(
StageNotActive(uint256 blockTimestampuint256 startTimeuint256 endTime
TokenGatedNftContractCannotBeZeroAddress(
TokenGatedNotTokenOwner(
TokenGatedTokenAlreadyRedeemed(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(