RewardDistributor
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4a3e…c68e
Balances ($0.00)
No balances found for "RewardDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11189845 | 4 years ago | | | 0 | 0.00049524805 | |
| 11189833 | 4 years ago | | | 0 | 0.0027472342 | |
| 11189823 | 4 years ago | | | 0 | 0.0027472342 |
ABI
ABI objects
Getter at block 21208498
isOwner() view returns (bool)
false
owner() view returns (address)
0xbc2015a541e30c9c352ee2f2f9e90e5219b298e2
yuan() view returns (address)
0x4a3e164684812dfb684ac36457e7fa805087c68e
Read-only
isRecipient(address) view returns (bool)
State-modifying
Events addRecipient(address recipient)
addRecipientAndSetReward(address recipient, uint256 reward, uint256 duration)
removeRecipient(address recipient)
renounceOwnership()
setRecipientRewardAndDuration(address recipient, uint256 reward, uint256 duration)
transferOwnership(address newOwner)
transferReward(address to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecipientAdded(address recipient)
RecipientRemoved(address recipient)
constructor(address yuan_)
This contract contains no fallback and receive objects.
This contract contains no error objects.