LlamaLendFactory
Verified contract
Active on
Ethereum with 164 txns
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 "LlamaLendFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19085470 | 10 months ago | | | 3.0629917 | 0.024335399 | |
| 19016791 | 10 months ago | | | 0 | 0.0082837893 | |
| 18994504 | 10 months ago | | | 0 | 0.0064250921 | |
| 18986222 | 10 months ago | | | 0 | 0.0094832854 | |
| 18970579 | 10 months ago | | | 0 | 0.0085932052 | |
| 18913470 | a year ago | | | 0 | 0.0055248300 | |
| 18659201 | a year ago | | | 0 | 0.012231375 | |
| 17747030 | a year ago | | | 6.649802 | 0.0099614304 | |
| 17612052 | a year ago | | | 0 | 0.0052844536 | |
| 17557892 | a year ago | | | 0 | 0.0050963414 |
ABI
ABI objects
Getter at block 21219090
implementation() view returns (address)
0xbb9bb8b1e392575feaf650cf6dc562f44973ed60
owner() view returns (address)
0x1b4330a7e65cd18bcc668a83a6d27f915e60670b
Read-only
This contract contains no read-only function objects.
State-modifying
Events createPool(address _oracle, uint256 _maxPrice, address _nftContract, uint256 _maxDailyBorrows, string _name, string _symbol, uint96 _maxLoanLength, struct LendingPoolInterests interests) returns (address pool)
emergencyShutdown(address[] pools)
renounceOwnership()
repay(struct LlamaLendFactoryLoanRepayment[] loansToRepay) payable
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed nftContract, address indexed owner, address pool)
constructor(address implementation_)
receive()
This contract contains no error objects.