LionsDenPokerClub

Verified contract

Active on Ethereum with 3,615 txns
Deployed by via 0x42cb3b26 at 15687456
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.72
0xe18a6161cdc006404e0582695a876bd43c1adffb3b0b6a0b9b4e649c91717c8a
0x9601d0262b138adcecdd973dd0e7d8cc455c7ec93cc41c9f173312cd053817f8
0x34521d0a01940005e4a55ee0e4c3e13386738d0ae6efb5a2f3ab02e13f9aa944
0x9f3f9606f5c6dbf3bdd84711456160b3a19007438a094ea94188c3113372c1e4
0x475f25e3146efc4d552dbed1b6a39024524b339accbc826ce164a040a2c9240d
0xd85f6c9b9b2397d9ce9984fcc71203e65f70b660f728e67c3f651f6777a45292
0xe9a99da1d94d334ef06b5d9cdebac2f965116b781b144d93ba82b6cb9b915d62
0xa9d7b63cded106150abca7e120a962b2a82b5e53a1c7e9e45bd730b9675846ef
0x324076eee7c781e8a1b7d2c5a580340a66692c9c3e4c95fd0c951b865fb67e1c
0xa06b2367cdf764ca67df64997bace4fcd0c5c96471c1f5d2fe87eac5a527c05d

Functions
Getter at block 21199840
isRevealed(view returns (bool)
true
maxPerWallet(view returns (uint256)
201
maxSupply(view returns (uint256)
2501
merkleRoot(view returns (bytes32)
0xb4f00f063e7a1a48eaf7a2b4a87b71e9291b92111eda93a0d6f458a3406c1567
name(view returns (string)
LionsDenPokerClub
owner(view returns (address)
0x021b8329b4a2a659a1ff78ab8a8ed5e975320fdc
price(view returns (uint256)
75000000000000000
publicLiveAt(view returns (uint256)
1670882400
symbol(view returns (string)
LDPC
totalSupply(view returns (uint256)
2500
treasury(view returns (address)
0xf211ba25a6584cde4469789bdd671f8fc57efb6e
whitelistLiveAt(view returns (uint256)
1670882400
whitelistPrice(view returns (uint256)
60000000000000000
Read-only
addressToMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getMintableState(address _addressview returns (struct LionsDenPokerClubMintState)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint256 _amountpayable 
ownerMint(address _touint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setHiddenURI(string _hiddenURI
setIsRevealed(bool _isRevealed
setMaxPerWallet(uint256 _maxPerWallet
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 _price
setPublicLiveAt(uint256 _publicLiveAt
setTreasury(address _treasury
setWhitelistLiveAt(uint256 _whitelistLiveAt
setWhitelistPrice(uint256 _whitelistPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _amountbytes32[] _proofpayable 
withdraw(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(