Supreme Dogs X
Verified contract
Active on
Ethereum with 222 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Supreme Dogs X"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118781 | a month ago | | | 0 | 0.00055113990 | |
| 19674565 | 8 months ago | | | 0 | 0.00075868682 | |
| 18417189 | a year ago | | | 0 | 0.0023242162 | |
| 17975990 | a year ago | | | 0 | 0.00073682584 | |
| 17891764 | a year ago | | | 0 | 0.00042512848 | |
| 16922982 | 2 years ago | | | 0 | 0.00092403078 | |
| 16727862 | 2 years ago | | | 0 | 0.0015064355 | |
| 16651483 | 2 years ago | | | 0 | 0.0010056491 | |
| 16648173 | 2 years ago | | | 0 | 0.0010825102 | |
| 16644562 | 2 years ago | | | 0 | 0.00077448815 |
ABI
ABI objects
Getter at block 21394971
_contractURI() view returns (string)
https://www.supremebonesx.com/sdx/sdxContract.json
baseRefReward() view returns (uint256)
10000000000000000
contractURI() view returns (string)
https://www.supremebonesx.com/sdx/sdxContract.json
getPausedState() view returns (bool)
false
getTotalSupply() view returns (uint256)
524
getWhitelistState() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
https://www.supremebonesx.io/sdx/hiddenMeta.json
maxMintAmountPerTx() view returns (uint256)
2500
maxSupply() view returns (uint256)
2500
merkleRoot() view returns (bytes32)
0x3d64bcf67f31b9eec0aea4a75636482d2bb09d87458775072260765165db90b5
name() view returns (string)
Supreme Dogs X
owner() view returns (address)
0xa05dc1ff54f820e048f954e016cc4b8621543173
paused() view returns (bool)
false
publicCost() view returns (uint256)
9000000000000000
refMerkleRoot() view returns (bytes32)
0x53040eb0ce0886dfe2c81e103736ee747e00495dd318f9ab67ca86817f8c07db
revealed() view returns (bool)
true
symbol() view returns (string)
SDX
totalSupply() view returns (uint256)
524
uriPrefix() view returns (string)
https://www.supremebonesx.io/sdx/nft/json/
uriSuffix() view returns (string)
.json
walletLimit() view returns (uint256)
2500
whitelistCost() view returns (uint256)
25000000000000000
whitelistPhase() view returns (uint256)
0
Read-only
alreadyMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimedRefMints(address) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAlreadyMinted(address a) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimedRefMints(address addy) view returns (uint256)
getTotalRefMints(address addy) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
refMints(address) view returns (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[])
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimRefRewards(bytes32[] _refMerkleProof)
claimRefRewardsPublic()
mintForAddress(uint256 _mintAmount, address _receiver) payable
mintForAddressMultiple(address[] addresses, uint256[] amount)
publicMint(uint256 _mintAmount, address refCode) payable
publicMintNoRef(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseRefReward(uint256 _baseRefReward)
setContractURI(string newContractURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 newMerkleRoot)
setPaused(bool _state)
setPublicMintCost(uint256 _mintCost)
setRefMerkleRoot(bytes32 newRefMerkleRoot)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWalletLimit(uint256 _walletLimit)
setWhitelistMintCost(uint256 _mintCost)
setWhitelistPhase(uint256 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _mintAmount, address refCode) payable
withdraw(uint256 amount)
withdrawAll()
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()