SortedTroves
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "SortedTroves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SortedTroves"
ABI
ABI objects
Getter at block 21203065
data() view returns (address head, address tail, uint256 size)
(head=0x0000000000000000000000000000000000000000, tail=0x0000000000000000000000000000000000000000, size=0)
getFirst() view returns (address)
0x0000000000000000000000000000000000000000
getLast() view returns (address)
0x0000000000000000000000000000000000000000
getSize() view returns (uint256)
0
isEmpty() view returns (bool)
true
troveManager() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
contains(address _id) view returns (bool)
findInsertPosition(uint256 _NICR, address _prevId, address _nextId) view returns (address, address)
getNext(address _id) view returns (address)
getPrev(address _id) view returns (address)
validInsertPosition(uint256 _NICR, address _prevId, address _nextId) view returns (bool)
State-modifying
Events insert(address _id, uint256 _NICR, address _prevId, address _nextId)
reInsert(address _id, uint256 _newNICR, address _prevId, address _nextId)
remove(address _id)
setAddresses(address _troveManagerAddress)
NodeAdded(address _id, uint256 _NICR)
NodeRemoved(address _id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.