CoFiStakingRewards
Verified contract
Active on
Ethereum with 5,977 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($160,042.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 50.113771 | $3,137.83 |
$157,248.5 | |
CoFi | ERC-20 | 702.660267K | $0.003976 |
$2,793.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498789 | 3 months ago | | | 0 | 0.00010432695 | |
| 20498787 | 3 months ago | | | 0 | 0.00010454924 | |
| 20453097 | 3 months ago | | | 0 | 0.000092147000 | |
| 18519580 | a year ago | | | 0 | 0.0020927517 | |
| 18403908 | a year ago | | | 0 | 0.00054237863 | |
| 18403895 | a year ago | | | 0 | 0.00088620803 | |
| 18360567 | a year ago | | | 0 | 0.00042364937 | |
| 14971205 | 2 years ago | | | 0 | 0.0025578639 | |
| 13093849 | 3 years ago | | | 0 | 0.0030942649 | |
| 13093803 | 3 years ago | | | 0 | 0.0051288812 |
ABI
ABI objects
Getter at block 21206766
accrued() view returns (uint256)
0
dividendShare() view returns (uint256)
20
governance() view returns (address)
0xf51d8fdf98286e1ea846c79f1526ecc95b93abb8
lastUpdateRewardsTokenBalance() view returns (uint256)
50113771417703033490
pendingSavingAmount() view returns (uint256)
0
rewardPerToken() view returns (uint256)
21834707710265778
rewardPerTokenStored() view returns (uint256)
21834707710265778
rewardsToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
stakingToken() view returns (address)
0x1a23a6bfbadb59fa563008c0fb7cf96dfcf34ea1
totalSupply() view returns (uint256)
702660266981477131351872
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events addETHReward() payable
emergencyWithdraw()
exit()
getReward()
setDividendShare(uint256 share)
setGovernance(address _new)
stake(uint256 amount)
stakeForOther(address other, uint256 amount)
withdraw(uint256 amount)
withdrawSavingByGov(address _to, uint256 _amount)
EmergencyWithdraw(address indexed user, uint256 amount)
RewardAdded(address sender, uint256 reward)
RewardPaid(address indexed user, uint256 reward)
SavingWithdrawn(address indexed to, uint256 amount)
Staked(address indexed user, uint256 amount)
StakedForOther(address indexed user, address indexed other, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken)
receive()
This contract contains no error objects.