WeAreAnimals

Verified contract

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

No balances found for "WeAreAnimals"

0xab50f0c18713c4103a2fd8a14554c17420ebaa54bf308658fd4ca425c82828c6
0x854041fab8118325225086ac5d953c0e4fb07f41c8ab7f51bc79544d6df50bdb
0x2f3ec9481687bd02f095b25f0bfec0c601217b4309b0a44bfadf4c67dfbdada0
0x98c84f82012c1a63bfe0ffa1bf75d00193413ea15e3b770c251508260de5417b
0x37d879cef69663c7fe2b6d26062a8e2fb618b6f24c15cc7566fb54d6cbe00256
0xbde3d4c91383635ded40213b0fbea3700c04a1a81cef080e7b65bc8514687392
0x2b293cfcaa43f2398fb281c53f46bc17146b7f232beadeefc23bdf44066d9dc8
0xab483a70d0da726097ef40522f8c8a79ec8b454da3f004b39e950045967b89e4
0xf4bbc06f1dbb6feac1795f82458529e23c8e63e7cece0e286b2dff8dd206e5a0
0xbe885995e91f6237ade968877d39b4effc8e1786571718c52554470005068604

Functions
Getter at block 21065942
MAX_MINT_PER_ADDR(view returns (uint256)
4
MAX_SUPPLY(view returns (uint256)
1111
PRICE(view returns (uint256)
20220000000000000
baseURI(view returns (string)
ipfs://QmfPuiXxPVTwdPcPhnmHNFnzajRAMJNwMkvhZMw2uej6fc/
name(view returns (string)
WeAreAnimals
owner(view returns (address)
0xbe7c91cb3d47dcb14bea984d47ba42beb7e34cf6
royaltyFeeNumerator(view returns (uint96)
500
royaltyReceiver(view returns (address)
0x0862a6b1767c66d486a833a52f04836cebe1e1e0
status(view returns (uint8)
1
symbol(view returns (string)
WAA
totalSupply(view returns (uint256)
1111
Read-only
allowlist(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 quantitypayable 
approve(address touint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
seedAllowlist(address[] addressesuint256[] numSlots
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setRoyaltyAddress(address newRoyaltyReceiver
setRoyaltyFee(uint96 newRoyaltyFeeNumerator
setStatus(uint8 newStatus
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address recipient
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string newBaseURI
Minted(address minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
StatusChanged(uint8 status
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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