MultiFarmingPod
Verified contract
Active on
Ethereum with 82 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($145.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 265.335852 | $0.548208 |
$145.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19706906 | 7 months ago | | | 0 | 0.00045201425 | |
| 19581231 | 8 months ago | | | 0 | 0.0011013544 | |
| 18645160 | a year ago | | | 0 | 0.0016132654 | |
| 18475372 | a year ago | | | 0 | 0.00062124703 | |
| 18407815 | a year ago | | | 0 | 0.0015284818 | |
| 18359217 | a year ago | | | 0 | 0.00036242940 | |
| 18292554 | a year ago | | | 0 | 0.0014121148 | |
| 18286492 | a year ago | | | 0 | 0.00090260476 | |
| 18256412 | a year ago | | | 0 | 0.00076114461 | |
| 18237428 | a year ago | | | 0 | 0.00057774687 |
ABI
ABI objects
Getter at block 21330129
distributor() view returns (address)
0xd3678d44fdd5b0961d8ad11c366a3bc0c1ab8914
owner() view returns (address)
0x12e5ceb5c14f3a1a9971da154f6530c1cf7274ac
rewardsTokens() view returns (address[])
[0x111111111117dC0aa78b770fA6A738034120C302]
rewardsTokensLimit() view returns (uint256)
3
token() view returns (address)
0x42b6bfdef2abadb3e156a58c19aa3c2e4fcbf8ff
totalSupply() view returns (uint256)
5202010946089902529898
Read-only
farmInfo(address rewardsToken) view returns (struct FarmAccountingInfo)
farmed(address rewardsToken, address account) view returns (uint256)
State-modifying
Events addRewardsToken(address rewardsToken)
claim()
claim(address rewardsToken)
renounceOwnership()
rescueFunds(address token, uint256 amount)
setDistributor(address distributor_)
startFarming(address rewardsToken, uint256 amount, uint256 period)
transferOwnership(address newOwner)
updateBalances(address from, address to, uint256 amount)
DistributorChanged(address oldDistributor, address newDistributor)
FarmCreated(address token, address reward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(address token, uint256 reward, uint256 duration)
constructor(address farmableToken_, uint256 rewardsTokensLimit_)
This contract contains no fallback and receive objects.
AccessDenied()
AmountTooLarge()
DurationTooLarge()
OutputArrayTooSmall()
RewardsTokenAlreadyAdded()
RewardsTokenNotFound()
RewardsTokensLimitReached()
RewardsTokensLimitTooHigh(uint256 arg0)
SafeTransferFailed()
SafeTransferFromFailed()
SameDistributor()
ZeroDuration()
ZeroFarmableTokenAddress()
ZeroRewardsTokenAddress()