Divine Apples
Verified contract
Active on
Ethereum with 3,075 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Divine Apples"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251735 | a day ago | | | 0 | 0.00090947178 | |
| 21059663 | a month ago | | | 0 | 0.00029082432 | |
| 20884921 | 2 months ago | | | 0 | 0.00061210585 | |
| 20854339 | 2 months ago | | | 0 | 0.00027146716 | |
| 20662992 | 3 months ago | | | 0 | 0.00014465932 | |
| 20609553 | 3 months ago | | | 0 | 0.00011172000 | |
| 20547292 | 3 months ago | | | 0 | 0.000048950943 | |
| 20504307 | 3 months ago | | | 0 | 0.000051946599 | |
| 20503119 | 3 months ago | | | 0 | 0.000056557283 | |
| 20502083 | 3 months ago | | | 0 | 0.000045180750 |
ABI
ABI objects
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(address, uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
burnedMap(address, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAscendedNfts(address account) view returns (uint256[])
getBurnedNfts(address account) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isAscensionApple(uint256 id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events airdropAscensionApples(uint256 amount, address account)
airdropBadApples(uint256 amount, address account)
approve(address to, uint256 tokenId)
consumeAscensionApple(uint256 daId, uint256 appleId)
consumeBadApple(uint256 daId, uint256 appleId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCanAirdrop(bool state)
setDaContract(address contractAddr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address daContract, string initUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()