Stone

Verified contract

Active on Ethereum with 2,887 txns
Deployed by via 0x540bf6d0 at 15217884
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Stone"

0xd479cc000f0eddf6fc16b77f6e419286ff21e596fc259a4fcf37d69d8f8e8af5
0xadad78c5c45a12609fdef06ddcafa6a207c20db1ad615b269b40ea886f880bef
0x07e19656e9195f25960b46197827038ce06679d007ca6b409bffbabc7bbca85b
0x72427cd9a857233b16cea1451205678ccc80097bed1c4a7d538bb67224341bf6
0x1366fb4b6a7577f086c7b9f71e7b4681ba25b1d6d349c7fc97b1a6cac47d6c63
0x8154b6b394384b084bc66f78e5152dfe8847d2e0bdd8d5f6cd0cf0b9b8a9c2c5
0x6511e5ddb5e2655233b907a20a69b2449b78dbed901eca15da69e7a7c4315e1c
0x6b8373856fd20017241a96a26438e549f0d9eb3a2d1f44dfcbf69262c33e0e41
0x97d12be71222438850cb3daaed6375420642751d9e17898db2363cd4c18d0c19
0x119cc1b639102e7ab5ad4e631bf2a14328ba068fd4e2945444a57b4020077ddc

Functions
Getter at block 20885543
_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 minterview returns (struct StoneStatus)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
devMint(address touint32 amount
mint(uint32 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFeeNumerator(uint96 feeNumerator
setMetadataURI(string uri
setStarted(bool started
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(uint256 priceuint32 maxSupplyuint32 teamSupplyuint32 walletLimit
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(