Artem
5bf108dd7f
Address staking info ( #183 )
...
* Add address staking info
* Improve staking address dropdown
* Styled update
* Update address staking UI
3 years ago
artemkolodko
30d0245cef
Fix pad
3 years ago
Artem
20aa0633c3
Add tx gas limit and usage; Refactor main screen columns ( #180 )
3 years ago
Artem
820ad94328
Refactor erc20, erc721 transfers ( #152 )
...
* Refactor erc20, erc721 transfers
* Default tx method render for regular transactions
* Add contract methods to erc transfers history
* Update styles
* Remove unused methods
* Fix imports: react-router -> react-router-dom
3 years ago
Artem
024b6984c5
Add top20 staking validators to address aliases; refactoring ( #174 )
...
* Add top20 staking validators to address aliases; refactoring
* Add Gnosis safe Mastercopy and Proxy factory contract aliases
* Minor fix
* Add Binance Gateway address
3 years ago
artemkolodko
b0e63543e9
Add date picker bounds
3 years ago
artemkolodko
7e799a4d90
Fix HRC721 token props on initial load
3 years ago
artemkolodko
e21175729f
Use etherscan format to export transactions to CSV
3 years ago
artemkolodko
405e5670ae
Fix HRC721 token title on first load, refactor
3 years ago
artemkolodko
e1d3d92ed9
Load transactions and staking transactions from node RPC
3 years ago
Artem
6747312796
Txs internal values ( #164 )
...
* Add internal values button for txs with internal transfers
* Fix types
* Revert export to CSV
* Revert .env to default
* Revert .env to default
* Add typings to useClickOutside hook
* Add transaction_extra_mark enum
* Update styles
3 years ago
Artem
50f2a34973
Get ERC20 address balances from node ( #145 )
...
* Get ERC20 address balances from node
* Update ERC20 balances from node when dropdown is opened
* Minor update
3 years ago
artemkolodko
47f8c7ff2b
Show "tx contains message" only for regular transactions
3 years ago
Victa Kwok Wai Phu
0f391b258c
update: fixed #118 by restricting contract source only when its a contract address. Also fixed issue where the ONE price not updating
3 years ago
Artem
8314df2ad4
Add check hrc ( #150 )
...
* Add Check HRC methods tool
* Add contract methods list
* Remove log
* Change success status icon
3 years ago
artemkolodko
d54fa4e621
Add txs count cache
3 years ago
artemkolodko
d5bda2314c
Filter incoming RPC txs
3 years ago
artemkolodko
4bb9668814
Show export to csv only for transactions
3 years ago
artemkolodko
2db6afa629
Add txs count params for internal txs
3 years ago
Victa Kwok Wai Phu
5657f76f6a
update: fixed typo etc based on inputs from Artem
3 years ago
Victa Kwok Wai Phu
bdef64c3ad
update: #126 revoke manager
3 years ago
artemkolodko
570ebba0bb
Add export transactions to CSV
3 years ago
Artem
6f53035ab9
Add ellipsis short view for Address and Method ( #132 )
...
* Add ellipsis short view for Address and Method in transactions history table
* Add ellipsis txs hash column
* Add ellipsis short to erc20 hash
3 years ago
Artem
907d8c5b71
Fix tx page error with any GET param; add useQuery hook ( #143 )
3 years ago
Victa Kwok Wai Phu
57e1279ae1
update: fixed #140 - did not enable button when abi not a view and does not have inputs
3 years ago
Victa Kwok Wai Phu
f7d28248da
update: added updates based on comments from Artem K
3 years ago
Victa Kwok Wai Phu
ad3cad22d7
update: added tab focus support #118 , fixed chart display #137
3 years ago
Artem
ac53dd3cfa
Feature/bridged token indicator ( #138 )
...
* Add script to retrieve bridget tokens list; add bridged token indicator to HRC20, HRC721, HRC1155 tokens list
* Set isBridged flag on erc tokens updates
3 years ago
artemkolodko
369363b407
Add txs count to address txs page
3 years ago
Victa Kwok Wai Phu
cdded1324d
update: added different environments for loading, fixed #133 , fixed #119
3 years ago
Victa Kwok Wai Phu
46c8306150
Fixed large files issue, and added support for multi-file uploads ( #125 )
...
* update: added multi-file support
* update: fixed display issue with single vs multi-file
* update: merge from latest changes in explorer
* update: .env file for testing purpose
* update: fixed issue with language parameter supplying wrong values to backend service
* update: added support for proxy
* update: fixed env for testing
* update: enabled contract verification on front end and added metamask button for proxy writes
* update: added beacon contract support and fixed issue with proxy contracts
* update: fixed .env
3 years ago
Artem
eeeba2470b
Add holders percentage ( #131 )
3 years ago
Victa Kwok Wai Phu
c19aff85c9
update: added beacon contract support and fixed issue with proxy contracts
3 years ago
Zil-B
778eb7308a
remove console log
3 years ago
Zil-B
2962c24cbd
Supports calls which return an array value
3 years ago
Victa Kwok Wai Phu
485d29db4b
update: enabled contract verification on front end and added metamask button for proxy writes
3 years ago
Zil-B
968caa73c8
Fix AbiMethodView to allow reading/writing to contracts via explorer
3 years ago
Victa Kwok Wai Phu
16fa66525d
update: added support for proxy
3 years ago
artemkolodko
e7b22651f7
Use indexer database to get txs, internal and staking txs related history
3 years ago
Victa Kwok Wai Phu
070401b29b
update: merge from latest changes in explorer
3 years ago
Victa Kwok Wai Phu
39bc7bfea6
update: fixed display issue with single vs multi-file
3 years ago
Victa Kwok Wai Phu
b6b426a416
Added contract verification support for vyper smart contracts #69 ( #87 )
...
* update: a#70 retrieve gas from transaction receipt
also added minor updates for building
* update: #70 added gasUsed field in transaction details
* display correct amount of transaction's gas fee #70 (#81 )
* update: a#70 retrieve gas from transaction receipt
also added minor updates for building
* update: #70 added gasUsed field in transaction details
Co-authored-by: victaphu <victaphu@gmail.com>
* Added gasUsed for explorer transaction details (part of #70 extension) (#84 )
* update: a#70 retrieve gas from transaction receipt
also added minor updates for building
* update: #70 added gasUsed field in transaction details
Co-authored-by: victaphu <victaphu@gmail.com>
* update: added support for vyper source verification. merged some stuff from main branch
* update: minor formatting #70
* update: front-end changes for #69 to support vyper code verification
* update: reverted the .env file to existing explorer api
* fix: gasUsed shown does not match hmy_v2_transactionReceipt
Co-authored-by: potvik <57394565+potvik@users.noreply.github.com>
Co-authored-by: victaphu <victaphu@gmail.com>
3 years ago
Artem
f375c1e5ca
Fix typos responsive, normalized ( #120 )
3 years ago
Artem
53b7b479db
Change shard0 RPC API url to "a.api.s0.t.hmny.io" ( #122 )
3 years ago
Victa Kwok Wai Phu
92d8910b97
update: added multi-file support
3 years ago
artemkolodko
c185822d10
Improve loadEvents with single useEffect
3 years ago
Artem
7089ea8a26
Feature/add logs history ( #113 )
...
* Add events history for ERC20 contracts
* Add event method decode
3 years ago
Artem
288038a836
Add message if address transactions input contains text ( #107 )
3 years ago
Artem
c006b16b95
Fix: update tx input signature on tx hash change ( #106 )
3 years ago
Artem
4675669e2e
Feature/parse tx input ( #104 )
...
* Add parsed transaction input view
* Add tx input default and hex views in dropdown list
* Refactor TransactionInput and copy notifications
* Remove useless logs
3 years ago