Divine Apples

Verified contract

Active on Ethereum with 3,075 txns
Deployed by via 0xc0f2db27 at 14203272
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Divine Apples"

0x8e75b534742a35308ee68c5d78f8328b7a19fd7ec85115a3ef2d771b5dd50e0a
0x43ee41ebf0e609ae16737f221d275358aedc892f5335cc7b98aabdb876b74368
0xc38b853b652161680ccbcdc6395756bc5336f001042a60d07b69563bcf0d15aa
0xafbfbeff9e53e1f7174e07852c85a88a8ccfee046c47d6b5dce08269cbef5f2c
0xe07caeb9f5e6b6041854700f126cab2c16828f3cb455ce0a20a023e9c4ae9a49
0xa22327b3cc23719f5365007a17a74e6ee5a46bcf48c419b9fb25a1c4edb61538
0x7b7d2298edd6b674b2d4ecd85637ad1b57a2d73dcfb0a0ffacbb95204770d40b
0x6c61604db8cf44c7d892cd386897aec320ccdaf495e0b9f09e6ae85bff77efcd
0x9e068d1314ef4a70fab39ca866ecf7931cedc3fa6b7602c03fbc1fcb925a4bdf
0x7499dcbca81576eb877c7b2af3940f5eeda0600fa12257ad152cb9e9d259fc0f

Functions
Getter at block 21261655
MAX_AIRDROP_AMOUNT(view returns (uint256)
3000
MAX_ASCENSION_APPLES(view returns (uint256)
3000
MAX_ASCENSION_APPLES_SACRAFICE(view returns (uint256)
1500
MAX_ASCENSION_APPLE_AD(view returns (uint256)
1500
MAX_BAD_APPLES(view returns (uint256)
1500
MAX_STATE_AIRDROP(view returns (uint256)
500
MAX_SUPPLY(view returns (uint256)
4500
isAirdropFinished(view returns (bool)
true
name(view returns (string)
Divine Apples
owner(view returns (address)
0x877b380a5252e84f8a4bd37e2149ceb40f6058f1
symbol(view returns (string)
DAA
totalSupply(view returns (uint256)
3000
Read-only
ascendedMap(addressuint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
burnedMap(addressuint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getAscendedNfts(address accountview returns (uint256[])
getBurnedNfts(address accountview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
isAscensionApple(uint256 idview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address accountview returns (uint256[])
State-modifying
airdropAscensionApples(uint256 amountaddress account
airdropBadApples(uint256 amountaddress account
approve(address touint256 tokenId
consumeAscensionApple(uint256 daIduint256 appleId
consumeBadApple(uint256 daIduint256 appleId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setCanAirdrop(bool state
setDaContract(address contractAddr
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address daContractstring initUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(