lanford33lanford33.com·Dec 1, 2020Capture The Ether 题解(Math)Token sale 目标合约 pragma solidity ^0.4.21; contract TokenSaleChallenge { mapping(address => uint256) public balanceOf; uint256 constant PRICE_PER_TOKEN = 1 ether; function TokenSaleChallenge(address _player) public payable { requi...69 readscapturetheetherAdd a thoughtful commentNo comments yetBe the first to start the conversation.