CandyCreatorV1A
Verified contract
Active on
Ethereum with 4,532 txns
The storage layout for this contract could not be retrieved.
No balances found for "CandyCreatorV1A"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149599 | 5 months ago | | | 0 | 0.000040759648 | |
| 19078582 | 10 months ago | | | 0 | 0.00029087096 | |
| 18907176 | a year ago | | | 0 | 0.00070764542 | |
| 18491486 | a year ago | | | 0 | 0.00048346000 | |
| 18326239 | a year ago | | | 0 | 0.00042266475 | |
| 17692462 | a year ago | | | 0 | 0.0017215046 | |
| 17610356 | a year ago | | | 0 | 0.00086395129 | |
| 17409881 | a year ago | | | 0 | 0.0011004435 | |
| 17299806 | a year ago | | | 0 | 0.00077800068 | |
| 16999874 | 2 years ago | | | 0 | 0.00051555547 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwner()
approve(address to, uint256 tokenId)
declineOwner()
disableMinting()
disableWhitelist()
enableMinting()
enableWhitelist()
publicMint(uint256 amount) payable
pushOwner(address newOwner)
release()
renounceOwner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPublicMints(uint256 _amount)
setMaxWhitelistMints(uint64 _amount)
setMintPrice(uint256 _newFee)
setMintSize(uint256 _amount)
setRoyaltyInfo(address _royaltyAddress, uint256 _percentage)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwner(address newOwner)
whitelistMint(bytes32[] merkleProof, uint64 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PayeesLocked(bool _status)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedMaxPublicMints(uint256 _old, uint256 _new)
UpdatedMaxWhitelistMints(uint256 _old, uint256 _new)
UpdatedMintPrice(uint256 _old, uint256 _new)
UpdatedMintSize(uint256 _old, uint256 _new)
UpdatedMintStatus(bool _old, bool _new)
UpdatedPresaleEnd(uint256 _old, uint256 _new)
UpdatedRoyalties(address newRoyaltyAddress, uint256 newPercentage)
UpdatedWhitelist(bytes32 _old, bytes32 _new)
UpdatedWhitelistStatus(bool _old, bool _new)
constructor(string name, string symbol, string _placeholderURI, uint256 _mintPrice, uint256 _mintSize, address _candyWallet, bool _multi, address[] splitAddresses, uint256[] splitShares, bytes32 _whitelistMerkleRoot)
fallback()
receive()
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()