DividendDistributor
Verified contract
Active on
Ethereum with 13 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) |
---|---|---|---|---|---|---|---|
| 17232402 | 2 years ago | | | 0 | 0.010047017 | |
| 17232387 | 2 years ago | | | 0 | 0.014335478 | |
| 17232349 | 2 years ago | | | 0 | 0.0038444699 | |
| 17230354 | 2 years ago | | | 0 | 0.0042942288 | |
| 17230326 | 2 years ago | | | 0 | 0.0030199352 | |
| 17230226 | 2 years ago | | | 0 | 0.0031204267 | |
| 17229670 | 2 years ago | | | 0 | 0.0020299667 | |
| 17229636 | 2 years ago | | | 0 | 0.0029409525 | |
| 17229635 | 2 years ago | | | 0 | 0.0017828244 | |
| 17229633 | 2 years ago | | | 0 | 0.0074593406 |
ABI
ABI objects
Getter at block 21331314
PEPE() view returns (address)
0x6982508145454ce325ddbe47a25d4ec3d2311933
_token() view returns (address)
0x49cdb75db6b62fd43a81e3fa1a8382ccc2b53a54
dividendsPerShare() view returns (uint256)
0
owner() view returns (address)
0x49cdb75db6b62fd43a81e3fa1a8382ccc2b53a54
totalClaimed() view returns (uint256)
0
totalDividends() view returns (uint256)
0
totalShares() view returns (uint256)
0
Read-only
bots(address) view returns (bool)
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 addBots(address[] _bots)
claimDividend(address shareholder)
deposit(uint256 amount)
manualSend(address token, address holder, address to, uint256 amount)
renounceOwnership()
setShare(address shareholder, uint256 amount, bool canShare)
setToken(address _pepouch)
transferOwnership(address newOwner)
updateDistributeTime()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.