MoonrayTheFoundationCollection

Verified contract

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

No balances found for "MoonrayTheFoundationCollection"

0xa2d59d263cf26f729f64c58b904945da12f48f97a570e480a5599a0a8c0ad8fe
0xf7081f94f086b7811f63fedf1623a667766663175565a3f1c5e67b6144cb4728
0xb88da45e10ec92038e2a5ce7b7c399ca5cf70e713d535a8fb15e23a903c4ea40
0x225e23214f8b57277b725bdffb02fc60404cdcd3f5b26a64e42ff736fcfd85c5
0x47e9fb54856dd404258b86ade42e1173dedd781147de24a5c76f0b598e862e3c
0xb2855668712b75f259532e227951b3fbc02c77b8ba33fd2863d7e1063fad8af1
0xcd5547529eabc952a513cf58835e4562b57d4f7e385cdf9ca081d20e71def338
0x4f32d177ded992d28c782808711856b2a7e157e0a7acf6c51f81da4487344368
0x971a45a50a58454055de7a1c411b9b8cf08123f894fc2d8546a27696c98ecc57
0x8baba9b1ee67565248ec817b44022a3c8b0c428c2351918f7a11a78060b913ca

Functions
Getter at block 20984127
baseURI(view returns (string)
ipfs://QmNUierKmynbn12gTyfGy8J3eCKcDSenkRQEL2bz9Sdb3G/
isOpenEdition(pure returns (bool)
false
isPresale1Active(view returns (bool)
false
isPresale2Active(view returns (bool)
false
isPresale3Active(view returns (bool)
false
isPublicMintingActive(view returns (bool)
false
maxPresale1and2(view returns (uint256)
1650
maxPresale3(view returns (uint256)
5000
maxSupply(view returns (uint256)
5500
name(view returns (string)
MoonrayTheFoundationCollection
owner(view returns (address)
0x36cfb5f46ed0719a430be87d6b0ec2953d5590bd
presale1PricePerNft(view returns (uint256)
120000000000000000
presale2PricePerNft(view returns (uint256)
150000000000000000
presale3PricePerNft(view returns (uint256)
150000000000000000
presaleBatchSize(pure returns (uint256)
50
publicMintBatchSize(pure returns (uint256)
20
publicMintPricePerNft(view returns (uint256)
150000000000000000
supportedPhases(pure returns (uint256)
4
symbol(view returns (string)
MNRYTFC
totalReleased(view returns (uint256)
235411000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
2073
Read-only
auxMintValues(address walletview returns (uint16 presale1Purchasesuint16 presale2Purchasesuint16 presale3Purchasesuint32 publicMintPurchases)
balanceOf(address ownerview returns (uint256)
checkPresale1(bytes32[] proofaddress walletuint256 indexview returns (bool)
checkPresale2(bytes32[] proofaddress walletuint256 indexview returns (bool)
checkPresale3(bytes32[] proofaddress walletuint256 indexview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getIndexedLeafFor(address walletuint256 indexpure returns (bytes32)
getLeafFor(address walletpure returns (bytes32)
getNextPresale1Index(address walletview returns (uint256)
getNextPresale2Index(address walletview returns (uint256)
getNextPresale3Index(address walletview returns (uint256)
getPresale1TokensPurchased(address walletview returns (uint32)
getPresale2TokensPurchased(address walletview returns (uint32)
getPresale3TokensPurchased(address walletview returns (uint32)
getPublicMintTokensPurchased(address walletview returns (uint32)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintTokens(uint256 countpayable 
presalePhaseOneTokens(bytes32[] proofuint256 countpayable 
presalePhaseThreeTokens(bytes32[] proofuint256 countpayable 
presalePhaseTwoTokens(bytes32[] proofuint256 countpayable 
release(address account
releaseToSelf(
renounceOwnership(
reserveTokens(address[] friendsuint256 countpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string __baseUri
setMerkleRoots(bytes32 __presale1Rootbytes32 __presale2Rootbytes32 __presale3Root
setMintingState(bool __presale1Activebool __presale2Activebool __presale3Activebool __publicMintingActiveuint256 __presale1PricePerNftuint256 __presale2PricePerNftuint256 __presale3PricePerNftuint256 __publicMintPricePerNft
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
transferPayee(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PayeeTransferred(address oldOwneraddress newOwner
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceedsMaxSupply(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
ProofInvalidPresale(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(