InsightsNetworkContributions
Verified contract
Active on
Ethereum with 2,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($710,065.65)
Native
Value
$710,037.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 208.645 | $3,403.09 |
$710,037.71 | |
LPT | ERC-20 | 2.188826 | $12.76 |
$27.93 | |
GSE | ERC-20 | 208 | $0.000029 |
$0.01 | |
TRX | ERC-20 | 28 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5047784 | 7 years ago | | | 5 | 0.00045635819 | |
| 5047773 | 7 years ago | | | 50 | 0.0013860000 | |
| 5047766 | 7 years ago | | | 1 | 0.00032659699 | |
| 5047721 | 7 years ago | | | 2 | 0.00052500000 | |
| 5047556 | 7 years ago | | | 0.155 | 0.00044100000 | |
| 5046765 | 7 years ago | | | 0.3 | 0.00025200000 | |
| 5036540 | 7 years ago | | | 1.01 | 0.0013860000 | |
| 5036513 | 7 years ago | | | 2 | 0.0013860000 | |
| 5036509 | 7 years ago | | | 0.5 | 0.0012600000 | |
| 5036505 | 7 years ago | | | 1 | 0.00021000000 |
ABI
ABI objects
Getter at block 21267739
cap() view returns (uint256)
[unknown]
contributionMaximum() view returns (uint256)
[unknown]
contributionMinimum() view returns (uint256)
[unknown]
gasPriceMaximum() view returns (uint256)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
Read-only
balances(address) view returns (uint256)
registered(address) view returns (bool)
State-modifying
Events contribute() payable
enable(bool _enabled)
register(address account, bool valid)
registerMultiple(address[] accounts, bool valid)
selfDestruct()
transfer(address recipient, uint256 amount)
transferOwnership(address newOwner)
Approval(address indexed account, bool valid)
Contribution(address indexed contributor, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed recipient, uint256 amount, address owner)
constructor(string _name, uint256 _cap, uint256 _contributionMinimum, uint256 _contributionMaximum, uint256 _gasPriceMaximum)
fallback()
This contract contains no error objects.