MultipleDistribution
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OIL | ERC-20 | 3.462758M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19571664 | 8 months ago | | | 0 | 0.0021769634 | |
| 17278494 | 2 years ago | | | 0 | 0.0036492248 | |
| 16433385 | 2 years ago | | | 0 | 0.0015368279 | |
| 15153493 | 2 years ago | | | 0 | 0.00062003109 | |
| 15095173 | 2 years ago | | | 0 | 0.0015745521 | |
| 15034623 | 2 years ago | | | 0 | 0.0052975452 | |
| 15018261 | 2 years ago | | | 0 | 0.0057187995 | |
| 14985230 | 2 years ago | | | 0 | 0.0018986800 | |
| 14769475 | 3 years ago | | | 0 | 0.0030995729 | |
| 14758387 | 3 years ago | | | 0 | 0.0052764035 |
ABI
ABI objects
Getter at block 21266101 getParticipants() view returns (address[])
POOL_NUMBER() view returns (uint8)
3
TOTAL_STAKE() view returns (uint256)
13621100000000000000000000
distributionAddress() view returns (address)
0x5a3e535c93558bd89287aa4ef3752fd726517673
isFinalized() view returns (bool)
true
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
maxBalance() view returns (uint256)
13621100000000000000000000
owner() view returns (address)
0xa94db69502920a657f8685978e62d3e3b9762adf
poolStake() view returns (uint256)
13621100000000000000000000
sumOfStakes() view returns (uint256)
13621100000000000000000000
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.