DAOFarm
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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
Balances ($0.00)
No balances found for "DAOFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DAOFarm"
ABI
ABI objects
Getter at block 22744524 getRewardBalance() view returns (uint256 rewardBalance)
accRewardPerShare() view returns (uint256)
0
cooldownFee() view returns (uint16)
0
cooldownFeeSplit() view returns (uint16)
0
cooldownPeriod() view returns (uint48)
0
endTime() view returns (uint48)
0
feeCollector1() view returns (address)
0x0000000000000000000000000000000000000000
feeCollector2() view returns (address)
0x0000000000000000000000000000000000000000
lastUpdateTimestamp() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerPeriod() view returns (uint256)
0
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
roundName() view returns (string)
stakingToken() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint48)
0
totalClaimed() view returns (uint256)
0
totalRewardsAdded() view returns (uint256)
0
totalShares() view returns (uint256)
0
Read-only
getClaimableReward(address userAddress) view returns (uint256 reward)
getFarmInfo(address userAddress) view returns (address, address, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
users(address) view returns (uint256 shares, uint256 rewardDebt, uint256 requestedUnstakeAt)
State-modifying
Events addRewards(uint256 rewards)
claim() returns (uint256 claimableReward)
init(struct DAOFarmInitParams params)
removeCooldownFee()
renounceOwnership()
requestUnstake(bool withoutClaim)
setEndTime(uint48 newEndTime)
stake(uint256 amount)
stakeFor(uint256 amount, address staker)
transferOwnership(address newOwner)
unstake()
update()
AddRewards(uint256 addedRewards, uint256 addedRewardPerPeriod)
Claim(address indexed userAddress, uint256 reward, address indexed id)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveCooldownFee()
RequestUnstake(address indexed userAddress, bool withoutClaim, uint256 timestamp, address indexed id)
SetEndTime(uint256 rewardPerPeriod)
Stake(address indexed userAddress, uint256 amount, address indexed id)
Unstake(address indexed userAddress, uint256 amount, uint256 fee, address indexed id)
Update(uint256 periodsPassed, uint256 totalShares, uint256 totalClaimed, uint256 accRewardPerShare, uint256 timestamp, address indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.