Operator
Verified contract
Active on
Ethereum with 1,449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe148…9737
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "Operator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7275280 | 6 years ago | | | 0 | 0.00019795228 | |
| 7275264 | 6 years ago | | | 0 | 0.00023278938 | |
| 7275055 | 6 years ago | | | 0 | 0.00037329500 | |
| 7275045 | 6 years ago | | | 0 | 0.00037246300 | |
| 7275000 | 6 years ago | | | 0 | 0.00044695560 | |
| 7270475 | 6 years ago | | | 0 | 0.0059003160 | |
| 7270472 | 6 years ago | | | 0 | 0.0083492541 | |
| 7270470 | 6 years ago | | | 0 | 0.0077234400 | |
| 7270468 | 6 years ago | | | 0 | 0.0079473040 | |
| 7270466 | 6 years ago | | | 0 | 0.0055835000 |
ABI
ABI objects
Getter at block 21284570 getAvailableToVote() view returns (uint256)
MAX_DEP() view returns (uint256)
100000000000000000000
MIN_DEP() view returns (uint256)
1000000000000000000
ONE_DAY() view returns (uint256)
86400
admin() view returns (address)
0x175919ecf38975f519840f10f3d5b3af39990291
contractStartAt() view returns (uint256)
1542760383
currentVote() view returns (uint256 startTime, string reason, address emergencyAddress, uint256 yesPoint, uint256 noPoint, uint256 totalPoint)
(startTime=0, reason=, emergencyAddress=0x0000000000000000000000000000000000000000, yesPoint=0, noPoint=0, totalPoint=0)
depositedAmountGross() view returns (uint256)
3944662515067000000000
getInvestmentsLength() view returns (uint256 length)
815
getInvestorLength() view returns (uint256)
502
getMaxOutsLength() view returns (uint256)
0
getVoteShare() view returns (uint256)
2
getWithdrawalsLength() view returns (uint256 length)
0
importing() view returns (bool)
true
lastPayDailyIncome() view returns (uint256)
1542760383
lastPaySystemCommission() view returns (uint256)
1542760383
lastReset() view returns (uint256)
1542760383
maxLevelsAddSale() view returns (uint256)
200
maximumMaxOutInWeek() view returns (uint256)
2
operationFund() view returns (address)
0xe1483b2b28643d424235d0e5920bd48a563a9737
payDailyIncomeTimes() view returns (uint256)
1
paySystemCommissionTimes() view returns (uint256)
1
Read-only
getInvestorPart1(address investorAddress) view returns (bytes32 email, address parent, address leftChild, address rightChild, address presenter)
getInvestorPart2(address investorAddress) view returns (uint256 generation, uint256 depositedAmount, uint256 withdrewAmount, bool isDisabled)
getInvestorPart3(address investorAddress) view returns (uint256 lastMaxOut, uint256 maxOutTimes, uint256 maxOutTimesInWeek, uint256 totalSell, uint256 sellThisMonth)
getInvestorPart4(address investorAddress) view returns (uint256 rightSell, uint256 leftSell, uint256 reserveCommission, uint256 dailyIncomeWithrewAmount, uint256 registerTime)
getInvestorPart5(address investorAddress) view returns (uint256 unpaidSystemCommission, uint256 unpaidDailyIncome, uint256 minDeposit)
getInvestorPart6(address investorAddress) view returns (address[] presentees, bytes32[] _investments, bytes32[] _withdrawals)
getNodesAddresses(address rootNodeAddress) view returns (address[])
getUnpaidSystemCommission(address investorAddress) view returns (uint256 unpaid)
investmentIds(uint256) view returns (bytes32)
investments(bytes32) view returns (bytes32 id, uint256 at, uint256 amount, address investor, address nextInvestor, bool nextBranch)
investorAddresses(uint256) view returns (address)
maxOutIds(uint256) view returns (bytes32)
maxOuts(bytes32) view returns (bytes32 id, address investor, uint256 times, uint256 at)
withdrawalIds(uint256) view returns (bytes32)
withdrawals(bytes32) view returns (bytes32 id, uint256 at, uint256 amount, address investor, address presentee, uint256 reason, uint256 times)
State-modifying
Events addSellForParents(bytes32 investmentId)
createVote(string reason, address emergencyAddress)
deposit() payable
disableInvestor(address investorAddress)
donate() payable
enableInvestor(address investorAddress)
finalizeVotes(uint256 from, uint256 to)
finishImporting()
finishPayDailyIncome()
finishPaySystemCommission()
importInvestments(bytes32 id, uint256 at, uint256 amount, address investorAddress)
importInvestor(string email, address[] addresses, bool isDisabled, uint256[] numbers)
importWithdrawals(bytes32 id, uint256 at, uint256 amount, address investorAddress, address presentee, uint256 reason, uint256 times)
payDailyIncomeByIndex(uint256 from, uint256 to)
payDailyIncomeForInvestor(address investorAddress, uint256 times)
paySystemCommissionByIndex(uint256 from, uint256 to)
paySystemCommissionInvestor(address investorAddress, uint256 times)
payToReachMaxOut(address investorAddress)
putPresentee(address presenterAddress, address presenteeAddress, address parentAddress, string presenteeEmail, bool isLeft)
removeVote()
resetGame(uint256 from, uint256 to)
resetMaxOutInWeek(uint256 from, uint256 to)
revivalInvestor(address investor)
sendEtherToNewContract()
setEnv(uint256 _maxLevelsAddSale)
setInitialValue(uint256 _paySystemCommissionTimes, uint256 _payDailyIncomeTimes, uint256 _lastPaySystemCommission, uint256 _lastPayDailyIncome, uint256 _contractStartAt, uint256 _lastReset)
setMaximumMaxOutTimes(address investorAddress, uint256 times)
stopGame(uint256 percent, uint256 from, uint256 to)
vote(bool isYes)
This contract contains no event objects.
constructor()
fallback()
This contract contains no error objects.