Kush Kingdom Ape Club

Verified contract

Active on Ethereum with 550 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
Native
Value $200.11
0x7e4e404bef3ee0dbfde95a585fffa6bd7352f621defd43f9d8a2273ce36e934f
0xd1c8fc5a6b164fb5ecb8ec1d0ad5653db3a417d167464f6328478d2a4f7081a1
0x1f5f6f66b65e928de93eef3e381f3668855b600b4a8b599c381f9314405b5084
0xb37779f4c2bab51428ce9f7354b9be8bd39c4ad96da7efea9929a3d837b346c0
0xce013b76c2dadeef8b38567d883d096bba8ead1840cb3cbe7f4b7b345b7bac08
0x77438f1df6dc67ea78a8a4a00df225b5e49037e94a8acdddd3e257bd0fadee7e
0x1998733c4d6b93636afab34c101c434da72073afdab02a4f74493010c74eb6bf
0xc9ef6cc2dcb9574a67cbdaf73abe6de1f7982333ef713b68eca6cd570d78ccf4
0xda216f5e9b9b6fd425acf59eda22dce3a7f8452827f1e82046f34693d41c9d13
0x60421b9905ce0a26ec30a5f89aef13d6e58bb152f2f1a8e0b2527cdd68eb0cec

Functions
Getter at block 20901093
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Kush Kingdom Ape Club
owner(view returns (address)
0x6047f7c5c353d3ee2abba75be49b7334547aca70
price(view returns (uint256)
4500000000000000
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
KKAC
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhaseuint8 claimPhase)
(maxSupply=6420, maxPerWallet=10, maxPerTransaction=10, preSalePrice=4500000000000000, pubSalePrice=4500000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0, claimPhase=0)
totalReleased(view returns (uint256)
4894750000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1566
unclaimedSupply(view returns (uint256)
4854
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateClaimState(bool _claimIsActiveuint8 _claimPhase
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(