...ith("0x") ? hexString.slice(2) : hexString;
// Convert to BigInt to handle large numbers
return BigInt("0x" + hex).toString();
} catch (error) {
return hexString; // Return original if conversion fails
}
}
// Process all receipts in the block
data[0].receipts.forEach...
...xternal {
// case 1: query to contract SupportNone without revert and return false
assertFalse(testing.supportsERC165InterfaceUnchecked(address(supportNone), type(IERC165).interfaceId));
assertFalse(testing.supportsERC165InterfaceUnchecked(address(supportNone), INTERFACE_I...
...
/**
* Get the address of the associated token account for a given mint and owner
*
* @param mint Token mint account
* @param owner Owner of the new account
* @param allowOwnerOffCurve Allow the owner account to be a PDA (Program Derived Addres...