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 21287718
feed() view returns (address)
0xea5e577df382889497534a0258345e78bbd4e31d
pile() view returns (address)
0x6af9da8db1925f8ef359274a59ef01e1c6df7be0
self() view returns (address)
0xe7a50cd2cb0c34bb73c539478e3cde7ee525c49b
shelf() view returns (address)
0xe791898207c129db963260d6a3b23c8e7b8e31f2
withdrawAddress() view returns (address)
0x09c1d389141013a08dd67d495d168bd067bc0817
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)
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.