Ascend of the Divine Ones
Verified contract
Active on
Ethereum with 674 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 "Ascend of the Divine Ones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20016077 | 6 months ago | | | 0 | 0.00027066147 | |
| 19920298 | 6 months ago | | | 0 | 0.00053996116 | |
| 19798094 | 7 months ago | | | 0 | 0.00026643703 | |
| 18915269 | a year ago | | | 0 | 0.00032961192 | |
| 18364001 | a year ago | | | 0 | 0.00038577173 | |
| 16724372 | 2 years ago | | | 0 | 0.00075128359 | |
| 16524489 | 2 years ago | | | 0 | 0.00039296855 | |
| 16501717 | 2 years ago | | | 0 | 0.00070603157 | |
| 16444952 | 2 years ago | | | 0 | 0.00076771523 | |
| 16127775 | 2 years ago | | | 0 | 0.00092929921 |
ABI
ABI objects
Getter at block 21229075
cost() view returns (uint256)
6660000000000000
freeNFTsMinted() view returns (uint256)
500
maxMintPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
777
name() view returns (string)
Ascend of the Divine Ones
owner() view returns (address)
0xd7f79647cc7b0ce342fda13171f0fb8091f384e5
paused() view returns (bool)
true
symbol() view returns (string)
AOTDO
totalFreeMintsAllowed() view returns (uint256)
500
totalMinted() view returns (uint256)
777
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId, bool approvalCheck)
freeMint(uint64 _mintAmount) payable
mint(uint64 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setMaxMintPerWallet(uint256 _maxMintPerWallet)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setTotalFreeMintsAllowed(uint256 _totalFreeMinstAllowed)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()