Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "XesPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18820820 | a year ago | | | 0 | 0.0018316479 | |
| 18546039 | a year ago | | | 0 | 0.0013317916 | |
| 18540528 | a year ago | | | 0.064 | 0.0033082443 | |
| 18527473 | a year ago | | | 0 | 0.0020789522 | |
| 18520399 | a year ago | | | 0.06 | 0.0043263712 | |
| 18496038 | a year ago | | | 0.056 | 0.0014606579 | |
| 18493343 | a year ago | | | 0.052 | 0.0024506402 | |
| 18492199 | a year ago | | | 0 | 0.0012510102 | |
| 18436920 | a year ago | | | 0.048 | 0.0018976269 | |
| 18244766 | a year ago | | | 0.044 | 0.00072912688 |
ABI
ABI objects
Getter at block 21423567
isMintEnabled() view returns (bool)
true
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
68000000000000000
name() view returns (string)
XesPass
owner() view returns (address)
0xf6e92ec9525e6292e6ee00673c45bb5e9f5cc29f
priceIncrement() view returns (uint256)
4000000000000000
symbol() view returns (string)
XP
totalSupply() view returns (uint256)
17
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenOwner(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setIsMintEnabled(bool isMintEnabled_)
setMaxSupply(uint256 maxSupply_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawFunds()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.