일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스마트컨트렉트테스트
- ethers websocket
- ethers typescript
- multicall
- nest.js설명
- ethers
- 러스트 기초
- 러스트기초
- ethers v6
- vue기초
- 깃허브명령어
- nestjs 튜토리얼
- 프록시배포구조
- chainlink 설명
- 스마트컨트렉트 함수이름 중복 호출
- rust 기초
- ethers type
- git rebase
- 러스트 기초 학습
- SBT표준
- Vue.js
- 컨트렉트 배포 자동화
- 머신러닝기초
- Vue
- 스마트컨트렉트 예약어 함수이름 중복
- ambiguous function description
- 컨트렉트 동일한 함수이름 호출
- 스마트 컨트렉트 함수이름 중복
- 체인의정석
- 스마트컨트렉트프록시
Archives
- Today
- Total
체인의정석
Solidity에서 bytes, bytes32 console.log로 찍는법 본문
728x90
반응형
https://github.com/NomicFoundation/hardhat/issues/2043
console.logBytes
console.logBytes32
해당 2개를 이용하면 bytes 타입도 console.log로 찍어볼 수 있다.
다만 console.logBytes(bytes) 안의 bytes에는 bytes 타입빼고 다른게 오면 안된다. 일반 console.log는 문자열과 함께 사용했지만 여기서는 logBytes앞에 문자열 log를 따로 작성한 후에 디버깅을 진행하였다.
728x90
반응형
'블록체인 > Solidity' 카테고리의 다른 글
ERC721,1155 receiver (0) | 2024.04.05 |
---|---|
create2 & create3에서의 Owner msg.sender 처리 (0) | 2024.03.28 |
solidity error : reverted with panic code 0x32, 동적 배열 사용시 발생하는에러 (0) | 2024.01.12 |
SyntaxError: Identifier expected. 'const' is a reserved word that cannot be used here. 에러 해결 (1) | 2024.01.08 |
Solidity Create와 Create2 (0) | 2024.01.08 |
Comments