MultipleDistribution
Verified contract
Active on
Ethereum with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ae0…95e6
Balances ($0.00)
No balances found for "MultipleDistribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12539920 | 3 years ago | | | 0 | 0.00065084000 | |
| 12313616 | 4 years ago | | | 0 | 0.0019633320 | |
| 12175618 | 4 years ago | | | 0 | 0.0069543540 | |
| 12153672 | 4 years ago | | | 0 | 0.0094470660 | |
| 12152650 | 4 years ago | | | 0 | 0.014611168 | |
| 12133231 | 4 years ago | | | 0 | 0.0080080440 | |
| 12122113 | 4 years ago | | | 0 | 0.0083421461 | |
| 12120672 | 4 years ago | | | 0 | 0.0061816480 | |
| 12106532 | 4 years ago | | | 0 | 0.0091319800 | |
| 12030239 | 4 years ago | | | 0 | 0.0090050980 |
ABI
ABI objects
Getter at block 21176902
POOL_NUMBER() view returns (uint8)
4
TOTAL_STAKE() view returns (uint256)
651000000000000000000000
distributionAddress() view returns (address)
0x9bc4a93883c522d3c79c81c2999aab52e2268d03
getParticipants() view returns (address[])
[0xA793c481125D93AbAd899E4fDb75301c585548F8, 0x24D19f100Ba142543a863fc2294b188e35aB55b9, 0x69E84aEbb287eB07654B18491C9E1d01099B6C21, 0x4B1a99467a284Cc690e3237bC69105956816f762]
isFinalized() view returns (bool)
true
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
maxBalance() view returns (uint256)
651000000000000000000000
owner() view returns (address)
0x86edd0c110d1fc7f8a5e1108623b3b1b4e3740f9
poolStake() view returns (uint256)
651000000000000000000000
sumOfStakes() view returns (uint256)
651000000000000000000000
token() view returns (address)
0x0ae055097c6d159879521c384f1d2123d1f195e6
Read-only
paidAmount(address) view returns (uint256)
participantStake(address) view returns (uint256)
participants(uint256) view returns (address)
State-modifying
Events addParticipants(address[] _participants, uint256[] _stakes)
burn()
editParticipant(address _participant, uint256 _newStake)
finalizeParticipants()
initialize(address _tokenAddress)
onTokenTransfer(address _from, uint256 _value, bytes) returns (bool)
removeParticipant(address _participant)
renounceOwnership()
setDistributionAddress(address _distributionAddress)
transferOwnership(address newOwner)
withdraw()
Burnt(uint256 value)
DistributionAddressSet(address distribution, address caller)
Initialized(address token, address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParticipantEdited(address participant, uint256 oldStake, uint256 newStake, address caller)
ParticipantRemoved(address participant, uint256 stake, address caller)
ParticipantsAdded(address[] participants, uint256[] stakes, address caller)
ParticipantsFinalized(uint256 numberOfParticipants, address caller)
Withdrawn(address recipient, uint256 value)
constructor(uint8 _pool)
This contract contains no fallback and receive objects.
This contract contains no error objects.