Raffles Family Office
Verified contract
Active on
Ethereum with 325 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 "Raffles Family Office"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16165468 | 2 years ago | | | 0 | 0.00037911337 | |
| 16123696 | 2 years ago | | | 0 | 0.0011499833 | |
| 16123690 | 2 years ago | | | 0 | 0.0011414393 | |
| 16123684 | 2 years ago | | | 0 | 0.0012707227 | |
| 16111397 | 2 years ago | | | 0 | 0.00055839659 | |
| 15745485 | 2 years ago | | | 0 | 0.0015145663 | |
| 15745483 | 2 years ago | | | 0 | 0.0014098146 | |
| 15745482 | 2 years ago | | | 0 | 0.0010974246 | |
| 15745480 | 2 years ago | | | 0 | 0.0014266194 | |
| 15745479 | 2 years ago | | | 0 | 0.0012715883 |
ABI
ABI objects
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 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[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()