PoolOwners
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PoolOwners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6077501 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077496 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077493 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077485 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077485 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077484 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077479 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077478 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077475 | 6 years ago | | | 0 | 0.00074371200 | |
| 6077468 | 6 years ago | | | 0 | 0.00074371200 |
ABI
ABI objects
Getter at block 21306905
distributionActive() view returns (bool)
false
distributionMinimum() view returns (uint256)
20000000000000000000
getCurrentOwners() view returns (uint256)
189
locked() view returns (bool)
false
owner() view returns (address)
0x7b1660682078fe0efd9310e8efe32cb93a0417bc
precisionMinimum() view returns (uint256)
40000000000000000
totalContributed() view returns (uint256)
996960000000000000000
totalDistributions() view returns (uint256)
0
totalOwners() view returns (uint256)
189
wallet() view returns (address)
0xe2d06414b011d6dfff2d7181feb37e68e8322d61
Read-only
allOwners(address) view returns (bool)
distributions(uint256) view returns (address token, uint256 amount, uint256 owners, uint256 claimed)
getOwnerAddress(uint256 _key) view returns (address)
getOwnerBalance(address _token) view returns (uint256)
hasClaimed(address _owner, uint256 _dId) view returns (bool)
owners(address) view returns (uint256 key, uint256 percentage, uint256 shareTokens)
tokenBalance(address) view returns (uint256)
tokenWhitelist(address) view returns (bool)
totalReturned(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events claimTokens(address _owner)
distributeTokens(address _token)
lockShares()
sendOwnership(address _receiver, uint256 _amount)
setContribution(address _sender, uint256 _amount)
setDistributionMinimum(uint256 _minimum)
setOwnerShare(address _owner, uint256 _value)
startContribution()
transferOwnership(address newOwner)
whitelistToken(address _token)
whitelistWallet(address _owner)
withdrawTokens(address _token, uint256 _amount)
ClaimedTokens(address indexed owner, address indexed token, uint256 amount, uint256 claimedStakers, uint256 distributionId)
Contribution(address indexed sender, uint256 share, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner, uint256 amount)
TokenDistributionActive(address indexed token, uint256 amount, uint256 distributionId, uint256 amountOfOwners)
TokenDistributionComplete(address indexed token, uint256 amountOfOwners)
TokenWithdrawal(address indexed token, address indexed owner, uint256 amount)
constructor(address _wallet)
fallback()
This contract contains no error objects.