일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ethers v6
- erc4337 contract
- 스마트 컨트렉트 함수이름 중복
- vue기초
- 계정추상화
- 컨트렉트 동일한 함수이름 호출
- SBT표준
- 스마트컨트렉트 예약어 함수이름 중복
- ethers type
- 머신러닝기초
- ethers websocket
- 스마트컨트렉트테스트
- 러스트 기초 학습
- Vue
- 체인의정석
- 컨트렉트 배포 자동화
- 러스트기초
- ethers typescript
- erc4337
- 오블완
- ethers
- 러스트 기초
- rust 기초
- chainlink 설명
- ambiguous function description
- Vue.js
- 스마트컨트렉트 함수이름 중복 호출
- multicall
- git rebase
- 티스토리챌린지
Archives
- Today
- Total
목록컴파운드분석 (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