【單位】
Unit
wei value
wei
ether value
pragma solidity ^0.8.11;
contract MyUnits {
// 1 wei == 1;
// 1 gwei == 1e9;
// 1 ether == 1e18;
uint256 public costOfNFT = 0.0000000000005 ether;
}Last updated
pragma solidity ^0.8.11;
contract MyUnits {
// 1 wei == 1;
// 1 gwei == 1e9;
// 1 ether == 1e18;
uint256 public costOfNFT = 0.0000000000005 ether;
}Last updated