RCN Collateral Cosigner
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
0xb55b…1187
0xf970…75a6
0x6076…86cd
Balances ($386.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RCN | ERC-20 | 319.012459K | $0.001213 |
$386.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11675427 | 4 years ago | | | 0 | 0.030115200 | |
| 11654834 | 4 years ago | | | 0 | 0.045173760 | |
| 11587483 | 4 years ago | | | 0 | 0.078297000 | |
| 11511054 | 4 years ago | | | 0 | 0.038491992 | |
| 11481359 | 4 years ago | | | 0 | 0.0056117010 | |
| 11152606 | 4 years ago | | | 0 | 0.013939200 | |
| 11101408 | 4 years ago | | | 0 | 0.0081100800 | |
| 11070087 | 4 years ago | | | 0 | 0.0063993600 | |
| 11049991 | 4 years ago | | | 0 | 0.0062316000 | |
| 11004642 | 4 years ago | | | 0 | 0.0094240225 |
ABI
ABI objects
Getter at block 21178587
allTokens() view returns (uint256[])
[1, 2, 3, 4, 5, 6]
auction() view returns (address)
0x60768ba67111d1534a8096e70e950aee559586cd
getEntriesLength() view returns (uint256)
7
loanManager() view returns (address)
0xb55b0f33d6a2a03a275ca85d58e9357e1a141187
loanManagerToken() view returns (address)
0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6
name() view returns (string)
RCN Collateral Cosigner
owner() view returns (address)
0xa0cf5ed13a5210ed5936de1852184c226df3f6ee
symbol() view returns (string)
RCC
totalSupply() view returns (uint256)
6
url() view returns (string)
Read-only
assetsOf(address _owner) view returns (uint256[])
auctionToEntry(uint256) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
canClaim(uint256 _debtId, bytes _oracleData) view returns (bool)
cost(address, uint256, bytes, bytes) view returns (uint256)
debtToEntry(bytes32) view returns (uint256)
entries(uint256) view returns (bytes32 debtId, uint256 amount, address oracle, address token, uint96 liquidationRatio, uint96 balanceRatio)
entryToAuction(uint256) view returns (uint256)
getApproved(uint256 _assetId) view returns (address)
inAuction(uint256 _entryId) view returns (bool)
isApprovedForAll(address _operator, address _assetHolder) view returns (bool)
isAuthorized(address _operator, uint256 _assetId) view returns (bool)
ownerOf(uint256 _assetId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _operator, uint256 _assetId)
auctionClosed(uint256 _id, uint256 _leftover, uint256 _received, bytes _data)
borrowCollateral(uint256 _entryId, address _handler, bytes _data, bytes _oracleData)
claim(address, uint256 _debtId, bytes _oracleData) returns (bool)
create(address _owner, bytes32 _debtId, address _oracle, uint256 _amount, uint96 _liquidationRatio, uint96 _balanceRatio) returns (uint256 entryId)
deposit(uint256 _entryId, uint256 _amount)
redeem(uint256 _entryId, address _to)
requestCosign(address, uint256 _debtId, bytes _data, bytes _oracleData) returns (bool)
safeTransferFrom(address _from, address _to, uint256 _assetId)
safeTransferFrom(address _from, address _to, uint256 _assetId, bytes _userData)
setApprovalForAll(address _operator, bool _authorized)
setUrl(string _url)
transferFrom(address _from, address _to, uint256 _assetId)
transferOwnership(address _newOwner)
withdraw(uint256 _entryId, address _to, uint256 _amount, bytes _oracleData)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BorrowCollateral(uint256 indexed _entryId, address _handler, uint256 _newAmount)
ClaimedExpired(uint256 indexed _entryId, uint256 indexed _auctionId, uint256 _marketValue, uint256 _obligation, uint256 _obligationTokens, uint256 _dueTime)
ClaimedLiquidation(uint256 indexed _entryId, uint256 indexed _auctionId, uint256 _marketValue, uint256 _debt, uint256 _required)
ClosedAuction(uint256 indexed _entryId, uint256 _received, uint256 _leftover)
Created(uint256 indexed _entryId, bytes32 indexed _debtId, address _oracle, address _token, uint256 _amount, uint96 _liquidationRatio, uint96 _balanceRatio)
Deposited(uint256 indexed _entryId, uint256 _amount)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
Redeemed(uint256 indexed _entryId, address _to)
SetURIProvider(address _uriProvider)
SetUrl(string _url)
Started(uint256 indexed _entryId)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Withdraw(uint256 indexed _entryId, address _to, uint256 _amount)
constructor(address _loanManager, address _auction)
This contract contains no fallback and receive objects.
This contract contains no error objects.