Synthetix Network Token
Verified contract
Active on
Ethereum with 502 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc011…732f
0x5b1b…81dd
0xfbb6…aad0
-
variable spans 23 additional slots
Balances ($0.00)
No balances found for "Synthetix Network Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11535541 | 4 years ago | | | 0 | 0.0026602710 | |
| 10387968 | 4 years ago | | | 0 | 0.0013320597 | |
| 10340884 | 4 years ago | | | 0 | 0.0013664909 | |
| 10203310 | 4 years ago | | | 0 | 0.0010798200 | |
| 10200834 | 4 years ago | | | 0 | 0.0052721546 | |
| 10200492 | 4 years ago | | | 0 | 0.0060913340 | |
| 10197750 | 4 years ago | | | 0 | 0.0049938437 | |
| 10197346 | 4 years ago | | | 0 | 0.0060920300 | |
| 10196313 | 4 years ago | | | 0 | 0.0042009200 | |
| 10195720 | 4 years ago | | | 0 | 0.0044104620 |
ABI
ABI objects
Getter at block 21161808 availableCurrencyKeys() view returns (bytes32[]) getResolverAddressesRequired() view returns (bytes32[24] addressesRequired)
MAX_ADDRESSES_FROM_RESOLVER() view returns (uint256)
24
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
availableSynthCount() view returns (uint256)
42
decimals() view returns (uint8)
18
initiationTime() view returns (uint256)
0
integrationProxy() view returns (address)
0xc011a72400e58ecd99ee497cf89e3775d4bd732f
messageSender() view returns (address)
0xece39f7ac7603f450ccdf1c257d4a3ed29c4fef3
name() view returns (string)
Synthetix Network Token
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
proxy() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
resolver() view returns (address)
0xfbb6526ed92da8915d4843a86166020d0b7baad0
selfDestructBeneficiary() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
selfDestructInitiated() view returns (bool)
false
symbol() view returns (string)
SNX
tokenState() view returns (address)
0x5b1b5fea1b99d83ad479df0c222f0492385381dd
totalSupply() view returns (uint256)
188034333369522176449519179
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)
debtBalanceOfAndTotalDebt(address _issuer, bytes32 currencyKey) view returns (uint256 debtBalance, uint256 totalSystemValue)
isResolverCached(address _resolver) view returns (bool)
isWaitingPeriod(bytes32 currencyKey) view returns (bool)
maxIssuableSynths(address _issuer) view returns (uint256)
remainingIssuableSynths(address _issuer) view returns (uint256 maxIssuable, uint256 alreadyIssued, uint256 totalSystemDebt)
resolverAddressesRequired(uint256) view returns (bytes32)
synths(bytes32) view returns (address)
synthsByAddress(address) view returns (bytes32)
totalIssuedSynths(bytes32 currencyKey) view returns (uint256)
totalIssuedSynthsExcludeEtherCollateral(bytes32 currencyKey) view returns (uint256)
transferableSynthetix(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
addSynth(address synth)
approve(address spender, uint256 value) returns (bool)
burnSynths(uint256 amount)
burnSynthsOnBehalf(address burnForAddress, uint256 amount)
burnSynthsToTarget()
burnSynthsToTargetOnBehalf(address burnForAddress)
emitExchangeRebate(address account, bytes32 currencyKey, uint256 amount)
emitExchangeReclaim(address account, bytes32 currencyKey, uint256 amount)
emitSynthExchange(address account, bytes32 fromCurrencyKey, uint256 fromAmount, bytes32 toCurrencyKey, uint256 toAmount, address toAddress)
exchange(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) returns (uint256 amountReceived)
exchangeOnBehalf(address exchangeForAddress, bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) returns (uint256 amountReceived)
initiateSelfDestruct()
issueMaxSynths()
issueMaxSynthsOnBehalf(address issueForAddress)
issueSynths(uint256 amount)
issueSynthsOnBehalf(address issueForAddress, uint256 amount)
mint() returns (bool)
nominateNewOwner(address _owner)
removeSynth(bytes32 currencyKey)
selfDestruct()
setIntegrationProxy(address _integrationProxy)
setMessageSender(address sender)
setProxy(address _proxy)
setResolverAndSyncCache(address _resolver)
setSelfDestructBeneficiary(address _beneficiary)
setTokenState(address _tokenState)
settle(bytes32 currencyKey) returns (uint256 reclaimed, uint256 refunded, uint256 numEntriesSettled)
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)
ExchangeRebate(address indexed account, bytes32 currencyKey, uint256 amount)
ExchangeReclaim(address indexed account, bytes32 currencyKey, uint256 amount)
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 _owner, uint256 _totalSupply, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.