Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Stitched"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17695828 | a year ago | | | 0 | 0.00065892671 | |
| 17673554 | a year ago | | | 0 | 0.00066429541 | |
| 17673240 | a year ago | | | 0 | 0.00076777121 | |
| 17671396 | a year ago | | | 0 | 0.0015346257 | |
| 17666624 | a year ago | | | 0.005 | 0.00048952140 | |
| 17666305 | a year ago | | | 0 | 0.00037847724 | |
| 17666246 | a year ago | | | 0.0045 | 0.0013923919 | |
| 17666243 | a year ago | | | 0.0045 | 0.0018067027 | |
| 17666240 | a year ago | | | 0.001 | 0.00058728536 | |
| 17666240 | a year ago | | | 0.001 | 0.00059029367 |
ABI
ABI objects
Getter at block 21229801
FreeSalewhiteListMerkleTreeRoot() view returns (bytes32)
0x555976d82e8cdd0e83b746f5f99a3b989798b997ceecabe9cab5b9a62c83fa86
PresalewhiteListMerkleTreeRoot() view returns (bytes32)
0x9864894383df9db5bf45247b6596647155daa619e0039f7007dd20177da229c4
PublicSaleSUpply() view returns (uint256)
5980
baseURI() view returns (string)
ipfs://QmQQyTiUHzrH4NmUFpu3r9WbgVPVVVQ7NBhmveswMRHXhK/
freesale() view returns (bool)
false
freesaleSupply() view returns (uint256)
475
hiddenURI() view returns (string)
ipfs://QmSJQRpUPCKT4hCxtyrJ1QswqJ7HQnCwiTEpmavxn7djut
maxSupply() view returns (uint256)
5980
name() view returns (string)
Stitched Stories
nftFreeSalePerAddressLimit() view returns (uint256)
1
nftPerAddressLimit() view returns (uint256)
25
nftPresalePerAddressLimit() view returns (uint256)
3
owner() view returns (address)
0x196a50e9bf97456552585ba0022735ccebf18a19
paused() view returns (bool)
false
presaleCost() view returns (uint256)
6500000000000000
publicsale() view returns (bool)
false
publicsaleCost() view returns (uint256)
900000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
STITCH
totalSupply() view returns (uint256)
5980
Read-only
FreeSalewhiteListValidetion(bytes32[] proof, bytes32 leaf) view returns (bool)
PresalewhiteListValidetion(bytes32[] proof, bytes32 leaf) view returns (bool)
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)
State-modifying
Events AirDrop(address _token, address[] _addresses, uint256[] _id)
approve(address to, uint256 tokenId) payable
freesaleMint(uint256 _mintAmount, bytes32[] _merkleTreeProof)
ownerMint(uint256 _mintAmount)
presaleMint(uint256 _mintAmount, bytes32[] _merkleTreeProof) payable
publicsaleMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setFreeSalePerAddressLimit(uint256 _limit)
setFreeSalewhiteListMerkleTreeRoot(bytes32 _root)
setFreesale(bool _state)
setFreesaleSupply(uint256 _supply)
setHiddenURI(string _uri)
setMaxSupply(uint256 _supply)
setPaused(bool _state)
setPerAddressLimit(uint256 _limit)
setPresaleCost(uint256 _cost)
setPresalePerAddressLimit(uint256 _limit)
setPresalewhiteListMerkleTreeRoot(bytes32 _root)
setPublicSaleSUpply(uint256 _supply)
setPublicsale(bool _state)
setPublicsaleCost(uint256 _cost)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()