Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Querier"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7940075 | 5 years ago | | | 0 | 0.00065003800 | |
| 7940071 | 5 years ago | | | 0 | 0.010984136 | |
| 7940068 | 5 years ago | | | 0 | 0.010864136 | |
| 7940065 | 5 years ago | | | 0 | 0.011044264 | |
| 7940060 | 5 years ago | | | 0 | 0.010984008 | |
| 7940054 | 5 years ago | | | 0 | 0.010894136 | |
| 7940050 | 5 years ago | | | 0 | 0.011014136 | |
| 7940044 | 5 years ago | | | 0 | 0.011163752 | |
| 7940039 | 5 years ago | | | 0 | 0.011194264 | |
| 7940033 | 5 years ago | | | 0 | 0.011133624 |
ABI
ABI objects
Getter at block 21198869
getContractInfo() view returns (address admin, uint256 depositedAmountGross, uint256 investorsCount, address operationFund, uint256 balance, uint256 paySystemCommissionTimes, uint256 maximumMaxOutInWeek)
(admin=0x99be8ec9e9c141a791e6a366cc9cd3b49be28479, depositedAmountGross=9442072696758494624000, investorsCount=992, operationFund=0xa4048772583220896ec93316616778b4ebc70f9d, balance=0, paySystemCommissionTimes=1, maximumMaxOutInWeek=2)
getContractTime() view returns (uint256 contractStartAt, uint256 lastReset, uint256 oneDay, uint256 lastPayDailyIncome, uint256 lastPaySystemCommission)
(contractStartAt=1560279829, lastReset=1560279829, oneDay=86400, lastPayDailyIncome=1560279829, lastPaySystemCommission=1560279829)
getCurrentVote() 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)
getMaxOuts() view returns (bytes32[] ids, address[] investors, uint256[] times, uint256[] ats)
(ids=[], investors=[], times=[], ats=[])
operator() view returns (address)
0x15937973542e182e0c28c0d9d12360215436c390
querierAdmin() view returns (address)
0x99be8ec9e9c141a791e6a366cc9cd3b49be28479
Read-only
getInvestmentById(bytes32 investmentId) view returns (bytes32 id, uint256 at, uint256 amount, address investor, address nextInvestor, bool nextBranch)
getInvestmentsByIndex(uint256 from, uint256 to) view returns (bytes32[] ids, uint256[] ats, uint256[] amounts, address[] investors, address[] nextInvestors)
getInvestorsByIndex(uint256 from, uint256 to) view returns (address[] investors, address[] addresses, bool[] isDisableds, uint256[] numbers)
getWithdrawalById(bytes32 withdrawalId) view returns (bytes32 id, uint256 at, uint256 amount, address investor, address presentee, uint256 reason, uint256 times)
getWithdrawalsByIndex(uint256 from, uint256 to) view returns (bytes32[] ids, uint256[] ats, uint256[] amounts, address[] investors, address[] presentees, uint256[] reasons, uint256[] times)
State-modifying
Events disableInvestors(address[] investorAddresses)
importMoreInvestments(bytes32[] ids, uint256[] ats, uint256[] amounts, address[] investorAddresses)
importMoreInvestors(address[] addresses, bool[] isDisableds, uint256[] numbers)
importMoreWithdrawals(bytes32[] ids, uint256[] ats, uint256[] amounts, address[] investorAddresses, address[] presentees, uint256[] reasons, uint256[] times)
setOperator(address operatorAddress)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.