This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <MsgBoxConstants.au3> | |
| #include <AutoItConstants.au3> | |
| Local $win = "Extension: (MetaMask) - MetaMask Notification — Mozilla Firefox"; | |
| Local $endwin = "Example Domain — Mozilla Firefox"; | |
| ConsoleWrite("Ready to go.." & @CRLF) | |
| Do | |
| If WinWait($win, "", 1) > 0 Then | |
| ConsoleWrite("FOUND!!!" & @CRLF) | |
| ; Test if the window is activated and display the results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "inputs": [ | |
| { | |
| "internalType": "address", | |
| "name": "accessControl", | |
| "type": "address" | |
| }, | |
| { | |
| "internalType": "contract IBTCAddressValidator", |
OlderNewer