LiveArtXCard

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x88b346dc at 16969247
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "LiveArtXCard"

No transactions found for "LiveArtXCard"


Functions
Getter at block 20990634
MAX_SUPPLY(view returns (uint256)
3500
MINT_PRICE(view returns (uint256)
300000000000000000
PRESALE_MAX_PER_WALLET(view returns (uint256)
3
balance(view returns (uint256)
0
isPreSaleOpen(view returns (bool)
false
maxMintPerAddress(view returns (uint256)
0
maxSupply(view returns (uint256)
0
mintOpened(view returns (bool)
false
mintStartTimestamp(view returns (uint256)
0
name(view returns (string)
operatorRegistryDisabled(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
preSaleStartTimestamp(view returns (uint256)
0
revaMembershipContract(view returns (address)
0x4d13d387e34d412088a6428cd360a06b533e8a8f
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
tradingRestricted(view returns (bool)
false
v1MembershipContract(view returns (address)
0xbdcaab0d1392a391ac91c477fe18a85cbe855aba
whitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
discountByLevel(uint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address walletview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdpure returns (string)
State-modifying
adminMint(address recipientuint256 quantity
approve(address operatoruint256 tokenIdpayable 
burnForMint(uint256[] v1MembershipIdsuint256[] revaMembershipIdsuint256 quantitypayable 
initialize(
mintPreSale(uint256 quantitybytes32[] merkleProofpayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setDefaultRoyalties(address royaltyReceiveruint96 secondaryFeesBPS
setMaxMintPerAddress(uint256 _maxMintPerAddress
setMaxSupply(uint256 _maxSupply
setMintStartTimestamp(uint256 _mintStartTimestamp
setPreSaleStartTimestamp(uint256 _preSaleStartTimestamp
setWhitelistMerkleRoot(bytes32 _merkleRoot
toggleMintOpened(
toggleOperatorRegistry(
toggletradingRestricted(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(address recipient
withdrawAmount(address recipientuint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
V1MembershipBurnt(address indexed owneruint256 indexed tokenIduint256 indexed leveluint256 timestamp
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InsufficientEtherValue(
InsufficientSupply(
MaxMintPerAddressReached(
MintERC2309QuantityExceedsLimit(
MintNotOpened(
MintToZeroAddress(
MintZeroQuantity(
NotWhitelisted(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
OwnershipVerificationFailed(
TradingRestricted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawlError(