Staking
Verified contract
Active on
Ethereum with 4,732 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8c15…5057
0x8c15…5057
Balances ($42,404.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FX | ERC-20 | 316.886856K | $0.133817 |
$42,404.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19392075 | 8 months ago | | | 0 | 0.0067094576 | |
| 16497124 | 2 years ago | | | 0 | 0.0016052836 | |
| 15279423 | 2 years ago | | | 0 | 0.00053147806 | |
| 15257681 | 2 years ago | | | 0 | 0.0012611531 | |
| 15249355 | 2 years ago | | | 0 | 0.00049884151 | |
| 15210845 | 2 years ago | | | 0 | 0.00075430132 | |
| 15168496 | 2 years ago | | | 0 | 0.0035743556 | |
| 14851299 | 2 years ago | | | 0 | 0.0039956400 | |
| 14703914 | 3 years ago | | | 0 | 0.0057299961 | |
| 14608618 | 3 years ago | | | 0 | 0.0025552526 |
ABI
ABI objects
Getter at block 21230342
_endTime() view returns (uint256)
1623736800
_getRewardEndTime() view returns (uint256)
1638856800
_getRewardInterval() view returns (uint256)
21168000
_lastUpdateTime() view returns (uint256)
1623736800
_releaseInterval() view returns (uint256)
604800
_rewardPerTokenStored() view returns (uint256)
93306761608855613
_rewardRate() view returns (uint256)
590277777777777777
_rewardToken() view returns (address)
0x8c15ef5b4b21951d50e53e4fbda8298ffad25057
_stakingToken() view returns (address)
0x8c15ef5b4b21951d50e53e4fbda8298ffad25057
_startTime() view returns (uint256)
1617688800
_supply() view returns (uint256)
58580618644464980069116
lastTimeRewardApplicable() view returns (uint256)
1623736800
owner() view returns (address)
0x81e586891ddc2de8ffa17efe2ddba49736f584e8
rewardPerToken() view returns (uint256)
93306761608855613
Read-only
_balance(address) view returns (uint256)
_lockAmount(address) view returns (uint256 releaseTime, uint256 pos)
_receivedRewards(address) view returns (uint256)
_rewards(address) view returns (uint256)
_userRewardPerTokenPaid(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
lockedIncomeBalanceOf(address account) view returns (struct StakingLockAmount)
rewardPart(address account) view returns (uint256 unlocked, uint256 locked)
State-modifying
Events exit()
getReward()
renounceOwnership()
stake(uint256 amount)
transferERCToken(address tokenContractAddress, address to, uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
GotReward(address indexed sender, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed sender, uint256 indexed amount)
Withdrawn(address indexed sender, uint256 indexed amount)
constructor(uint256 startTime_, uint256 endTime_, uint256 rewardRate_, address stakingToken_, address rewardToken_)
This contract contains no fallback and receive objects.
This contract contains no error objects.