XenoInfinity
Verified contract
Active on
Ethereum with 3,697 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,103.12)
Native
Value
$2,103.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.58 | $3,626.07 |
$2,103.12 | |
XENO | ERC-721 | 1 | -- | -- | |
XENO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310582 | 2 days ago | | | 0 | 0.00084192617 | |
| 21310468 | 2 days ago | | | 0 | 0.00085584160 | |
| 21308932 | 2 days ago | | | 0 | 0.0010268943 | |
| 21305571 | 3 days ago | | | 0 | 0.00018456600 | |
| 21211321 | 16 days ago | | | 0 | 0.00043963283 | |
| 21050784 | a month ago | | | 0 | 0.00058978947 | |
| 20930266 | 2 months ago | | | 0 | 0.0010282273 | |
| 20854886 | 2 months ago | | | 0 | 0.00035819848 | |
| 20704290 | 3 months ago | | | 0 | 0.000078038380 | |
| 20704083 | 3 months ago | | | 0 | 0.00015804570 |
ABI
ABI objects
Getter at block 21325630
XCounterMax() view returns (uint256)
0
maxTokens() view returns (uint256)
10000
mintpause() view returns (bool)
false
minwlbalance() view returns (uint256)
1
name() view returns (string)
XenoInfinity
owner() view returns (address)
0x372f53ef4f602b22a7a6eeac10bbd8f538832f42
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
XENO
tokenCounter() view returns (uint256)
7418
tokenCounterMax() view returns (uint256)
10000
totalSupply() view returns (uint256)
7418
Read-only
CanWLPurchase(address purchaser) view returns (bool)
WlBalance(address purchaser) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenExtraMetadata(uint256) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenURIMulti(uint256 tokenId) view returns (string[] extradata)
State-modifying
Events AddMultiURI(string uribasein)
SetThreshold(uint256 minimumin)
SetWlContract(address wlistcontractin)
approve(address to, uint256 tokenId)
createXToken(address _to, uint256 Xtokenid)
lockBaseURI()
purchase(uint256 count) payable returns (uint256 _tokenId)
purchaseTo(address _to, uint256 count) payable returns (uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBase(string uribasein, string Xuribasein)
setPrice(uint256 mintprice)
setpause(bool pausein)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdraw(uint256 amount)
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 uribasein, uint256 maxusertokens, uint256 Xtokens, uint256 mintprice, bool initpause)
This contract contains no fallback and receive objects.
This contract contains no error objects.