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

Serious Investor

Verified contract

Active on Ethereum with 7,201 txns
Deployed by via 0x5a0c86d8 at 14981790
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
0x8025eec55f82523fb1e7bceee19755c8a584ed00bcc8361ad124c0664f0ddbef
0xdaa8eae277607d692ca93477b5489727c1707fe26d03323ed9d5bd4ec4a7e9df
0xf47ab03b6ad4778eeef5a479efafab3f9fb1adffbdbc1b6c4a5d954db6b2c1e3
0x19572ad86cb2a2e1994205ca91461df1dca167dcbf1df392686325564923fe3a
0xae6708bc1e92c552390cca8e346715b0b6ccf55c1ce1ae15251fc0f52673e51c
0x83610ca68777797d2442d278b3e58bac3e8db8b65a5cf8ad80736c54975070c7
0x26ca5e8fd7862ab0b9cd468bae734c14e554bd21d80048877d86f7e14e627a3f
0x2c3cba4e6c52835e89eb13fd64004d40fba71aee0f8a559264a13939eb0e34e3
0xb167eaf55409a8a326b05a74b1580e38d95e860e1a3f51dde61b775a0f1892f2
0xe9629b66c6ea17f42fffba510e9f3555bbc4f46b49e68ec20ae6b4f36568a156

Functions
Getter at block 20896949
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmPgdLtXy9fL8aFuXL1t8GJNmup8e3DCcj1FKfeZ8gBgCK/hidden.json
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x4e77613bee64824e27ae2bfb9dba2622f7e8572ef8d59f0b31795ce5d4b72600
name(view returns (string)
Serious Investor
owner(view returns (address)
0x2aa8103a23e6872c33c3cdca500d0c801b2e4608
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
SNVSTR
totalSupply(view returns (uint256)
10000
uriPrefix(view returns (string)
ipfs://QmdQSXgVuTYB4VW5n4sJpVLM6HYUUgw1w3Qh8nqepcup82/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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(