This contract is being backfilled. You may encounter incomplete storage history.

Revelations

Verified contract

Active on Ethereum with 2,002 txns
Deployed by via 0xebcd22af at 14936539
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.51
0x2d64cfb56e89fae29fc3e45b70b6957564f6496c5d9233d437d6c18432c68149
0xc2ade6a7b5d767d24fd9242d9c72f050395708e43fd733f04ab1537ccc90f0ed
0xc8e109729815166fe505ae4f7742a768b95cd54dd49bcb091cf473d3bdcc30aa
0xc75fbb403c6268e5070571cff874f3fc77cb04c4f9b1f449aadaf4c3a182061c
0x5a75f9db89776ab0c763d747e1f64d8078cc9ab661ff7245e8f24ba812cc9901
0xa0a910588afea1f07539312274e8cc215c5c4462ac2a09dc42278c15d2cae8c6
0x19a0bd4fc9ceaa21b7cc50ab57a657496805e324491aaabc54479cb3d94009de
0x93afbff22336ab322b9efa3e612d4bb6f0da747ca8d6b2af79c5cfd29e48bdf0
0x273759258143117e66385b5ba123904c9d1defffec9b20e96712ffe69ecb8ecb
0xf74612b3326ec41e3b834460c96cd5b7147b555c786a5f579794f44aab998e86

Functions
Getter at block 20801090
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
2222
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Revelations
owner(view returns (address)
0x187529730c4003e1dc031eb0f2668ad5fe5b17e9
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
REV
totalSupply(view returns (uint256)
1857
uriPrefix(view returns (string)
ipfs://QmaHi7Pm2snZYB1GjkK3fX7kNpywwSMQyD3DgZEUF9thCG/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
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)
walletMintCount(addressview returns (uint256)
whitelistClaimed(addressview returns (bool)
whitelistWalletMintCount(addressview returns (uint256)
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
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
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(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(