Actions
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "Actions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Actions"
ABI
ABI objects
Getter at block 20849380
feed() view returns (address)
0x41fad1eb242de19da0206b0468763333bb6c2b3d
pile() view returns (address)
0x3ec5c16e7f2c6a80e31997c68d8fa6ace089807f
self() view returns (address)
0x9b7bc2e0ed019ddda01594ee914b1317b9d46a1c
shelf() view returns (address)
0x7d057a056939bb96d682336683c10ec89b78d7ce
withdrawAddress() view returns (address)
0x7cae9bd865610750a48575af15cafe1e460c96a8
Read-only
This contract contains no read-only function objects.
State-modifying
Events borrowWithdraw(address shelf_, uint256 loan, uint256 amount, address usr)
close(address shelf_, uint256 loan)
issue(address shelf_, address registry, uint256 token) returns (uint256 loan)
lock(address shelf_, uint256 loan)
lockBorrowWithdraw(address shelf_, uint256 loan, uint256 amount, address usr)
mintAsset(address minter) returns (uint256 tokenId)
mintIssuePriceLock(address minter, address registry, uint256 price, uint256 riskGroup) returns (uint256 loan, uint256 tokenId)
mintIssuePriceLock(address minter, address registry, uint256 price, uint256 riskGroup, uint256 maturityDate) returns (uint256 loan, uint256 tokenId)
repay(address shelf_, address erc20, uint256 loan, uint256 amount)
repayFullDebt(address shelf_, address pile_, address erc20, uint256 loan)
repayUnlockClose(address shelf_, address pile_, address registry, uint256 token, address erc20, uint256 loan)
transfer(address registry, uint256 token)
transferIssue(address shelf_, address registry, uint256 token) returns (uint256 loan)
transferIssueLockBorrowWithdraw(address shelf_, address registry, uint256 token, uint256 amount, address usr)
unlock(address shelf_, address registry, uint256 token, uint256 loan)
ApproveERC20(address indexed erc20, address indexed usr, uint256 amount)
ApproveNFT(address indexed registry, address indexed usr, uint256 tokenAmount)
BorrowWithdraw(address indexed shelf, uint256 indexed loan, uint256 amount, address indexed usr)
Close(address indexed shelf, uint256 indexed loan)
Issue(address indexed shelf, address indexed registry, uint256 indexed token)
Lock(address indexed shelf, uint256 indexed loan)
Minted(address indexed registry, uint256 tokenId)
Repay(address indexed shelf, address indexed erc20, uint256 indexed loan, uint256 amount)
Transfer(address indexed registry, uint256 indexed token)
TransferERC20(address indexed erc20, address indexed dst, uint256 amount)
Unlock(address indexed shelf, address indexed registry, uint256 token, uint256 indexed loan)
constructor(address root_, address withdrawAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.