Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "unshETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19662690 | 7 months ago | | | 0 | 0.0012842435 | |
| 19021707 | 10 months ago | | | 0 | 0.00075739102 | |
| 19021707 | 10 months ago | | | 0 | 0.00075739102 | |
| 18692383 | a year ago | | | 0 | 0.00098312054 | |
| 18692380 | a year ago | | | 0 | 0.0010675373 | |
| 18692380 | a year ago | | | 0 | 0.0010675373 | |
| 18650583 | a year ago | | | 0 | 0.00055156457 | |
| 18650582 | a year ago | | | 0 | 0.00056959651 | |
| 18534446 | a year ago | | | 0 | 0.00097910732 | |
| 18180784 | a year ago | | | 0 | 0.00037712412 |
ABI
ABI objects
Getter at block 21282743
DOMAIN_SEPARATOR() view returns (bytes32)
0x9cd30db39ee98939766ea8b307ffbf0104ef9ffb4ec5544c9684b042093d672d
LSDRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
unshETH Ether
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd88e7d30f7548b7a7c6bfe513629724916449e6d
symbol() view returns (string)
unshETH
timelock_address() view returns (address)
0xd88e7d30f7548b7a7c6bfe513629724916449e6d
totalSupply() view returns (uint256)
15918260828771243044
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
minters_array(uint256) view returns (address)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
addMinter(address minter_address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
minter_burn_from(address b_address, uint256 b_amount)
minter_mint(address m_address, uint256 m_amount)
nominateNewOwner(address _owner)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeMinter(address minter_address)
setTimelock(address _timelock_address)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address minter_address)
MinterRemoved(address minter_address)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
TimelockChanged(address timelock_address)
TokenMinterBurned(address indexed from, address indexed to, uint256 amount)
TokenMinterMinted(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creator_address, address _timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.