KNOWN_SHARE_TOKEN_ERROR_MESSAGES
Documentation for eth_defi.erc_4626.vault.KNOWN_SHARE_TOKEN_ERROR_MESSAGES data.
- KNOWN_SHARE_TOKEN_ERROR_MESSAGES = frozenset({'Bad Request', 'Execution reverted', 'InvalidTransaction', 'VM execution error', 'execution reverted', 'out of gas'})
Known error messages that indicate that share() accessor function is not accessible and contract is ERC-4626, not ERC-7540. Because all EVM clones have different behavior on execution reverted, this is a bit of a shitshow.