Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Stone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19545306 | 8 months ago | | | 0 | 0.0010754556 | |
| 19054899 | 10 months ago | | | 0 | 0.00060037963 | |
| 16860929 | 2 years ago | | | 0 | 0.0012480218 | |
| 16669890 | 2 years ago | | | 0 | 0.0011716390 | |
| 15895066 | 2 years ago | | | 0 | 0.00071249507 | |
| 15874679 | 2 years ago | | | 0 | 0.00043934260 | |
| 15794383 | 2 years ago | | | 0 | 0.00092707538 | |
| 15787612 | 2 years ago | | | 0 | 0.0010654036 | |
| 15784407 | 2 years ago | | | 0 | 0.0019731954 | |
| 15616602 | 2 years ago | | | 0 | 0.00064827715 |
ABI
ABI objects
Getter at block 21317172
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
https://meta.stone-nft.xyz/stone/json/
_price() view returns (uint256)
0
_publicMinted() view returns (uint32)
9604
_publicSupply() view returns (uint32)
9850
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
150
_teamSupply() view returns (uint32)
150
_walletLimit() view returns (uint32)
3
name() view returns (string)
Stone
owner() view returns (address)
0x3c24d755bd6356160ace67edcfeaf9a9bfe03b96
symbol() view returns (string)
STN
totalSupply() view returns (uint256)
9754
Read-only
_status(address minter) view returns (struct StoneStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint256 price, uint32 maxSupply, uint32 teamSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()