RareParadise

Verified contract

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

No balances found for "RareParadise"

0x6d53529a068e9a54799068feb8cb441e52fba20baae309ce8b626ab1065e2391
0x3b13dd44b17655529b8632790fd74e570f30a337728d90864a79da172c57eab9
0x64d156d2fdd4f7d24e6a2e57eb849bcf47cd0eae872cf9cb9a7d534a6e27fc17
0xf4d93533ef348558816bd622525d8e490828359b579df6cb9d17d7e6ab28e7f6
0xfd37c379189da32d208ad243a1b456f3bdf1007bd723eff47e64ab1fa1014066
0x1189fa5e308dda2bdb551c90e93dcc4f079dfce66d295dca598b5b0348981337
0xe0f49fd4150e2242675c58367ae60b64b46d5d8999f88076716732b96a69e90e
0x69a9e759419c9755be3b7653b38dffa1865e617cfa834f9e585859e78bbcb225
0x96623456df05e6b484665b9303cd68691bf35f90b93a00cf361779f1c9c256c3
0x37723f883084dc0032664aa3d515948946045063d6dcef3f7f60475680b50404

Functions
Getter at block 21312447
PRICE_UNIT(view returns (uint256)
1000000000000000
maxPerTransaction(view returns (uint8)
4
maxPerWallet(view returns (uint8)
4
maxSupply(view returns (uint16)
5000
maxSupplyLocked(view returns (bool)
false
mintLocked(view returns (bool)
false
name(view returns (string)
RareParadise
owner(view returns (address)
0x9b20a6392ad880141b243c20148e59bb3189e1e6
paused(view returns (bool)
false
publicPrice(view returns (uint256)
0
signer(view returns (address)
0x9b20a6392ad880141b243c20148e59bb3189e1e6
symbol(view returns (string)
RareParadise
tokenURILocked(view returns (bool)
false
totalSupply(view returns (uint256)
5000
whitelistPrice(view returns (uint256)
9000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] touint256 quantity
approve(address touint256 tokenIdpayable 
lockMaxSupply(
lockMint(
lockTokenURI(
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMaxPerTransaction(uint8 value
setMaxPerWallet(uint8 value
setMaxSupply(uint16 value
setPaused(bool value
setPublicPrice(uint256 value
setSigner(address value
setTokenURI(string value
setWhitelistPrice(uint256 value
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 quantitybytes signaturepayable 
withdraw(payable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(