Moonray_MiiumChampion_Beta
Verified contract
Active on
Ethereum with 183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Moonray_MiiumChampion_Beta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21028217 | 23 days ago | | | 0 | 0.00064676988 | |
| 20260263 | 4 months ago | | | 0 | 0.00012094664 | |
| 20249150 | 4 months ago | | | 0 | 0.00012657419 | |
| 20203691 | 5 months ago | | | 0 | 0.00010203829 | |
| 20107912 | 5 months ago | | | 0 | 0.00016766149 | |
| 19804717 | 6 months ago | | | 0 | 0.00047043821 | |
| 19576055 | 7 months ago | | | 0 | 0.0025172240 | |
| 19454416 | 8 months ago | | | 0 | 0.0010759701 | |
| 18990496 | 10 months ago | | | 0 | 0.0011251562 | |
| 18990494 | 10 months ago | | | 0 | 0.0013383483 |
ABI
ABI objects
Getter at block 21192667
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_MiiumChampion_Beta
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_MC_2
totalReleased() view returns (uint256)
4901000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
208
Read-only
balanceOf(address owner) view returns (uint256)
checkProof_PhaseOne(bytes32[] proof, address wallet, uint256 index) view returns (bool)
checkProof_PhaseTwo(bytes32[] proof, address wallet, uint256 index) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getIndexedLeafFor(address wallet, uint256 index) pure returns (bytes32)
getLeafFor(address wallet) pure returns (bytes32)
getNextEntryIndex_PhaseOne(address wallet) view returns (uint256)
getNextEntryIndex_PhaseTwo(address wallet) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokensPurchased_PhaseOne(address wallet) view returns (uint32)
getTokensPurchased_PhaseTwo(address wallet) view returns (uint32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
createNewTokenFlavors(uint256[] __flavorIds, uint256[] __flavorPrices, uint256[] __flavorMaxSupplies, string[] __flavorUris)
grantRole(bytes32 role, address account)
phaseOneMintTokens(bytes32[] proof, uint256 count, uint256 flavorId) payable
phaseTwoMintTokens(bytes32[] proof, uint256 count, uint256 flavorId) payable
publicMintTokens(uint256 count, uint256 flavorId) payable
release(address account)
releaseToSelf()
renounceOwnership()
renounceRole(bytes32 role, address account)
reserveTokens(address[] friends, uint256 count, uint256 flavorId) payable
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseUri)
setMerkleRoots(bytes32 __indexedRoot1, bytes32 __indexedRoot2)
setMintingState(bool __phaseOneActive, bool __phaseTwoActive, bool __publicMintingActive, uint256 __phaseOnePricePerNft, uint256 __phaseTwoPricePerNft, uint256 __publicMintPricePerNft)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
transferPayee(address newOwner)
updateTokenFlavor(uint256 __flavorId, uint256 __flavorPrice, uint256 __flavorMaxSupply, string __flavorUri)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PayeeTransferred(address oldOwner, address newOwner)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
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()