공심정원

검색

검색 아이콘Icon to open search

외롭다. 틀린 내용 토달면 땡큐다. 퍼가기 사양. 링크 환영 💋

stETH vs wstETH

Last updated 2023-11-30

LIDO

# stETH vs. wstETH

# StETH.sol (lido-dao)

https://github.com/lidofinance/lido-dao/blob/master/contracts/0.4.24/StETH.sol

1
2
3
4
5
6
7
8
9
/**
 * @return the amount of tokens owned by the `_account`.
 *
 * @dev Balances are dynamic and equal the `_account`'s share in the amount of the
 * total Ether controlled by the protocol. See `sharesOf`.
 */
function balanceOf(address _account) external view returns (uint256) {
	return getPooledEthByShares(_sharesOf(_account));
}

# wstETH / stETH

이 둘은 linear하게 증가한다. https://data.chain.link/optimism/mainnet/crypto-eth/wsteth-steth%20exchangerate 에서 확인 가능하다.