DividendDistributor
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($639.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 638.261723 | $1.002 |
$639.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16375533 | 2 years ago | | | 0 | 0.0023509495 | |
| 16375440 | 2 years ago | | | 0 | 0.0012913133 | |
| 16375425 | 2 years ago | | | 0 | 0.0021963905 | |
| 16375417 | 2 years ago | | | 0 | 0.0012750560 | |
| 16375410 | 2 years ago | | | 0 | 0.0024595116 | |
| 16375405 | 2 years ago | | | 0 | 0.0021417154 | |
| 16374732 | 2 years ago | | | 0 | 0.00033641961 | |
| 16373756 | 2 years ago | | | 0 | 0.0023085940 | |
| 16373562 | 2 years ago | | | 0 | 0.0025696221 | |
| 16373553 | 2 years ago | | | 0 | 0.0014680269 |
ABI
ABI objects
Getter at block 21394878
dividendsPerShare() view returns (uint256)
468222156462605670
dividendsPerShareAccuracyFactor() view returns (uint256)
1000000000000000000000000000000000000
minDistribution() view returns (uint256)
10000000000000
minPeriod() view returns (uint256)
2700
totalDistributed() view returns (uint256)
2437398818
totalDividends() view returns (uint256)
3075660541
totalShares() view returns (uint256)
2805227575989077208923448417
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)
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.