SystemStatus
Verified contract
Active on
Ethereum with 1,135 txns
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 "SystemStatus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11788014 | 4 years ago | | | 0 | 0.0089133142 | |
| 11787920 | 4 years ago | | | 0 | 0.0067414500 | |
| 11787361 | 4 years ago | | | 0 | 0.0042806117 | |
| 11787090 | 4 years ago | | | 0 | 0.013631700 | |
| 11786558 | 4 years ago | | | 0 | 0.0099886600 | |
| 11786538 | 4 years ago | | | 0 | 0.0095346300 | |
| 11786425 | 4 years ago | | | 0 | 0.0034266918 | |
| 11784397 | 4 years ago | | | 0 | 0.013624500 | |
| 11782370 | 4 years ago | | | 0 | 0.0032084371 | |
| 11781863 | 4 years ago | | | 0 | 0.0049943300 |
ABI
ABI objects
Getter at block 21287314 requireExchangeActive() view requireIssuanceActive() view requireSystemActive() view
SECTION_EXCHANGE() view returns (bytes32)
0x45786368616e6765000000000000000000000000000000000000000000000000
SECTION_ISSUANCE() view returns (bytes32)
0x49737375616e6365000000000000000000000000000000000000000000000000
SECTION_SYNTH() view returns (bytes32)
0x53796e7468000000000000000000000000000000000000000000000000000000
SECTION_SYSTEM() view returns (bytes32)
0x53797374656d0000000000000000000000000000000000000000000000000000
SUSPENSION_REASON_UPGRADE() view returns (uint248)
1
exchangeSuspension() view returns (bool suspended, uint248 reason)
(suspended=false, reason=0)
isSystemUpgrading() view returns (bool)
true
issuanceSuspension() view returns (bool suspended, uint248 reason)
(suspended=false, reason=0)
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
systemSuspension() view returns (bool suspended, uint248 reason)
(suspended=true, reason=1)
Read-only
accessControl(bytes32, address) view returns (bool canSuspend, bool canResume)
getSynthSuspensions(bytes32[] synths) view returns (bool[] suspensions, uint256[] reasons)
requireSynthActive(bytes32 currencyKey) view
requireSynthsActive(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) view
synthSuspension(bytes32) view returns (bool suspended, uint248 reason)
State-modifying
Events acceptOwnership()
nominateNewOwner(address _owner)
resumeExchange()
resumeIssuance()
resumeSynth(bytes32 currencyKey)
resumeSystem()
suspendExchange(uint256 reason)
suspendIssuance(uint256 reason)
suspendSynth(bytes32 currencyKey, uint256 reason)
suspendSystem(uint256 reason)
updateAccessControl(bytes32 section, address account, bool canSuspend, bool canResume)
AccessControlUpdated(bytes32 indexed section, address indexed account, bool canSuspend, bool canResume)
ExchangeResumed(uint256 reason)
ExchangeSuspended(uint256 reason)
IssuanceResumed(uint256 reason)
IssuanceSuspended(uint256 reason)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
SynthResumed(bytes32 currencyKey, uint256 reason)
SynthSuspended(bytes32 currencyKey, uint256 reason)
SystemResumed(uint256 reason)
SystemSuspended(uint256 reason)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.