OKLGDividendDistributor
Verified contract
Active on
Ethereum with 101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($513.90)
Native
Value
$9.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002348 | $3,893.08 |
$9.14 | |
HYPE | ERC-20 | 53.069969K | $0.009511 |
$504.76 | |
OKLG | ERC-20 | 341.727784M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17461308 | 2 years ago | | | 0 | 0.0038886781 | |
| 14601297 | 3 years ago | | | 0 | 0.0067554817 | |
| 14474727 | 3 years ago | | | 0 | 0.0081917931 | |
| 14361894 | 3 years ago | | | 0 | 0.0058675086 | |
| 14186855 | 3 years ago | | | 0 | 0.026761822 | |
| 14166719 | 3 years ago | | | 0 | 0.035196927 | |
| 14147108 | 3 years ago | | | 0 | 0.011528144 | |
| 14140887 | 3 years ago | | | 0 | 0.031740158 | |
| 14133248 | 3 years ago | | | 0 | 0.020086146 | |
| 14126758 | 3 years ago | | | 0 | 0.014134159 |
ABI
ABI objects
Getter at block 21409036
ACC_FACTOR() view returns (uint256)
1000000000000000000000000000000000000
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
boostContract() view returns (address)
0x668415a0785f54ecf635f2248535a68d4365dbe3
boostMultiplierContract() view returns (address)
0x668415a0785f54ecf635f2248535a68d4365dbe3
ceilBoostClaimTimeSeconds() view returns (uint256)
86400
floorBoostClaimTimeSeconds() view returns (uint256)
43200
getDividendTokens() view returns (address[])
[0x0000000000000000000000000000000000000000]
owner() view returns (address)
0xbbb0bb7ec7d45d1b22e6ec83ad329621fa468375
shareholderToken() view returns (address)
0x5dbb9f64cd96e2dbbca58d14863d615b67b42f2e
totalSharesDeposited() view returns (uint256)
337256069003343407
Read-only
calculateBoostRewards(address token, address shareholder) view returns (uint256)
canClaimBoostedRewards(address token, address shareholder) view returns (bool)
dividends(address, address) view returns (uint256 totalExcluded, uint256 totalRealised, uint256 lastClaim)
dividendsPerShare(address) view returns (uint256)
eligibleForRewardBooster(address shareholder) view returns (bool)
getBoostMultiplier(address wallet) view returns (uint256)
getUnpaidEarnings(address token, address shareholder) view returns (uint256)
shares(address) view returns (uint256)
tokens(uint256) view returns (address)
totalDistributed(address) view returns (uint256)
totalDividends(address) view returns (uint256)
State-modifying
Events claimDividend(address token, bool compound)
depositDividends(address tokenAddress, uint256 erc20DirectAmount) payable
renounceOwnership()
setBoostClaimTimeInfo(uint256 floor, uint256 ceil)
setBoostContract(address _contract)
setBoostMultiplierContract(address _contract)
setShareholderToken(address _token)
stake(address token, uint256 amount)
transferOwnership(address newOwner)
unstake(address token, uint256 amount)
withdrawETH()
withdrawTokens(address _tokenAddy, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _dexRouter, address _shareholderToken, address _wrappedNative)
receive()
This contract contains no error objects.