EthicHubLending
Verified contract
Active on
Ethereum with 79 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($3,069.02)
Native
Value
$3,069.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.96289 | $3,187.30 |
$3,069.02 | |
EBK | ERC-20 | 20.41058 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11929372 | 4 years ago | | | 0 | 0.0091617161 | |
| 11603358 | 4 years ago | | | 0 | 0.0059936400 | |
| 10353755 | 4 years ago | | | 0 | 0.0033304000 | |
| 10202575 | 4 years ago | | | 0 | 0.0022646720 | |
| 10027078 | 5 years ago | | | 0 | 0.0020977740 | |
| 9871785 | 5 years ago | | | 0 | 0.0015319840 | |
| 9845488 | 5 years ago | | | 0 | 0.00023154451 | |
| 9845479 | 5 years ago | | | 0 | 0.00036029225 | |
| 9821340 | 5 years ago | | | 0 | 0.00015985920 | |
| 9777228 | 5 years ago | | | 0 | 0.0016318960 |
ABI
ABI objects
Getter at block 21164095
annualInterest() view returns (uint256)
15
borrower() view returns (address)
0x7d0be650deb74e580127eba32b88f7d48eed6ade
borrowerReturnAmount() view returns (uint256)
99790070796547732157
borrowerReturnDays() view returns (uint256)
184
borrowerReturnEthPerFiatRate() view returns (uint256)
270006
borrowerReturnFiatAmount() view returns (uint256)
26943917855492666968878750
capReached() view returns (bool)
true
ethicHubStorage() view returns (address)
0x6b79b0baed86a69f146c9256ecd268ebaa81bfca
ethicHubTeam() view returns (address)
0x8307df1d17ee7d58c6298cb3346c1c503fddcdf4
ethicHubTeamFeeReclaimed() view returns (bool)
true
ethichubFee() view returns (uint256)
4
fundingEndTime() view returns (uint256)
1568368972
fundingStartTime() view returns (uint256)
1566212400
getMaxDelayDays() view returns (uint256)
15
initialEthPerFiatRate() view returns (uint256)
343275
interestBasePercent() view returns (uint256)
10000
interestBaseUint() view returns (uint256)
100
investorCount() view returns (uint256)
28
investorInterest() view returns (uint256)
10756
isContribPeriodRunning() view returns (bool)
false
lendingDays() view returns (uint256)
179
lendingInterestRatePercentage() view returns (uint256)
18550
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)
25
reclaimedSurpluses() view returns (uint256)
0
returnedEth() view returns (uint256)
62165717419132376970
state() view returns (uint8)
5
surplusEth() view returns (uint256)
0
tier() view returns (uint256)
1
totalContributed() view returns (uint256)
42313081647925030000
totalLendingAmount() view returns (uint256)
42313081647925030000
totalLendingFiatAmount() view returns (uint256)
14525023102691464673250000
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.