EurekaRabbit
Verified contract
Active on
Ethereum with 280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3260 additional slots
Balances ($0.00)
No balances found for "EurekaRabbit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19275847 | 9 months ago | | | 0 | 0.0014524232 | |
| 19089515 | 10 months ago | | | 0 | 0.00046893413 | |
| 16776688 | 2 years ago | | | 0 | 0.0012204823 | |
| 16372306 | 2 years ago | | | 0 | 0.0013897381 | |
| 16182480 | 2 years ago | | | 0 | 0.00073854742 | |
| 16182478 | 2 years ago | | | 0 | 0.00080114465 | |
| 16182478 | 2 years ago | | | 0 | 0.00080490033 | |
| 16182477 | 2 years ago | | | 0 | 0.00038117579 | |
| 16182477 | 2 years ago | | | 0 | 0.0010260066 | |
| 15916776 | 2 years ago | | | 0 | 0.00032344465 |
ABI
ABI objects
Getter at block 21213413
baseUri() view returns (string)
https://eurekarabbit.mypinata.cloud/ipfs/QmUGLtTW9ENRsjw6Xjo8GzNSenTnxmNdw79fjLUniNQVzK/
contractLocked() view returns (bool)
false
name() view returns (string)
EurekaRabbit
owner() view returns (address)
0x813af18ec8260d6fcd027259929153112be98a34
symbol() view returns (string)
Rabbit
totalSupply() view returns (uint256)
1135
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWinnerIdWithLuckyNum(address addr, uint256 luckyNum) view returns (uint256[] tokenIds, uint256 winnerCount)
getWinnerTokenIds(uint256 luckyNum) view returns (uint256[] tokenIds)
holdTime(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
luckyCardStatus(uint256) view returns (uint256)
luckyCardValue(uint256 tokenId) view returns (uint256)
minter(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pool(uint256) view returns (uint256)
realIdMap(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
goMoon(uint256 tokenId)
lockContract()
mintTransfer(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newUri)
setGoMoonAddress(address newAddress)
setLCSignerAddress(address newAddress)
setMinter(address _minter, bool yea)
setMintvialAddress(address newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 tokenId)
unlockBySelf(uint256 tokenId, string salt, bytes token, uint256 validDay)
ActiveluckyCard(address sender, address from, address to, uint256 indexed tokenId)
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)
UnLock(uint256 indexed tokenId, uint256 theDay)
constructor(string _baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.