Tiny Serpents
Verified contract
Active on
Ethereum with 871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($46.92)
Native
Value
$46.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,128.30 |
$46.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138120 | 3 days ago | | | 0 | 0.00071368563 | |
| 19899018 | 6 months ago | | | 0 | 0.00014319595 | |
| 18752659 | a year ago | | | 0 | 0.0010939356 | |
| 18751625 | a year ago | | | 0 | 0.0017589801 | |
| 18602760 | a year ago | | | 0.005 | 0.0014914644 | |
| 17504941 | a year ago | | | 0 | 0.00037738249 | |
| 17452167 | a year ago | | | 0.005 | 0.0013161356 | |
| 17452146 | a year ago | | | 0.005 | 0.0013715610 | |
| 17251812 | a year ago | | | 0 | 0.0016825361 | |
| 17133139 | 2 years ago | | | 0 | 0.0039554639 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()