MultiFarmingPod
Verified contract
Active on
Ethereum with 1,147 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 ($39,441.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 134.038527K | $0.294255 |
$39,441.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141342 | 4 days ago | | | 0 | 0.00043298110 | |
| 21134896 | 5 days ago | | | 0 | 0.0015189187 | |
| 21119424 | 7 days ago | | | 0 | 0.00012242082 | |
| 21113581 | 8 days ago | | | 0 | 0.00025271649 | |
| 21110021 | 9 days ago | | | 0 | 0.00026200389 | |
| 21083529 | 12 days ago | | | 0 | 0.00044463106 | |
| 21078999 | 13 days ago | | | 0 | 0.0018711691 | |
| 21076169 | 13 days ago | | | 0 | 0.00043159079 | |
| 21058680 | 16 days ago | | | 0 | 0.00046985287 | |
| 21057069 | 16 days ago | | | 0 | 0.00030189110 |
ABI
ABI objects
Getter at block 21172360
distributor() view returns (address)
0xe023f53f735c196e4a028233c2ee425957812a41
owner() view returns (address)
0xe023f53f735c196e4a028233c2ee425957812a41
rewardsTokens() view returns (address[])
[0x111111111117dC0aa78b770fA6A738034120C302]
rewardsTokensLimit() view returns (uint256)
3
token() view returns (address)
0x8fa902c36d1fe08c0306645c7936817766ff0326
totalSupply() view returns (uint256)
30576771990573438350521500
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()