Lucky Lion CLub
Verified contract
Active on
Ethereum with 8,846 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lucky Lion CLub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131461 | 12 days ago | | | 0 | 0.0011613130 | |
| 21102101 | 16 days ago | | | 0 | 0.00048096877 | |
| 21070365 | 21 days ago | | | 0 | 0.00048259002 | |
| 21044907 | 24 days ago | | | 0 | 0.00027754445 | |
| 21006102 | a month ago | | | 0 | 0.00037972136 | |
| 20952203 | a month ago | | | 0 | 0.00028267575 | |
| 20928117 | a month ago | | | 0 | 0.0010098108 | |
| 20928110 | a month ago | | | 0 | 0.00089722314 | |
| 20866325 | 2 months ago | | | 0 | 0.00061117320 | |
| 20840536 | 2 months ago | | | 0 | 0.00078117260 |
ABI
ABI objects
Getter at block 21218712
BUY_LIMIT_PER_TX() view returns (uint256)
5
MAX_NFT_PUBLIC() view returns (uint256)
9637
NFTPrice() view returns (uint256)
200000000000000000
WHITELIST_MAX_MINT() view returns (uint256)
5
isActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
name() view returns (string)
Lucky Lion CLub
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x48ef24f6f40f1f731ea1c99db9422d71d7c71d7b
reveal() view returns (bool)
true
root() view returns (bytes32)
0xad6fa205671240852bca33b572464c7d74582883b21675ba1ff22d755f8f3100
symbol() view returns (string)
LLC
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
walletOfOwner(address owner) view returns (uint256[])
whiteListClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintByOwner(address _to)
mintMultipleByOwner(address[] _to)
mintNFT(uint256 _numOfTokens) payable
mintNFTDuringPresale(uint256 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintActive(bool _isActive)
setIsActive(bool _isActive)
setPresaleActive(bool _isActive)
setRootAndMax(uint256 _root, uint256 _max)
setURIs(string _blindURI, string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.