DividendTracker
Verified contract
Active on
Ethereum with 0 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 ($91.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 91.275301 | $1.00 |
$91.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DividendTracker"
ABI
ABI objects
Getter at block 21327518
claimWait() view returns (uint256)
1200
getLastProcessedIndex() view returns (uint256)
0
getNumberOfTokenHolders() view returns (uint256)
64
lastProcessedIndex() view returns (uint256)
0
minimumTokenBalanceForDividends() view returns (uint256)
1000000000000000000000
nextRewardToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0x156ba20417dd16946459d3520f2ca868ecd58081
rewardTokenCounter() view returns (uint256)
0
totalBalance() view returns (uint256)
235801769751840072204677244
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.