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 "RR/APE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177047 | 12 days ago | | | 0 | 0.0019533939 | |
| 20703369 | 3 months ago | | | 0 | 0.00011603083 | |
| 19758748 | 7 months ago | | | 0 | 0.00033056983 | |
| 19677973 | 7 months ago | | | 0 | 0.00045562794 | |
| 16673148 | 2 years ago | | | 0 | 0.0010814985 | |
| 15859616 | 2 years ago | | | 0 | 0.00038845399 | |
| 15812003 | 2 years ago | | | 0 | 0.00058719602 | |
| 15802156 | 2 years ago | | | 0 | 0.00079057813 | |
| 15784227 | 2 years ago | | | 0 | 0.0016859665 | |
| 15784225 | 2 years ago | | | 0 | 0.0018342430 |
ABI
ABI objects
Getter at block 21260244
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
10
maxPerFree() view returns (uint256)
2
maxPerFreeWallet() view returns (uint256)
2
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
RR/APE
owner() view returns (address)
0xec678fc4111cadccea58b25ab04fecc9212da52a
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
RRA
totalFree() view returns (uint256)
1500
totalSupply() view returns (uint256)
1110
uriPrefix() view returns (string)
ipfs://QmVmynZdsugGfdNGcSzHeMBCHQDukes6yriNTTVDdeD4Y1/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintToAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerFree(uint256 _maxPerFree)
setMaxPerFreeWallet(uint256 _maxPerFreeWallet)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTotalFree(uint256 _totalFree)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()