Evolution of the Anubis

Verified contract

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

No balances found for "Evolution of the Anubis"

0x88c5423952218cf8a74d55002093de6dffa78b3704d2d8c4f65060cf56dc65eb
0x6a5ce4aa0b77f9291caf330b5810b6faba0a6e09a95952762a45b5c1480f6c2d
0x1dc32335b0804d14edb42ef733315ae6089be897d5869c619f973bd18fb8cc71
0xc181d012760ba7143849143bf2285ae5181882a934c7d5770087be7065a71366
From
0xf92f254c832b4fead63e74a99d2c9a4db8a1cf8ca03716b227a658ec43b722f6
0x7e8f3709556d3d9317c1229b4a74eba4b592f37d4918b8fdeab9dd6ba9f1aaeb
0xd63d900bca7dafe89e578b98f14ec6c1748cf42bb8c3f5370a238c37d57a5008
0x5b4c86e9b3ff7cee9c14c58d0c13d9e51bc168a732e19aa9572f98c0832806ad
0x724430727cb553bd8bcbb0a0db4420408f98c988079a15cd31ee81cb5826d4b9
0x69c741f84fc3e5a97c9662bf56de2c6645e16b18c1069b12862e3d32697dba6b

Functions
Getter at block 21066776
cost(view returns (uint256)
5000000000000000
hiddenURL(view returns (string)
ipfs://QmSqYEHrg22yKLAk639eLxpgoJN7PEM2UiUuFoJfRY7v9N/
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
1
maxSupply(view returns (uint16)
999
name(view returns (string)
Evolution of the Anubis
owner(view returns (address)
0xf1a3f1e695e3b45fefd869eae692a9384cc0658a
paused(view returns (bool)
false
reveal(view returns (bool)
false
symbol(view returns (string)
ANBS
totalSupply(view returns (uint256)
999
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(