FarmingRewards
Verified contract
Active on
Ethereum with 6,329 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($264,898.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELR | ERC-20 | 13.419647M | $0.018868 |
$253,202.85 | |
XMT | ERC-20 | 427.816142K | $0.014468 |
$6,189.82 | |
KROM | ERC-20 | 150.679388K | $0.018834 |
$2,837.97 | |
Metis | ERC-20 | 33.084362 | $56.64 |
$1,873.9 | |
JPYC | ERC-20 | 83.428794K | $0.006283 |
$524.18 | |
JPYC | ERC-20 | 34.715037K | $0.007764 |
$269.52 | |
ASTR | ERC-20 | 25.532553K | -- | -- | |
WAGMIv3 | ERC-20 | 7.20353K | -- | -- | |
WAGMIv2 | ERC-20 | 4.489673K | -- | -- | |
WAGMIv1 | ERC-20 | 397.002446 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262313 | 34 minutes ago | | | 0 | 0.0023407158 | |
| 21257379 | 17 hours ago | | | 0 | 0.0019657728 | |
| 21256071 | 21 hours ago | | | 0 | 0.0022491170 | |
| 21255977 | a day ago | | | 0 | 0.0020710099 | |
| 21255674 | a day ago | | | 0 | 0.0022164646 | |
| 21255542 | a day ago | | | 0 | 0.0027976133 | |
| 21254742 | a day ago | | | 0 | 0.0025447752 | |
| 21251736 | a day ago | | | 0 | 0.0061546738 | |
| 21251179 | 2 days ago | | | 0 | 0.0061247667 | |
| 21249880 | 2 days ago | | | 0 | 0.0029702965 |
ABI
ABI objects
Getter at block 21262480
owner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
paused() view returns (bool)
false
sigsVerifier() view returns (address)
0x8a4b4c2acadeaa7206df96f00052e41d74a015ce
Read-only
claimedRewardAmounts(address, address) view returns (uint256)
isPauser(address account) view returns (bool)
pausers(address) view returns (bool)
State-modifying
Events addPauser(address account)
claimRewards(bytes _rewardsRequest, bytes[] _sigs, address[] _signers, uint256[] _powers)
contributeToRewardPool(address _token, uint256 _amount)
drainToken(address _token, uint256 _amount)
pause()
removePauser(address account)
renounceOwnership()
renouncePauser()
transferOwnership(address newOwner)
unpause()
FarmingRewardClaimed(address indexed recipient, address indexed token, uint256 reward)
FarmingRewardContributed(address indexed contributor, address indexed token, uint256 contribution)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address account)
PauserRemoved(address account)
Unpaused(address account)
constructor(address _sigsVerifier)
This contract contains no fallback and receive objects.
This contract contains no error objects.