SOLOS
Verified contract
Proxy
Active on
Ethereum with 65 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 |
---|---|---|---|---|---|
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- | |
SOLOS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17016374 | 2 years ago | | | 0 | 0.0013953712 | |
| 16832454 | 2 years ago | | | 0 | 0.0012828628 | |
| 14787468 | 2 years ago | | | 0 | 0.0083942855 | |
| 14542250 | 3 years ago | | | 0 | 0.030184220 | |
| 14485992 | 3 years ago | | | 0 | 0.0020176550 | |
| 14235745 | 3 years ago | | | 0 | 0.0015374643 | |
| 14043640 | 3 years ago | | | 0 | 0.0090405847 | |
| 13976290 | 3 years ago | | | 0 | 0.0065709604 | |
| 13911707 | 3 years ago | | | 0 | 0.0047672567 | |
| 13757353 | 3 years ago | | | 0 | 0.0078297160 |
ABI
ABI objects
Getter at block 21160051 allHoldings() view returns (uint256[]) mintFee() view returns (uint256) randomRedeemFee() view returns (uint256) randomSwapFee() view returns (uint256) targetRedeemFee() view returns (uint256) targetSwapFee() view returns (uint256) vaultFees() view returns (uint256, uint256, uint256, uint256, uint256)
allowAllItems() view returns (bool)
true
assetAddress() view returns (address)
0x7f96f68fa766d4e9b037417fe4967511152b9272
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
name() view returns (string)
SOLOS
owner() view returns (address)
0x673a039f6a959fa9db65d16781e6defde30375d9
symbol() view returns (string)
SOLO
totalHoldings() view returns (uint256)
118
totalSupply() view returns (uint256)
118000000000000000000
vaultFactory() view returns (address)
0xbe86f647b167567525ccaafcd6f881f1ee558216
vaultId() view returns (uint256)
135
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)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.