Technology | ERC721 | ERC1155 | ERC2981 | Ownable [1] | On-chain Auction |
---|---|---|---|---|---|
Opensea.io / Wyvern Protocol [2][3][4] | Yes ✅ | Yes ✅ | No ❌ | Yes ✅ | No ❌ |
LooksRare [5][6] | Yes ✅ | Yes ✅ | Yes ✅ | Yes ✅ (wrapper) | Dutch Auction (wrapper) |
Rarible [7] | Yes ✅ | Yes ✅ | Yes ✅ | Yes ✅ | English Auction (2022 Q1) |
Zora Protocol [8] | Yes ✅ | No ❌ | Yes ✅ | Yes ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iMac-de-Steve-Huguenin-Elie:~ Steve$ brew update | |
Updated Homebrew from b79beee1 to 2206bdc1. | |
==> Updated Formulae | |
daq snort | |
iMac-de-Steve-Huguenin-Elie:~ Steve$ brew doctor | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Setting DYLD_* vars can break dynamic linking. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id='wrapper'> | |
<canvas id='canvas' width="450" height="450"></canvas> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Executing task: yarn run test < | |
yarn run v1.22.10 | |
$ asp | |
___ _____ __ | |
/ | / ___/ ____ ___ _____/ /_ | |
/ /| | \__ \______/ __ \/ _ \/ ___/ __/ | |
/ ___ |___/ /_____/ /_/ / __/ /__/ /_ | |
/_/ |_/____/ / .___/\___/\___/\__/ | |
/_/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import "./IDataCap.sol"; | |
import "@zondax/filecoin-solidity/contracts/v0.8/DataCapAPI.sol"; | |
import "openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol"; | |
contract DataCap is IDataCap, ERC165 { | |
function name() external returns (string memory) { | |
return DataCapAPI.name(); | |
} |
classDiagram
Profile ..|> AccessControl
Library --* Presentation
Presentation ..|> IERC165
Presentation ..|> File
File ..|> Ownable
File ..|> Initializable
DataCap ..|> IDataCap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collecting environment information... | |
PyTorch version: 2.1.0.post2+cxx11.abi | |
Is debug build: False | |
CUDA used to build PyTorch: Could not collect | |
ROCM used to build PyTorch: N/A | |
OS: Microsoft Windows 11 Education | |
GCC version: Could not collect | |
Clang version: 15.0.0 | |
CMake version: version 3.26.3 |