NFT20Factory
Last updated
Last updated
NFT20Factory functions to provide mappings between NFT contract addresses and NFT20 pairs for trading those assets.
This contract is an contract currently deployed at 0x0f4676178b5c53Ae0a655f1B19A96387E4b8B5f2
on mainnet Ethereum.
The currently deployed version is at 0xf39b0F846f967895DB4c31B6b62d2BE3F5Af8454
on mainnet Ethereum.
mapping(address => address) public nftToToken;
Returns the address for a supplied ERC721/ERC1155 contract address (if one exists).
address
Contract address for an ERC721/ERC1155.
address
address public logic;
address
uint256 public fee;
uint256
uint256 public counter;
uint256
An address representing the instance for this ERC721/ERC1155.
This method returns the address of the base contract for creating new .
Address of the contract used for instantiating a new .
This method returns the value unint256 fee
, which represents the default fee used by .
current fee in tokens.
This method method returns the value of uint256 counter
, which represents the number of currently tracked by the factory.
number of .