DegenFarmTycoonV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 "DegenFarmTycoonV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DegenFarmTycoonV2"
ABI
ABI objects
Getter at block 22769401
agriculturalState() view returns (uint256 barnVault, uint256 cowPrice, uint256 myCows, uint256 myMilk, uint256 farmHealth)
(barnVault=0, cowPrice=0, myCows=0, myMilk=0, farmHealth=100)
singleCowPrice() view returns (uint256)
0
totalCowValue() view returns (uint256)
0
totalCowsBought() view returns (uint256)
0
Read-only
calculateMilk(address farm) view returns (uint256)
farms(address) view returns (uint256 cows, uint256 lastMilked, uint256 storedMilk, uint256 refBonus, uint256 refBonusLastClaimed, uint256 establishedOn, uint256 lastFedOn)
State-modifying
Events buyCows(address _referral) payable
claimRefBonus()
graze()
initialize(address _owner, address _platform, uint256 _initialCowPrice)
mooBooster()
sellFarm()
sellMilk()
CowsBought(address farm, uint256 cows)
CowsFed(address farm)
CowsMilked(address farm)
FarmEstablished(address farm)
FarmSold(address farm)
Initialized(uint64 version)
ReferalBonus(address from, address to, uint256 bonus)
constructor()
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()