NFTXVaultFactoryUpgradeable
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 "NFTXVaultFactoryUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTXVaultFactoryUpgradeable"
ABI
ABI objects
Getter at block 20821336
allVaults() view returns (address[])
[]
childImplementation() view returns (address)
0x0000000000000000000000000000000000000000
eligibilityManager() view returns (address)
0x0000000000000000000000000000000000000000
erc1272Signer() view returns (address)
0x0000000000000000000000000000000000000000
factoryMintFee() view returns (uint64)
0
factoryRandomRedeemFee() view returns (uint64)
0
factoryRandomSwapFee() view returns (uint64)
0
factoryTargetRedeemFee() view returns (uint64)
0
factoryTargetSwapFee() view returns (uint64)
0
feeDistributor() view returns (address)
0x0000000000000000000000000000000000000000
implementation() view returns (address)
0x0000000000000000000000000000000000000000
numVaults() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
zapContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
excludedFromFees(address) view returns (bool)
isGuardian(address) view returns (bool)
isLocked(uint256 lockId) view returns (bool)
isPaused(uint256) view returns (bool)
onlyOwnerIfPaused(uint256 lockId) view
vault(uint256 vaultId) view returns (address)
vaultFees(uint256 vaultId) view returns (uint256, uint256, uint256, uint256, uint256)
vaultsForAsset(address assetAddress) view returns (address[])
zapContracts(address) view returns (bool)
State-modifying
Events __NFTXVaultFactory_init(address _vaultImpl, address _feeDistributor)
__UpgradeableBeacon__init(address childImplementation_)
createVault(string name, string symbol, address _assetAddress, bool is1155, bool allowAllItems) returns (uint256)
disableVaultFees(uint256 vaultId)
pause(uint256 lockId)
renounceOwnership()
setERC1271Signer(address _erc1271Signer)
setEligibilityManager(address _eligibilityManager)
setFactoryFees(uint256 mintFee, uint256 randomRedeemFee, uint256 targetRedeemFee, uint256 randomSwapFee, uint256 targetSwapFee)
setFeeDistributor(address _feeDistributor)
setFeeExclusion(address _excludedAddr, bool excluded)
setIsGuardian(address addr, bool _isGuardian)
setVaultFees(uint256 vaultId, uint256 mintFee, uint256 randomRedeemFee, uint256 targetRedeemFee, uint256 randomSwapFee, uint256 targetSwapFee)
setZapContract(address _zapContract, bool _excluded)
transferOwnership(address newOwner)
unpause(uint256 lockId)
upgradeChildTo(address newChildImplementation)
DisableVaultFees(uint256 vaultId)
FeeExclusion(address feeExcluded, bool excluded)
NewEligibilityManager(address oldEligManager, address newEligManager)
NewFeeDistributor(address oldDistributor, address newDistributor)
NewVault(uint256 indexed vaultId, address vaultAddress, address assetAddress)
NewZapContract(address oldZap, address newZap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetIsGuardian(address addr, bool isGuardian)
SetPaused(uint256 lockId, bool paused)
UpdateFactoryFees(uint256 mintFee, uint256 randomRedeemFee, uint256 targetRedeemFee, uint256 randomSwapFee, uint256 targetSwapFee)
UpdateVaultFees(uint256 vaultId, uint256 mintFee, uint256 randomRedeemFee, uint256 targetRedeemFee, uint256 randomSwapFee, uint256 targetSwapFee)
UpdatedZapContract(address zap, bool excluded)
Upgraded(address indexed childImplementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.