Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "XDROIDS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19814808 | 6 months ago | | | 0 | 0.00018035525 | |
| 18908003 | a year ago | | | 0 | 0.00086302750 | |
| 17964338 | a year ago | | | 0 | 0.0020905069 | |
| 17653384 | a year ago | | | 0 | 0.00060249896 | |
| 17556545 | a year ago | | | 0 | 0.00060154461 | |
| 17556533 | a year ago | | | 0 | 0.0018537442 | |
| 17227302 | 2 years ago | | | 0 | 0.0028975916 | |
| 17220577 | 2 years ago | | | 0 | 0.0029940115 | |
| 17162496 | 2 years ago | | | 0 | 0.0017472916 | |
| 17146153 | 2 years ago | | | 0 | 0.0018811151 |
ABI
ABI objects
Getter at block 21207719
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTSTGfK8k5UiCijJQMTtnfsPM6cWAjau5fPcry23MnBei/
cost() view returns (uint256)
90000000000000000
discountedCost() view returns (uint256)
70000000000000000
legendaryCost() view returns (uint256)
250000000000000000
legendaryMaxMintAmount() view returns (uint256)
1
legendaryMaxSupply() view returns (uint256)
100
legendaryNftPerAddressLimit() view returns (uint256)
1
legendaryOffset() view returns (uint256)
0
legendaryOnlyWhitelisted() view returns (bool)
false
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
XDROIDS
nftPerAddressLimit() view returns (uint256)
5
notRevealedUri() view returns (string)
ipfs://QmZwkCPEikA7zWhkMH4K2oZBx8me6TCxhHwV6AiaaWLMJB/hidden.json
offset() view returns (uint256)
100
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x8d88bf72963b61c8317c959a6e57afbaff93fd35
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
XDRD
threshold() view returns (uint256)
1200
totalSupply() view returns (uint256 _totalSupply)
250
totalSupplyLegendary() view returns (uint256 _value)
45
totalSupplyNormal() view returns (uint256 _value)
205
Read-only
addressMintedBalance(address) view returns (uint256 _value)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
isWhitelistedLegendary(address _user) view returns (bool)
legendaryAddressMintedBalance(address) view returns (uint256 _value)
legendaryWhitelistedAddresses(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdType(uint256) view returns (uint8)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintLegendary(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setDiscountedCost(uint256 _newCost)
setLegendaryCost(uint256 _newCost)
setLegendaryMaxMintAmount(uint256 _newmaxMintAmount)
setLegendaryOffset(uint256 _newLegendaryOffset)
setMaxMintAmount(uint256 _newmaxMintAmount)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setOnlyWhitelistedLegendary(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistLegendaryUsers(address[] _users)
whitelistUsers(address[] _users)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.