Moonray_MiiumVaronis_Alpha

Verified contract

Active on Ethereum with 163 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "Moonray_MiiumVaronis_Alpha"

0xf2b5e9aabd989bc559d00e8d92adb7285ea5f3f606c5fc03ec4b16c59e070437
0xeaa860fb3c0fbb1e186705e8b0610bbac14c712a33063f4b559270b059731043
0x82f23c97bc4ee8bdc17ee7e2dabf56391ab265de33e42edb2bd714497c857ecf
0x26a5cb95863a0fc54c2c7ab4e0808797680357af29f9959981034b708f0db051
0x7006096171f9062a65a3f665ba64cb1b00c83a1b8b7d3604e512d12830f5b8c2
0x5017b5c9be7e6edd967c45d8b8b9f462962f9ca5dfd57e914bd57c0a2f87519e
0x4349bf5ab6b8b1daa96904a9c66bbf294fdfdc3e2883d6dcd51f0d074aa57321
0xe8ce1dd4f57dee5b3ac56e3836ffafc0e6f05de30c6eeb16d72bfd1fdde3cadc
0x68bce58f949e4a8a04de2df1d80dec6b196b64caee4a8908689995a5ff69ac6f
0xa9660f0bed30e595aa414cb98c6c326ee71d9ee629b327066d43a1f4c6148d14

Functions
Getter at block 20939683
CREATOR_ROLE(view returns (bytes32)
0x828634d95e775031b9ff576b159a8509d3053581a8c9c4d7d86899e0afcd882f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
ipfs://
isPhaseOneActive(view returns (bool)
false
isPhaseTwoActive(view returns (bool)
false
isPublicMintingActive(view returns (bool)
false
maxSupply(view returns (uint256)
500
name(view returns (string)
Moonray_MiiumVaronis_Alpha
nftcContractDefinition(pure returns (string)
{"ncdVersion":1,"phases":3,"type":"Expandable","openEdition":false}
owner(view returns (address)
0x36cfb5f46ed0719a430be87d6b0ec2953d5590bd
phaseOneBatchSize(pure returns (uint256)
10
phaseOnePricePerNft(view returns (uint256)
25000000000000000
phaseTwoBatchSize(pure returns (uint256)
10
phaseTwoPricePerNft(view returns (uint256)
25000000000000000
publicMintBatchSize(pure returns (uint256)
10
publicMintPricePerNft(view returns (uint256)
25000000000000000
supportedPhases(view returns (uint256)
3
symbol(view returns (string)
MNRY_MV_1
totalReleased(view returns (uint256)
4500000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
194
Read-only
balanceOf(address ownerview returns (uint256)
checkProof_PhaseOne(bytes32[] proofaddress walletuint256 indexview returns (bool)
checkProof_PhaseTwo(bytes32[] proofaddress walletuint256 indexview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getIndexedLeafFor(address walletuint256 indexpure returns (bytes32)
getLeafFor(address walletpure returns (bytes32)
getNextEntryIndex_PhaseOne(address walletview returns (uint256)
getNextEntryIndex_PhaseTwo(address walletview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokensPurchased_PhaseOne(address walletview returns (uint32)
getTokensPurchased_PhaseTwo(address walletview returns (uint32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
createNewTokenFlavors(uint256[] __flavorIdsuint256[] __flavorPricesuint256[] __flavorMaxSuppliesstring[] __flavorUris
grantRole(bytes32 roleaddress account
phaseOneMintTokens(bytes32[] proofuint256 countuint256 flavorIdpayable 
phaseTwoMintTokens(bytes32[] proofuint256 countuint256 flavorIdpayable 
publicMintTokens(uint256 countuint256 flavorIdpayable 
release(address account
releaseToSelf(
renounceOwnership(
renounceRole(bytes32 roleaddress account
reserveTokens(address[] friendsuint256 countuint256 flavorIdpayable 
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string __baseUri
setMerkleRoots(bytes32 __indexedRoot1bytes32 __indexedRoot2
setMintingState(bool __phaseOneActivebool __phaseTwoActivebool __publicMintingActiveuint256 __phaseOnePricePerNftuint256 __phaseTwoPricePerNftuint256 __publicMintPricePerNft
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
transferPayee(address newOwner
updateTokenFlavor(uint256 __flavorIduint256 __flavorPriceuint256 __flavorMaxSupplystring __flavorUri
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PayeeTransferred(address oldOwneraddress newOwner
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotChangeMaxSupply(
ExceedsBatchSize(
ExceedsMaxSupplyForFlavor(
ExceedsPurchaseLimit(
IndexedProofInvalid_PhaseOne(
IndexedProofInvalid_PhaseTwo(
InvalidAccess(
InvalidMaxSupply(
InvalidValuePayment(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnrecognizedFlavorId(