DividendDistributor
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,210.46)
Native
Value
$24,210.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.745214 | $3,125.86 |
$24,210.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13780408 | 3 years ago | | | 7.8 | 0.0034571362 | |
| 13775072 | 3 years ago | | | 3.5 | 0.0028368811 | |
| 13774535 | 3 years ago | | | 10 | 0.0025605102 | |
| 13774531 | 3 years ago | | | 1 | 0.0029858400 | |
| 13774527 | 3 years ago | | | 15 | 0.0033469083 | |
| 13762127 | 3 years ago | | | 45.25 | 0.0027031665 | |
| 13762118 | 3 years ago | | | 1 | 0.0057586676 |
ABI
ABI objects
Getter at block 21216702
_owner() view returns (address)
0xfb7d7b83a00411cfb978e845e2319ec4726f8693
_token() view returns (address)
0x270719e21852e0e817c4663cc9f1567441d6eaac
_treasury() view returns (address)
0x0f52b9a101126e620b4b580bd57820ed662bd533
dividendsPerShare() view returns (uint256)
90023938478676698576897080868711324
totalClaimed() view returns (uint256)
75804785802164260911
totalDividends() view returns (uint256)
83550000000000000000
totalShares() view returns (uint256)
229242308795104024301
Read-only
getClaimableDividendOf(address shareholder) view returns (uint256)
getDividendsClaimedOf(address shareholder) view returns (uint256)
shares(address) view returns (uint256 amount, uint256 totalExcluded, uint256 totalClaimed)
State-modifying
Events claimDividend(address shareholder)
deposit() payable
manualSend(uint256 amount, address holder)
setShare(address shareholder, uint256 amount)
setTreasury(address treasury)
This contract contains no event objects.
constructor(address owner, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.