-
Notifications
You must be signed in to change notification settings - Fork 63
contract.GaslessNFT
Aleksey Bykhun edited this page Jan 18, 2023
·
1 revision
Inherits: ERC721CommunityBase
uint256 constant GAS_TRANSFER = 21000;
uint256 constant GAS_OFFSET = 0;
constructor()
ERC721CommunityBase(
"GaslessClub",
"GASFREE",
10000,
100,
false,
"https://metadata.buildship.xyz/api/token/GASFREE/",
MintConfig(0.1 ether, 20, 20, 0, msg.sender, false, false, false)
);
function mintFree(uint256 _nbTokens) external payable whenSaleStarted;