Version: 2.0
Date: November 2025
Status: Public
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
| { | |
| "name": "DigiCask Devnet Token", | |
| "symbol": "DCASK", | |
| "description": "Offcial token of the DigiCask tokenization platform.", | |
| "image": "https://www.digicask.finance/Logo/Logo3.png" | |
| } |
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
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| interface OracleInterface { | |
| function fulfillOracleRequest( | |
| uint requestId, | |
| bytes32 data | |
| ) external returns (bool); |
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
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| import "./OracleInterface.sol"; | |
| contract Oracle is OracleInterface { | |
| address public nodeAddress; | |
| string public adapterId; |
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
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| import "./Oracle.sol"; | |
| contract PriceConsumer { | |
| Oracle public oracleAddress; | |
| uint public price; |
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
| // <ORACLIZE_API> | |
| /* | |
| Copyright (c) 2015-2016 Oraclize SRL | |
| Copyright (c) 2016 Oraclize LTD | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights |
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
| | **Product** | **Image** | **Tags** | | |
| |----------------|-------------------|----------| | |
| | Sleeveless Jump Suit| [jump-suit.jpg](https://eecommerce.s3.amazonaws.com/jump-suit.jpg)|*women, jump suit* | |
| | Men Jean| [jean.jpg](https://eecommerce.s3.amazonaws.com/jean.jpg)|*men,pants,jean* | |
| |Pencil Skirt| [pencil-skirt.jpg](https://eecommerce.s3.amazonaws.com/pencil-skirt.jpg)|*women,skirt* | |
| |Men Sandal| [sandal.jpg](https://eecommerce.s3.amazonaws.com/sandal.jpg) |*men,footwear,sandal* | |
| |Smock Top| [smock-top.jpg](https://eecommerce.s3.amazonaws.com/smock-top.jpg) |*women,top* | |
| |T-Shirt| [tees.jpg](https://eecommerce.s3.amazonaws.com/tees.jpg) |*men,women,top* |
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
| Product | Image | Tags | |
|---|---|---|---|
| Sleeveless Jump Suit | https://eecommerce.s3.amazonaws.com/jump-suit.jpg | women jumpsuit | |
| Men Jean | https://eecommerce.s3.amazonaws.com/jean.jpg | men pants jean | |
| Pencil Skirt | https://eecommerce.s3.amazonaws.com/pencil-skirt.jpg | women skirt | |
| Men Sandal | https://eecommerce.s3.amazonaws.com/sandal.jpg | men footwear sandal | |
| Smock Top | https://eecommerce.s3.amazonaws.com/smock-top.jpg | women top | |
| T-Shirt | https://eecommerce.s3.amazonaws.com/tees.jpg | men women top |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
NewerOlder