일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ethers websocket
- 머신러닝기초
- ethers typescript
- ethers v6
- 컨트렉트 배포 자동화
- ethers
- 러스트기초
- erc4337 contract
- 스마트컨트렉트 함수이름 중복 호출
- Vue.js
- 티스토리챌린지
- multicall
- chainlink 설명
- erc4337
- 체인의정석
- 러스트 기초 학습
- Vue
- ambiguous function description
- 스마트컨트렉트테스트
- 러스트 기초
- git rebase
- 컨트렉트 동일한 함수이름 호출
- 스마트 컨트렉트 함수이름 중복
- rust 기초
- SBT표준
- ethers type
- 오블완
- 스마트컨트렉트 예약어 함수이름 중복
- 계정추상화
- vue기초
- Today
- Total
목록분류 전체보기 (496)
체인의정석
실제 유동성 풀을 제공할때는 Zapper라는 서비스에서 하나의 자산으로 만들어주는 걸 많이 사용한다고 한다. https://etherscan.io/address/0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f#code Uniswap V2: Factory Contract | Address 0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f | Etherscan The Contract Address 0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f page allows users to view the source code, transactions, balances, and analytics for the contract addr..
zapper 코드를 분석하다가 Address 부분을 발견하여 글로 한번 남겨본다. https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Address.sol GitHub - OpenZeppelin/openzeppelin-contracts: OpenZeppelin Contracts is a library for secure smart contract development. OpenZeppelin Contracts is a library for secure smart contract development. - GitHub - OpenZeppelin/openzeppelin-contracts: OpenZeppelin ..

uniswapV2Router를 보니 같은 함수가 2개씩 (이름만 다르게) 있는 것을 확인 할 수 있었다. 주석에는 보낼때마다 수수료가 발생하는 토큰의 경우 사용한다고 한다. https://github.com/ethereum/EIPs/issues/3214 ERC20 Extending: token with fee on transfer · Issue #3214 · ethereum/EIPs Simple Summary Extending ERC20 interface for tokens with fee on transfer. Abstract This standard defines new interfaces a token with fee on transfer should implement, while remaining..

소스 코드 위치 https://github.com/Uniswap/v2-periphery GitHub - Uniswap/v2-periphery: 🎚 Peripheral smart contracts for interacting with Uniswap V2 🎚 Peripheral smart contracts for interacting with Uniswap V2 - GitHub - Uniswap/v2-periphery: 🎚 Peripheral smart contracts for interacting with Uniswap V2 github.com 일단 여기서 파일은 크게 3개가 있는데 Migrater와 Router 1, Router 2 이렇게 3개가 여기에 해당된다. UniswapV2Migrator Migr..

https://it-timehacker.tistory.com/339 UniswapV2 정리 - UniswapV2Pair & UniswapV2ERC20 컨트렉트 https://github.com/Uniswap/v2-core/tree/master/contracts GitHub - Uniswap/v2-core: 🎛 Core smart contracts of Uniswap V2 🎛 Core smart contracts of Uniswap V2. Contribute to Uniswap/v2-core developm.. it-timehacker.tistory.com Uniswap V2 Factory의 경우 1에서 살펴본 UniswapV2Pair에 대한 변수나 정보를 관리해주는 함수이다. 일단 UniswapV2 Fa..

https://github.com/Uniswap/v2-core/tree/master/contracts GitHub - Uniswap/v2-core: 🎛 Core smart contracts of Uniswap V2 🎛 Core smart contracts of Uniswap V2. Contribute to Uniswap/v2-core development by creating an account on GitHub. github.com 참고) 수수료 관련해서는 현재 기준 LP 풀이 0.3%를 전부 가져간다고 한다. 트위터에서 피드백을 주신분이 있어서 알 수 있었다. (감사합니다!) https://twitter.com/Ingtellect/status/1585277179276845058 1. UniswapV2..

1. 유니스왑 V2 공식 페이지 https://docs.uniswap.org/protocol/V2/introduction The Uniswap V2 Protocol | Uniswap Welcome to the Uniswap protocol V2 docs. docs.uniswap.org 2. 유니스왑 V2 관련 블로그 https://velog.io/@wrjang96/Uniswap-Core Uniswap-V2-Core 코드 공부 내용 정리 https://github.com/Uniswap/uniswap-v2-core velog.io https://boohyunsik.tistory.com/10 [Defi] Uniswap V2 Architecture 분석 유니스왑 코드를 뜯어보다 보니, 다른 소프트웨어도 다 그렇..

유니티 기초 먼저 유니티를 설치하는 법은 아래 공식 사이트를 통해서 해볼 수 있습니다. 1단계 필수 과정 준비하기 (모든 튜토리얼의 기초) https://learn.unity.com/tutorial/get-ready-for-unity-essentials Unity 필수 과정 준비 - Unity Learn Unity 필수 과정 학습 길잡이에 오신 것을 환영합니다. 이 튜토리얼에서는 Unity 필수 과정을 시작하기 위해 준비해야 할 사항이나 학습자의 상황에 가장 적합한 단계를 안내해 드립니다. learn.unity.com 1. 유니티 설치하기 https://learn.unity.com/tutorial/install-the-unity-hub-and-editor 유니티 회원가입후에 여기서 그냥 나온대로 쭉쭉 진..