MultiRewardsStake
Verified contract
Active on
Ethereum with 458 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAKE | ERC-20 | 53.06892B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16986059 | 2 years ago | | | 0 | 0.0043174555 | |
| 16443924 | 2 years ago | | | 0 | 0.0026104010 | |
| 16250370 | 2 years ago | | | 0 | 0.0016084133 | |
| 15966480 | 2 years ago | | | 0 | 0.0016872679 | |
| 15790224 | 2 years ago | | | 0 | 0.0058134200 | |
| 15787747 | 2 years ago | | | 0 | 0.0036232798 | |
| 15777592 | 2 years ago | | | 0 | 0.0041633531 | |
| 15776483 | 2 years ago | | | 0 | 0.0051853063 | |
| 15772498 | 2 years ago | | | 0 | 0.0025821470 | |
| 15757017 | 2 years ago | | | 0 | 0.0023947315 |
ABI
ABI objects
Getter at block 21378046
getRewardForDuration() view returns (uint256[])
[9346327160492448000]
getRewardTokens() view returns (struct MultiRewardsStakeRewardToken[])
[(0x35ba8966aa3d81e007d2cbc167172583a07dff8c, 3605836095869, 100894706554559615)]
lastTimeRewardApplicable() view returns (uint256)
1660357667
owner() view returns (address)
0xba184239db1781365316c84d92e3ca0af117ec1f
rewardPerToken() view returns (uint256[])
[100894706554559615]
stakingToken() view returns (address)
0x35ba8966aa3d81e007d2cbc167172583a07dff8c
totalRewardTokens() view returns (uint256)
1
totalSupply() view returns (uint256)
49392063774694658178
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256[])
rewardForToken(address token) view returns (uint256)
State-modifying
Events addRewardToken(address token)
depositRewardTokens(uint256[] amount)
emergencyWithdrawal(address token)
exit()
getReward()
notifyRewardAmount(uint256[] reward)
removeRewardToken(address token)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, address indexed token, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address stakingToken_, address[] rewardTokens_, uint64 duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.