- Source: https://www.16personalities.com/
- Architect Personality - INTJ-A/INTJ-T: Click here
- All Personalities Type: Click here
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
// Source - https://claude.ai/share/e4b0686c-cabf-4408-a9e7-3cf04cf1f9ba | |
services | |
{ | |
_id: ObjectId, | |
name: "CBT", | |
slug: "cbt", | |
description: "Cognitive Behavioral Therapy", | |
category: "Mental Health", | |
isActive: true, |
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
magnet:?xt=urn:btih:2C9BD4B83EEBDC27FBBDB8023CA7F6F94C6DA566&dn=Zakir+Khan%3A+Haq+Se+Single+%282017%29+Stand-up+Specials+%281080p+AMZN+WEB-DL+x265+HEVC+10bit+Hindi+AAC+5.1+Kappa%29&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.zer0day.to%3A1337%2Fannounce&tr=udp%3A%2F%2Feddie4.nl%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.zer0day.to%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fcoppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.moeking.me%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.bt4g.com%3A2095%2Fannounce&tr=https%3A%2F%2Ftracker.nanoha.org%3A443%2Fannounce&tr=http%3A%2F%2Ftracker.files.fm%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker6.lelux.fi%3A6969%2Fannounce&tr=http%3A%2F%2Fopen.acgnxtracker.com%3A80%2Fannounce&tr=udp%3A%2F%2Fmovies.zsw.ca%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leech.ie%3A1337%2Fannounce |
Source: Official Openzeppelin youtube channel
All resources related to Upgradability from Openzeppelin: Click here
Depending on where we put the upgradeTo()
function we decide b/w two types of upgradable smart contracts.
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 | |
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/ERC721.sol) | |
pragma solidity ^0.8.0; | |
import './IERC721.sol'; | |
import './IERC721Receiver.sol'; | |
import './extensions/IERC721Metadata.sol'; | |
import '../../utils/Address.sol'; | |
import '../../utils/Context.sol'; |
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
// source: http://stackoverflow.com/a/11058858 | |
function ab2str(buf) { | |
return String.fromCharCode.apply(null, new Uint16Array(buf)); | |
} |
Source: ethereum.org
- Implementation on Openzeppelin: Click here
- Implementation with Video Tutorial: @youtube Click here
Smart contracts implementing the ERC-1155 standard MUST implement all of the functions in the ERC1155 interface.
Smart contracts implementing the ERC-1155 standard MUST implement the ERC-165 supportsInterface function and MUST return the constant value true if 0xd9b67a26 is passed through the interfaceID argument.
Quick Links:
- ERC 1155 @ Openzeppelin Docs: https://docs.openzeppelin.com/contracts/3.x/ERC1155
- Morali.io - A faster way to develop dapps
- tldr; This youtube guy is from Morali.io
- ERC721 vs. ERC1155 by EatTheBlocks: Click here
NewerOlder