Warriors Of Ankh
Verified contract
Active on
Ethereum with 1,585 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Warriors Of Ankh"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19608990 | 7 months ago | | | 0 | 0.00037790633 | |
| 16666983 | 2 years ago | | | 0 | 0.00052566522 | |
| 16618022 | 2 years ago | | | 0 | 0.0010028978 | |
| 16037830 | 2 years ago | | | 0 | 0.00071618830 | |
| 15995716 | 2 years ago | | | 0 | 0.00084648960 | |
| 15982320 | 2 years ago | | | 0 | 0.00091136969 | |
| 15980957 | 2 years ago | | | 0 | 0.00087582341 | |
| 15980865 | 2 years ago | | | 0 | 0.0013223797 | |
| 15824954 | 2 years ago | | | 0 | 0.00044494529 | |
| 15611933 | 2 years ago | | | 0 | 0.00017680549 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
mint(uint256 signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
start()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()