Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "XEL0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560732 | 4 months ago | | | 0 | 0.00011158427 | |
| 20322964 | 5 months ago | | | 0 | 0.00029630674 | |
| 20196702 | 5 months ago | | | 0 | 0.00011524461 | |
| 20153994 | 5 months ago | | | 0 | 0.000092697028 | |
| 19659503 | 8 months ago | | | 0 | 0.00036768115 | |
| 17856119 | a year ago | | | 0 | 0.00086830893 | |
| 17515990 | a year ago | | | 0 | 0.0017868896 | |
| 17506981 | a year ago | | | 0 | 0.00085629214 | |
| 17473522 | a year ago | | | 0 | 0.0017784415 | |
| 17024558 | 2 years ago | | | 0 | 0.0011119725 |
ABI
ABI objects
Getter at block 21331008
WLroot() view returns (bytes32)
0x20c19049aa5664f954e4ad295306c5315d1806e082164733d37ad5027e44d226
collectionSize_() view returns (uint256)
3333
maxBatchERC() view returns (uint256)
20
maxPerPublic() view returns (uint256)
3
maxPerWhitelist() view returns (uint256)
2
maxWlRound() view returns (uint256)
3333
mintPhase() view returns (uint256)
5
mintPrice() view returns (uint256)
0
name() view returns (string)
XEL0
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x3cd76a3e1ae288c11459b986362ff2f63ba0a379
symbol() view returns (string)
XEL0
totalSupply() view returns (uint256)
3333
Read-only
_addressDetail(address) view returns (uint256 WLBalance, uint256 PBBalance)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
mintDev(address _to, uint256 _mintAmount)
mintPublic(uint256 _mintAmount, uint256 getpvseed) payable
mintWhiteList(uint256 _mintAmount, bytes32[] _Proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCollectionSize(uint256 newCollectionSize)
setMaxBatch(uint256 newSize)
setMaxPerPublic(uint256 newMaxPerPublic)
setMaxPerWhitelist(uint256 newMaxPerWhitelist)
setMaxWlRound(uint256 newMaxWlRound)
setMintPrice(uint256 newPrice)
setPVseed(uint256 newpvseed)
setPhase(uint256 newPhase)
setWLRoot(bytes32 newWLRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney() 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)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
OperatorNotAllowed(address operator)