Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6116…83ae
-
variable spans 23 additional slots
Balances ($0.00)
No balances found for "Issuer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10773205 | 4 years ago | | | 0 | 0.11787228 | |
| 10772762 | 4 years ago | | | 0 | 0.012451320 | |
| 10772725 | 4 years ago | | | 0 | 0.029058900 | |
| 10772723 | 4 years ago | | | 0 | 0.029058900 | |
| 10772721 | 4 years ago | | | 0 | 0.029058900 | |
| 10772718 | 4 years ago | | | 0 | 0.029058900 | |
| 10772715 | 4 years ago | | | 0 | 0.029058900 | |
| 10772712 | 4 years ago | | | 0 | 0.029058900 | |
| 10772710 | 4 years ago | | | 0 | 0.029058900 | |
| 10772708 | 4 years ago | | | 0 | 0.029058900 |
ABI
ABI objects
Getter at block 21187798 anySynthOrSNXRateIsInvalid() view returns (bool anyRateInvalid) availableCurrencyKeys() view returns (bytes32[]) getResolverAddressesRequired() view returns (bytes32[24] addressesRequired)
CONTRACT_NAME() view returns (bytes32)
0x4973737565720000000000000000000000000000000000000000000000000000
LAST_ISSUE_EVENT() view returns (bytes32)
0x4c4153545f49535355455f4556454e5400000000000000000000000000000000
MAX_ADDRESSES_FROM_RESOLVER() view returns (uint256)
24
availableSynthCount() view returns (uint256)
25
issuanceRatio() view returns (uint256)
1
minimumStakeTime() view returns (uint256)
1
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
resolver() view returns (address)
0x61166014e3f04e40c953fe4eab9d9e40863c83ae
Read-only
availableSynths(uint256) view returns (address)
canBurnSynths(address account) view returns (bool)
collateral(address account) view returns (uint256)
collateralisationRatio(address _issuer) view returns (uint256 cratio)
collateralisationRatioAndAnyRatesInvalid(address _issuer) view returns (uint256 cratio, bool anyRateIsInvalid)
debtBalanceOf(address _issuer, bytes32 currencyKey) view returns (uint256 debtBalance)
isResolverCached(address _resolver) view returns (bool)
lastIssueEvent(address account) view returns (uint256)
maxIssuableSynths(address _issuer) view returns (uint256)
remainingIssuableSynths(address _issuer) view returns (uint256 maxIssuable, uint256 alreadyIssued, uint256 totalSystemDebt)
resolverAddressesRequired(uint256) view returns (bytes32)
synths(bytes32) view returns (address)
synthsByAddress(address) view returns (bytes32)
totalIssuedSynths(bytes32 currencyKey, bool excludeEtherCollateral) view returns (uint256 totalIssued)
transferableSynthetixAndAnyRateIsInvalid(address account, uint256 balance) view returns (uint256 transferable, bool anyRateIsInvalid)
State-modifying
Events acceptOwnership()
addSynth(address synth)
burnSynths(address from, uint256 amount)
burnSynthsOnBehalf(address burnForAddress, address from, uint256 amount)
burnSynthsToTarget(address from)
burnSynthsToTargetOnBehalf(address burnForAddress, address from)
issueMaxSynths(address from)
issueMaxSynthsOnBehalf(address issueForAddress, address from)
issueSynths(address from, uint256 amount)
issueSynthsOnBehalf(address issueForAddress, address from, uint256 amount)
liquidateDelinquentAccount(address account, uint256 susdAmount, address liquidator) returns (uint256 totalRedeemed, uint256 amountToLiquidate)
nominateNewOwner(address _owner)
removeSynth(bytes32 currencyKey)
setResolverAndSyncCache(address _resolver)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
SynthAdded(bytes32 currencyKey, address synth)
SynthRemoved(bytes32 currencyKey, address synth)
constructor(address _owner, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.