Skip to content

Instantly share code, notes, and snippets.

@jtriley-eth
Last active January 26, 2022 20:25
Show Gist options
  • Save jtriley-eth/92f9c9bb315bc40801a3b12d22225225 to your computer and use it in GitHub Desktop.
Save jtriley-eth/92f9c9bb315bc40801a3b12d22225225 to your computer and use it in GitHub Desktop.
Biconomy Function Signatures

Biconomy Function Signatures

// ---------------------------------- //
// signature
"getNonce(address,uint256)"

// keccak256 hash
0x895358038f2a11adf6dc83f52acf8e031067227760d4efa3d9a55399e3a98616

// selector
0x89535803

// ---------------------------------- //
// signature
"verifyPersonalSign((address,address,address,uint256,uint256,uint256,uint256,uint256,bytes),bytes)"

// keccak256 hash
0x6e4cb0754a6bca51ab1ca8e94bc12070f54889952a97b59b1142e5159b807112

// selector
0x6e4cb075

// ---------------------------------- //
// signature
"executePersonalSign((address,address,address,uint256,uint256,uint256,uint256,uint256,bytes),bytes)"

// keccak256 hash
0x8171e632a89eb6d158cd75817993d0619f77be1ca81af4dc89b380e9290286db

// selector
0x8171e632
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment