Little Degens NFT

Verified contract

Active on Ethereum with 1,099 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
Native
Value $150.92
0xaf93802c4220d8724ef29b3bcd478d637aa8866cab9173b828a4ab5cd6fe6e3e
0xec88a445c8f1fa2434ba716cd25a7230b6301ba619260c4adf2039f1ff50f730
From
0x38b31467b6c33f93cc6d0afe40b65373dda5c1ce7ac1a91db08fbf913664ef23
0xc51b3d31afd8063161cb12968742abd79c3454b6b6070327935fe97fe7510d2e
0x3d990795c20e82ed7aed6449398fc73bcfd972cacbbdd64a8e780c0351a32ca2
0x81b5673d42a5c631060483ba8f1115272c3db56ee28a13389af37e86b4f9ce29
0xf32dc0e7ac4756d578d4702daff73c8c4338115849e2f88cd37dda7a1e264ee2
0xbcd6c56be414283e26e387f93d0c1ceacc55ee657e5c6fae9f24d0041b028a45
0xb4a6dfc04441dd431db70e5c50cccf87d8f26b96fa13570469ef40e15b9499e2
0x499093c1049a057299b5a7fe0732bf820bc0d20d33923f422ff616f4dffdf161

Functions
Getter at block 20963763
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Little Degens NFT
owner(view returns (address)
0x79d903df1c536ecaf4d6f56ae6fe41d7db6c0c77
price(view returns (uint256)
6900000000000000
saleMerkleRoot(view returns (bytes32)
0xd7d3192f16e4760cca03202c8aa548d6a387a4c0aa1d96d39e1a8cc6d28017dd
symbol(view returns (string)
MISS
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=2222, maxPerWallet=69, maxPerTransaction=30, preSalePrice=6900000000000000, pubSalePrice=6900000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
11063460000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1633
unclaimedSupply(view returns (uint256)
589
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
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(