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 "Issuer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12426329 | 4 years ago | | | 0 | 0.0094142000 | |
| 12426004 | 4 years ago | | | 0 | 0.20330352 | |
| 12426003 | 4 years ago | | | 0 | 0.48368124 | |
| 12426002 | 4 years ago | | | 0 | 0.48367116 | |
| 12426000 | 4 years ago | | | 0 | 0.48368124 | |
| 12425998 | 4 years ago | | | 0 | 0.49085820 |
ABI
ABI objects
Getter at block 21382918 anySynthOrSNXRateIsInvalid() view returns (bool anyRateInvalid) availableCurrencyKeys() view returns (bytes32[])
CONTRACT_NAME() view returns (bytes32)
0x4973737565720000000000000000000000000000000000000000000000000000
availableSynthCount() view returns (uint256)
66
isResolverCached() view returns (bool)
false
issuanceRatio() view returns (uint256)
1
minimumStakeTime() view returns (uint256)
1
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
resolver() view returns (address)
0x4e3b31eb0e5cb73641ee1e65e7dcefe520ba3ef2
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x466c657869626c6553746f726167650000000000000000000000000000000000, 0x53796e7468657469780000000000000000000000000000000000000000000000, 0x45786368616e6765720000000000000000000000000000000000000000000000, 0x45786368616e6765526174657300000000000000000000000000000000000000, 0x53796e7468657469785374617465000000000000000000000000000000000000, 0x466565506f6f6c00000000000000000000000000000000000000000000000000, 0x44656c6567617465417070726f76616c73000000000000000000000000000000, 0x4574686572436f6c6c61746572616c0000000000000000000000000000000000, 0x4574686572436f6c6c61746572616c7355534400000000000000000000000000, 0x526577617264457363726f775632000000000000000000000000000000000000, 0x53796e746865746978457363726f770000000000000000000000000000000000, 0x4c69717569646174696f6e730000000000000000000000000000000000000000, 0x4465627443616368650000000000000000000000000000000000000000000000, 0x436f6c6c61746572616c4d616e61676572000000000000000000000000000000]
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)
getSynths(bytes32[] currencyKeys) view returns (address[])
lastIssueEvent(address account) view returns (uint256)
maxIssuableSynths(address _issuer) view returns (uint256)
remainingIssuableSynths(address _issuer) view returns (uint256 maxIssuable, uint256 alreadyIssued, uint256 totalSystemDebt)
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)
addSynths(address[] synthsToAdd)
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)
rebuildCache()
removeSynth(bytes32 currencyKey)
removeSynths(bytes32[] currencyKeys)
CacheUpdated(bytes32 name, address destination)
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.