We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.9.2
abi
pack() of "address" with a bytes20-equivalent should just pack directly.
pack()
"address"
ethers.js/src.ts/hash/solidity.ts
Lines 83 to 89 in 6017d3d
Lines 16 to 20 in 6017d3d
ethers.solidityPackedKeccak256(['address'], [new Uint8Array(20]);
No response
TypeError: invalid address (argument="address", value=0x0000000000000000000000000000000000000000, code=INVALID_ARGUMENT, version=6.9.2)
node.js (v12 or newer)
The text was updated successfully, but these errors were encountered:
ricmoo
No branches or pull requests
Ethers Version
6.9.2
Search Terms
abi
Describe the Problem
pack()
of"address"
with a bytes20-equivalent should just pack directly.ethers.js/src.ts/hash/solidity.ts
Lines 83 to 89 in 6017d3d
ethers.js/src.ts/hash/solidity.ts
Lines 16 to 20 in 6017d3d
Code Snippet
Contract ABI
No response
Errors
TypeError: invalid address (argument="address", value=0x0000000000000000000000000000000000000000, code=INVALID_ARGUMENT, version=6.9.2)
Environment
node.js (v12 or newer)
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: