Warriors Of Ankh

Verified contract

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

No balances found for "Warriors Of Ankh"

0x74be5a75a9120467ac4d7c65c038a8b00bf8760cf7a4859452a5563be4d770f5
0xec350bb941144d17e3e08f8f9f09cfbb36a2e459b31005be7249f6e9ed987e1b
From
0x2df085b0d3f20c5cea769af81e316503562ca22f95fe847a168dd1d185ffce54
0x60357c97c6318cfc43c5b6f26f2314d314cd8ef36da6dc7f86047368dac8e006
0xcf048e1279962e0e6adb90c760415ab8ba0ecb2e1759f5cd5edc9f660b4b66ab
0x60a6aa8ee4b3eeca59cacbb9485ce25a2a61131ca9c3b50c94ee63c9631a4969
0x69a16b2a92243f2ff08d4256c85c7628358e26856d79a33295c9a6d070c50bb2
0x7cc07c7dfe88c98a04f4c45414b22ea5e8a596dcf2f1289c0196159b383bf79b
0x5c98613d3afc1ea244f4ccc88a82e1db85fd627fa57df3131f6e2b3d0f844b77
From
0x56cddf30e99f69867f8da4d963b3287b13d19cffe3d0134eda4b042ae6325e51

Functions
Getter at block 21206317
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
4444
name(view returns (string)
Warriors Of Ankh
owner(view returns (address)
0xd1342d91cd07322935cba714175b3432ac26d422
symbol(view returns (string)
WOA
totalSupply(view returns (uint256)
3967
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
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
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(