Synthetix Network Token
Verified contract
Active on
Ethereum with 4,289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b1b…81dd
0x94db…9017
0x971e…2227
0xb671…4d1f
0x4b9c…5b82
0xa05e…b521
0xffa7…9009
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRQ | ERC-20 | 200 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10365003 | 4 years ago | | | 0 | 0.0010165050 | |
| 10364093 | 4 years ago | | | 0 | 0.0013432200 | |
| 10364030 | 4 years ago | | | 0 | 0.0011544600 | |
| 9519399 | 5 years ago | | | 0 | 0.00066159744 | |
| 9519301 | 5 years ago | | | 0 | 0.00050906856 | |
| 9519261 | 5 years ago | | | 0 | 0.00051367500 | |
| 9519176 | 5 years ago | | | 0 | 0.00052983864 | |
| 9518732 | 5 years ago | | | 0 | 0.00030573936 | |
| 9518685 | 5 years ago | | | 0 | 0.00030807000 | |
| 9518661 | 5 years ago | | | 0 | 0.00034215000 |
ABI
ABI objects
Getter at block 21172187 availableCurrencyKeys() view returns (bytes32[])
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
availableSynthCount() view returns (uint256)
31
decimals() view returns (uint8)
18
escrow() view returns (address)
0x971e78e0c92392a4e39099835cf7e6ab535b2227
exchangeEnabled() view returns (bool)
true
exchangeRates() view returns (address)
0x9d7f70af5df5d5cc79780032d47a34615d1f1d77
feePool() view returns (address)
0x94dba784e87a3f5f12e25ec98bf14233c1e69017
gasLimitOracle() view returns (address)
0x5a556cc012642e9e38f5e764dccdda1f70808198
gasPriceLimit() view returns (uint256)
5000000000
initiationTime() view returns (uint256)
0
integrationProxy() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
messageSender() view returns (address)
0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
name() view returns (string)
Synthetix Network Token
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
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)
0xa05e45396703babaa9c276b5e5a9b6e2c175b521
symbol() view returns (string)
SNX
synthetixState() view returns (address)
0x4b9ca5607f1ff8019c1c6a3c2f0cc8de622d5b82
tokenState() view returns (address)
0x5b1b5fea1b99d83ad479df0c222f0492385381dd
totalSupply() view returns (uint256)
170973693163573815701442273
Read-only
allowance(address owner, address spender) view returns (uint256)
availableSynths(uint256) view returns (address)
balanceOf(address account) view returns (uint256)
collateral(address account) view returns (uint256)
collateralisationRatio(address issuer) view returns (uint256)
debtBalanceOf(address issuer, bytes32 currencyKey) view returns (uint256)
effectiveValue(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) view returns (uint256)
feeRateForExchange(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) view returns (uint256)
maxIssuableSynths(address issuer, bytes32 currencyKey) view returns (uint256)
remainingIssuableSynths(address issuer, bytes32 currencyKey) view returns (uint256)
synths(bytes32) view returns (address)
synthsByAddress(address) view returns (bytes32)
totalIssuedSynths(bytes32 currencyKey) view returns (uint256)
transferableSynthetix(address account) view returns (uint256)
validateGasPrice(uint256 _givenGasPrice) view
State-modifying
Events acceptOwnership()
addSynth(address synth)
approve(address spender, uint256 value) returns (bool)
burnSynths(uint256 amount)
exchange(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) returns (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 from, bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey, address destinationAddress) returns (bool)
terminateSelfDestruct()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
ProxyUpdated(address proxyAddress)
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
SynthExchange(address indexed account, bytes32 fromCurrencyKey, uint256 fromAmount, bytes32 toCurrencyKey, uint256 toAmount, address toAddress)
TokenStateUpdated(address newTokenState)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _proxy, address _tokenState, address _synthetixState, address _owner, address _exchangeRates, address _feePool, address _supplySchedule, address _rewardEscrow, address _escrow, address _rewardsDistribution, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.