This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793851, which is 4 minutes old. We're running behind the tip but working to resolve the issue.

ArtOfDelirium

Verified contract

Active on Ethereum with 89 txns
Deployed by via 0x95d2c3c0 at 15349658
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $25.48
0xd0d7f1716715ade5ac512aeacc56f886e9703bd01e5222a9e8fbd6936c9f81fa
0x4e803c222bb8a6b96895e51879c5c4cdb547b3b3faa4bc4a50db9d8bfc585b65
0x57e651f32ad56985cbf37facba37405e6b30a82bb15e8d6d43ca41999151f215
0xfcaa25405b4cb57519bd6b0be0ca747c8949a81567ea8cfc7d9343f9ab14b642
0x9d4aacf3e5621534a5089bb0db41ca5a776b6071594951d0d84f9c7f229e38d7
0x0555fb75e32716e6383d0fcb15140bfea6c04b7b4c92f4a8317a2d8553cc7c9a
0x928ff3d371e115b17b8d68e2f28baf42750607974aa1bdfefefa93271843d546
0x8c6e816ff7adbdbf1b006408d2b432145cab286eb335602498f9e736cff82744
0x0ebb5e25520c9458a1ce06c8fff31ea9c9c033ddc5162cb5b803e22c404961a8
0x670bd288e94660368555df29bec75e16e7bb20665828a60934b0376145876df2

Functions
Getter at block 20793850
cost(view returns (uint256)
5000000000000000
freeMaxMintAmount(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://bafybeibnidwvrsxzh4rxuj5iwej3u45tjy6qcikelt5yc43safb52qhi34/hidden.json
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
400
name(view returns (string)
ArtOfDelirium
owner(view returns (address)
0x8230dbc1e4b3f67e2cfebf193236f6909daf9c8d
paused(view returns (bool)
false
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
ArtOfDelirium
totalMaxMintAmount(view returns (uint256)
2
totalSupply(view returns (uint256)
369
uriSuffix(view returns (string)
.json
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
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)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
ownerMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxMintAmount(uint256 _freeMaxMintAmount
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setPublicSale(bool _state
setRevealed(bool _state
setTotalMaxMintAmount(uint256 _amount
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(