DebtCache
Verified contract
Active on
Ethereum with 567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e3b…3ef2
Balances ($0.00)
No balances found for "DebtCache"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12425644 | 3 years ago | | | 0 | 0.040941811 | |
| 12425581 | 3 years ago | | | 0 | 0.032939972 | |
| 12425421 | 3 years ago | | | 0 | 0.034300013 | |
| 12425347 | 3 years ago | | | 0 | 0.042239306 | |
| 12425300 | 3 years ago | | | 0 | 0.71456263 | |
| 12425258 | 3 years ago | | | 0 | 0.036481669 | |
| 12425100 | 3 years ago | | | 0 | 0.031872941 | |
| 12424942 | 3 years ago | | | 0 | 0.025350184 | |
| 12424152 | 3 years ago | | | 0 | 0.092179502 | |
| 12423755 | 3 years ago | | | 0 | 0.051559970 |
ABI
ABI objects
Getter at block 21091935 currentDebt() view returns (uint256 debt, bool anyRateIsInvalid)
cacheInfo() view returns (uint256 debt, uint256 timestamp, bool isInvalid, bool isStale)
(debt=705963570870508801129868518, timestamp=1620899017, isInvalid=false, isStale=true)
cacheInvalid() view returns (bool)
false
cacheStale() view returns (bool)
true
cacheTimestamp() view returns (uint256)
1620899017
cachedDebt() view returns (uint256)
705963570870508801129868518
debtSnapshotStaleTime() view returns (uint256)
43800
isResolverCached() view returns (bool)
false
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
resolver() view returns (address)
0x4e3b31eb0e5cb73641ee1e65e7dcefe520ba3ef2
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x466c657869626c6553746f726167650000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x45786368616e6765720000000000000000000000000000000000000000000000, 0x45786368616e6765526174657300000000000000000000000000000000000000, 0x53797374656d5374617475730000000000000000000000000000000000000000, 0x4574686572436f6c6c61746572616c0000000000000000000000000000000000, 0x4574686572436f6c6c61746572616c7355534400000000000000000000000000, 0x436f6c6c61746572616c4d616e61676572000000000000000000000000000000]
Read-only
cachedSynthDebt(bytes32 currencyKey) view returns (uint256)
cachedSynthDebts(bytes32[] currencyKeys) view returns (uint256[] snxIssuedDebts)
currentSynthDebts(bytes32[] currencyKeys) view returns (uint256[] debtValues, bool anyRateIsInvalid)
State-modifying
Events acceptOwnership()
nominateNewOwner(address _owner)
purgeCachedSynthDebt(bytes32 currencyKey)
rebuildCache()
takeDebtSnapshot()
updateCachedSynthDebtWithRate(bytes32 currencyKey, uint256 currencyRate)
updateCachedSynthDebts(bytes32[] currencyKeys)
updateCachedSynthDebtsWithRates(bytes32[] currencyKeys, uint256[] currencyRates)
updateDebtCacheValidity(bool currentlyInvalid)
CacheUpdated(bytes32 name, address destination)
DebtCacheSnapshotTaken(uint256 timestamp)
DebtCacheUpdated(uint256 cachedDebt)
DebtCacheValidityChanged(bool indexed isInvalid)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
constructor(address _owner, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.