Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0dd3…b90b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000773 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747340 | a minute ago | | | 0 | 0.0040861200 | |
| 22736541 | 6 hours ago | | | 0 | 0.0040861500 | |
| 22725740 | 12 hours ago | | | 0 | 0.0040861500 | |
| 22714940 | 18 hours ago | | | 0 | 0.0040861500 | |
| 22704140 | a day ago | | | 0 | 0.00021611079 | |
| 22693340 | a day ago | | | 0 | 0.00012506537 | |
| 22682540 | 2 days ago | | | 0 | 0.00010970318 | |
| 22671740 | 2 days ago | | | 0 | 0.00021054057 | |
| 22660940 | 2 days ago | | | 0 | 0.00018475325 | |
| 22650140 | 2 days ago | | | 0 | 0.000054221962 |
ABI
ABI objects
Getter at block 22747379 currentDebt() view returns (uint256 debt, bool anyRateIsInvalid) isResolverCached() view returns (bool)
cacheInfo() view returns (uint256 debt, uint256 timestamp, bool isInvalid, bool isStale)
(debt=36464144899575871518154, timestamp=1732284027, isInvalid=false, isStale=false)
cacheInvalid() view returns (bool)
false
cacheStale() view returns (bool)
false
cacheTimestamp() view returns (uint256)
1732284027
cachedDebt() view returns (uint256)
36464144899575871518154
debtSnapshotStaleTime() view returns (uint256)
43800
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x615825d7d3ca35c251019bc6d89947d0b03630e7
resolver() view returns (address)
0x0dd3cd7faea2a0f4c42ef1647c315634f48db90b
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x466c657869626c6553746f726167650000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x45786368616e6765720000000000000000000000000000000000000000000000, 0x45786368616e6765526174657300000000000000000000000000000000000000, 0x53797374656d5374617475730000000000000000000000000000000000000000, 0x4574686572436f6c6c61746572616c0000000000000000000000000000000000, 0x4574686572436f6c6c61746572616c7055534400000000000000000000000000, 0x436f6c6c61746572616c4d616e61676572000000000000000000000000000000]
Read-only
cachedPynthDebt(bytes32 currencyKey) view returns (uint256)
cachedPynthDebts(bytes32[] currencyKeys) view returns (uint256[] periIssuedDebts)
currentPynthDebts(bytes32[] currencyKeys) view returns (uint256[] debtValues, bool anyRateIsInvalid)
State-modifying
Events acceptOwnership()
nominateNewOwner(address _owner)
purgeCachedPynthDebt(bytes32 currencyKey)
rebuildCache()
takeDebtSnapshot()
updateCachedPynthDebtWithRate(bytes32 currencyKey, uint256 currencyRate)
updateCachedPynthDebts(bytes32[] currencyKeys)
updateCachedPynthDebtsWithRates(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.