Raffles Family Office

Verified contract

Active on Ethereum with 325 txns
Deployed by via 0x76a0d427 at 15725663
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Raffles Family Office"

0x6f5f69e333cbe38141372cc3ad84d1d48eb4c365f57357cf3dc5ee9c43989032
0x4914d0c7c3aea3e792238e06d98cefc07e0f09a14b395db2c850987f57d0517c
0x8f0e041bd5c45ab3c5e8207d5fce032862588eb97e871152e8313dd4ba885bc8
0x3a03918d47437d2a02160ffbd6e1922e0e047321016c71fc800bcc346d5a19a4
0x88019d9ba25aba00782f23aa7330f7373a8082a44cf3674951c151cac4207d04
0x40747469784ec5a6ae322ac813e3fe4a7a6eca7cf77364721fd1d5ea6dc187ba
0x644362494b53dada9d8138bd913932b4a81aeab2b208f37bcb0d606d97fbea9f
0x5806fac10581b3b7fbbbacd540a2c624736bd59c79c59b3864ba5afcc73f348f
0xb2f60039bc8e0d0d5f6c6f7992d240f2d7a0f3f4554230a239e66deb7b66c1ed
0xf3f0403225973b1b9843c6eb7a5a2eb7508c197c4efed69dcde9e3591489d4eb

Functions
Getter at block 21224948
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmPq9SHfd2tgv5pmap9FP3RiU56DYZhFrcHXZNETtQ6Uu3/
maxMintAmountPerTx(view returns (uint256)
688
maxSupply(view returns (uint256)
688
merkleRoot(view returns (bytes32)
0x5f741fe1bc86461f772b2fcb3182d0d3276d9f62577661f43441d2b1a154a97e
name(view returns (string)
Raffles Family Office
owner(view returns (address)
0xdf0103adb5128c40ac221780e10f7d71f0a155c4
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
RFO
totalSupply(view returns (uint256)
688
uriPrefix(view returns (string)
ipfs://QmW6G41egVs4kzMEZ6C9j6Auj6KCE15P89hxDvaMYPM7KM/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
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[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
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(