SynthetixState
Verified contract
Proxy
Active on
Ethereum with 37 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SynthetixState"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9595556 | 5 years ago | | | 0 | 0.000089234000 | |
| 9570650 | 5 years ago | | | 0 | 0.00029749000 | |
| 9519368 | 5 years ago | | | 0 | 0.00020824300 | |
| 9123694 | 5 years ago | | | 0 | 0.00026774100 | |
| 9092836 | 5 years ago | | | 0 | 0.00059498000 | |
| 9007491 | 5 years ago | | | 0 | 0.00032706300 | |
| 8971805 | 5 years ago | | | 0 | 0.00029797000 | |
| 8893316 | 5 years ago | | | 0 | 0.00029797000 | |
| 8672718 | 5 years ago | | | 0 | 0.00014898500 | |
| 8623549 | 5 years ago | | | 0 | 0.00044695500 |
ABI
ABI objects
Getter at block 21172096 PRECISE_UNIT() view returns (uint256) UNIT() view returns (uint256) decimals() view returns (uint8) highPrecisionDecimals() view returns (uint8) preciseUnit() pure returns (uint256) unit() pure returns (uint256)
associatedContract() view returns (address)
0x16e5ace2b8a9de5c42fcfd85d6ec5992a43c0837
debtLedgerLength() view returns (uint256)
180653
importedXDRAmount() view returns (uint256)
241410164745453294251722
issuanceRatio() view returns (uint256)
166666666666666666
lastDebtLedgerEntry() view returns (uint256)
3428819539069556057086393
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
totalIssuerCount() view returns (uint256)
6445
Read-only
debtLedger(uint256) view returns (uint256)
hasIssued(address account) view returns (bool)
issuanceData(address) view returns (uint256 initialDebtOwnership, uint256 debtEntryIndex)
preferredCurrency(address) view returns (bytes4)
State-modifying
Events acceptOwnership()
appendDebtLedgerValue(uint256 value)
clearIssuanceData(address account)
decrementTotalIssuerCount()
importIssuerData(address[] accounts, uint256[] sUSDAmounts)
incrementTotalIssuerCount()
nominateNewOwner(address _owner)
setAssociatedContract(address _associatedContract)
setCurrentIssuanceData(address account, uint256 initialDebtOwnership)
setIssuanceRatio(uint256 _issuanceRatio)
setPreferredCurrency(address account, bytes4 currencyKey)
AssociatedContractUpdated(address associatedContract)
IssuanceRatioUpdated(uint256 newRatio)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
constructor(address _owner, address _associatedContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.