The XEN NFT
Verified contract
Active on
Ethereum with 1,466 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,008.81)
Native
Value
$1,008.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.28 | $3,602.88 |
$1,008.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250454 | 5 days ago | | | 0 | 0.00054017960 | |
| 21239726 | 6 days ago | | | 0 | 0.00052272092 | |
| 21223587 | 9 days ago | | | 0 | 0.0011753179 | |
| 20874661 | 2 months ago | | | 0.002 | 0.00062880800 | |
| 20873767 | 2 months ago | | | 0.002 | 0.00057743881 | |
| 19863533 | 6 months ago | | | 0 | 0.00045994405 | |
| 19274939 | 9 months ago | | | 0 | 0.00076470225 | |
| 19257656 | 9 months ago | | | 0 | 0.00093535791 | |
| 18784729 | a year ago | | | 0 | 0.0025716233 | |
| 18538329 | a year ago | | | 0 | 0.0016288757 |
ABI
ABI objects
Getter at block 21284539
baseURI() view returns (string)
ipfs://QmR1KCVviyRvCQ4rzYUPKryrst7wyMFcdFq46Gbcru8GsG/
maxFreeAmount() view returns (uint256)
5000
maxFreePerTx() view returns (uint256)
5
maxFreePerWallet() view returns (uint256)
5
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
5555
mintEnabled() view returns (bool)
true
name() view returns (string)
The XEN NFT
owner() view returns (address)
0x26a40dd23b40aa746498be50a1ef0cbd25b21a72
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
XEN
totalSupply() view returns (uint256)
5238
Read-only
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 amount) 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 uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerTx(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()