MarsStakingRewards
Verified contract
Active on
Ethereum with 2,119 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66c0…70b7
0x54bc…7fc9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Mars | ERC-20 | 6.57136M | -- | -- | |
SLP | ERC-20 | 0.0649 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293625 | 15 days ago | | | 0 | 0.0015408258 | |
| 19955143 | 7 months ago | | | 0 | 0.00092617480 | |
| 19354584 | 9 months ago | | | 0 | 0.0028507843 | |
| 19088301 | a year ago | | | 0 | 0.0018482834 | |
| 18916473 | a year ago | | | 0 | 0.0015335311 | |
| 18916471 | a year ago | | | 0 | 0.0015909629 | |
| 18460553 | a year ago | | | 0 | 0.0012842145 | |
| 18460552 | a year ago | | | 0 | 0.00096879249 | |
| 18066126 | a year ago | | | 0 | 0.0013254345 | |
| 17706517 | a year ago | | | 0 | 0.0013417675 |
ABI
ABI objects
Getter at block 21398620
getRewardForDuration() view returns (uint256)
5884444444444444444320000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1698902375
lastUpdateTime() view returns (uint256)
1698902375
owner() view returns (address)
0x65785917bc751f6506bd4818527b1909d0b1e57a
periodFinish() view returns (uint256)
1698902375
rewardPerToken() view returns (uint256)
181443571097787706028196076
rewardPerTokenStored() view returns (uint256)
181443571097787706028196076
rewardRate() view returns (uint256)
2270233196159122085
rewardsDistribution() view returns (address)
0xf9f520c02025e0e3b3a6b81248ca340e309eb6cc
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0x66c0dded8433c9ea86c8cf91237b14e10b4d70b7
stakingToken() view returns (address)
0x54bcf4948e32a8706c286416e3ced37284f17fc9
totalSupply() view returns (uint256)
64900192875323303
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 exit()
getReward()
inCaseTokensGetStuck(address _token, uint256 _amount)
notifyRewardAmount(uint256 reward, uint256 duration)
renounceOwnership()
setRewardsDistribution(address _rewardsDistribution)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.