3.22 以太猫源码分析2

00A. Ownable 合约:提供基本的认证控制 // 提供基本的认证控制 contract Ownable { address public owner; /** * @dev The Ownable constructor sets the original `owner` of the contract to the sender * account. */
相关文章
相关标签/搜索