RareApepeGrlzYC

Verified contract

Active on Ethereum with 10,814 txns
Deployed by via 0xf831d404 at 15337174
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RareApepeGrlzYC"

0x5418dbf42aa72206fcdde141885455343b1c018bac9137493ff4219045549a45
0xd525fda204c0f60e1f675544eb968234b0d8a214fb0592d0a265fb6fea9ba654
0x8b6405f45e7d316a593d29bcb978381d58544a2c932b5e00d1ac6c4425eabac1
0x69c2445115c9178dc6d87020eef63bd61c9a6438945236ac528c49da04acd6d5
0x7a100cbb0679acf201bb0940c6f734bc22985323865288fed8538189fcc60b19
0x45be5af3257b8c967f29be32d89031720c4323935e1f277aef8fa77622d8baa2
0xdb878c0166a107675ba1b7e68e3651c74bf03c2ac7f36cc8130efbfe02bc18e0
0x9975bb68b6b1c56ca280b6bd5e9d2bab20f82be3353476b369ca8c23f1e227f0
0x5041657cdd952bf27a2ea2b9b80d41fff81b8a0aa266a420413742248ca72609
0x4cc54a14b545f51d0fe27c5ad31a3eaf7a92ef0a7d698e36317668068cc43ba3

Functions
Getter at block 20857834
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_NFT_PER_TRAN(view returns (uint256)
10
MAX_PER_WALLET(view returns (uint256)
100
MINT_PRICE(view returns (uint256)
3000000000000000
contractURI(pure returns (string)
isMetadataFinal(view returns (bool)
false
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
10000
name(view returns (string)
RareApepeGrlzYC
owner(view returns (address)
0x4b6bd4ce95e55855067c1dc78023daf2915351c2
prerevealURL(view returns (string)
symbol(view returns (string)
RAG
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
finalizeMetadata(
mint(uint256 countpayable 
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFreeMintNumPerWallet(uint256 _limit
setMaxSupply(uint256 newMaxSupply
setPause(bool value
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(