YieldFarm2
Verified contract
Active on
Ethereum with 267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6411…3597
Balances ($0.00)
No balances found for "YieldFarm2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15088898 | 2 years ago | | | 0 | 0.0031157179 | |
| 14950915 | 2 years ago | | | 0 | 0.0080792156 | |
| 14330559 | 3 years ago | | | 0 | 0.0046652739 | |
| 14053964 | 3 years ago | | | 0 | 0.031189276 | |
| 13942332 | 3 years ago | | | 0 | 0.018234801 | |
| 13939195 | 3 years ago | | | 0 | 0.0024044527 | |
| 13939153 | 3 years ago | | | 0 | 0.0020655813 | |
| 13932591 | 3 years ago | | | 0 | 0.0014553780 | |
| 13827807 | 3 years ago | | | 0 | 0.0086134719 | |
| 13797875 | 3 years ago | | | 0 | 0.020791938 |
ABI
ABI objects
Getter at block 21102083 getAmountClaimable() view returns (uint256)
NR_OF_EPOCHS() view returns (uint256)
12
TOTAL_DISTRIBUTED_AMOUNT() view returns (uint256)
576000000000000000000000
epochDuration() view returns (uint256)
604800
epochStart() view returns (uint256)
1630359780
getCurrentEpoch() view returns (uint256)
166
getDeprecationPerEpoch() view returns (uint256)
0
getGenesisEpochAmount() view returns (uint256)
48000000000000000000000
isPaused() view returns (bool)
false
lastInitializedEpoch() view returns (uint128)
12
owner() view returns (address)
0xb8d175f16742395f530e0b3bc1d30bd06b78cda9
userLastEpochIdHarvested() view returns (uint256)
0
Read-only
getEpochStake(address userAddress, uint128 epochId) view returns (uint256)
getPoolSize(uint128 epochId) view returns (uint256)
lastEpochIdHarvested(address) view returns (uint128)
State-modifying
Events harvest(uint128 epochId) returns (uint256)
massHarvest() returns (uint256)
renounceOwnership()
transferOwnership(address newOwner)
withdrawERC721(address receiver, address tokenAddress, uint256 tokenId)
withdrawErc20(address receiver, address tokenAddress, uint256 amount)
withdrawEther(address receiver, uint256 amount)
Harvest(address indexed user, uint128 indexed epochId, uint256 amount)
MassHarvest(address indexed user, uint256 epochsHarvested, uint256 totalValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedStateSet(bool isPaused)
WithdrawStuckERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawStuckEther(address indexed receiver, uint256 amount)
constructor(address ionxTokenAddress, address token, address stakeContract, address communityVault, uint256 genesisEpochAmount, uint256 deprecationPerEpoch, uint256 nrOfEpochs)
This contract contains no fallback and receive objects.
This contract contains no error objects.