RAA-NFT
Verified contract
Active on
Ethereum with 1,472 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 "RAA-NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21339713 | 6 days ago | | | 0 | 0.00083489391 | |
| 20952190 | 2 months ago | | | 0 | 0.00083239881 | |
| 20349825 | 5 months ago | | | 0 | 0.000063447953 | |
| 20043879 | 6 months ago | | | 0 | 0.00036891205 | |
| 20043856 | 6 months ago | | | 0 | 0.00036437727 | |
| 19993354 | 6 months ago | | | 0 | 0.00028658169 | |
| 19537020 | 8 months ago | | | 0 | 0.0011449546 | |
| 19363879 | 9 months ago | | | 0 | 0.0027070630 | |
| 18802535 | a year ago | | | 0 | 0.00085298713 | |
| 18627434 | a year ago | | | 0 | 0.00079926662 |
ABI
ABI objects
Getter at block 21379919
ROYALTY_PERCENTAGE() view returns (uint256)
500
ROYALTY_RECIPIENT() view returns (address)
0xe9fa03ea36b5cc9db463cdb8e440178e7e869bc4
TOKEN_MAX_SUPPLY() view returns (uint256)
6666
TOKEN_PRICE() view returns (uint256)
200000000000000000
baseURI() view returns (string)
ipfs://QmQ8sQPWx3m47tvPf8uYRXe6aWTRcQUiS864NvM65ddSMU/
contractSealed() view returns (bool)
false
mintLimit() view returns (uint256)
10
name() view returns (string)
RAA-NFT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x83492c2ffb779eae42da1d5960e282c1ff4faf14
saleActive() view returns (bool)
false
symbol() view returns (string)
RAANFT
totalSupply() view returns (uint256)
1093
whitelistOnly() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(bytes32[] _merkleProof) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address receiver, uint256 quantity)
approve(address to, uint256 tokenId)
mint(bytes32[] _merkleProof, bytes32[] _merkleProofSpent, uint256 quantity) payable
renounceOwnership()
reveal(string _newUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
setApprovalForAll(address operator, bool approved)
setMintLimit(uint256 newLimit)
setRoyalties(address recipient, uint256 value)
toggleSales()
toggleWhitelist()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.