Synthetix Network Token

Verified contract

Active on Ethereum with 1,075 txns
Deployed by via 0xcb0cbb44 at 9007078
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Synthetix Network Token"

0xba5c8314024d7ee7b2d559f3db57f0270613f88cd10bf40ce6af6f0d9c5afa73
0x1f1bb83684319cc49a36f8905eb307ebe66902cd0a5b0ceb07075a76543cedd1
0xe642e4c64d390c58646b0c7bf85f0385405b25cb7202ab4b163abf430fadfc77
0xd25d2245410b21ef9f27c44b0fec914093ebdacec405915f765045e12d4b5fb6
0x80cbfc12c731ed90ead47496da88a9379650fef67235a609b091d32319d8bf9a
0x15918845f727778e1d4101d56f753ea8d9f719a755d291d78367ccd5ab929537
0xc0ce9a7fc05b5884f6fa234de36bb206cae65c994bddeb464ac5559adc0df56f
0xdf07be0037b3e5ab56eb4eef78496ff7ee044ff0af509eb3ce2818616b8a4c86
0x16ffcca242b06cd9abd1f6e7bb8af9f9f8d75ed50af372f52925b94065e290bc
0x68bd26fc87a64462b32b14177eab1f4fc2deff12445588ed84ae2cbbb2ba83dc

Functions
Getter at block 21269048
SELFDESTRUCT_DELAY(view returns (uint256)
2419200
 
availableCurrencyKeys(view returns (bytes32[])
availableSynthCount(view returns (uint256)
31
decimals(view returns (uint8)
18
escrow(view returns (address)
0x971e78e0c92392a4e39099835cf7e6ab535b2227
exchangeEnabled(view returns (bool)
true
exchangeRates(view returns (address)
0x565c9eb432f4ae9633e50e1213ab4f23d8f31f54
feePool(view returns (address)
0xa8cb0b163cefb21f22c72f6a7d243184bd688a5a
gasLimitOracle(view returns (address)
0x5a556cc012642e9e38f5e764dccdda1f70808198
gasPriceLimit(view returns (uint256)
4570000000
initiationTime(view returns (uint256)
0
integrationProxy(view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
messageSender(view returns (address)
0xa107dfa919c3f084a7893a260b99586981beb528
name(view returns (string)
Synthetix Network Token
nominatedOwner(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
proxy(view returns (address)
0xc011a72400e58ecd99ee497cf89e3775d4bd732f
rewardEscrow(view returns (address)
0xb671f2210b1f6621a2607ea63e6b2dc3e2464d1f
rewardsDistribution(view returns (address)
0xffa72fd80d8a84032d855bfb67036baf45949009
selfDestructBeneficiary(view returns (address)
0xb64ff7a4a33acdf48d97dab0d764afd0f6176882
selfDestructInitiated(view returns (bool)
false
supplySchedule(view returns (address)
0xa3de830b5208851539de8e4ff158d635e8f36fcb
symbol(view returns (string)
SNX
synthetixState(view returns (address)
0x4b9ca5607f1ff8019c1c6a3c2f0cc8de622d5b82
tokenState(view returns (address)
0x5b1b5fea1b99d83ad479df0c222f0492385381dd
totalSupply(view returns (uint256)
156249999999999999999999978
Read-only
allowance(address owneraddress spenderview returns (uint256)
availableSynths(uint256view returns (address)
balanceOf(address accountview returns (uint256)
collateral(address accountview returns (uint256)
collateralisationRatio(address issuerview returns (uint256)
debtBalanceOf(address issuerbytes32 currencyKeyview returns (uint256)
effectiveValue(bytes32 sourceCurrencyKeyuint256 sourceAmountbytes32 destinationCurrencyKeyview returns (uint256)
feeRateForExchange(bytes32 sourceCurrencyKeybytes32 destinationCurrencyKeyview returns (uint256)
maxIssuableSynths(address issuerbytes32 currencyKeyview returns (uint256)
remainingIssuableSynths(address issuerbytes32 currencyKeyview returns (uint256)
synths(bytes32view returns (address)
synthsByAddress(addressview returns (bytes32)
totalIssuedSynths(bytes32 currencyKeyview returns (uint256)
transferableSynthetix(address accountview returns (uint256)
validateGasPrice(uint256 _givenGasPriceview 
State-modifying
acceptOwnership(
addSynth(address synth
approve(address spenderuint256 valuereturns (bool)
burnSynths(uint256 amount
exchange(bytes32 sourceCurrencyKeyuint256 sourceAmountbytes32 destinationCurrencyKeyreturns (bool)
initiateSelfDestruct(
issueMaxSynths(
issueSynths(uint256 amount
mint(returns (bool)
nominateNewOwner(address _owner
removeSynth(bytes32 currencyKey
selfDestruct(
setExchangeEnabled(bool _exchangeEnabled
setExchangeRates(address _exchangeRates
setFeePool(address _feePool
setGasLimitOracle(address _gasLimitOracle
setGasPriceLimit(uint256 _gasPriceLimit
setIntegrationProxy(address _integrationProxy
setMessageSender(address sender
setProtectionCircuit(bool _protectionCircuitIsActivated
setProxy(address _proxy
setSelfDestructBeneficiary(address _beneficiary
setTokenState(address _tokenState
synthInitiatedExchange(address frombytes32 sourceCurrencyKeyuint256 sourceAmountbytes32 destinationCurrencyKeyaddress destinationAddressreturns (bool)
terminateSelfDestruct(
transfer(address touint256 valuereturns (bool)
transfer(address touint256 valuebytes datareturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuebytes datareturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnerChanged(address oldOwneraddress newOwner
OwnerNominated(address newOwner
ProxyUpdated(address proxyAddress
SelfDestructBeneficiaryUpdated(address newBeneficiary
SelfDestructInitiated(uint256 selfDestructDelay
SelfDestructTerminated(
SelfDestructed(address beneficiary
SynthExchange(address indexed accountbytes32 fromCurrencyKeyuint256 fromAmountbytes32 toCurrencyKeyuint256 toAmountaddress toAddress
TokenStateUpdated(address newTokenState
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _proxyaddress _tokenStateaddress _synthetixStateaddress _owneraddress _exchangeRatesaddress _feePooladdress _supplyScheduleaddress _rewardEscrowaddress _escrowaddress _rewardsDistributionuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.