PoolOwners
Verified contract
Active on
Ethereum with 137 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) |
---|---|---|---|---|---|---|---|
| 6076075 | 6 years ago | | | 0 | 0.00066297200 | |
| 6076073 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076070 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076070 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076070 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076065 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076065 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076065 | 6 years ago | | | 0 | 0.00066297200 | |
| 6076063 | 6 years ago | | | 0 | 0.00066322800 | |
| 6076063 | 6 years ago | | | 0 | 0.00066322800 |
ABI
ABI objects
Getter at block 21189756
distributionActive() view returns (bool)
false
distributionMinimum() view returns (uint256)
20000000000000000000
getCurrentOwners() view returns (uint256)
137
locked() view returns (bool)
false
owner() view returns (address)
0x7b1660682078fe0efd9310e8efe32cb93a0417bc
precisionMinimum() view returns (uint256)
40000000000000000
totalContributed() view returns (uint256)
878520000000000000000
totalDistributions() view returns (uint256)
0
totalOwners() view returns (uint256)
137
wallet() view returns (address)
0xe2d06414b011d6dfff2d7181feb37e68e8322d61
Read-only
distributions(uint256) view returns (address token, uint256 amount, uint256 owners, uint256 claimed)
getOwner(address _owner) view returns (uint256, uint256, uint256)
getOwnerAddress(uint256 _key) view returns (address)
getOwnerBalance(address _token) view returns (uint256)
hasClaimed(address _owner, uint256 _dId) view returns (bool)
isWhitelisted(address _owner) view returns (bool)
owners(address) view returns (uint256 key, uint256 percentage, uint256 shareTokens)
tokenBalance(address) view returns (uint256)
totalReturned(address) view returns (uint256)
State-modifying
Events claimTokens(address _owner)
distributeTokens(address _token)
lockShares()
sendOwnership(address _receiver, uint256 _amount)
setContribution(address _sender, uint256 _amount)
setDistributionMinimum(uint256 _minimum)
setEthWallet(address _wallet)
setOwnerShare(address _owner, uint256 _value)
startContribution()
transferOwnership(address newOwner)
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.