NFT20FactoryV4
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "NFT20FactoryV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFT20FactoryV4"
ABI
ABI objects
Getter at block 21178109
counter() view returns (uint256)
0
fee() view returns (uint256)
0
flashLoansEnabled() view returns (bool)
false
logic() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getPairByNftAddress(uint256 index) view returns (address _nft20pair, address _originalNft, uint256 _type, string _name, string _symbol, uint256 _supply)
indexToNft(uint256) view returns (address)
nftToToken(address) view returns (address)
State-modifying
Events changeLogic(address _newLogic)
nft20Pair(string name, string _symbol, address _nftOrigin, uint256 _nftType) payable
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setFactorySettings(uint256 _fee, bool _allowFlashLoans)
setValue(address _pair, uint256 _nftType, string _name, string _symbol, uint256 _value)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
pairCreated(address indexed originalNFT, address newPair, uint256 _type)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.