BorrowerGateway
Verified contract
Active on
Ethereum with 152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BorrowerGateway"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20432795 | 3 months ago | | | 0 | 0.0011903603 | |
| 20341184 | 4 months ago | | | 0 | 0.0050489100 | |
| 20133291 | 5 months ago | | | 0 | 0.0027807680 | |
| 20063959 | 5 months ago | | | 0 | 0.0026719221 | |
| 20037034 | 5 months ago | | | 0 | 0.0013180832 | |
| 20034753 | 5 months ago | | | 0 | 0.0034292675 | |
| 20031101 | 5 months ago | | | 0 | 0.0016552420 | |
| 20030454 | 5 months ago | | | 0 | 0.0013908527 | |
| 20025333 | 5 months ago | | | 0 | 0.0015645410 | |
| 20024648 | 5 months ago | | | 0 | 0.0019511015 |
ABI
ABI objects
Getter at block 21182087
addressRegistry() view returns (address)
0xd8b132a0aba610d0aaa18716a2b26e14141f112c
getProtocolFeeParams() view returns (uint128[2])
[0, 0]
Read-only
This contract contains no read-only function objects.
State-modifying
Events borrowWithOffChainQuote(address lenderVault, DataTypesPeerToPeerBorrowTransferInstructions borrowInstructions, struct DataTypesPeerToPeerOffChainQuote offChainQuote, struct DataTypesPeerToPeerQuoteTuple quoteTuple, bytes32[] proof) returns (struct DataTypesPeerToPeerLoan)
borrowWithOnChainQuote(address lenderVault, DataTypesPeerToPeerBorrowTransferInstructions borrowInstructions, struct DataTypesPeerToPeerOnChainQuote onChainQuote, uint256 quoteTupleIdx) returns (struct DataTypesPeerToPeerLoan)
repay(DataTypesPeerToPeerLoanRepayInstructions loanRepayInstructions, address vaultAddr)
setProtocolFeeParams(uint128[2] _newFeeParams)
Borrowed(address indexed vaultAddr, address indexed borrower, struct DataTypesPeerToPeerLoan loan, uint256 upfrontFee, uint256 indexed loanId, address callbackAddr, bytes callbackData)
ProtocolFeeSet(uint128[2] newFeeParams)
Repaid(address indexed vaultAddr, uint256 indexed loanId, uint256 repayAmount)
constructor(address _addressRegistry)
This contract contains no fallback and receive objects.
DeadlinePassed()
InconsistentExpVaultBalIncrease()
InsufficientSendAmount()
InvalidAddress()
InvalidBorrower()
InvalidFee()
InvalidRepayAmount()
InvalidSendAmount()
InvalidSender()
NonWhitelistedCallback()
OutsideValidRepayWindow()
ReclaimAmountIsZero()
UnregisteredVault()