Lxveworld

Verified contract

Active on Ethereum with 154 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
Native
Value $647.79
0x1c6d0fa39d977441bac8186aafacaf4935b95955d8d959651f496db1936b5875
0x2bb592f7ec30ce09c8ca394e6704511c3a8039f5978b36e63d481b3d42cef552
0x6edc1608b792126e4c068c9d550ad19b8118b93a7766077649d1c371b291def9
0x35e234ae1ba92f92d09512b3eddd85e18503f1cfe402e4351cf2a67c26b4959e
0x7100f2a84f7e64c926119eacbc3fcf20a2f52dd4cb3a93ad340b4a8cca88ff21
0x0fcf0d7298519150978eb358ea1063311d4c979a6a1970869c5863be08e40fa0
0x6f1ac5d9b86dc80cac72295570f75bb7d4aa183567d1e470af01acde3f1f8057
0x322de55563e4f5c97cef3e4846a9b79f7ad27a21edc1916bf90fde43897e8690
0x5c7a6963ea3461a0531ee5b4eb95d5e9806844c983dd2213852750a46323f035
0xe94d15f4553ac01a23b8968bff7ce278f2b853cf861ba71f3fe09d85dbccb715

Functions
Getter at block 20900890
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x410ee6659e7a2c77ad551b4828d34fa0efa93341
mintpassId(view returns (uint256)
1
name(view returns (string)
Lxveworld
owner(view returns (address)
0xc90b3dedd78b3c9c401796066bc55bf10961f9fe
price(view returns (uint256)
70000000000000000
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0x89f2ce222aee94b2e57bf1c0dd52b13765ecf1a20cce68d470bfd966ea63395e
symbol(view returns (string)
LXVEWRLD
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhaseuint8 claimPhase)
(maxSupply=7777, maxPerWallet=20, maxPerTransaction=20, preSalePrice=70000000000000000, pubSalePrice=70000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=true, supplyLock=false, salePhase=0, claimPhase=1)
totalReleased(view returns (uint256)
8691200000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
239
unclaimedSupply(view returns (uint256)
7538
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateClaimState(bool _claimIsActiveuint8 _claimPhase
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(