otterscan/src
Willian Mitsuda ae619a5d9e Remove webpack annotations 2022-08-05 18:54:30 -03:00
..
address Add eoa/contract indicator to contract creator addr on addr page 2022-03-24 15:39:09 -03:00
api/address-resolver Rename and standardize Faucet prefix 2022-04-05 18:21:51 -03:00
block Remove AddressCollectors and batchResolver 2021-12-16 23:22:56 -03:00
components Apply USD oracle to internal ETH transfers section 2022-04-11 14:56:16 -03:00
search Add new eoa/contract legend to addresses in search results list/tx details page 2022-03-01 23:33:07 -03:00
sourcify Add custom error decoding 2021-12-13 21:03:13 -03:00
special/london Use native ethereum-lists/chains json format; dont reinvent the wheel 2022-04-02 14:56:36 -03:00
transaction Apply USD oracle to internal ETH transfers section 2022-04-11 14:56:16 -03:00
Address.tsx Remove webpack annotations 2022-08-05 18:54:30 -03:00
AddressTransactionByNonce.tsx Fix display of error message while loading tx by nonce 2022-02-01 16:01:23 -03:00
App.tsx Remove webpack annotations 2022-08-05 18:54:30 -03:00
Block.tsx Use native ethereum-lists/chains json format; dont reinvent the wheel 2022-04-02 14:56:36 -03:00
BlockTransactions.tsx Migrate to react-router v6 2021-11-25 06:28:45 -03:00
ConnectionErrorPanel.tsx For some reason it is needed for tree shaking 2021-08-08 03:51:21 -03:00
ContentFrame.tsx Initial public alpha version 2021-07-01 15:47:23 -03:00
Faucets.tsx Only enable faucets on chains explicitly flagged as network === testnet 2022-04-11 01:04:56 -03:00
Footer.tsx Add different highlight color on testnets 2021-07-24 05:33:13 -03:00
Header.tsx Hide ENS label when network does not support it 2022-02-18 03:39:37 -03:00
Home.tsx Hide ENS label when network does not support it 2022-02-18 03:39:37 -03:00
Logo.tsx Fix home screen flickering 2021-10-22 09:29:54 -03:00
Main.tsx Extract common search logic 2021-11-25 06:44:25 -03:00
PageNotFound.tsx Add 404 page 2022-01-31 15:53:25 -03:00
PriceBox.tsx Use native ethereum-lists/chains json format; dont reinvent the wheel 2022-04-02 14:56:36 -03:00
SourcifyMenu.tsx Remove Sourcify integration method: local snapshot 2021-10-22 15:59:45 -03:00
StandardFrame.tsx Fix missing bottom padding grow 2021-10-22 15:08:46 -03:00
StandardSubtitle.tsx Initial public alpha version 2021-07-01 15:47:23 -03:00
TokenTransferItem.tsx First working version of token/usd oracle support; add support to token transfers section on tx details 2022-04-07 22:48:59 -03:00
Transaction.tsx Basic nonce locator URL 2022-01-29 19:40:26 -03:00
TransactionPageContent.tsx Remove webpack annotations 2022-08-05 18:54:30 -03:00
WarningHeader.tsx Add support for sepolia testnet 2022-02-15 17:58:10 -03:00
erc20.json Initial public alpha version 2021-07-01 15:47:23 -03:00
highlight-init.ts Allow highlight.js tree shaking; reduced production bundle size 2021-10-20 19:23:10 -03:00
hooks.ts Move hook 2021-12-04 16:33:07 -03:00
index.css Extract action button theme 2021-09-01 18:12:35 -03:00
index.tsx Replace deprecated react-helmet 2021-10-25 15:14:01 -03:00
nodeFunctions.ts Use more specific import to allow ethers tree shaking 2021-08-08 19:49:45 -03:00
otter.jpg Using import for image 2021-10-21 18:28:38 -03:00
params.ts Add contract creator panel to address overview page 2022-02-19 07:42:36 -03:00
react-app-env.d.ts Preload title font 2021-10-24 05:51:05 -03:00
reportWebVitals.ts Initial public alpha version 2021-07-01 15:47:23 -03:00
setupTests.ts Initial public alpha version 2021-07-01 15:47:23 -03:00
types.ts Fix tabs when search by ens name; fix contract creation on block txs results 2021-12-04 16:54:27 -03:00
url.ts Parameterize chain info using ethereum-lists/chains submodule 2022-03-28 14:10:42 -03:00
use4Bytes.ts Remove fourBytesMap usage; replace everything by swr 2021-12-18 21:13:35 -03:00
useAppConfig.ts Turn sourcify intergration mode into a global config 2021-09-23 18:25:52 -03:00
useBlockTagContext.tsx Add eoa/contract indicator to contract creator addr on addr page 2022-03-24 15:39:09 -03:00
useChainInfo.ts Only enable faucets on chains explicitly flagged as network === testnet 2022-04-11 01:04:56 -03:00
useConfig.ts Fixes for the production docker image 2021-07-09 14:13:31 -03:00
useErigonHooks.ts Assume immutable by default 2022-03-05 21:08:55 -03:00
useLatestBlock.ts Use more specific import to allow ethers tree shaking 2021-08-08 19:49:45 -03:00
usePriceOracle.ts Simplify SWR code 2022-04-10 01:51:52 -03:00
useProvider.ts Start using JsonRpcBatchProvider from ethers instead of the regular one to optimize for big txs 2021-11-01 16:17:48 -03:00
useResolvedAddresses.ts Disable search by ENS name if network does not support it 2022-02-18 03:46:37 -03:00
useRuntime.ts Use more specific import to allow ethers tree shaking 2021-08-08 19:49:45 -03:00
useSelectedTransaction.ts Extract utility component TransactionAddress 2021-11-07 08:21:56 -03:00
useSelection.ts Retrofit the AddressHighlighter into the new generic SelectionHighlighter 2021-10-28 05:33:41 -03:00
useTopic0.ts Support trial and error of multiple event signatures 2021-10-13 15:34:30 -03:00
vite-env.d.ts Remove react-scripts 2022-08-04 20:03:29 -03:00