FlowerFamOasis
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "FlowerFamOasis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FlowerFamOasis"
ABI
ABI objects
Getter at block 21161787
HoneyToken() view returns (address)
0x0000000000000000000000000000000000000000
actionActive() view returns (bool)
false
allocLiquidity() view returns (uint256)
0
allocMarketing() view returns (uint256)
0
beeNFT() view returns (address)
0x0000000000000000000000000000000000000000
flowerFamAffiliate() view returns (address)
0x0000000000000000000000000000000000000000
flowerFamEcoSystem() view returns (address)
0x0000000000000000000000000000000000000000
flowerFamNFT() view returns (address)
0x0000000000000000000000000000000000000000
flowerFamNewGenNFT() view returns (address)
0x0000000000000000000000000000000000000000
honeyCoinReserve() view returns (address)
0x0000000000000000000000000000000000000000
liquidityActionTriggerOffset() view returns (uint256)
0
marketingActionTriggerOffset() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
shareLiquidity() view returns (uint256)
0
shareMarketing() view returns (uint256)
0
taxActionCounter() view returns (uint256)
0
taxActionTriggerMark() view returns (uint256)
0
Read-only
authorized(address) view returns (bool)
beeStakeInfo(uint256) view returns (bool)
flowerStakeInfo(uint256) view returns (bool)
getTotalProductionOfUser(address user) view returns (uint256)
getUserLandDetail(address user, uint256 landId) view returns (struct FlowerFamOasisUserLandInfo)
getUserLands(address user) view returns (struct FlowerFamOasisUserLandInfo[])
getUserLandsCount(address user) view returns (uint256)
isBeeStakedInOasis(uint256 beeId) view returns (bool)
isFlowerStakedInOasis(uint256 flowerId) view returns (bool)
oasisLandIds(uint256) view returns (uint256)
oasisLandToSale(uint256) view returns (uint256)
oasisLandToSupply(uint256) view returns (uint256)
oasisLands(uint256) view returns (uint256 price, uint256 reward)
userAssetsCount(address) view returns (uint256)
userLands(uint256) view returns (uint256 price, uint256 reward, uint256 landId, uint256 landCount, uint256 landYield, uint256 landEarnings)
userToLandSpots(address, uint256) view returns (uint256)
userToLastClaimInteraction(address) view returns (uint256)
userToProductionInfo(address) view returns (uint32 lastAction, uint112 totalAccumulated, uint112 totalProductionPerDay, uint256 totalClaimed)
State-modifying
Events addOrEditLand(uint256 landId, uint256 price, uint256 reward)
airdropLands(address[] recipients, uint256[] ids)
batchStakeAssetInOasis(uint256 assetType, uint256[] flowerFamAssetIds)
batchUnstakeAssetInOasis(uint256 assetType, uint256[] flowerFamAssetIds)
buyLand(uint256 landId, uint256 amount, uint256[] flowersWithBees, address affiliate)
cliamUnclaimedReward(uint256 ecoAmount, uint256 walletAmount)
initialize(address _honeyToken, address _flowerFamNFT, address _beeNFT, address _flowerFamNewGen, address _flowerFamEcosystem, address _honeyCoinReserve)
renounceOwnership()
setActionActive(bool _active)
setAffiliate(address affiliate)
setAllocations(uint256 _marketing, uint256 _liquidity)
setAuthorized(address _auth, bool _isAuth)
setCounter(uint256 _counter)
setOasisLandSupply(uint256 landId, uint256 supply)
setShares(uint256 _marketing, uint256 _liquidity)
setTaxActionTrigger(uint256 newTrigger)
transferOwnership(address newOwner)
BatchStakeAsset(address indexed user, uint256 indexed assetType)
BatchUnStakeAsset(address indexed user, uint256 indexed assetType)
BuyLand(address indexed user, uint256 indexed landId, uint256 indexed amount)
ClaimUnclaimedAmount(address indexed user, uint256 indexed claimAmount, uint256 bonusAmount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateTotalProductionPerDay(address indexed user, uint256 indexed totalAccumulated, uint256 indexed totalProductionPerDay)
constructor(address _honeyToken, address _flowerFamNFT, address _beeNFT, address _flowerFamNewGen, address _flowerFamEcosystem, address _honeyCoinReserve)
receive()
This contract contains no error objects.