LobsterFarm
Verified contract
Active on
Ethereum with 1,383 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.86)
Native
Value
$3.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001079 | $3,576.74 |
$3.86 | |
YOO | ERC-20 | 19.001K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6445288 | 6 years ago | | | 0 | 0.000088228000 | |
| 6299787 | 6 years ago | | | 0.0005 | 0.00021956400 | |
| 6299786 | 6 years ago | | | 0 | 0.00012958800 | |
| 6299725 | 6 years ago | | | 0 | 0.00024958800 | |
| 6276115 | 6 years ago | | | 0 | 0.00010367040 | |
| 6276051 | 6 years ago | | | 0 | 0.00017734200 | |
| 6205258 | 6 years ago | | | 0 | 0.00017562900 | |
| 6196262 | 6 years ago | | | 0 | 0.00011825400 | |
| 6196244 | 6 years ago | | | 0 | 0.00011825400 | |
| 6196231 | 6 years ago | | | 0 | 0.000088254000 |
ABI
ABI objects
Getter at block 21292522
EGGS_TO_HATCH_1LOBSTER() view returns (uint256)
86400
STARTING_LOBSTER() view returns (uint256)
50
ceoAddress() view returns (address)
0x09993d361ac02aaa727b0dd5197dac8a1689dbda
getBalance() view returns (uint256)
1079324697750232
getMyEggs() view returns (uint256)
0
getMyLobster() view returns (uint256)
0
initialized() view returns (bool)
true
marketEggs() view returns (uint256)
2476695787816028428
Read-only
calculateEggBuy(uint256 eth, uint256 contractBalance) view returns (uint256)
calculateEggBuySimple(uint256 eth) view returns (uint256)
calculateEggSell(uint256 eggs) view returns (uint256)
calculateTrade(uint256 rt, uint256 rs, uint256 bs) view returns (uint256)
claimedEggs(address) view returns (uint256)
devFee(uint256 amount) pure returns (uint256)
getEggsSinceLastHatch(address adr) view returns (uint256)
hatcheryLobster(address) view returns (uint256)
lastHatch(address) view returns (uint256)
referrals(address) view returns (address)
State-modifying
Events buyEggs() payable
getFreeLobster()
hatchEggs(address ref)
seedMarket(uint256 eggs) payable
sellEggs()
setFreeLobster(uint16 _newFreeLobster)
onBuyEggs(address indexed customerAddress, uint256 eggs, uint256 incomingEthereum)
onHatchEggs(address indexed customerAddress, uint256 Lobsters, address indexed referredBy)
onSellEggs(address indexed customerAddress, uint256 eggs, uint256 ethereumEarned)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.