With IT

With IT

  • 분류 전체보기 (112)
    • BlockChain (17)
    • Java (5)
    • Kotlin (10)
    • Android (62)
    • Dagger (0)
    • iOS (9)
    • SpringFramework (7)
    • Database (0)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록
  • inpock
RSS 피드
로그인
로그아웃 글쓰기 관리

With IT

컨텐츠 검색

태그

Web3.0 이더리움 코인 스마트계약 가스비용절약 Ethereum blockchain 블록체인 크로스체인 티스토리챌린지 오블완 비트코인 사이드체인 폴카닷 코스모스 솔라나 solidity 폴리곤 솔리디티 remix

최근글

댓글

공지사항

아카이브

ether(1)

  • EtherWeiConverter

    // SPDX-License-Identifier: MITpragma solidity ^0.8.0;contract EtherWeiConverter { // wei를 ether로 변환 function weiToEther(uint256 weiAmount) public pure returns (uint256) { return weiAmount / 1 ether; } // ether를 wei로 변환 function etherToWei(uint256 etherAmount) public pure returns (uint256) { return etherAmount * 1 ether; // 1 ether == (10**18) } // wei를 gwei로 변..

    2025.01.09
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바