Network: Saga EVM (Chain ID: 5464)
| Branch | Collateral | Address |
|---|---|---|
| 0 | WETH | 0xabd9e344aea0ead8ceb3952f163b37197eef9e09 |
| 1 | yETH | 0x28bf8d53c2f98fd6a5157ad0ea4d016562712420 |
| // SPDX-License-Identifier: MIT | |
| // Compatible with OpenZeppelin Contracts ^5.0.0 | |
| pragma solidity ^0.8.20; | |
| import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | |
| import "@openzeppelin/contracts/access/Ownable.sol"; | |
| //import wildcat market interfaces | |
| import "https://raw.githubusercontent.com/wildcat-finance/wildcat-protocol/main/src/interfaces/IWildcatMarketController.sol"; | |
| import "https://raw.githubusercontent.com/wildcat-finance/wildcat-protocol/488b30d08c73a93be3e4bf99128c774997411d3a/src/market/WildcatMarket.sol"; |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.20; | |
| import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | |
| import "@openzeppelin/contracts/access/Ownable.sol"; | |
| contract Tickets is ERC721, Ownable { | |
| uint ticketNumber = 0; | |
| uint giftingTime = 1703462400; |
| pragma solidity ^0.8.19; | |
| import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
| contract Farm{ | |
| //track time of last deposit | |
| //block.timestamp | |
| mapping(address user => uint timestamp) public timeOfLastDeposit; | |
| //track how much deposited |
| pragma solidity ^0.8.7; | |
| import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol"; | |
| contract harvest { | |
| // Mapping from user address to a nft address to a list of token ids | |
| mapping(address => mapping(address => mapping(uint256 => bool))) public userTokens; | |
| # emoji-sequences.txt | |
| # Date: 2022-08-15, 23:13:41 GMT | |
| # © 2022 Unicode®, Inc. | |
| # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. | |
| # For terms of use, see https://www.unicode.org/terms_of_use.html | |
| # | |
| # Emoji Sequence Data for UTS #51 | |
| # Version: 15.0 | |
| # | |
| # For documentation and usage, see https://www.unicode.org/reports/tr51 |
A Pen by Joseph Schiarizzi on CodePen.
A Pen by Joseph Schiarizzi on CodePen.
A Pen by Joseph Schiarizzi on CodePen.