Aleus Diary

Verified contract

Active on Ethereum with 1,772 txns
Deployed by via 0x4de78f4b at 15149489
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Aleus Diary"

0xcec92123db1089e309f195c8d5fd6ee66bd25d8a73bd8b3ed19c6597f5f7c7b3
From
0x4d84789fa6640202b5d59bf373dd74df442a84435162858f28bf3d028ec5c29e
0xb09788e64bdaf3bed00c2b28000019d80ff7c1c744532f3ca5618a183f555aa7
0xfac31a7e645fa6e6e0715aab2fbdd5ab279459e2d149c3c80e7409e73307d6db
0x503b3e7ba9f05d3fb249204f6d8162fa46bdf3fd2ca27d4d0477b26f5dde5768
0x44bab3c09a3b08ed0eab9bd277b691d9e99f5a60170832a1b6484ef1916c4656
0x37d57abb60c5769b08fa8d20289393bdc435c55a53d712268128c7a0a0bc9b12
0x8bcfadaf6006dd0d9abf61d40f16de96ca5466769e156855403454b2a72a4bb7
0x00c2b5f58e7eef8eb4bb372375918877ac66d94edc520f9c98ed25006964451c
0x77559b92f5d4fbcd6d227900b43a376b67dd9a3d55f2ea25b30322361577f05d

Functions
Getter at block 20904753
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmWbWaw2b7wwZYFi2fTb7vH4p9WMGhfKDBYfFiJNWGd4wB/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x38fae640086ac45bacefab3a8c5d6be6b4ead6bb7cc13e1e941340f4929f1f3c
name(view returns (string)
Aleus Diary
owner(view returns (address)
0xbec8042d739235c56151a0121dd13a976b9f09d7
paused(view returns (bool)
true
revealed(view returns (bool)
false
symbol(view returns (string)
ADY
totalSupply(view returns (uint256)
1502
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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