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