Ocean.sol
WRAPPED_ETHER_ID()
/// @notice this is the oceanId used for shETH
/// @dev hexadecimal(ascii("shETH"))
uint256 public immutable WRAPPED_ETHER_ID;unwrapFeeDivisor()
/// @notice Used to calculate the unwrap fee
/// unwrapFee = unwrapAmount / unwrapFeeDivisor
/// Because this uses integer division, the fee is always rounded down
/// If unwrapAmount < unwrapFeeDivisor, unwrapFee == 0
uint256 public unwrapFeeDivisor;doInteraction()
Parameter Name
Type
Description
Parameter Name
Type
Description
doMultipleInteractions()
Parameter Name
Type
Description
Parameter Name
Type
Description
forwardedDoInteraction()
Parameter Name
Type
Description
Parameter Name
Type
Description
forwardedDoMultipleInteractions()
Parameter Name
Type
Description
Parameter Name
Type
Description
registerNewTokens()
Parameter Name
Type
Description
supportsInterface()
Other methods
uri()
onERC721Received()
onERC1155Received()
onERC1155BatchReceived()
balanceOf()
balanceOfBatch()
setApprovalForAll()
isApprovedForAll()
safeTransferFrom()
safeBatchTransferFrom()
Last updated

