YieldFarm
Verified contract
Active on
Ethereum with 135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc59d…b544
Balances ($0.00)
No balances found for "YieldFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453378 | 4 months ago | | | 0 | 0.00053052000 | |
| 17991053 | a year ago | | | 0 | 0.0091838426 | |
| 16710405 | 2 years ago | | | 0 | 0.0099691840 | |
| 16669507 | 2 years ago | | | 0 | 0.012511271 | |
| 16535146 | 2 years ago | | | 0 | 0.010490720 | |
| 16470309 | 2 years ago | | | 0 | 0.017456280 | |
| 16233049 | 2 years ago | | | 0 | 0.0098934974 | |
| 16222986 | 2 years ago | | | 0 | 0.0072059345 | |
| 16214046 | 2 years ago | | | 0 | 0.0012571680 | |
| 16206265 | 2 years ago | | | 0 | 0.0074747920 |
ABI
ABI objects
Getter at block 21385891
_totalAmountPerEpoch() view returns (uint256)
16800000000000000000000000
communityVault() view returns (address)
0x0ee5c2e8495b8a1444f26f20f544f181767d8426
epochDuration() view returns (uint256)
604800
epochStart() view returns (uint256)
1638979200
epochsDelayedFromStakingContract() view returns (uint128)
1
getCurrentEpoch() view returns (uint256)
158
getPoolTokens() view returns (address[] tokens)
[0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f]
lastInitializedEpoch() view returns (uint128)
50
numberOfEpochs() view returns (uint256)
50
rewardToken() view returns (address)
0x469861bdfd02e7ebce7cdeb281e8eec53069cf5f
staking() view returns (address)
0xc59d784be8b45176a8d93f283431adb676c2b544
totalDistributedAmount() view returns (uint256)
840000000000000000000000000
userLastEpochIdHarvested() view returns (uint256)
0
Read-only
epochPoolSizeCache(uint256) view returns (uint256)
getEpochStake(address userAddress, uint128 epochId) view returns (uint256)
getEpochStakeByToken(address userAddress, address token, uint128 epochId) view returns (uint256)
getPoolSize(uint128 epochId) view returns (uint256)
getPoolSizeByToken(address token, uint128 epochId) view returns (uint256)
lastEpochIdHarvested(address) view returns (uint128)
poolTokens(uint256) view returns (address addr, uint8 decimals)
State-modifying
Events harvest(uint128 epochId) returns (uint256)
massHarvest() returns (uint256)
Harvest(address indexed user, uint128 indexed epochId, uint256 amount)
MassHarvest(address indexed user, uint256 epochsHarvested, uint256 totalValue)
constructor(address[] poolTokenAddresses, address rewardTokenAddress, address stakingAddress, address communityVaultAddress, uint256 distributedAmount, uint256 noOfEpochs, uint128 epochsDelayed)
This contract contains no fallback and receive objects.
This contract contains no error objects.