EthicHubLending
Verified contract
Active on
Ethereum with 67 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($109.18)
Native
Value
$109.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03439 | $3,174.87 |
$109.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17041060 | 2 years ago | | | 0 | 0.0028572092 | |
| 11596849 | 4 years ago | | | 0 | 0.0050377800 | |
| 10102803 | 4 years ago | | | 0 | 0.0012267026 | |
| 10102802 | 4 years ago | | | 0 | 0.0045483372 | |
| 9942032 | 5 years ago | | | 0 | 0.0016652000 | |
| 9871799 | 5 years ago | | | 0 | 0.0015120016 | |
| 9838989 | 5 years ago | | | 0 | 0.00021049500 | |
| 9838964 | 5 years ago | | | 0 | 0.00033954597 | |
| 9691251 | 5 years ago | | | 0 | 0.0013321600 | |
| 9690965 | 5 years ago | | | 0 | 0.0013319200 |
ABI
ABI objects
Getter at block 21165150
annualInterest() view returns (uint256)
15
borrower() view returns (address)
0xa51253c7727ad26b860493acb0de291f6fea2c53
borrowerReturnAmount() view returns (uint256)
41941645151650691386
borrowerReturnDays() view returns (uint256)
159
borrowerReturnEthPerFiatRate() view returns (uint256)
435907
borrowerReturnFiatAmount() view returns (uint256)
18282656713120597930093225
capReached() view returns (bool)
true
ethicHubStorage() view returns (address)
0x6b79b0baed86a69f146c9256ecd268ebaa81bfca
ethicHubTeam() view returns (address)
0x4fd408eaea41cbffd0a0e930a36098a96a37a0b6
ethicHubTeamFeeReclaimed() view returns (bool)
true
ethichubFee() view returns (uint256)
3
fundingEndTime() view returns (uint256)
1569577703
fundingStartTime() view returns (uint256)
1568277000
getMaxDelayDays() view returns (uint256)
15
initialEthPerFiatRate() view returns (uint256)
327252
interestBasePercent() view returns (uint256)
10000
interestBaseUint() view returns (uint256)
100
investorCount() view returns (uint256)
24
investorInterest() view returns (uint256)
10653
isContribPeriodRunning() view returns (bool)
false
lendingDays() view returns (uint256)
155
lendingInterestRatePercentage() view returns (uint256)
18393
localNode() view returns (address)
0xde7c8c613c68fc9ff1ab7abe6ba3ea7613d1e092
localNodeFee() view returns (uint256)
4
localNodeFeeReclaimed() view returns (bool)
true
owner() view returns (address)
0xab42a5a21566c9f1466d414cd3195da44643390b
paused() view returns (bool)
false
reclaimedContributions() view returns (uint256)
23
reclaimedSurpluses() view returns (uint256)
0
returnedEth() view returns (uint256)
25888299755705447687
state() view returns (uint8)
5
surplusEth() view returns (uint256)
0
tier() view returns (uint256)
1
totalContributed() view returns (uint256)
30374170361997507000
totalLendingAmount() view returns (uint256)
30374170361997507000
totalLendingFiatAmount() view returns (uint256)
9940007999304408160764000
version() view returns (uint8)
7
Read-only
checkInvestorContribution(address investor) view returns (uint256)
checkInvestorReturns(address investor) view returns (uint256)
getDaysPassedBetweenDates(uint256 firstDate, uint256 lastDate) pure returns (uint256)
getDelayDays(uint256 date) view returns (uint256)
getUserContributionReclaimStatus(address userAddress) view returns (bool isCompensated, bool surplusEthReclaimed)
investors(address) view returns (uint256 amount, bool isCompensated, bool surplusEthReclaimed)
State-modifying
Events changeInvestorAddress(address oldInvestor, address newInvestor)
contributeForAddress(address contributor) payable
declareProjectDefault()
declareProjectNotFunded()
finishInitialExchangingPeriod(uint256 _initialEthPerFiatRate)
pause()
reclaimContribution(address beneficiary)
reclaimContributionDefault(address beneficiary)
reclaimContributionWithInterest(address beneficiary)
reclaimEthicHubTeamFee()
reclaimLeftoverEth()
reclaimLocalNodeFee()
reclaimSurplusEth(address beneficiary)
renounceOwnership()
saveInitialParametersToStorage(uint256 _maxDelayDays, uint256 _tier, uint256 _communityMembers, address _community)
sendFundsToBorrower()
setBorrower(address _borrower)
setBorrowerReturnEthPerFiatRate(uint256 _borrowerReturnEthPerFiatRate)
transferOwnership(address _newOwner)
unpause()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
StateChange(uint256 state)
Unpause()
onBorrowerChanged(address indexed newBorrower)
onCapReached(uint256 endTime)
onCompensated(address indexed contributor, uint256 amount)
onContribution(uint256 totalContributed, address indexed investor, uint256 amount, uint256 investorsCount)
onInitalRateSet(uint256 rate)
onInvestorChanged(address indexed oldInvestor, address indexed newInvestor)
onReturnAmount(address indexed borrower, uint256 amount)
onReturnRateSet(uint256 rate)
onSurplusReclaimed(address indexed contributor, uint256 amount)
onSurplusSent(uint256 amount)
constructor(uint256 _fundingStartTime, uint256 _fundingEndTime, address _borrower, uint256 _annualInterest, uint256 _totalLendingAmount, uint256 _lendingDays, address _storageAddress, address _localNode, address _ethicHubTeam, uint256 _ethichubFee, uint256 _localNodeFee)
fallback()
This contract contains no error objects.