MultipleDistribution
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0275…88a5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OIL | ERC-20 | 3.582346M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17018938 | 2 years ago | | | 0 | 0.0054657761 | |
| 15198004 | 2 years ago | | | 0 | 0.00051704755 | |
| 15127211 | 2 years ago | | | 0 | 0.0011638412 | |
| 15087161 | 2 years ago | | | 0 | 0.0018948657 | |
| 15087120 | 2 years ago | | | 0 | 0.0016224229 | |
| 12368255 | 4 years ago | | | 0 | 0.0023169240 | |
| 12366910 | 4 years ago | | | 0 | 0.0022547540 | |
| 12366791 | 4 years ago | | | 0 | 0.0019235880 | |
| 12366790 | 4 years ago | | | 0 | 0.014449464 |
ABI
ABI objects
Getter at block 21265983
POOL_NUMBER() view returns (uint8)
4
TOTAL_STAKE() view returns (uint256)
7066668000000000000000000
distributionAddress() view returns (address)
0x5a3e535c93558bd89287aa4ef3752fd726517673
getParticipants() view returns (address[])
[0x0AD1f97Dff0D5E3917687a53F0B9285fF00F9944, 0x3082e1bfD6998269129982646cDB1F8766E6CB52, 0x7BE64FF3c147ECf6EF436006d57acA52f0Ef41D4, 0x7D42Bf24F22ed0Fb0a0473a504817AC5C44F51fb, 0x7db4f5977E07767a4cf82FFD84aC22Fb08C596A0, 0xCc0c1426f2A90ef91e23571E29b89ecDC4cBfc23, 0xe67c73C8fD7B2Ed4bb7A26c1dd53a388f9cB863b]
isFinalized() view returns (bool)
true
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
maxBalance() view returns (uint256)
6899161795555555555555410
owner() view returns (address)
0xa94db69502920a657f8685978e62d3e3b9762adf
poolStake() view returns (uint256)
7066668000000000000000000
sumOfStakes() view returns (uint256)
7066668000000000000000000
token() view returns (address)
0x0275e1001e293c46cfe158b3702aade0b99f88a5
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.