Proxy
Verified contract
Proxy
Active on
Ethereum with 196 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- | |
TLNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244563 | 4 days ago | | | 0 | 0.021001609 | |
| 21223069 | 7 days ago | | | 0 | 0.026671535 | |
| 21222884 | 7 days ago | | | 0 | 0.028396968 | |
| 21222859 | 7 days ago | | | 0 | 0.032766757 | |
| 21117523 | 22 days ago | | | 0 | 0.00066865120 | |
| 21117520 | 22 days ago | | | 0 | 0.014871684 | |
| 21117502 | 22 days ago | | | 0 | 0.00099827280 | |
| 21117488 | 22 days ago | | | 0 | 0.015743032 | |
| 21117464 | 22 days ago | | | 0 | 0.0011536780 | |
| 21117418 | 22 days ago | | | 0 | 0.010213148 |
ABI
ABI objects
Getter at block 21276145 feed() view returns (address) pile() view returns (address) self() view returns (address) shelf() view returns (address) withdrawAddress() view returns (address)
registry() view returns (address)
0x0000000000000000000000000000000000000000
target() view returns (address)
0x5f94d1cacc4d10db839593473f61a3b03b9c2f3d
Read-only
users(address) view returns (uint256)
wards(address) view returns (uint256)
State-modifying
Events addUser(address usr)
deny(address usr)
file(bytes32 what, address data)
rely(address usr)
removeUser(address usr)
userExecute(address _target, bytes _data) payable returns (bytes response)
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)
Deny(address indexed user)
File(bytes32 what, address _target)
Rely(address indexed user)
UserAdded(address user)
UserRemoved(address user)
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 owner, address usr, address target_)
This contract contains no fallback and receive objects.
This contract contains no error objects.