Dividend_Tracker
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
Balances ($1,055.83)
Native
Value
$1,055.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.275797 | $3,828.29 |
$1,055.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Dividend_Tracker"
ABI
ABI objects
Getter at block 21381705
decimals() view returns (uint8)
18
name() view returns (string)
Dividend_Tracker
owner() view returns (address)
0x5f5ba036bd464782894499fb21aa137d3ea9d757
symbol() view returns (string)
Dividend_Tracker
totalDividendsDistributed() view returns (uint256)
292879644364058522
totalDividendsWithdrawn() view returns (uint256)
17082441143154814
totalSupply() view returns (uint256)
522971900950441133018472782
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, uint256, uint256, uint256, uint256)
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)
distributeDividends(uint256 amount)
excludeFromDividends(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processAccount(address account) returns (bool)
renounceOwnership()
setBalance(address account, uint256 newBalance)
trackerForceSend(address recipient)
trackerRescueETH20Tokens(address recipient, address tokenAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawDividend()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
ExcludeFromDividends(address indexed account, bool value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.