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 21276145
feed() view returns (address)
0x60eeba86ce045d54ce625d71a5c2baebfb2e46e9
pile() view returns (address)
0xfe2cc8f110311d9aeb116292687697fd805d9fdb
self() view returns (address)
0x5f94d1cacc4d10db839593473f61a3b03b9c2f3d
shelf() view returns (address)
0x9ace0e10d30bee67f096861e36faa984005d2da3
withdrawAddress() view returns (address)
0xdd218a603bb217b7597b2baaea0a271499e3b877
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.