Lazy Ape Yacht Club

Verified contract

Active on Ethereum with 17,688 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
Native
Value $136.12
0x7d150c6809381629e60281d5766b16afee776d19db3ba6b4800797ee0b939c4b
0x95c0f4e1d2b6fb60830558af982d643a0804d0549090ae3491867de8241311eb
0x38c49e72fa4c5ac63e212e3471978465da9adf2041787ef4b4e45a532529f87f
0x3ce77669dfb82db942aa4e78544ca8b9356b57d4ca025fa35cd078d746966774
0xa600da403419b931e2ee5c99a5b6a6e2daf9793a407433fb8145949084ffecf6
0x0f8fe9e242d67bfd03fa8257f6107ea6951007076dd0321e13c691a7175cc7c3
0x7e4d8c0784540fce4926e615949f48dc0252a37243c4eb7d305e97b38bf2bfcb
0x5c0b3ae19ab6ce6f7d838852f32f5c49e2dcd0e6b9b78733ca22f04e47e52237
0xe187c6503a3abd5e627e5f406682c8cc3d478872a74d6a73b667e27dd1dcc571
0x9cebf4ac600a7ea4043906f638f81e2552f665d826c7057b1ae0cd4cb07a6b77

Functions
Getter at block 21258175
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Lazy Ape Yacht Club
owner(view returns (address)
0x97483a7337901bacca0cd198917fd1da774889a2
price(view returns (uint256)
80000000000000000
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0x193e585b9789c1b2c2569c1489d3dfbd47c599bff8b83f5a322dbb84481ece2a
symbol(view returns (string)
LAYC
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=10000, maxPerWallet=100, maxPerTransaction=100, preSalePrice=80000000000000000, pubSalePrice=80000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
710644583669000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
10000
unclaimedSupply(view returns (uint256)
0
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
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _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(