Ascend of the Divine Ones

Verified contract

Active on Ethereum with 674 txns
Deployed by via 0xd82b58b0 at 14972845
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ascend of the Divine Ones"

0xd2876e362778677397428e141a54d0fc3a70470895f01e0beccafc7d4ec408a1
0xd9bf0a4156b20dfbfb6e4a3b2c13841d22781b3d67ba7d84ed07e71115ea652c
0x738f0a38ce01a61aa9cdfc9da55b772a62bc05bc35ad3744f7f20ae8f86b703d
0xce79c9238f3514a6ee100c67eb84ca2b2fe93ae2a923b48084eb1e99ae212fd5
0x81e43448031807c0c82224f75e7fb83e094a0817f274df624a0bd7214dd533d6
0xb3ffa6734304e2c525732b17450e53017038d30d39bbaf4554af3abe79e5d3a4
0x456dde63685820f990cb7d91d829a7812a1e069f8f417ff42bf56d0703ac6159
0x6f6844ad401328a43dcee9d61fa715b2770dc8763855c09ac2f3765d23c4a480
0x790cef1cca004efe897c5a0fe3c9b7b237818fa7ad9968f4c3bec45610ca9587
0xd2c1bb834f2176b4c0b86ccf12aaa05bbff9a7daa156dd02508185d9a621f6ec

Functions
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 ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenIdbool approvalCheck
freeMint(uint64 _mintAmountpayable 
mint(uint64 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMaxSupply(uint256 _maxSupply
setPaused(bool _state
setTotalFreeMintsAllowed(uint256 _totalFreeMinstAllowed
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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