Angel Banners
Unverified contract
Proxy
Active on
Ethereum with 38 txns
Unified 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
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- | |
GOD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20156899 | 4 months ago | | | 0 | 0.00024283740 | |
| 19840965 | 6 months ago | | | 0 | 0.00049358281 | |
| 19680667 | 7 months ago | | | 0 | 0.00073699588 | |
| 19631008 | 7 months ago | | | 0 | 0.0051760538 | |
| 19630443 | 7 months ago | | | 0 | 0.0047614606 | |
| 19630440 | 7 months ago | | | 0 | 0.0044181542 | |
| 19506250 | 7 months ago | | | 0 | 0.0016569359 | |
| 18847628 | 10 months ago | | | 0 | 0.0011779798 | |
| 18825303 | a year ago | | | 0 | 0.0024019716 | |
| 18802303 | a year ago | | | 0 | 0.0017346978 |
ABI
ABI objects
Getter at block 21125397 allHoldings() view returns (uint256[])
allowAllItems() view returns (bool)
true
assetAddress() view returns (address)
0xb1224f5e241424458e87c14652cfe59662bf3a9a
decimals() view returns (uint8)
18
eligibilityStorage() view returns (address)
0x0000000000000000000000000000000000000000
enableMint() view returns (bool)
true
enableRandomRedeem() view returns (bool)
true
enableRandomSwap() view returns (bool)
true
enableTargetRedeem() view returns (bool)
true
enableTargetSwap() view returns (bool)
true
is1155() view returns (bool)
false
manager() view returns (address)
0x0000000000000000000000000000000000000000
mintFee() view returns (uint256)
50000000000000000
name() view returns (string)
Angel Banners
owner() view returns (address)
0x673a039f6a959fa9db65d16781e6defde30375d9
randomRedeemFee() view returns (uint256)
20000000000000000
randomSwapFee() view returns (uint256)
20000000000000000
symbol() view returns (string)
GOD
targetRedeemFee() view returns (uint256)
30000000000000000
targetSwapFee() view returns (uint256)
50000000000000000
totalHoldings() view returns (uint256)
193
totalSupply() view returns (uint256)
193000000000000000000
vaultFactory() view returns (address)
0xbe86f647b167567525ccaafcd6f881f1ee558216
vaultFees() view returns (uint256, uint256, uint256, uint256, uint256)
(50000000000000000, 20000000000000000, 30000000000000000, 20000000000000000, 50000000000000000)
vaultId() view returns (uint256)
806
version() pure returns (string)
v1.0.6
Read-only
allValidNFTs(uint256[] tokenIds) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
flashFee(address token, uint256 amount) view returns (uint256)
isValidSignature(bytes32 hash, bytes signature) view returns (bytes4 magicValue)
maxFlashLoan(address token) view returns (uint256)
nftIdAt(uint256 holdingsIndex) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __NFTXVault_init(string _name, string _symbol, address _assetAddress, bool _is1155, bool _allowAllItems)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deployEligibilityStorage(uint256 moduleIndex, bytes initData) returns (address)
disableVaultFees()
executeOnBehalfOfVault(address target, bytes data) payable
finalizeVault()
flashLoan(address receiver, address token, uint256 amount, bytes data) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256[] tokenIds, uint256[] amounts) returns (uint256)
mintTo(uint256[] tokenIds, uint256[] amounts, address to) returns (uint256)
onERC1155BatchReceived(address operator, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address operator, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address operator, address, uint256, bytes) returns (bytes4)
redeem(uint256 amount, uint256[] specificIds) returns (uint256[])
redeemTo(uint256 amount, uint256[] specificIds, address to) returns (uint256[])
renounceOwnership()
retrieveTokens(uint256 amount, address from, address to)
setFees(uint256 _mintFee, uint256 _randomRedeemFee, uint256 _targetRedeemFee, uint256 _randomSwapFee, uint256 _targetSwapFee)
setManager(address _manager)
setVaultFeatures(bool _enableMint, bool _enableRandomRedeem, bool _enableTargetRedeem, bool _enableRandomSwap, bool _enableTargetSwap)
setVaultMetadata(string name_, string symbol_)
shutdown(address recipient)
swap(uint256[] tokenIds, uint256[] amounts, uint256[] specificIds) returns (uint256[])
swapTo(uint256[] tokenIds, uint256[] amounts, uint256[] specificIds, address to) returns (uint256[])
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EligibilityDeployed(uint256 moduleIndex, address eligibilityAddr)
EnableMintUpdated(bool enabled)
EnableRandomRedeemUpdated(bool enabled)
EnableRandomSwapUpdated(bool enabled)
EnableTargetRedeemUpdated(bool enabled)
EnableTargetSwapUpdated(bool enabled)
ManagerSet(address manager)
MetaDataChange(string oldName, string oldSymbol, string newName, string newSymbol)
Minted(uint256[] nftIds, uint256[] amounts, address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(uint256[] nftIds, uint256[] specificIds, address to)
Swapped(uint256[] nftIds, uint256[] amounts, uint256[] specificIds, uint256[] redeemedIds, address to)
Transfer(address indexed from, address indexed to, uint256 value)
VaultInit(uint256 indexed vaultId, address assetAddress, bool is1155, bool allowAllItems)
VaultShutdown(address assetAddress, uint256 numItems, address recipient)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.