AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 16,092 txns
Unified 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
0x0417…ddcf
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LID | ERC-20 | 8.279681M | -- | -- | |
TOMATOS | ERC-20 | 1.006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18673760 | a year ago | | | 0 | 0.0024164760 | |
| 17475341 | a year ago | | | 0 | 0.0023272843 | |
| 17475335 | a year ago | | | 0 | 0.0013558942 | |
| 15620740 | 2 years ago | | | 0 | 0.00053205019 | |
| 14854518 | 2 years ago | | | 0 | 0.014775363 | |
| 14434860 | 3 years ago | | | 0 | 0.0030543131 | |
| 14434860 | 3 years ago | | | 0 | 0.0011231722 | |
| 14248026 | 3 years ago | | | 0 | 0.010468046 | |
| 13241062 | 3 years ago | | | 0 | 0.0072474332 | |
| 13109145 | 3 years ago | | | 0 | 0.029284091 |
ABI
ABI objects
Getter at block 21258406
isOwner() view returns (bool)
false
numberStakeHandlersRegistered() view returns (uint256)
0
owner() view returns (address)
0x4735581201f4cad63cca0716ab4ac7d6d9cfb0ed
profitPerShare() view returns (uint256)
27529573738814068571
registrationFeeWithReferrer() view returns (uint256)
200000000000000000000
registrationFeeWithoutReferrer() view returns (uint256)
400000000000000000000
stakingTaxBP() view returns (uint256)
0
startTime() view returns (uint256)
1596337200
totalDistributions() view returns (uint256)
15841099495544650244200113
totalStaked() view returns (uint256)
3838967421166924443249431
totalStakers() view returns (uint256)
793
unstakingTaxBP() view returns (uint256)
200
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.