DividendDistributor
Verified contract
Active on
Ethereum with 3,227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAXG | ERC-20 | 0.000009 | $2,636.86 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18299220 | a year ago | | | 0 | 0.00081312981 | |
| 18270862 | a year ago | | | 0 | 0.0010083054 | |
| 18270854 | a year ago | | | 0 | 0.0011763485 | |
| 18265299 | a year ago | | | 0 | 0.0014555176 | |
| 18265288 | a year ago | | | 0 | 0.0015325770 | |
| 18265246 | a year ago | | | 0 | 0.00045709229 | |
| 18265244 | a year ago | | | 0 | 0.0013749427 | |
| 18264343 | a year ago | | | 0 | 0.0036485127 | |
| 18264194 | a year ago | | | 0 | 0.0024478117 | |
| 18261149 | a year ago | | | 0 | 0.00059786437 |
ABI
ABI objects
Getter at block 21227532
currentIndex() view returns (uint256)
0
dividendsPerShare() view returns (uint256)
93747351855237629815322160880346
dividendsPerShareAccuracyFactor() view returns (uint256)
1000000000000000000000000000000000000
minDistribution() view returns (uint256)
1000000000000000000
minPeriod() view returns (uint256)
3600
totalDistributed() view returns (uint256)
784591346843424829520
totalDividends() view returns (uint256)
803840355900255619266
totalShares() view returns (uint256)
12066831410626327722877556
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)
rescueToken(address tokenAddress, address _receiver, uint256 tokens) returns (bool success)
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.