Synth sUSD
Verified contract
Active on
Ethereum with 428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x57ab…e9d3
0x05a9…43e8
0xa70b…259a
0xffc9…3628
Balances ($0.00)
No balances found for "Synth sUSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15956044 | 2 years ago | | | 0 | 0.0010903368 | |
| 15955994 | 2 years ago | | | 0 | 0.0010437401 | |
| 15955987 | 2 years ago | | | 0 | 0.0010573474 | |
| 13002477 | 3 years ago | | | 0 | 0.0042896000 | |
| 13002463 | 3 years ago | | | 0 | 0.0041180160 | |
| 11668674 | 4 years ago | | | 0 | 0.0037362000 | |
| 11668645 | 4 years ago | | | 0 | 0.0045596280 | |
| 11668636 | 4 years ago | | | 0 | 0.0034384080 | |
| 11631924 | 4 years ago | | | 0 | 0.012030564 | |
| 10438494 | 4 years ago | | | 0 | 0.0022424400 |
ABI
ABI objects
Getter at block 21398402
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
currencyKey() view returns (bytes4)
0x73555344
decimals() view returns (uint8)
18
feePool() view returns (address)
0xa70b3c3dcd4d3cdc55992dc5bebed33da92a259a
initiationTime() view returns (uint256)
0
name() view returns (string)
Synth sUSD
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
proxy() view returns (address)
0x57ab1e02fee23774580c119740129eac7081e9d3
selfDestructBeneficiary() view returns (address)
0xea5e288b4f9d7e66da162e2af0db371783f62454
selfDestructInitiated() view returns (bool)
false
symbol() view returns (string)
sUSD
synthetix() view returns (address)
0xffc91f7088bf40f0419b451fb9d85718d8903628
tokenState() view returns (address)
0x05a9cbe762b36632b3594da4f082340e0e5343e8
totalSupply() view returns (uint256)
2658833458949762341619490
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()
setFeePool(address _feePool)
setMessageSender(address sender)
setProxy(address _proxy)
setSelfDestructBeneficiary(address _beneficiary)
setSynthetix(address _synthetix)
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)
transferFromSenderPaysFee(address from, address to, uint256 value) returns (bool)
transferFromSenderPaysFee(address from, address to, uint256 value, bytes data) returns (bool)
transferSenderPaysFee(address to, uint256 value) returns (bool)
transferSenderPaysFee(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 _synthetix, address _feePool, string _tokenName, string _tokenSymbol, address _owner, bytes4 _currencyKey)
This contract contains no fallback and receive objects.
This contract contains no error objects.