DividendDistributor
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 ($0.00)
No balances found for "DividendDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DividendDistributor"
ABI
ABI objects
Getter at block 21388163
dividendsPerShare() view returns (uint256)
0
dividendsPerShareAccuracyFactor() view returns (uint256)
1000000000000000000000000000000000000
totalDistributed() view returns (uint256)
0
totalDividends() view returns (uint256)
0
totalShares() view returns (uint256)
28441036602948410186147595
Read-only
getUnpaidEarnings(address shareholder) view returns (uint256)
shares(address) view returns (uint256 amount, uint256 totalExcluded, uint256 totalRealised)
State-modifying
Events claimDividend()
deposit() payable
rescueToken(address tokenAddress, uint256 tokens) returns (bool success)
setShare(address shareholder, uint256 amount)
This contract contains no event objects.
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.