LidStaking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "LidStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LidStaking"
ABI
ABI objects
Getter at block 21258406
isOwner() view returns (bool)
false
numberStakeHandlersRegistered() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
profitPerShare() view returns (uint256)
0
registrationFeeWithReferrer() view returns (uint256)
0
registrationFeeWithoutReferrer() view returns (uint256)
0
stakingTaxBP() view returns (uint256)
0
startTime() view returns (uint256)
0
totalDistributions() view returns (uint256)
0
totalStaked() view returns (uint256)
0
totalStakers() view returns (uint256)
0
unstakingTaxBP() view returns (uint256)
0
Read-only
accountReferrals(address) view returns (uint256)
dividendsOf(address staker) view returns (uint256)
findTaxAmount(uint256 value, uint256 taxBP) pure returns (uint256)
stakeHandlers(uint256) view returns (address)
stakeValue(address) view returns (uint256)
stakeValueAt(address _owner, uint256 _blockNumber) view returns (uint256)
stakerIsRegistered(address) view returns (bool)
stakerPayouts(address) view returns (int256)
totalStakedAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events distribute(uint256 amount)
handleTaxDistribution(uint256 amount)
initialize(address sender)
initialize(uint256 _stakingTaxBP, uint256 _ustakingTaxBP, uint256 _registrationFeeWithReferrer, uint256 _registrationFeeWithoutReferrer, address owner, address _lidToken)
registerAndStake(uint256 amount)
registerAndStake(uint256 amount, address referrer)
registerStakeHandler(address sc)
reinvest(uint256 amount)
renounceOwnership()
setRegistrationFees(uint256 valueWithReferrer, uint256 valueWithoutReferrer)
setStakingBP(uint256 valueBP)
setStartTime(uint256 _startTime)
setUnstakingBP(uint256 valueBP)
stake(uint256 amount)
transferOwnership(address newOwner)
unregisterStakeHandler(uint256 index)
unstake(uint256 amount)
v2Initialize(address _lidToken)
withdraw(uint256 amount)
OnDistribute(address sender, uint256 amountSent)
OnReinvest(address sender, uint256 amount, uint256 tax)
OnStake(address sender, uint256 amount, uint256 tax)
OnUnstake(address sender, uint256 amount, uint256 tax)
OnWithdraw(address sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.