DividendTracker
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($644.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 1.497822K | $0.430412 |
$644.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16470745 | 2 years ago | | | 0 | 0.0015820388 |
ABI
ABI objects
Getter at block 21215311
claimWait() view returns (uint256)
1200
getLastProcessedIndex() view returns (uint256)
0
getNumberOfTokenHolders() view returns (uint256)
74
lastProcessedIndex() view returns (uint256)
0
minimumTokenBalanceForDividends() view returns (uint256)
1000000000000000000000
nextRewardToken() view returns (address)
0x9813037ee2218799597d83d4a5b6f3b6778218d9
owner() view returns (address)
0x5457b7115f22d7643112f35fad38eaa54a3884f9
rewardTokenCounter() view returns (uint256)
0
totalBalance() view returns (uint256)
967179978632892040828443777
uniswapV2Router() view returns (address)
0x03f7724180aa6b939894b5ca4314783b0b36b329
Read-only
accumulativeDividendOf(address _owner, address _rewardToken) view returns (uint256)
dividendOf(address _owner, address _rewardToken) view returns (uint256)
excludedFromDividends(address) view returns (bool)
getAccount(address _account, address _rewardToken) view returns (address account, int256 index, int256 iterationsUntilProcessed, uint256 withdrawableDividends, uint256 totalDividends, uint256 lastClaimTime, uint256 nextClaimTime, uint256 secondsUntilAutoClaimAvailable)
getAccountAtIndex(uint256 index, address _rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
holderBalance(address) view returns (uint256)
lastClaimTimes(address) view returns (uint256)
rewardTokens(uint256) view returns (address)
totalDividendsDistributed(address) view returns (uint256)
withdrawableDividendOf(address _owner, address _rewardToken) view returns (uint256)
withdrawnDividendOf(address _owner, address _rewardToken) view returns (uint256)
State-modifying
Events distributeDividends() payable
excludeFromDividends(address account)
includeInDividends(address account)
process(uint256 gas) returns (uint256, uint256, uint256)
processAccount(address account, bool automatic) returns (bool)
renounceOwnership()
setBalance(address account, uint256 newBalance)
transferOwnership(address newOwner)
updateClaimWait(uint256 newClaimWait)
withdrawDividend(address _rewardToken)
Claim(address indexed account, uint256 amount, bool indexed automatic)
ClaimWaitUpdated(uint256 indexed newValue, uint256 indexed oldValue)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
ExcludeFromDividends(address indexed account)
IncludeInDividends(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.