Lxveworld
Verified contract
Active on
Ethereum with 154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($977.45)
Native
Value
$977.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2688 | $3,636.33 |
$977.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20222810 | 5 months ago | | | 0 | 0.00017808511 | |
| 18530323 | a year ago | | | 0 | 0.0018368457 | |
| 18164716 | a year ago | | | 0 | 0.00070040492 | |
| 16679597 | 2 years ago | | | 0 | 0.0021972646 | |
| 16651098 | 2 years ago | | | 0 | 0.0036693929 | |
| 16206786 | 2 years ago | | | 0 | 0.00075378025 | |
| 15985303 | 2 years ago | | | 0 | 0.0015766715 | |
| 15926597 | 2 years ago | | | 0 | 0.0025542486 | |
| 15847591 | 2 years ago | | | 0 | 0.0020175243 | |
| 15846790 | 2 years ago | | | 0 | 0.00071879786 |
ABI
ABI objects
Getter at block 21318688
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 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool saleIsActive, bool claimIsActive, bool supplyLock, uint8 salePhase, uint8 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 owner) view returns (uint256)
fiatAllowlist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getClaimIneligibilityReason(address _address, uint256 _quantity) view returns (string)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events addFiatMinter(address _address)
approve(address to, uint256 tokenId)
claimFree(uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
claimTo(address _address, uint256 _quantity) payable
lockSupply()
mint(uint16 _quantity, bytes32[] _proof) payable
release(address account)
release(address token, address account)
removeFiatMinter(address _address)
renounceOwnership()
reserve(address _address, uint16 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setMintPass(uint256 _id, address _address)
setProvenance(string hash)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateClaimState(bool _claimIsActive, uint8 _claimPhase)
updateConfig(uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
updateSaleState(bool _preSaleIsActive, bool _saleIsActive, uint8 _salePhase)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()