DividendDistributor
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2260…c599
Balances ($2,981.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.032646 | $91,343.00 |
$2,981.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17278701 | 2 years ago | | | 0 | 0.0013337000 | |
| 17278607 | 2 years ago | | | 0 | 0.0012940222 | |
| 17264902 | 2 years ago | | | 0 | 0.0012521376 | |
| 17256987 | 2 years ago | | | 0 | 0.0011304768 | |
| 17254176 | 2 years ago | | | 0 | 0.0039106657 | |
| 17085530 | 2 years ago | | | 0 | 0.0043787730 | |
| 16917568 | 2 years ago | | | 0 | 0.0013865013 | |
| 16911615 | 2 years ago | | | 0 | 0.0021043290 | |
| 16907958 | 2 years ago | | | 0 | 0.0024342120 | |
| 16901723 | 2 years ago | | | 0 | 0.00097556148 |
ABI
ABI objects
Getter at block 21222362
dividendsPerShare() view returns (uint256)
1695992515197815866157940
dividendsPerShareAccuracyFactor() view returns (uint256)
1000000000000000000000000000000000000
minDistribution() view returns (uint256)
100000
minPeriod() view returns (uint256)
3600
totalDistributed() view returns (uint256)
35781980
totalDividends() view returns (uint256)
39046537
totalShares() view returns (uint256)
118122110521238512981
Read-only
getUnpaidEarnings(address shareholder) view returns (uint256)
shares(address) view returns (uint256 amount, uint256 totalExcluded, uint256 totalRealised)
State-modifying
Events claimDividend()
deposit() payable
process(uint256 gas)
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution)
setRewardToken(address _rewardToken)
setShare(address shareholder, uint256 amount)
This contract contains no event objects.
constructor(address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.