YieldFarmExtendedV2
Verified contract
Active on
Ethereum with 203 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf293…dcd4
0xf52c…efe7
Balances ($0.00)
No balances found for "YieldFarmExtendedV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081492 | 19 days ago | | | 0 | 0.0048796924 | |
| 21058646 | 23 days ago | | | 0 | 0.0037539868 | |
| 21017680 | a month ago | | | 0 | 0.0021246364 | |
| 20987993 | a month ago | | | 0 | 0.0054911940 | |
| 20898783 | a month ago | | | 0 | 0.00050621775 | |
| 20898767 | a month ago | | | 0 | 0.00048319854 | |
| 20856897 | 2 months ago | | | 0 | 0.0031216792 | |
| 20839804 | 2 months ago | | | 0 | 0.0044984554 | |
| 20782603 | 2 months ago | | | 0 | 0.0039705563 | |
| 20742503 | 2 months ago | | | 0 | 0.0021758018 |
ABI
ABI objects
Getter at block 21220821
EPOCHS_DELAYED_FROM_STAKING_CONTRACT() view returns (uint128)
65
REWARDS_PER_EPOCH() view returns (uint256)
1750000000000000000000000
epochDuration() view returns (uint256)
604800
epochStart() view returns (uint256)
1665964800
finalEpoch() view returns (uint256)
27
getCurrentEpoch() view returns (uint256)
110
getEpochId() view returns (uint256)
110
lastInitializedEpoch() view returns (uint128)
27
owner() view returns (address)
0x0ef683799393bcf153e52f30e25ad64e0d371e58
userLastEpochIdHarvested() view returns (uint256)
0
Read-only
_getUserBalancePerEpoch(address userAddress, uint128 epochId) view returns (uint256)
getEpochStake(address userAddress, uint128 epochId) view returns (uint256)
getPoolSize(uint128 epochId) view returns (uint256)
State-modifying
Events endYieldFarm()
harvest(uint128 epochId) returns (uint256)
massHarvest() returns (uint256)
renounceOwnership()
transferOwnership(address newOwner)
Harvest(address indexed user, uint128 indexed epochId, uint256 amount)
MassHarvest(address indexed user, uint256 epochsHarvested, uint256 totalValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address syloTokenAddress, address lpTokenAddress, address stakeContract, address communityVault)
This contract contains no fallback and receive objects.
This contract contains no error objects.