MoonRaRa

Verified contract

Active on Ethereum with 4,328 txns
Deployed by via 0xfa40c856 at 16422125
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MoonRaRa"

0x4f0c9cb400e81af134e330eb6ae15115df54d8b695f8dcb55b964d7fb010553b
0x8f4d9c4e0049f9b1b167ad16402f4744f9a87d3fdcdfd9b667cc35120c024177
0xf4ebc599fda66410c5fe29a8f66bd3fb909572792fd5f336c0787ab510a5ae1d
0x0e84d97ccec5ae7dc76872d534b69497cb681b239917be2cb020793430c52d52
0xcaf6466d683adaad17244cea3340ceaadf30246c5b5413dbe1aef87579daf93a
0x80c3bb8232a188446f39e16cdb2a16fe584f2deaaf0dac60acf87d42ba45328d
0x8457baf5532a141709a0e532627a1058f2b93261e81dd426ba0ed3f86a923ff6
0x88c15a63dffd77b1a115e417f7ad5fc24ba7020080d37b74efeec3cb0ed75b40
0x06c50e1db20c7ccdeeea990964816e35c71ab029b973b6f2dd7fbda336249456
0x1613cbc04d3150b169d0a0e277896095d3ba4c3d1f8dada66e1181602407f179

Functions
Getter at block 21218326
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
2
maxMintAmountPerTx(view returns (uint8)
11
maxSupply(view returns (uint16)
5555
name(view returns (string)
MoonRaRa
owner(view returns (address)
0x24981b52a0d55093f2cb6ad89a17d661cadf66aa
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
RaRa
totalSupply(view returns (uint256)
5555
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(