/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as */ contract TheSmartHeritage is ERC721, ERC721Enumerable, ERC721URIStorage, Ownable { using Counters for Counters.Counter; }
Counters.Counter private _tokenIdCounter;
constructor() ERC721("CloneX", "CloneX") { _tokenIdCounter.increment(); // Making sure we start at token ID 1 }
event TheSmartLegacyRevealed(uint256 tokenId, string fileId); // Sending the event for offchain script to transform the right file
address randomizerAddress; // Approved randomizer contract address mintvialAddress; // Approved mintvial contract string public _tokenUri = "https://clonex-assets.rtfkt.com/"; // Initial base URI
bool public contractLocked = false;
function mintTransfer(address to) public returns(uint256) { require(msg.sender == mintvialAddress, "Not authorized");
// Change the randomizer address contract function setRandomizerAddress(address newAddress) public onlyOwner { randomizerAddress = newAddress; }
// Change the mintvial address contract function setMintvialAddress(address newAddress) public onlyOwner { mintvialAddress = newAddress; }
function secureBaseUri(string memory newUri) public onlyOwner { require(contractLocked == false, "Contract has been locked and URI can't be changed"); _tokenUri = newUri; }
function lockContract() public onlyOwner { contractLocked = true; }
function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) { super._burn(tokenId); }
function tokenURI(uint256 tokenId) public view override(ERC721, ERC721URIStorage) returns (string memory) { return super.tokenURI(tokenId); }
function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } } Una solución enfocada en proteger y ejecutar herencias dentro de la comunidad LGTBIQ+
¡INICIaR!
/** The smart LEGACY; } }pragma solidity ^0.8.2;
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as */ contract TheSmartHeritage is ERC721, ERC721Enumerable, ERC721URIStorage, Ownable { using Counters for Counters.Counter; }
Counters.Counter private _tokenIdCounter;
constructor() ERC721("CloneX", "CloneX") { _tokenIdCounter.increment(); // Making sure we start at token ID 1 }
event TheSmartLegacyRevealed(uint256 tokenId, string fileId); // Sending the event for offchain script to transform the right file
address randomizerAddress; // Approved randomizer contract address mintvialAddress; // Approved mintvial contract string public _tokenUri = "https://clonex-assets.rtfkt.com/"; // Initial base URI
bool public contractLocked = false;
function mintTransfer(address to) public returns(uint256) { require(msg.sender == mintvialAddress, "Not authorized");
// Change the randomizer address contract function setRandomizerAddress(address newAddress) public onlyOwner { randomizerAddress = newAddress; }
// Change the mintvial address contract function setMintvialAddress(address newAddress) public onlyOwner { mintvialAddress = newAddress; }
function secureBaseUri(string memory newUri) public onlyOwner { require(contractLocked == false, "Contract has been locked and URI can't be changed"); _tokenUri = newUri; }
function lockContract() public onlyOwner { contractLocked = true; }
function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) { super._burn(tokenId); }
function tokenURI(uint256 tokenId) public view override(ERC721, ERC721URIStorage) returns (string memory) { return super.tokenURI(tokenId); }
function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } } ¡INICIaR!
El registro y la vinculación son inmutables.
No pueden borrarse ni ignorarse.
/** Una solución digital que resuelve problemas de la vida real; } }pragma solidity ^0.8.2;
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as */ contract TheSmartHeritage is ERC721, ERC721Enumerable, ERC721URIStorage, Ownable { using Counters for Counters.Counter; }
Counters.Counter private _tokenIdCounter;
constructor() ERC721("CloneX", "CloneX") { _tokenIdCounter.increment(); // Making sure we start at token ID 1 }
event TheSmartLegacyRevealed(uint256 tokenId, string fileId); // Sending the event for offchain script to transform the right file
address randomizerAddress; // Approved randomizer contract address mintvialAddress; // Approved mintvial contract string public _tokenUri = "https://clonex-assets.rtfkt.com/"; // Initial base URI
bool public contractLocked = false;
function mintTransfer(address to) public returns(uint256) { require(msg.sender == mintvialAddress, "Not authorized");
// Change the randomizer address contract function setRandomizerAddress(address newAddress) public onlyOwner { randomizerAddress = newAddress; }
// Change the mintvial address contract function setMintvialAddress(address newAddress) public onlyOwner { mintvialAddress = newAddress; }
function secureBaseUri(string memory newUri) public onlyOwner { require(contractLocked == false, "Contract has been locked and URI can't be changed"); _tokenUri = newUri; }
function lockContract() public onlyOwner { contractLocked = true; }
function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) { super._burn(tokenId); }
function tokenURI(uint256 tokenId) public view override(ERC721, ERC721URIStorage) returns (string memory) { return super.tokenURI(tokenId); }
function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } } ¡INICIaR!
/** Asegura el futuro de tu pareja; } }pragma solidity ^0.8.2;
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as */ contract TheSmartHeritage is ERC721, ERC721Enumerable, ERC721URIStorage, Ownable { using Counters for Counters.Counter; }
Counters.Counter private _tokenIdCounter;
constructor() ERC721("CloneX", "CloneX") { _tokenIdCounter.increment(); // Making sure we start at token ID 1 }
event TheSmartLegacyRevealed(uint256 tokenId, string fileId); // Sending the event for offchain script to transform the right file
address randomizerAddress; // Approved randomizer contract address mintvialAddress; // Approved mintvial contract string public _tokenUri = "https://clonex-assets.rtfkt.com/"; // Initial base URI
bool public contractLocked = false;
function mintTransfer(address to) public returns(uint256) { require(msg.sender == mintvialAddress, "Not authorized");
// Change the randomizer address contract function setRandomizerAddress(address newAddress) public onlyOwner { randomizerAddress = newAddress; }
// Change the mintvial address contract function setMintvialAddress(address newAddress) public onlyOwner { mintvialAddress = newAddress; }
function secureBaseUri(string memory newUri) public onlyOwner { require(contractLocked == false, "Contract has been locked and URI can't be changed"); _tokenUri = newUri; }
function lockContract() public onlyOwner { contractLocked = true; }
function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) { super._burn(tokenId); }
function tokenURI(uint256 tokenId) public view override(ERC721, ERC721URIStorage) returns (string memory) { return super.tokenURI(tokenId); }
function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } } ¡INICIaR!
pragma solidity ^0.8.2;
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as */ contract TheSmartHeritage is ERC721, ERC721Enumerable, ERC721URIStorage, Ownable { using Counters for Counters.Counter; }
Counters.Counter private _tokenIdCounter;
constructor() ERC721("CloneX", "CloneX") { _tokenIdCounter.increment(); // Making sure we start at token ID 1 }
event TheSmartLegacyRevealed(uint256 tokenId, string fileId); // Sending the event for offchain script to transform the right file
address randomizerAddress; // Approved randomizer contract address mintvialAddress; // Approved mintvial contract string public _tokenUri = "https://clonex-assets.rtfkt.com/"; // Initial base URI
bool public contractLocked = false;
function mintTransfer(address to) public returns(uint256) { require(msg.sender == mintvialAddress, "Not authorized");
// Change the randomizer address contract function setRandomizerAddress(address newAddress) public onlyOwner { randomizerAddress = newAddress; }
// Change the mintvial address contract function setMintvialAddress(address newAddress) public onlyOwner { mintvialAddress = newAddress; }
function secureBaseUri(string memory newUri) public onlyOwner { require(contractLocked == false, "Contract has been locked and URI can't be changed"); _tokenUri = newUri; }
function lockContract() public onlyOwner { contractLocked = true; }
function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) { super._burn(tokenId); }
function tokenURI(uint256 tokenId) public view override(ERC721, ERC721URIStorage) returns (string memory) { return super.tokenURI(tokenId); }
function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } } ¡INICIaR!
/** The smart LEGACY; } }La mayor muestra de amor es saber que tu pareja estará bien cuando tú no estés.
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as */ contract TheSmartHeritage is ERC721, ERC721Enumerable, ERC721URIStorage, Ownable { using Counters for Counters.Counter; }
Counters.Counter private _tokenIdCounter;
constructor() ERC721("CloneX", "CloneX") { _tokenIdCounter.increment(); // Making sure we start at token ID 1 }
event TheSmartLegacyRevealed(uint256 tokenId, string fileId); // Sending the event for offchain script to transform the right file
address randomizerAddress; // Approved randomizer contract address mintvialAddress; // Approved mintvial contract string public _tokenUri = "https://clonex-assets.rtfkt.com/"; // Initial base URI
bool public contractLocked = false;
function mintTransfer(address to) public returns(uint256) { require(msg.sender == mintvialAddress, "Not authorized");
// Change the randomizer address contract function setRandomizerAddress(address newAddress) public onlyOwner { randomizerAddress = newAddress; }
// Change the mintvial address contract function setMintvialAddress(address newAddress) public onlyOwner { mintvialAddress = newAddress; }
function secureBaseUri(string memory newUri) public onlyOwner { require(contractLocked == false, "Contract has been locked and URI can't be changed"); _tokenUri = newUri; }
function lockContract() public onlyOwner { contractLocked = true; }
function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) { super._burn(tokenId); }
function tokenURI(uint256 tokenId) public view override(ERC721, ERC721URIStorage) returns (string memory) { return super.tokenURI(tokenId); }
function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } } /** Thesmart LEGACY;CONTACT
TSL
MANIFIESTONeWS
ABOUT
/** Thesmart LEGACY;Developed by S.M.A.R.T
by S.M.A.R.T