Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb3f6…8429
0xbf09…59d5
Balances ($0.00)
No balances found for "Synth XDR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8672789 | 5 years ago | | | 0 | 0.00011667000 | |
| 8623893 | 5 years ago | | | 0 | 0.0012025600 | |
| 8623491 | 5 years ago | | | 0 | 0.00089959560 |
ABI
ABI objects
Getter at block 21179342
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
currencyKey() view returns (bytes32)
0x5844520000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
feePoolProxy() view returns (address)
0xb440dd674e1243644791a4adfe3a2abb0a92d309
initiationTime() view returns (uint256)
0
integrationProxy() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Synth XDR
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
proxy() view returns (address)
0xb3f67de9a919476a4c0fe821d67bf5c4637d8429
selfDestructBeneficiary() view returns (address)
0xb64ff7a4a33acdf48d97dab0d764afd0f6176882
selfDestructInitiated() view returns (bool)
false
symbol() view returns (string)
XDR
synthetixProxy() view returns (address)
0xc011a72400e58ecd99ee497cf89e3775d4bd732f
tokenState() view returns (address)
0xbf093390d8046ae2d0f5465dec7001d65dc159d5
totalSupply() view returns (uint256)
127940749980338927841666
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
initiateSelfDestruct()
issue(address account, uint256 amount)
nominateNewOwner(address _owner)
selfDestruct()
setFeePoolProxy(address _feePoolProxy)
setIntegrationProxy(address _integrationProxy)
setMessageSender(address sender)
setProxy(address _proxy)
setSelfDestructBeneficiary(address _beneficiary)
setSynthetixProxy(address _synthetixProxy)
setTokenState(address _tokenState)
setTotalSupply(uint256 amount)
terminateSelfDestruct()
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value, bytes data) returns (bool)
triggerTokenFallbackIfNeeded(address sender, address recipient, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed account, uint256 value)
FeePoolUpdated(address newFeePool)
Issued(address indexed account, uint256 value)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
ProxyUpdated(address proxyAddress)
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
SynthetixUpdated(address newSynthetix)
TokenStateUpdated(address newTokenState)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _proxy, address _tokenState, address _synthetixProxy, address _feePoolProxy, string _tokenName, string _tokenSymbol, address _owner, bytes32 _currencyKey, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.