LAYC X-MAS

Verified contract

Active on Ethereum with 1,670 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "LAYC X-MAS"

0xd35365f1ea64005f1e8c403bb77fc7afc597b1737b5034f2881ea090ffceb355
0x51e1050109e177632f90248af02146df7648507a1a9c57d3b515679eb76a13a2
0xd7ed2d6c57c7e1a9a516bbfeb8a9d81866dd4327ac13297eeda9fbcc08d3ebd7
0x96c438b77d8394028a0e3d60ccc9a19c390b1c380f50cc686eaa9da2b2d9b37d
From
0x51105ff37152831238f66fb0831b97e61c6ab9fe7e93b59f1cf3ffa426243752
0x82896b907927483dc7765e0ff84b96a057fb63f7596d4a683104ba5d208adfc2
0xd332b15a7a83796741ec74d3e0ebdaae03fd4361b63391bf1d9ea17faafb72bb
0xd3f22e645bcbf3889b8e5f61e660e074db5777a464e310cbe017ceb2b01c4e40
0x5edac0b23e20857c46b106d1948031d98d2fefe82518a28a0f339a6d8cdd6dcb
0xcb1b7616cce93c74517979070fdeb908b5cfcffc568d823b22f4ab31b3f5cc4f

Functions
Getter at block 20902197
claimMerkleRoot(view returns (bytes32)
0x2cb920d8abdfe02cf730d850b43039c745d03257d9c8f12c4084f887f8ad5805
mintpass(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
LAYC X-MAS
owner(view returns (address)
0x97483a7337901bacca0cd198917fd1da774889a2
provenance(view returns (string)
referralFee(view returns (uint8)
0
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
LAYCXM
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActivebool supplyLockuint8 preSalePhase)
(maxSupply=1150, maxPerWallet=1, maxPerTransaction=1, preSalePrice=0, pubSalePrice=0, preSaleIsActive=false, pubSaleIsActive=false, claimIsActive=true, supplyLock=false, preSalePhase=0)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1150
Read-only
balanceOf(address ownerview returns (uint256)
checkClaimEligibility(address _addressuint256 _quantitybytes32[] _proofview returns (string)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
referrers(addressview returns (uint8)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
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
approve(address touint256 tokenId
claim(uint16 _maxMintuint16 _quantitybytes32[] _proof
crossmint(address _addressuint256 _quantitybytes32[] _proofaddress _referrerpayable 
lockSupply(
mint(uint256 _quantitybytes32[] _proofaddress _referrerpayable 
paper(address _addressuint256 _quantitybytes32[] _proofaddress _referrerbytes32 _noncebytes _signaturepayable 
registerPaperKey(address _paperKey
release(address account
release(address tokenaddress account
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(address _address
setReferalBonus(uint8 _percentaddress _referrer
setReferralFee(uint8 _percent
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActiveuint8 _preSalePhasebool _claimIsActive
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
Referral(address indexed _referreruint256 _quantityuint256 _commission
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress _crossmintAddressaddress _paperAddressstring _provenancestruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(