This contract is being backfilled. You may encounter incomplete storage history.

Synthetix Network Token

Verified contract

Active on Ethereum with 3,590 txns
Deployed by via 0x615a94d6 at 8971463
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"

0x886570e1953994d6fa130396cfc38b9db53609776b1737de3d5854674fcd18e1
0x25455ff0b07ed81ec29ba94d51f90148b37d57ac812f2fc5d5cbf2fbd0f900e0
0x6b9e7a5b42588b1482c659d3b27cab6751c7eda3c5f82fe2679223f3c25701d0
0x484e2d5e7ff0bf34c0527b3126e063edf8da4b2b3656cc3225151fc4e9c5a170
0x414c44080bbaf468080e6de19e05c298fae2a6c3cb10c1e6bda0f7e6d2796560
0x55c2b92b9afdf3a293d73f6c88487f07291dfaa29244ae17b45b54c96c5d722e
0x48e25ac9efef85dde38686ee0594a2f682afadca44ed50a061b695d4673ec369
0x273da75fde90b117cfe5be1a5789aaeaa8ccdfb7c253c1ee8f9953f158a55017
0xf5069e823b8cc43ddaf98810e7dcf5d519f31e26239f307a297cd7bdac1a0484
0x3d6bfb525141423b3b6d08aba92f30c4a92b3b2b8b9a421a48265cdcfc91ca59

Functions
Getter at block 20792997
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)
0xb211e3b026b6db2f65f5c5ec03d44bb97bb69fb8
gasLimitOracle(view returns (address)
0x5a556cc012642e9e38f5e764dccdda1f70808198
gasPriceLimit(view returns (uint256)
9000000000
initiationTime(view returns (uint256)
0
integrationProxy(view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
messageSender(view returns (address)
0x023b26c83b7cbfec9f895fad79ad87f22f9dff57
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)
153365384615384615384615364
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(bytes32 currencyKeyuint256 amount
exchange(bytes32 sourceCurrencyKeyuint256 sourceAmountbytes32 destinationCurrencyKeyreturns (bool)
initiateSelfDestruct(
issueMaxSynths(bytes32 currencyKey
issueSynths(bytes32 currencyKeyuint256 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.