Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea5e…e31d
0x6af9…7be0
0xb549…b9e9
0xfe37…ef52
0xea5e…e31d
Balances ($0.00)
No balances found for "Shelf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Shelf"
ABI
ABI objects
Getter at block 21306830
assessor() view returns (address)
0xfe37f99cd0597164bfdabfb7c9f98e4fc44bef52
balance() view returns (uint256)
0
ceiling() view returns (address)
0xea5e577df382889497534a0258345e78bbd4e31d
currency() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
loanCount() view returns (uint256 totalNumber)
50
pile() view returns (address)
0x6af9da8db1925f8ef359274a59ef01e1c6df7be0
reserve() view returns (address)
0xb54900bcc0674e356627b58420fd051f2d47b9e9
subscriber() view returns (address)
0xea5e577df382889497534a0258345e78bbd4e31d
Read-only
balances(uint256) view returns (uint256)
nftLocked(uint256 loan) view returns (bool)
nftlookup(bytes32) view returns (uint256)
rdiv(uint256 x, uint256 y) pure returns (uint256 z)
rmul(uint256 x, uint256 y) pure returns (uint256 z)
safeAdd(uint256 x, uint256 y) pure returns (uint256 z)
safeDiv(uint256 x, uint256 y) pure returns (uint256 z)
safeMul(uint256 x, uint256 y) pure returns (uint256 z)
safeSub(uint256 x, uint256 y) pure returns (uint256 z)
shelf(uint256) view returns (address registry, uint256 tokenId)
token(uint256 loan) view returns (address registry, uint256 tokenId)
wards(address) view returns (uint256)
State-modifying
Events borrow(uint256 loan, uint256 currencyAmount)
claim(uint256 loan, address usr)
close(uint256 loan)
deny(address usr)
depend(bytes32 contractName, address addr)
issue(address registry, uint256 tokenId) returns (uint256 loan)
lock(uint256 loan)
recover(uint256 loan, address usr, uint256 currencyAmount)
rely(address usr)
repay(uint256 loan, uint256 currencyAmount)
unlock(uint256 loan)
withdraw(uint256 loan, uint256 currencyAmount, address usr)
Borrow(uint256 indexed loan, uint256 currencyAmount)
Claim(uint256 indexed loan, address usr)
Close(uint256 indexed loan)
Deny(address indexed usr)
Depend(bytes32 indexed contractName, address addr)
Issue(address indexed registry_, uint256 indexed token_)
Lock(uint256 indexed loan)
Recover(uint256 indexed loan, address usr, uint256 currencyAmount)
Rely(address indexed usr)
Repay(uint256 indexed loan, uint256 currencyAmount)
Unlock(uint256 indexed loan)
Withdraw(uint256 indexed loan, uint256 currencyAmount, address usr)
constructor(address currency_, address title_, address pile_, address ceiling_)
This contract contains no fallback and receive objects.
This contract contains no error objects.