0x8fa51007…f58a·#22,431,454·view on Etherscan
fun-ethereum-mainnet-1Cannot set owner to zeroCannot transfer to selfMust be proposed ownerOnly callable by ownerCannot transfer to self3const characterId = args[0];const apiResponse = await Functions.makeHttpRequest({url: `https://swapi.info/api/people/${characterId}/`});if (apiResponse.error) {throw Error('Request failed');}const { data } = apiResponse;return Functions.encodeString(data.name);