Lucky Rabbits Club
Verified contract
Active on
Ethereum with 51 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 Rabbits Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15796514 | 2 years ago | | | 0 | 0.0019895529 | |
| 15694624 | 2 years ago | | | 0 | 0.00039505866 | |
| 15681727 | 2 years ago | | | 0 | 0.00051369333 | |
| 15596034 | 2 years ago | | | 0 | 0.00043824260 | |
| 15565907 | 2 years ago | | | 0 | 0.00036061415 | |
| 15538832 | 2 years ago | | | 0.0777 | 0.00097030612 | |
| 15516667 | 2 years ago | | | 0 | 0.0011999087 | |
| 15516604 | 2 years ago | | | 0 | 0.0016957252 | |
| 15483126 | 2 years ago | | | 0 | 0.0023590696 | |
| 15419478 | 2 years ago | | | 0 | 0.00046751729 |
ABI
ABI objects
Getter at block 21392488
baseUri() view returns (string)
maxMintLimit() view returns (uint256)
7
maxTokens() view returns (uint256)
7777
name() view returns (string)
Lucky Rabbits Club
notRevealedUri() view returns (string)
ipfs://bafkreiehaw4apfohcokiooj7brzqhkq6qfr572yw77da3wisxmu5iiecta
owner() view returns (address)
0x3252a7512e818adbfa415c2dfcbef4e16d882121
paused() view returns (bool)
false
revealed() view returns (bool)
false
salePrice() view returns (uint256)
77700000000000000
stakingContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LRC
totalSupply() view returns (uint256)
529
Read-only
addressMintedCount(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airDrop(address _address, uint256 _qty)
approve(address to, uint256 tokenId)
luckyMint(uint256 _qty) payable
ownerMint(uint256 _qty)
renounceOwnership()
reveal(bool _reveal)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setNotRevealedUri(string _notRevealedUri)
setPaused(bool _paused)
setStakeContract(address _stakingContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()