DividendTracker
Verified contract
Active on
Ethereum with 176 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 ($1,883.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.020823 | $90,471.00 |
$1,883.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19509497 | 8 months ago | | | 0 | 0.0017662908 | |
| 18743251 | a year ago | | | 0 | 0.0041943325 | |
| 18723029 | a year ago | | | 0 | 0.0015813184 | |
| 18649447 | a year ago | | | 0 | 0.00065172761 | |
| 18558660 | a year ago | | | 0 | 0.0017268382 | |
| 18556083 | a year ago | | | 0 | 0.0023581048 | |
| 18554789 | a year ago | | | 0 | 0.0010947575 | |
| 18554692 | a year ago | | | 0 | 0.0016925623 | |
| 18552650 | a year ago | | | 0 | 0.0013010289 | |
| 18552189 | a year ago | | | 0 | 0.0015902958 |
ABI
ABI objects
Getter at block 21212294
claimWait() view returns (uint256)
1200
getLastProcessedIndex() view returns (uint256)
0
getNumberOfTokenHolders() view returns (uint256)
129
lastProcessedIndex() view returns (uint256)
0
minimumTokenBalanceForDividends() view returns (uint256)
1000000000000000000000
nextRewardToken() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
owner() view returns (address)
0x8ff62c1b0868e1a8905eb0d0cbb04f20667dcf88
rewardTokenCounter() view returns (uint256)
0
totalBalance() view returns (uint256)
5519464830645180838452891
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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.