AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 815 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
2 additional
variables
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19250173 | 9 months ago | | | 0 | 0.020747158 | |
| 19016837 | 10 months ago | | | 0 | 0.031427112 | |
| 18935205 | a year ago | | | 0 | 0.037475311 | |
| 18845139 | a year ago | | | 0 | 0.029269326 | |
| 18446263 | a year ago | | | 0 | 0.012370490 | |
| 18349715 | a year ago | | | 0 | 0.0074497618 | |
| 18034310 | a year ago | | | 0 | 0.016507911 | |
| 18023911 | a year ago | | | 0 | 0.020634925 | |
| 18000828 | a year ago | | | 0 | 0.015532702 | |
| 17926241 | a year ago | | | 0 | 0.023274404 |
ABI
ABI objects
Getter at block 21260929 allVaults() view returns (address[])
childImplementation() view returns (address)
0x0fa0fd98727c443dd5275774c44d27cff9d279ed
eligibilityManager() view returns (address)
0x4086e98cce041d286112d021612fd894cfed94d5
erc1272Signer() view returns (address)
0xdea9196dcdd2173d6e369c2acc0facc83fd9346a
factoryMintFee() view returns (uint64)
50000000000000000
factoryRandomRedeemFee() view returns (uint64)
20000000000000000
factoryRandomSwapFee() view returns (uint64)
20000000000000000
factoryTargetRedeemFee() view returns (uint64)
30000000000000000
factoryTargetSwapFee() view returns (uint64)
50000000000000000
feeDistributor() view returns (address)
0xfd8a76dc204e461db5da4f38687adc9cc5ae4a86
implementation() view returns (address)
0x0fa0fd98727c443dd5275774c44d27cff9d279ed
numVaults() view returns (uint256)
868
owner() view returns (address)
0x673a039f6a959fa9db65d16781e6defde30375d9
zapContract() view returns (address)
0xa42ecabb4aded01600d6e84a3ee7785e3a506d37
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.