Staking

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0x00618c26 at 20684612
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Staking"

0x7e069e8119da843aada45316429934df773bd032685331fa559765c121d227ef
0x47cc789741f413982ab508c5f36aaece7c54aee0203d60e99462088256bf19f1

Functions
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 _ownerview returns (uint256)
claimableOf(address _ownerview returns (uint256)
claimed(addressview returns (uint256)
lastStakeTime(addressview returns (uint256)
magnifiedCorrections(addressview returns (uint256)
staked(addressview returns (uint256)
State-modifying
claim(
renounceOwnership(
rescueETH(
setStakingToken(address _token
stake(uint256 _amount
transferOwnership(address newOwner
unStake(
Events
AddLiquidAndStake(address indexed useruint256 amount0uint256 amount1uint256 liquidity
Claimed(address indexed useruint256 amount
Distributed(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Staked(address indexed useruint256 amount
UnStake(address indexed useruint256 amount
UnStakeAndRemoveLP(address indexed useruint256 amount0uint256 amount1
Constructor
constructor(
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account