DIVIDEND_TRACKER
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
Balances ($35.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 35.276016 | $1.001 |
$35.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DIVIDEND_TRACKER"
ABI
ABI objects
Getter at block 21258039 withdrawDividend() pure
claimWait() view returns (uint256)
3600
decimals() view returns (uint8)
18
getLastProcessedIndex() view returns (uint256)
11
getNumberOfTokenHolders() view returns (uint256)
25
lastProcessedIndex() view returns (uint256)
11
minimumTokenBalanceForDividends() view returns (uint256)
5000000000000000000000
name() view returns (string)
DIVIDEND_TRACKER
owner() view returns (address)
0xf4c3b959155357a4cfe3fdbf24e092d3c3561286
rewardToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
symbol() view returns (string)
DIVIDEND_TRACKER
totalDividendsDistributed() view returns (uint256)
3045082607
totalSupply() view returns (uint256)
698444451722773098404498888
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
excludedFromDividends(address) view returns (bool)
getAccount(address _account) view returns (address account, int256 index, int256 iterationsUntilProcessed, uint256 withdrawableDividends, uint256 totalDividends, uint256 lastClaimTime, uint256 nextClaimTime, uint256 secondsUntilAutoClaimAvailable)
getAccountAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromDividends(address account) view returns (bool)
lastClaimTimes(address) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeCAKEDividends(uint256 amount)
excludeFromDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address rewardToken_, uint256 minimumTokenBalanceForDividends_)
process(uint256 gas) returns (uint256, uint256, uint256)
processAccount(address account, bool automatic) returns (bool)
renounceOwnership()
setBalance(address account, uint256 newBalance)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateClaimWait(uint256 newClaimWait)
updateMinimumTokenBalanceForDividends(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.