Crazy Lemur Club
Verified contract
Active on
Ethereum with 1,412 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 "Crazy Lemur Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212448 | 8 days ago | | | 0 | 0.00048950932 | |
| 20974301 | a month ago | | | 0 | 0.00043819672 | |
| 20563539 | 3 months ago | | | 0 | 0.00021291518 | |
| 20529621 | 3 months ago | | | 0 | 0.000065345926 | |
| 20321223 | 4 months ago | | | 0 | 0.0020448576 | |
| 20202836 | 5 months ago | | | 0 | 0.00013709530 | |
| 20202835 | 5 months ago | | | 0 | 0.00015648239 | |
| 20042821 | 6 months ago | | | 0 | 0.00038864581 | |
| 19559115 | 8 months ago | | | 0 | 0.0010338451 | |
| 19493741 | 8 months ago | | | 0 | 0.00087827534 |
ABI
ABI objects
Getter at block 21271091 getMaximumAllowedTokens() view returns (uint256)
MAX_MINTSUPPLY() view returns (uint256)
10000
allowListMaxMint() view returns (uint256)
20
basePrice() view returns (uint256)
80000000000000000
getContractOwner() view returns (address)
0x30e841ef77c8205f511d1e46b2dfcf30a2eaf5df
getPrice() view returns (uint256)
80000000000000000
getTotalSupply() view returns (uint256)
1029
isActive() view returns (bool)
true
isAllowListActive() view returns (bool)
false
maximumAllowedTokensPerPurchase() view returns (uint256)
20
name() view returns (string)
Crazy Lemur Club
owner() view returns (address)
0x30e841ef77c8205f511d1e46b2dfcf30a2eaf5df
preSaleAllowListMaxMint() view returns (uint256)
2
symbol() view returns (string)
CLC
totalSupply() view returns (uint256)
1029
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkIfOnAllowList(address addr) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _count) payable
preSaleMint(uint256 _count) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsAllowListActive(bool _isAllowListActive)
setMaximumAllowedTokens(uint256 _count)
setPreSaleAllowListMaxMint(uint256 maxMint)
setPrice(uint256 _price)
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)
AssetMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.