ドキュメント
/
📜
コントラクトアドレス
📜
コントラクトアドレス
2022/9/27
12:44
2022/10/8
18:16
Ethereum
▼Market.sol
Market | Address 0x651647ee8bc055e950241cf112fea964a0000827 | Etherscan
The Contract Address 0x651647ee8bc055e950241cf112fea964a0000827 page allows users to view the source code, transactions, balances, and analytics for the contract address. Users can also interact and make transactions to the contract directly on Etherscan.
https://etherscan.io/address/0x651647ee8bc055e950241cf112fea964a0000827
▼Factory721.sol
Factory721 | Address 0x75064dfc0e1ea4bef2b18179e2279f24e3aabd32 | Etherscan
SPDX-License-Identifier: None pragma solidity =0.8.13; import '../vaults/Vault721.sol'; import '../interfaces/IMarket.sol'; import '../libraries/Detector.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; contract Factory721 is Ownable { using Detector for address; address internal _market; event VaultDeployed(address indexed vault, address indexed collection); constructor(address market) { _market = market; } //@notice Create a vault by hitting this function from the frontend
https://etherscan.io/address/0x75064dfc0e1ea4bef2b18179e2279f24e3aabd32
▼Factory1155.sol
Factory1155 | Address 0xef97991b901eb12d6f094658acf7fdd625f919b3 | Etherscan
SPDX-License-Identifier: None pragma solidity =0.8.13; import './Factory721.sol'; import '../vaults/Vault1155.sol'; contract Factory1155 is Factory721 { using Detector for address; constructor(address market) Factory721(market) {} function deployVault( string memory _name, string memory _symbol, address _collection, uint256 _minDuration, uint256 _maxDuration, uint256 _collectionOwnerFeeRatio, uint256[] memory _minPrices, // wei address[] memory _paymentTokens, uint256[] calldata _allowedTokenIds )
https://etherscan.io/address/0xef97991b901eb12d6f094658acf7fdd625f919b3
Polygon
▼Market.sol
polygonscan.com
https://polygonscan.com/address/0x5675D4c36A70A635B5a51137797E696aA40B70Cf
▼Factory721.sol
polygonscan.com
https://polygonscan.com/address/0x7E5071507C38ca82818fa143D63b3b3Df31D766b
▼Factory1155.sol
polygonscan.com
https://polygonscan.com/address/0x794B83052958eeac3C411aC597447C2780270962
Goerli (testnet)
▼Market.sol
Market | Address 0x2F4328BC4AD0D9F177cA8A369c65630aBa2211ec | Etherscan
The Contract Address 0x2F4328BC4AD0D9F177cA8A369c65630aBa2211ec page allows users to view the source code, transactions, balances, and analytics for the contract address. Users can also interact and make transactions to the contract directly on Etherscan.
https://goerli.etherscan.io/address/0x2F4328BC4AD0D9F177cA8A369c65630aBa2211ec
▼Factory721.sol
Factory721 | Address 0x9Fcf1C6209Ff8C531b5C46d18e6c7968956b1657 | Etherscan
SPDX-License-Identifier: None pragma solidity =0.8.13; import '../vaults/Vault721.sol'; import '../interfaces/IMarket.sol'; import '../libraries/Detector.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; contract Factory721 is Ownable { using Detector for address; address internal _market; event VaultDeployed(address indexed vault, address indexed collection); constructor(address market) { _market = market; } //@notice Create a vault by hitting this function from the frontend
https://goerli.etherscan.io/address/0x9Fcf1C6209Ff8C531b5C46d18e6c7968956b1657
▼Factory1155.sol
Factory1155 | Address 0x6A5964EA460e5891B3fb5A68fcE718f6E47a0004 | Etherscan
SPDX-License-Identifier: None pragma solidity =0.8.13; import './Factory721.sol'; import '../vaults/Vault1155.sol'; contract Factory1155 is Factory721 { using Detector for address; constructor(address market) Factory721(market) {} function deployVault( string memory _name, string memory _symbol, address _collection, uint256 _minDuration, uint256 _maxDuration, uint256 _collectionOwnerFeeRatio, uint256[] memory _minPrices, // wei address[] memory _paymentTokens, uint256[] calldata _allowedTokenIds )
https://goerli.etherscan.io/address/0x6A5964EA460e5891B3fb5A68fcE718f6E47a0004