CandyCreatorV1A

Verified contract

Active on Ethereum with 4,532 txns
Deployed by via 0x3db2e0cf at 14834691

The storage layout for this contract could not be retrieved.

No balances found for "CandyCreatorV1A"

0x02a53eb766b24dfc23da8398b834a633cf96ab6ec147823e44463fc84c2037f8
0x768e7ed7cb5915af4a596a4492c2b7600dbe591adedfe431280e4de9230398cf
0x429bdf85e24d1bb0f5b1912dba3aeee0bd33a9d23efe4124ee851ed4dc546741
0xfc4c441e56ef061442e79d902161a4eaf25c138dc423c76852ebf35c1cf5be3b
0x40934b493a12a4d136bcce30fe1dbc4b08b9c97d0b605d44d54a8d33f85a5a4d
0x4ab68be878d81cc9dd87049dd32ebf584ec8d9a438b8d58e830f9af1c4b24711
0xaef740a4b3287df017d3bf5e913925d0c0a5127ce9f46fdc8bb66e8da54667e9
0x0ba5d70001fc7b3f61f3603749d4ebfa0aa2aed44054cf063c1ed6bd0edd2d4f
0x3bb75c070f5c7d5efc3ce835c62e2b0594e4ea0980a4abc04225858265426707
0x977eeead982099558059e0ab13fcd05c61d762188c2f984d81c60916c36df775

Functions
Getter at block 21220789
collectionSize(view returns (uint256)
5563
getBalance(view returns (uint256)
0
mintStatus(view returns (bool)
false
mintingFee(view returns (uint256)
5000000000000000
name(view returns (string)
Affordable Alpha
owner(view returns (address)
0x5acfa1fccc7a13d6d466d75476978a194260d565
publicMaxMints(view returns (uint256)
2
symbol(view returns (string)
AAA
totalReleased(view returns (uint256)
60000000000000000
totalShares(view returns (uint256)
10000
totalSupply(view returns (uint256)
5563
whitelistMaxMints(view returns (uint256)
2
whitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
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(