Angry Ape Army Valkyrie Collection

Verified contract

Active on Ethereum with 1,997 txns
Deployed by via 0x8ec827cd at 14920453
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Angry Ape Army Valkyrie Collection"

0xb79543aba51df8ed9c3ea82e7485221d5af662643103535e8a69c71779dbf972
0x3c5a6ca1090637aa93bd7110ef99c48dd7c4abc72cdce4ec3c6a6e823b0ef694
0xdd56767985756509d9d34e9d521b86d69b240fb877d18da27c6f5fd7c7345678
0x17d6c54f2dd775f4010c796ccfcc4c0e66ad1a0f8638f8dc54834d106cd634bb
0xf776a1ce364a4548150198357a8879394d9f58a6ea2c74128db7a44dde74c34d
0xa932e61b55db88063e4c9530a9ab457257c3e5139eb30f9908125f2cf32de3d5
0x42e6778140a291e5276235b8e4f05d5cd003e9e73fa088d1ec51e8df79cc627a
0xb5ff2a1c25da351d32e18864a307fee27f880128898b39440c914433e1065b23
0xd6d85bd5141b1a2c6ed7b59bb59c93ac06122afd223559343f355aa0a67d9404
0xf387c2989a5a466b381ba12f394ab2fae8f1212d714273747affebe144c028de

Functions
Getter at block 20868343
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_MINT(view returns (uint32)
4
MAX_SUPPLY(view returns (uint32)
4444
MINT_SUPPLY(view returns (uint32)
1111
MODERATOR_ROLE(view returns (bytes32)
0x71f3d55856e4058ed06ee057d79ada615f65cdf5f9ee88181b914225088f834f
contractURI(view returns (string)
https://angryapearmy.mypinata.cloud/ipfs/QmXmi1CkvE4uKV8146TR9FBN1bB1rHTae9LAoWXN3vsmSC/contract.json
getSaleState(view returns (uint8)
1
getSaleType(view returns (string)
Mint
name(view returns (string)
Angry Ape Army Valkyrie Collection
owner(view returns (address)
0x6ab71c2025442b694c8585ace2fc06d877469d30
royaltyBasisPoints(view returns (uint32)
500
royaltyReceiver(view returns (address)
0x79e5cd379f0d9c4e598f528e31f1a206b36d6c64
symbol(view returns (string)
VALK
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address _owneraddress _operatorview returns (bool isOperator)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePrice_view returns (address receiveruint256 amount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] to_uint32[] quantity_
approve(address touint256 tokenId
burn(uint256 tokenId
endMint(
grantRole(bytes32 roleaddress account
mint(uint256[] tokenIds_
pauseMint(
removeAdminPermission(address _address
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdminPermission(address _address
setApprovalForAll(address operatorbool approved
setAuthorizedAddress(address authorizedAddress_bool authorized_
setBaseURI(string baseURI_
setRoyaltyBasisPoints(uint32 royaltyBasisPoints_
setRoyaltyReceiver(address royaltyReceiver_
startMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpauseMint(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
IsPaused(bool _paused
MintBegins(
MintEnds(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetBaseURI(string _baseURI_
StateOfSale(uint8 _state
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TypeOfSale(string _saleType
Constructor
constructor(address admin_address royaltyReceiver_address evoContract_address[] preAuthorised_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllSalesFinished(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
ArrayLengthMismatch(
BadArrayLength(
BalanceQueryForZeroAddress(
IncorrectSaleType(
MintToZeroAddress(
MintZeroQuantity(
MustMintMinimumOne(
NoActiveSale(
NoPausedSale(
NoTrailingSlash(
NotAdminOrModerator(
NotAdminOrOwner(
NotOwnerOfToken(uint256 tokenId
OwnerQueryForNonexistentToken(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletMintLimit(uint256 limit
ZeroAdminAddress(