智能合约
方向研究
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
智能合约代码VEN
/** *Submitted for verification at Etherscan.io on 2017-08-15 */ pragma solidity ^0.4.11; contract Owned { address public owner; function Owned() { owner = msg.sender; } ...转载 2020-04-14 18:03:02 · 777 阅读 · 0 评论 -
智能合约代码TUSD
/** *Submitted for verification at Etherscan.io on 2018-12-18 */ pragma solidity ^0.4.23; // This is the proxy contract for the TrustToken Registry // File: contracts/Proxy/Proxy.sol /** * @titl...转载 2020-04-14 17:57:54 · 667 阅读 · 0 评论 -
智能合约代码BAT
/** *Submitted for verification at Etherscan.io on 2017-05-29 */ pragma solidity ^0.4.10; /* taking ideas from FirstBlood token */ contract SafeMath { /* function assert(bool assertion) intern...转载 2020-04-14 17:53:43 · 428 阅读 · 0 评论 -
智能合约代码OKB
File 1 of 4: OwnedUpgradeabilityProxy.sol pragma solidity ^0.4.24; import './UpgradeabilityProxy.sol'; /** * @title OwnedUpgradeabilityProxy * @dev This contract combines an upgradeability proxy ...转载 2020-04-13 07:34:27 · 703 阅读 · 0 评论 -
智能合约代码USDT
/** *Submitted for verification at Etherscan.io on 2017-11-28 */ pragma solidity ^0.4.17; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath ...转载 2020-04-11 19:09:13 · 2845 阅读 · 1 评论 -
智能合约代码LCS
/** *Submitted for verification at Etherscan.io on 2019-07-25 */ pragma solidity ^0.4.24; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _e...转载 2020-04-11 09:58:02 · 875 阅读 · 0 评论 -
智能合约代码imBTC
/** *Submitted for verification at Etherscan.io on 2019-10-25 */ pragma solidity 0.5.0; // File: src/erc777/IERC777.sol /** * @dev Interface of the ERC777Token standard as defined in the EIP. * ...转载 2020-04-11 09:53:23 · 874 阅读 · 1 评论 -
智能合约代码Tokenlon Exchange
/** *Submitted for verification at Etherscan.io on 2019-07-29 */ // File: contract-utils/Zerox/IExchange.sol /* Copyright 2018 ZeroEx Intl. Licensed under the Apache License, Version 2.0 (the...转载 2020-04-11 09:48:07 · 919 阅读 · 1 评论
分享