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 "Lending"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5770365 | 6 years ago | | | 0 | 0.0012666000 | |
| 5437723 | 7 years ago | | | 0 | 0.0040326780 | |
| 5430887 | 7 years ago | | | 0.25 | 0.00084278600 | |
| 5425621 | 7 years ago | | | 0.25 | 0.00018000000 | |
| 5425577 | 7 years ago | | | 1.673447 | 0.00018479000 | |
| 5425549 | 7 years ago | | | 0.1 | 0.016924522 | |
| 5424803 | 7 years ago | | | 0.01 | 0.00044586000 | |
| 5424796 | 7 years ago | | | 0.01 | 0.00022293000 | |
| 5424788 | 7 years ago | | | 0.01 | 0.00011146500 | |
| 5424767 | 7 years ago | | | 0.01 | 0.00011146500 |
ABI
ABI objects
Getter at block 21177615
borrower() view returns (address)
0x0623b4224763777bed743403c25e37630cefa34a
borrowerReturnAmount() view returns (uint256)
1708001165325209787
borrowerReturnDate() view returns (uint256)
0
borrowerReturnFiatAmount() view returns (uint256)
2093000000000000000000000
borrowerReturnFiatPerEthRate() view returns (uint256)
1225409
capReached() view returns (bool)
true
fundingEndTime() view returns (uint256)
1523589531
fundingStartTime() view returns (uint256)
1522526400
initialFiatPerEthRate() view returns (uint256)
910000
isContribPeriodRunning() view returns (bool)
false
lendingDays() view returns (uint256)
60
lendingInterestRatePercentage() view returns (uint256)
115
minContribAmount() view returns (uint256)
100000000000000000
owner() view returns (address)
0x00fb41328b4d97ce0cef91cffb3bdeccde82f255
paused() view returns (bool)
false
state() view returns (uint8)
1
totalContributed() view returns (uint256)
2000000000000000000
totalLendingAmount() view returns (uint256)
2000000000000000000
totalLendingFiatAmount() view returns (uint256)
1820000000000000000000000
Read-only
investors(address) view returns (uint256 amount, bool isCompensated)
investorsKeys(uint256) view returns (address)
State-modifying
Events contributeWithAddress(address contributor) payable
enableReturnContribution()
establishBorrowerReturnFiatPerEthRate(uint256 _borrowerReturnFiatPerEthRate)
finishContributionPeriod(uint256 _initialFiatPerEthRate)
pause()
reclaimContribution(address beneficiary)
reclaimContributionWithInterest(address beneficiary)
returnBorroweedEth() payable
selfKill()
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
StateChange(uint256 state)
Unpause()
excessContributionReturned(address indexed contributor, uint256 amount)
onCapReached(uint256 endTime)
onCompensated(address indexed contributor, uint256 amount)
onContribution(uint256 totalContributed, address indexed investor, uint256 amount, uint256 investorsCount)
constructor(uint256 _fundingStartTime, uint256 _fundingEndTime, address _borrower, uint256 _lendingInterestRatePercentage, uint256 _totalLendingAmount, uint256 _lendingDays)
fallback()
This contract contains no error objects.