LAYC X-MAS

Verified contract

Active on Ethereum with 1,675 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"

0x34a8a3b75d9a61350d11c89d955ae2bbaaed5f872737fb8893b369e9a73e5b2c
0x0ac28e3817a4bc54471c67858b80e2d58446e7b5d45b13628b56da643ee451b9
0x3a9c6c66c5931f9002816c61eda6a4d06b095bf6dba82fb52f5aa611202f3aab
0xc7a408ef10a293a8d77624b12d108baeaf65bff3c9a7f77954baf9496261eb61
0x4375b47c341e0d6e16c4d39c5f492313101ed5b197a87818957cba7bbc7fef0c
0xd35365f1ea64005f1e8c403bb77fc7afc597b1737b5034f2881ea090ffceb355
0x51e1050109e177632f90248af02146df7648507a1a9c57d3b515679eb76a13a2
0xd7ed2d6c57c7e1a9a516bbfeb8a9d81866dd4327ac13297eeda9fbcc08d3ebd7
0x96c438b77d8394028a0e3d60ccc9a19c390b1c380f50cc686eaa9da2b2d9b37d
From
0x51105ff37152831238f66fb0831b97e61c6ab9fe7e93b59f1cf3ffa426243752

Functions
Getter at block 21275085
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(