RickApesNFT

Verified contract

Active on Ethereum with 2,372 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RickApesNFT"

0xc79a5669a68fab378f5ff43ca374df8571ecfffc7c36e2b38d34bea150c0e7fb
0x46b473e7ed9110d215627ba3c73915a3dc38acedcabe14d8b52691881ee92f25
0x06c196467306bd64ba00edd5d184bf0fcfe2cdea5ad7f4ec2cbef5f2dc87bb3b
0x314bb27061512d0ce1edcf28d4cae61af23a2ad5a2ccd5ba179e9674950c4d9d
0x6b1ba3f0be87368bd471ce70c1cec181ce5ee0ce0e7644d2cdf47263b316ff7e
0x3db4e03495ec81e3bf5a991878fe203d3bfef59e127633451c0d50644d1fc6f1
0x41ef00eb9cc69c4017684bb91c6fc1cb182eb137a1fc7dd9d850e629715d8b89
0x77e7165eb85f864f98c44958781bbabe670a9ace56472c35ed74593950b1e3c4
0x6f9117e6d881eb99d826b41e7c8a45d5b94326027947c946d20c5dcff535ac14
0x8521c53921c2c264a187dafc7ce8be12a8e1d770f3b0fbe2c8a3c698d5854517

Functions
Getter at block 20847021
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxMint(view returns (uint256)
5
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
6666
mintable(view returns (bool)
true
name(view returns (string)
RickApesNFT
owner(view returns (address)
0xa76554c80662a9a728ae528a6ab90e2695a60550
price(view returns (uint256)
1000000000000000
symbol(view returns (string)
RickApes
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] usersuint256[] nums
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
changeBaseURI(string baseURI
changeMaxMint(uint256 _maxMint
changeMaxSupply(uint256 _maxSupply
changeMintable(bool _mintable
changePrice(uint256 _price
changemaxPerTx(uint256 _maxPerTx
mint(uint256 numpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
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(string urlstring namestring symboladdress _owneruint256 _price
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(