This contract is being backfilled. You may encounter incomplete storage history.

Supreme Bones X

Verified contract

Active on Ethereum with 4,074 txns
Deployed by via 0xfc3dc5bd at 15020043
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Supreme Bones X"

0xd04af3d0ae3de687f7bacb3d24409f4513f414cc62c3a54539d1ba28512498db
0x6cf6f823afcc5ad1c7262e3a8075300ef8784e5f205c99cfbb16c9f1afa8cbe7
0xe35385722b27ba5df44d8069daa373c7f5c09ce19eb7b1f16725bf7aa45ed6c7
0xfd43e2b11374c01a029615416b2ec85b50ce04e60c3a68ce6aee47a207f2418a
0x4f06fa9345bc6079f9a145ad2bf0449a9ad127d79be61cd30a5cb2f829198f8f
0xd36cf2b414c2e28fcc8bb7739b094d80db5c8b03e2f270633c9cf2b9316bd6b1
0x1e630533922777d892ab2441e98f4faec3cc64a93794839ec0138524f949fec7
0xc7f026cb5dcda23d9e6769b299fab65fc58bc1942ac5b25cea05a595f38a3d56
0x4359c5e2a76e7d9903cc952dcd4c36aa656dbf8d87090ecf0919e65f3e2e9d15
0x2947c66514abc0a529c86ea5eeada36019a211906c0eb2c7283c553f921c7719

Functions
Getter at block 20797569
_contractURI(view returns (string)
https://www.supremebonesx.io/sbxcontract.json
baseCost(view returns (uint256)
30000000000000000
contractURI(view returns (string)
https://www.supremebonesx.io/sbxcontract.json
cost(view returns (uint256)
0
freeMintLimit(view returns (uint256)
8889
getFreeMint(view returns (uint256)
8889
getMaxWalletLimitPL(view returns (uint256)
11
getMaxWalletLimitWL(view returns (uint256)
11
getPausedState(view returns (bool)
false
getTotalSupply(view returns (uint256)
8888
getWhitelistState(view returns (bool)
false
hiddenMetadataUri(view returns (string)
https://www.supremebonesx.io/hiddenMeta.json
maxMintAmountPerTx(view returns (uint256)
11
maxSupply(view returns (uint256)
8889
maxWalletLimitPL(view returns (uint256)
11
maxWalletLimitWL(view returns (uint256)
11
merkleRoot(view returns (bytes32)
0x3c399d27e983174009572b031b7e6c9ea953cbf2e42ae2d164dce174eab8b409
name(view returns (string)
Supreme Bones X
owner(view returns (address)
0xa05dc1ff54f820e048f954e016cc4b8621543173
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
SBX
totalSupply(view returns (uint256)
8888
uriPrefix(view returns (string)
https://www.supremebonesx.io/nft/json/
uriSuffix(view returns (string)
.json
walletLimit(view returns (uint256)
11
whitelistPhase(view returns (bool)
false
Read-only
alreadyMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getAlreadyMinted(address aview 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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mintForAddress(uint256 _mintAmountaddress _receiverpayable 
mintForAddressMultiple(address[] addressesuint256[] amount
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string newContractURI
setCost(uint256 _cost
setFreeMintLimit(uint256 _freeMintLimit
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxWalletLimitPL(uint256 _maxWalletLimitPL
setMaxWalletLimitWL(uint256 _maxWalletLimitWL
setMerkleRoot(bytes32 newMerkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistPhase(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _mintAmountpayable 
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(
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(