EthicHubLending
Verified contract
Active on
Ethereum with 42 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,945.12 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10782883 | 4 years ago | | | 0 | 0.051758520 | |
| 10329400 | 4 years ago | | | 0 | 0.0048623840 | |
| 10318137 | 4 years ago | | | 0 | 0.0046720080 | |
| 9839351 | 5 years ago | | | 0 | 0.00012629700 | |
| 9839333 | 5 years ago | | | 0 | 0.00017093400 | |
| 9695003 | 5 years ago | | | 0 | 0.0017318080 | |
| 9631461 | 5 years ago | | | 0 | 0.0015985920 | |
| 9625698 | 5 years ago | | | 0 | 0.0021802704 | |
| 9625291 | 5 years ago | | | 0 | 0.0015319840 | |
| 9619402 | 5 years ago | | | 0 | 0.0013321600 |
ABI
ABI objects
Getter at block 21423539
annualInterest() view returns (uint256)
15
borrower() view returns (address)
0xa51253c7727ad26b860493acb0de291f6fea2c53
borrowerReturnAmount() view returns (uint256)
31417352222239932670
borrowerReturnDays() view returns (uint256)
61
borrowerReturnEthPerFiatRate() view returns (uint256)
433685
borrowerReturnFiatAmount() view returns (uint256)
13625234398502125200195222
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)
1577996907
fundingStartTime() view returns (uint256)
1577742300
getMaxDelayDays() view returns (uint256)
15
initialEthPerFiatRate() view returns (uint256)
232501
interestBasePercent() view returns (uint256)
10000
interestBaseUint() view returns (uint256)
100
investorCount() view returns (uint256)
16
investorInterest() view returns (uint256)
10250
isContribPeriodRunning() view returns (bool)
false
lendingDays() view returns (uint256)
77
lendingInterestRatePercentage() view returns (uint256)
18138
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)
16
reclaimedSurpluses() view returns (uint256)
0
returnedEth() view returns (uint256)
18966810388881203150
state() view returns (uint8)
5
surplusEth() view returns (uint256)
0
tier() view returns (uint256)
1
totalContributed() view returns (uint256)
32309464465609484935
totalLendingAmount() view returns (uint256)
32309464465609484935
totalLendingFiatAmount() view returns (uint256)
7511982797718670856872435
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.