AnimalsNotFood

Verified contract

Active on Ethereum with 939 txns
Deployed by via 0x48c81354 at 16345500
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AnimalsNotFood"

0x8cc3349a17c3daf00c7457dd068066f2dd491d62d697526dfa0988c9eaf8205f
0x8a06d9f1d1cd8f629039fb96535d849492e4c1c589f62ec8d57548c96f6b1378
0xdd1c0e4cdc83566a4e33db8e267b25236c7b708362a6cf2a716a4ec28d7dd8f4
0x72a9bdb4280908caf383527378b82e358c55dd0fb3bbb3c4935300c2098a5c50
0xd0cf25fc13756b023f92d27b4c8cd40831443f5c945bc4d416eeddcf16410fee
0xe228b44ca7f16f2c49233dfd96007564720d6ffa97e6dc2e6b73018efa36ab74
0xb7f839336e5865905c597e167663dc8313fcabb5c182b50c80fa1df2ba42faa8
0xe94e1383740ef3fbb4f6a6c9e5b9409e177731a441c7556241f872164809fed1
0x93d7383d5b24d91276b1b8e54e9f70d6daff2b65d4dd13d52003f50955495f18
0xb8b85e2d06f0bafe345bb87c0724d39fc94d7a7d4debbf7fe82ad9f5bfbb1400

Functions
Getter at block 20938223
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply(view returns (uint256)
777
name(view returns (string)
AnimalsNotFood
symbol(view returns (string)
ANF
totalSupply(view returns (uint256)
777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdpure returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setRoyalty(uint256 ruint256 s
teamMint(uint16 _mintAmountaddress _addr
transferFrom(address fromaddress touint256 tokenIdpayable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
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(