Tiny Serpents

Verified contract

Active on Ethereum with 871 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $46.92
0x3e67c19afba59db98452248b6ac8612763c4219873122623789c59ab29bdce32
0xc93050c7cf9fbf4db26490a998a78dee43d19611af18b36f2dac9dfe7d5dce10
0xc20bdf979c06b51a0d96d528773b9b39facd49a7878af67f5c90fe0786966f95
0xff2f05d8abb17202f083deb4e5a0df86841cd11f91b8484ac2b3ec6241473ef9
0x279bf1de79fb18a7785425c20eb704f35d46ec2cd246fc32767c229d88ba2db7
0x0784b913bb1ddacf7de3ed49b2d1a04410f3404a7d1a114da56eb74902ef9c6f
0x465cc447ffa49e8837cd1f5e484566be757e6aecea3234b4d025bb743140757c
0x398520ebfce431bf38fa34236160c9f5c6c359296f4559546ea33aad4035fee9
0x8b5dcd7c417a9b0ca228fee8af9d66c1a9a1e904b9512766b5ba91cd45d2f747
0xee7972b6646e0fb51fed5518861d4bd4ffa4076b2cfece736f15083f22b81913

Functions
Getter at block 21162606
cost(view returns (uint256)
5000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xc263389b1136130e72b21f65d92079ccaff07066ed74c03f6788e0f4d90021c0
name(view returns (string)
Tiny Serpents
owner(view returns (address)
0x555284f0946a931290d8ef4d919108c120682124
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
TS
totalSupply(view returns (uint256)
2067
uriPrefix(view returns (string)
ipfs://QmWrT5yB4u2Hwv18jFayhbHhWx8ohWd6mT79vGNaCprFkF/
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)
walletOfOwner(address _ownerview 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(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(