The XEN NFT

Verified contract

Active on Ethereum with 1,466 txns
Deployed by via 0xc5dee056 at 15736029
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,008.81
0xc73289eeab5eda0453ce900d87186688d530ef41cf707c73f3452c84f528f9cd
0x9abe69fb4f81ae107d52acde209ad58692374d2b0e28ae23b72cace41f530749
0xb1f2569389ad3a9d93b1d47967e3e0abd58cd30785a733c0b2b2bcba1adc6f81
0x82756353598cd936590514d7e40bf2b725779b0bed4cedc221578cbbe99c3923
0x28db71b2700803ca92747b72e83fd751ce10bdde2b660a76245864179b606431
0x97b5d955ba5a28a3c7644ff34da3145d50b7c2c51e3fd933fd4f2d27502bace5
0x4ff85689e09ed242d2a18ee6c1f47465e7e5e95ad65deccce79e5d6fb8e479d6
0x592f396f27ec57ba7dd45aa561bf54296ce8de7db3638e32381ee784ae443d22
0x258f3d198b2a236e5d20f46ee4d7c3f6d326731a88fce400e96ffdaffcd8c2aa
0x9cb8e085c82bd1a957d451169ee1f5845eef9522d5edffe82971ff68b4cb6fae

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerTx(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setMaxPerTx(uint256 _amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(