Synth sETH
Verified contract
Active on
Ethereum with 341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5e74…31cb
0x34a5…031c
0xa70b…259a
0xffc9…3628
Balances ($6,532.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 400 | $16.33 |
$6,532 | |
0x1a89…38b4 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9646551 | 5 years ago | | | 0 | 0.00074781600 | |
| 9646542 | 5 years ago | | | 0 | 0.000093477000 | |
| 9615239 | 5 years ago | | | 0 | 0.00023530500 | |
| 9531683 | 5 years ago | | | 0 | 0.000073953000 | |
| 9475899 | 5 years ago | | | 0 | 0.00047779011 | |
| 9475891 | 5 years ago | | | 0 | 0.00047779011 | |
| 9321974 | 5 years ago | | | 0 | 0.00074772000 | |
| 9298301 | 5 years ago | | | 0 | 0.00071039508 | |
| 9253673 | 5 years ago | | | 0 | 0.00074781600 | |
| 9225829 | 5 years ago | | | 0 | 0.000093477000 |
ABI
ABI objects
Getter at block 21423837
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
currencyKey() view returns (bytes4)
0x73455448
decimals() view returns (uint8)
18
feePool() view returns (address)
0xa70b3c3dcd4d3cdc55992dc5bebed33da92a259a
initiationTime() view returns (uint256)
0
name() view returns (string)
Synth sETH
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
proxy() view returns (address)
0x5e74c9036fb86bd7ecdcb084a0673efc32ea31cb
selfDestructBeneficiary() view returns (address)
0xb64ff7a4a33acdf48d97dab0d764afd0f6176882
selfDestructInitiated() view returns (bool)
false
symbol() view returns (string)
sETH
synthetix() view returns (address)
0xffc91f7088bf40f0419b451fb9d85718d8903628
tokenState() view returns (address)
0x34a5ef81d18f3a305ae9c2d7df42beef4c79031c
totalSupply() view returns (uint256)
17643821088667559351153
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.