Affordable Alpha Pass

Verified contract

Active on Ethereum with 2,652 txns
Deployed by via 0x22db0af8 at 14850043
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Affordable Alpha Pass"

0x335a5d9a197638945af9a14c0d3aff819f4c1b3cd18c6f4d9ab24414f0bf8796
0xa2775b2e24593da2c03aab8a4e497ddde5b3482abf067af86e1420ac40021176
0xa782418badfbb64bb582beec9083757832081fdd38df52beb4a9430d00604b99
0x0595146ef0c2857233aa4725544e5367b836fa4489d55c01378f9304f528d9c2
0x6160328883e843e12b46282971e5dd18e459f75552fbca0f9faed8ccd6488dfe
0x167413b6f45cbf7c3a7e11a75e121770d2131c64a1f3e24c9cb17cf28ca4ca34
0xf709a7b0fdf5cd74fe29a1bb7e05dbc6133fc318fb6d0b8159538e95adfcde4c
0xe74a1b0c8c1553e5618cb860ff622859d9bc6277b28212409113a2127a65a7c3
0x1ffaa6016db06901c1b30f51e5f680a0e62bd8d14c1944cb6dfdd36dfb789eb4
0xfb05aa1cdcb77e165b4d8dae7251c4f67f4f51f7a339ba092acf8a74d4f4105f

Functions
Getter at block 20875464
collectionSize(view returns (uint256)
2222
getBalance(view returns (uint256)
0
mintStatus(view returns (bool)
true
mintingFee(view returns (uint256)
0
name(view returns (string)
Affordable Alpha Pass
owner(view returns (address)
0xb0731264fed1ab1efe43999a7a5d7700b3464990
publicMaxMints(view returns (uint256)
50
symbol(view returns (string)
AAP
totalReleased(view returns (uint256)
27275000000000000000
totalShares(view returns (uint256)
10000
totalSupply(view returns (uint256)
2222
whitelistMaxMints(view returns (uint256)
20
whitelistMerkleRoot(view returns (bytes32)
0xfaae7f3e370240216c5a4ee455315e7e94a6f2667c615aec26ca546f0cc02b10
whitelistStatus(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwner(
approve(address touint256 tokenId
declineOwner(
disableMinting(
disableWhitelist(
enableMinting(
enableWhitelist(
publicMint(uint256 amountpayable 
pushOwner(address newOwner
release(
renounceOwner(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPublicMints(uint256 _amount
setMaxWhitelistMints(uint64 _amount
setMintPrice(uint256 _newFee
setMintSize(uint256 _amount
setRoyaltyInfo(address _royaltyAddressuint256 _percentage
setWhitelistMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwner(address newOwner
whitelistMint(bytes32[] merkleProofuint64 amountpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnerTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PayeesLocked(bool _status
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdatedMaxPublicMints(uint256 _olduint256 _new
UpdatedMaxWhitelistMints(uint256 _olduint256 _new
UpdatedMintPrice(uint256 _olduint256 _new
UpdatedMintSize(uint256 _olduint256 _new
UpdatedMintStatus(bool _oldbool _new
UpdatedPresaleEnd(uint256 _olduint256 _new
UpdatedRoyalties(address newRoyaltyAddressuint256 newPercentage
UpdatedWhitelist(bytes32 _oldbytes32 _new
UpdatedWhitelistStatus(bool _oldbool _new
Constructor
constructor(string namestring symbolstring _placeholderURIuint256 _mintPriceuint256 _mintSizeaddress _candyWalletbool _multiaddress[] splitAddressesuint256[] splitSharesbytes32 _whitelistMerkleRoot
Fallback and receive
fallback(
receive(
Errors
AddressAlreadyAssigned(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
AuxQueryForZeroAddress(
BalanceQueryForZeroAddress(
ExceedsMaxTransactionMints(
ExceedsMaxWhitelistMints(
InvalidMintSize(
InvalidShares(
MintToZeroAddress(
MintZeroQuantity(
MintingActive(
MintingNotActive(
NonExistentToken(
NotEnoughWhitelistSlots(
NotWhitelisted(
OwnerQueryForNonexistentToken(
SharesToZeroAddress(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
WhitelistNotRequired(
WhitelistRequired(
WouldExceedMintSize(
WrongPayment(
ZeroBalance(