Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x94f4…b20e
Balances ($0.00)
No balances found for "Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20685240 | 2 months ago | | | 0 | 0.00014113493 | |
| 20684616 | 2 months ago | | | 0 | 0.00015496452 |
ABI
ABI objects
Getter at block 21202895
DISTRIBUTER() view returns (bytes32)
0x223ac70e28f5d4897c9100d90cdb122ce166e2cf80f3f467f085a3921ff7c03c
LOCK_TIME() view returns (uint256)
86400
isOpen() view returns (bool)
false
magnifiedPerShare() view returns (uint256)
0
owner() view returns (address)
0x9b8b3df1ee05b8ccf3f4ceb282036a21cd495c3a
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
stakingToken() view returns (address)
0x94f48c9147672653f631f093b8aa8634a948b20e
totalDistributed() view returns (uint256)
0
totalStaked() view returns (uint256)
0
Read-only
accumulativeOf(address _owner) view returns (uint256)
claimableOf(address _owner) view returns (uint256)
claimed(address) view returns (uint256)
lastStakeTime(address) view returns (uint256)
magnifiedCorrections(address) view returns (uint256)
staked(address) view returns (uint256)
State-modifying
Events claim()
renounceOwnership()
rescueETH()
setStakingToken(address _token)
stake(uint256 _amount)
transferOwnership(address newOwner)
unStake()
AddLiquidAndStake(address indexed user, uint256 amount0, uint256 amount1, uint256 liquidity)
Claimed(address indexed user, uint256 amount)
Distributed(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount)
UnStake(address indexed user, uint256 amount)
UnStakeAndRemoveLP(address indexed user, uint256 amount0, uint256 amount1)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)