일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 머신러닝기초
- 프록시배포구조
- 스마트컨트렉트테스트
- 티스토리챌린지
- 스마트컨트렉트프록시
- rust 기초
- 러스트기초
- git rebase
- 스마트컨트렉트 함수이름 중복 호출
- ethers v6
- vue기초
- 컨트렉트 배포 자동화
- multicall
- ambiguous function description
- SBT표준
- Vue
- Vue.js
- 러스트 기초
- ethers type
- 오블완
- 체인의정석
- ethers
- chainlink 설명
- nest.js설명
- ethers typescript
- 컨트렉트 동일한 함수이름 호출
- 스마트 컨트렉트 함수이름 중복
- ethers websocket
- 스마트컨트렉트 예약어 함수이름 중복
- 러스트 기초 학습
Archives
- Today
- Total
목록compund v2 (1)
체인의정석
컴파운드 분석 3편 - CToken & Comptroller (transfer, 유동성체크, 이자율 체크, 청산)
branch version 2.8 기준 1. 초기값 설정해주기 function initialize(ComptrollerInterface comptroller_, InterestRateModel interestRateModel_, uint initialExchangeRateMantissa_, string memory name_, string memory symbol_, uint8 decimals_) public { require(msg.sender == admin, "only admin may initialize the market"); require(accrualBlockNumber == 0 && borrowIndex == 0, "market may only be initialized once"); //..
블록체인/디파이
2022. 12. 16. 14:59