PoolOwners
Verified contract
Active on
Ethereum with 680 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PoolOwners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6221204 | 6 years ago | | | 0.2 | 0.000085508000 | |
| 6065331 | 6 years ago | | | 0.4 | 0.00087645700 | |
| 6065309 | 6 years ago | | | 0.4 | 0.00086100000 | |
| 6065024 | 6 years ago | | | 0.4 | 0.00086100000 | |
| 6064983 | 6 years ago | | | 0.2 | 0.00087645700 | |
| 6064975 | 6 years ago | | | 0.2 | 0.00086100000 | |
| 6064615 | 6 years ago | | | 1 | 0.00085508000 | |
| 6064563 | 6 years ago | | | 1 | 0.00085508000 | |
| 6064270 | 6 years ago | | | 1.2 | 0.0015605210 | |
| 6063019 | 6 years ago | | | 4.4 | 0.000042754000 |
ABI
ABI objects
Getter at block 21292257
distributionMinimum() view returns (uint16)
20
owner() view returns (address)
0x7b1660682078fe0efd9310e8efe32cb93a0417bc
totalContributed() view returns (uint256)
701200000000000000000
totalOwners() view returns (uint64)
188
Read-only
getOwnerBalance(address token) view returns (uint256)
isWhitelisted(address contributor) view returns (bool)
ownerPercentages(address) view returns (uint256)
ownerShareTokens(address) view returns (uint256)
tokenBalance(address) view returns (uint256)
State-modifying
Events distributeTokens(address token)
lockShares()
sendOwnership(address receiver, uint256 amount)
setDistributionMinimum(uint16 minimum)
setEthWallet(address _wallet)
setOwnerShare(address owner, uint256 value)
startContribution()
transferOwnership(address newOwner)
whitelistWallet(address contributor)
withdrawTokens(address token, uint256 amount)
Contribution(address indexed sender, uint256 share, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner, uint256 amount)
TokenDistribution(address indexed token, uint256 amount)
TokenWithdrawal(address indexed token, address indexed owner, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.