Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($276.83)
Native
Value
$276.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.075 | $3,691.13 |
$276.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12146708 | 4 years ago | | | 0 | 0.0049251281 | |
| 12062442 | 4 years ago | | | 1 | 0.066563420 | |
| 12011032 | 4 years ago | | | 0 | 0.0039526080 | |
| 12010892 | 4 years ago | | | 0 | 0.0036046400 | |
| 12010882 | 4 years ago | | | 0 | 0.0036046401 | |
| 12010870 | 4 years ago | | | 0 | 0.0036219703 | |
| 12010853 | 4 years ago | | | 0 | 0.0036393000 | |
| 12010841 | 4 years ago | | | 0 | 0.0036021441 | |
| 12005048 | 4 years ago | | | 0.25 | 0.052524168 | |
| 12004082 | 4 years ago | | | 0.5 | 0.045358036 |
ABI
ABI objects
Getter at block 21307260
CAN_EARN_INCOME() view returns (uint256)
4
CARRY_FORWARD() view returns (uint256)
0
COMMISSION() view returns (uint256)
25
ENTRY_FEE() view returns (uint256)
0
FEE_COMMISSION() view returns (uint256)
0
PAYMENT_LIST_ONE() view returns (address)
0x61ee42b5c0f2240e0979f09f7e3c176aa2795105
POOL_INCOME() view returns (uint256)
250000000000000000
TOP_UP_AFTER_INCOME() view returns (uint256)
0
currentId() view returns (uint256)
185
currentPoolPosition() view returns (uint256)
192
manager() view returns (address)
0x61ee42b5c0f2240e0979f09f7e3c176aa2795105
poolStartFrom() view returns (uint256)
7
Read-only
POOL_COMMISION(uint256) view returns (uint256)
POOL_ENTRY(uint256) view returns (uint256)
getUser(address userAddress) view returns (bool, uint256 id, bool isInPool)
getUserReferrals(address userAddress) view returns (address[])
paymentList(uint256) view returns (uint256 id, address userAddress, uint256 poolFee, uint256 canEarnMax, uint256 incomeAfterTopUp, bool status, bool isBlocked)
poolList(uint256) view returns (address)
userList(uint256) view returns (address)
users(address) view returns (bool isExist, uint256 id, uint256 referrerID, address referrer, uint256 poolPosition, uint256 poolFee, uint256 binaryAmount, bool isInPool, bool isInBinary, string binaryPosition)
State-modifying
Events addUserInPoolAdmin(uint256 _position, address _userAddress, uint256 _investWith, uint256 _canEarn, uint256 _incomeAfterTopUp) returns (bool)
changeCurrentIdCount(uint256 _count)
changeCurrentPoolCount(uint256 _count)
changePoolStartFromCount(uint256 _count)
investBinary(string position) returns (bool)
joinPool() payable returns (bool)
payBinaryIncome(address receiver, uint256 amount)
regUser(address _refId) payable returns (bool)
regUserAdmin(uint256 _position, address _refId, address _userAddress) returns (bool)
BinaryIncome(address indexed receiver, uint256 amount)
CheckStep(uint256 value, uint256 step)
Reg(address indexed user, address indexed referrer, uint256 value, uint256 level, uint256 time)
Topup(address indexed user, uint256 position, uint256 value, uint256 time)
UserCarryForward(address indexed user, address indexed fromUser, uint256 value, uint256 time)
UserPoolIncome(address indexed user, address indexed fromUser, uint256 value, uint256 myInvestment, uint256 time)
constructor(address managerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.