Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$13.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003552 | $3,839.49 |
$13.64 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14853239 | 3 years ago | | | 0 | 0.0016947139 | |
| 14830258 | 3 years ago | | | 0 | 0.00042298015 | |
| 14804078 | 3 years ago | | | 0 | 0.0010224805 | |
| 14778935 | 3 years ago | | | 0 | 0.00093934955 | |
| 14741949 | 3 years ago | | | 0 | 0.0013359320 | |
| 14709663 | 3 years ago | | | 0 | 0.0014092921 | |
| 14640041 | 3 years ago | | | 0 | 0.0016397715 | |
| 14540541 | 3 years ago | | | 0 | 0.0029481081 | |
| 14466760 | 3 years ago | | | 0 | 0.00085688215 | |
| 14424175 | 3 years ago | | | 0.2 | 0.0017114018 |
ABI
ABI objects
Getter at block 21427994
This contract contains no getter function objects.
Read-only
admins(address) view returns (uint256 percent, uint256 timeout, uint256 min_balance, uint256 last_withdraw)
blockeds(address) view returns (bool)
hasRole(string _role, address _to) view returns (bool)
investorBonusSize(address _to) view returns (uint256)
investors(address) view returns (uint256 invested, uint256 last_payout)
payoutSize(address _to) view returns (uint256)
State-modifying
Events withdrawEther(address _to)
Blocked(address indexed holder)
Deposit(address indexed holder, uint256 etherAmount)
Payout(address indexed holder, uint256 etherAmount)
RoleAdded(string indexed role, address indexed to)
RoleRemoved(string indexed role, address indexed to)
UnBlocked(address indexed holder)
WithdrawEther(address indexed to, uint256 etherAmount)
constructor()
fallback()
This contract contains no error objects.