James Brown
James Brown
Compare: `` vs `` The balanceOf is expected to be more volatile than the getStreet value. Adding a volatile attribute will help to give a hint for wallet run speed...
Provide a method to assert and revoke the authenticity of an ERC5169 client script for token contracts.
Why: Speeds up and simplifies balance query for ERC721. First detect the ERC721Enumerable interface in your Token interface check: ERC721Enumerable Interface hash: ```0x780e9d63``` Then using this contract call: ```function tokenOfOwnerByIndex(address...
When using scriptURI() if the script is located on IPFS it is assumed to be certified. See https://eips.ethereum.org/EIPS/eip-5169#security-considerations Using IPFS, the script location fixes the script integrity. Refer to https://github.com/AlphaWallet/alpha-wallet-android/issues/2785
Reproduce: 1. Have any wallet with NFTs (or watch 0xA20efc4B9537d27acfD052003e311f762620642D and switch on Rinkeby) 2. Click on Activity pane. 3. Click on NFT transfer. 4. See this screen (or one...
RPC, chain ID etc data: https://status.sepolia.org/ https://chainlist.org/chain/11155111 https://github.com/eth-clients/sepolia https://sepolia.dev/ Etherscan: Block Explorer: https://sepolia.etherscan.io/tx/ API: https://api-sepolia.etherscan.io/api? Icon:  Chain Colour: #67b1d4
For ERC20: add the token address to the end of the 'Info' page under a 'Details' header, allow it to be copied to clipboard. For NFT: add a copy box...
Add a prototype 'expand NFT' switch, similar to the one in the NFTActivity fragment view where you can see all the NFTs on an account, switching between different view styles....
EIP4337 is a neat and official way to make multi-sig wallets and social recovery wallets, and to reduce TX fees by bundling transactions. ### EIP4337: Account Abstraction With EIP4337 there's...
If Transaction is a constructor: - Display transaction as 'Constructor' in ActionSheet - Display Transaction Deployment Address (*) (*) See `class EthUtils` -> `calculateContractAddress(String account, long nonce)` It might make...