RewardsDistribution
Verified contract
Active on
Ethereum with 493 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POP | ERC-20 | 2.440697K | $0.010404 |
$25.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17727808 | a year ago | | | 0 | 0.021450980 | |
| 17678105 | a year ago | | | 0 | 0.017663971 | |
| 17484806 | a year ago | | | 0 | 0.0096319873 | |
| 17436440 | 2 years ago | | | 0 | 0.016458661 | |
| 17380403 | 2 years ago | | | 0 | 0.027626597 | |
| 17265190 | 2 years ago | | | 0 | 0.025634290 | |
| 16274482 | 2 years ago | | | 0 | 0.00032691216 | |
| 16274462 | 2 years ago | | | 0 | 0.0014090250 | |
| 16274458 | 2 years ago | | | 0 | 0.0011103450 | |
| 16274443 | 2 years ago | | | 0 | 0.00080254413 |
ABI
ABI objects
Getter at block 21394425
distributionsLength() view returns (uint256)
5
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe084e6cb416817db5d6607ad3af2fe7e0d27c762
pop() view returns (address)
0xd0cd466b34a24fcb2f87676278af2005ca8a78c4
treasury() view returns (address)
0x0ec6290abb4714ba5f1371647894ce53c6dd673a
Read-only
distributions(uint256) view returns (address destination, uint256 amount, bool isLocker)
rewardDistributors(address) view returns (bool)
State-modifying
Events acceptOwnership()
addRewardDistribution(address destination, uint256 amount, bool isLocker) returns (bool)
approveRewardDistributor(address _distributor, bool _approved)
distributeRewards(uint256 amount) returns (bool)
editRewardDistribution(uint256 index, address destination, uint256 amount, bool isLocker) returns (bool)
nominateNewOwner(address _owner)
removeRewardDistribution(uint256 index)
setPop(address _pop)
setTreasury(address _treasury)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RewardDistributionAdded(uint256 index, address destination, uint256 amount, bool isLocker)
RewardDistributorUpdated(address indexed distributor, bool approved)
RewardsDistributed(uint256 amount)
constructor(address _owner, address _pop, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.