Raft Wrapped liquid staked Ether 2.0 collateral
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Raft Wrapped liquid staked Ether 2.0 collateral"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Raft Wrapped liquid staked Ether 2.0 collateral"
ABI
ABI objects
Getter at block 21193203
INDEX_PRECISION() view returns (uint256)
1000000000000000000
currentIndex() view returns (uint256)
987337204463400046
decimals() view returns (uint8)
18
name() view returns (string)
Raft Wrapped liquid staked Ether 2.0 collateral
positionManager() view returns (address)
0x5f59b322eb3e16a0c78846195af1f588b77403fc
symbol() view returns (string)
rwstETH-c
totalSupply() view returns (uint256)
6626193493862380478
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address, uint256) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address, uint256) returns (bool)
increaseAllowance(address, uint256) returns (bool)
mint(address to, uint256 amount)
setIndex(uint256 backingAmount)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ERC20IndexableDeployed(address positionManager)
IndexUpdated(uint256 newIndex)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address positionManager_, string name_, string symbol_)
This contract contains no fallback and receive objects.
CallerIsNotPositionManager(address caller)
NotSupported()
PositionManagerCannotBeZero()