RareParadise
Verified contract
Active on
Ethereum with 2,619 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RareParadise"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20515524 | 4 months ago | | | 0 | 0.000074875168 | |
| 20445716 | 4 months ago | | | 0 | 0.000087610077 | |
| 19624196 | 8 months ago | | | 0 | 0.0013344291 | |
| 18953119 | a year ago | | | 0 | 0.0013787600 | |
| 18885093 | a year ago | | | 0 | 0.0016293562 | |
| 17053826 | 2 years ago | | | 0 | 0.0015309437 | |
| 17053305 | 2 years ago | | | 0 | 0.0015150534 | |
| 17052926 | 2 years ago | | | 0 | 0.0014781414 | |
| 17048283 | 2 years ago | | | 0 | 0.0024096919 | |
| 17041532 | 2 years ago | | | 0 | 0.0010585995 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] to, uint256 quantity)
approve(address to, uint256 tokenId) payable
lockMaxSupply()
lockMint()
lockTokenURI()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes signature) payable
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()