PreIcoPool
Verified contract
Active on
Ethereum with 287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8f92…41be
Balances ($0.00)
No balances found for "PreIcoPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6567954 | 6 years ago | | | 0 | 0.0086050370 | |
| 6561646 | 6 years ago | | | 0 | 0.0085987650 | |
| 6561641 | 6 years ago | | | 0 | 0.0086113090 | |
| 6561612 | 6 years ago | | | 0 | 0.0086050370 | |
| 6533087 | 6 years ago | | | 0 | 0.00091812000 | |
| 6530109 | 6 years ago | | | 0 | 0.0020838000 | |
| 6530102 | 6 years ago | | | 0 | 0.0020838000 | |
| 6530091 | 6 years ago | | | 0 | 0.0020812400 | |
| 6530083 | 6 years ago | | | 0 | 0.0020838000 | |
| 6530075 | 6 years ago | | | 0 | 0.0020838000 |
ABI
ABI objects
Getter at block 21262430
allocated() view returns (uint256)
14141962246114231000000000
distributed() view returns (uint256)
0
initial() view returns (uint256)
20000000000000000000000000
membersCount() view returns (uint256)
268
owner() view returns (address)
0x6d31f7c21e565493c83bc5439dbcb198f10c4f99
token() view returns (address)
0x8f9202a23237cb51aab7c955b39049a14d2c41be
Read-only
authorized(address) view returns (bool)
distribution(address) view returns (uint256 amount, uint256 refunded, bool refundable, bool distributed)
getLockupAmounts(address _beneficiary) view returns (uint256[])
getLockupReleases(address _beneficiary) view returns (uint256[])
members(uint256) view returns (address)
State-modifying
Events addDistribution(address _beneficiary, uint256 _amount, uint256[] _lockupReleases, uint256[] _lockupAmounts, bool _refundable)
authorize(address _who)
distribute(address _beneficiary)
reclaimEther()
refundLockedUp(address _from) returns (uint256)
renounceOwnership()
transferOwnership(address _newOwner)
unAuthorize(address _who)
AddDistribution(address indexed beneficiary, uint256 amount, bool lockups, bool refundable)
Authorize(address indexed who)
Distribute(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnAuthorize(address indexed who)
constructor(address _token, uint256 _initial)
fallback()
This contract contains no error objects.