일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 러스트 기초
- 러스트기초
- 컨트렉트 동일한 함수이름 호출
- 스마트컨트렉트 예약어 함수이름 중복
- git rebase
- redux toolkit 설명
- 계정추상화
- ambiguous function description
- SBT표준
- rust 기초
- redux 기초
- ethers type
- 러스트 기초 학습
- Vue.js
- erc4337 contract
- 오블완
- ethers websocket
- vue기초
- cloud hsm 사용하기
- erc4337
- 스마트컨트렉트 함수이름 중복 호출
- cloud hsm
- 스마트 컨트렉트 함수이름 중복
- Vue
- 티스토리챌린지
- ethers v6
- 체인의정석
- cloud hsm 서명
- 머신러닝기초
- ethers typescript
Archives
- Today
- Total
체인의정석
ether.js에서 HexPad 하기 본문
728x90
const paddedOriginChain = ethers.utils.hexZeroPad("0x1", 32)
=>
paddedOriginChain >>> 0x0000000000000000000000000000000000000000000000000000000000000001
728x90
반응형
'블록체인 > Ethers & web3' 카테고리의 다른 글
ether.js에서 abi encode 하기 (0) | 2022.02.14 |
---|---|
ethers.js에서 keccak256 사용하기 (0) | 2022.02.13 |
hardhat 오류 해결) bytes32 형태의 값 넣는 방법 (0) | 2022.01.27 |
hardhat 사용법 정리 04- 테스트코드 작성하기 2 (0) | 2022.01.19 |
hardhat 사용법 정리 03- 테스트코드 작성하기 (0) | 2022.01.18 |
Comments