Fluid Vault

Verified contract

Active on Ethereum with 3,655 txns
Deployed by via 0x4b47091a at 19310014
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fluid Vault"

0xeb46d3f955314971d5c7c142d7e730b64308bcd44b9c0a791185763190a4d3e8
0xddfc0216b6f903d98b25a3fc62a02faf5d74125c24253d5abaea762651060f6a
0xd8752c4f2dfde110c8a24f76e965a52192908b8f33f7ee1cc4e574f4403c4935
0x68e93a4538bfd82386b48f46d4b39ca75463fa5caf75dd9316d63bd5d0a1858d
0xe29a089158a42e1b86e39562e65135abcb6028d9d22d6733ee05870ffa4c6f0f
0xff4ded553867baf952f1cf268db2ad363faf0309733f7f6e5ef609812e035d58
0x337a24bacb3e0fa8ead2ea9d3a5042ce4cd13585ca70f327da813b825a8f9a19
0xefd3eb6c5db03937f8c75b5fec71902d05505a729f3551578ef75d4a3e9624cb
0xe6d757e78d376895a668b90438eaa23bf9a30ae76186be8317ce14254651f0c7
0x9da82d1d98c921aa48f62e60d31b25aa22996f537a158af78027a4be42f3f2e1

Functions
Getter at block 21245944
name(view returns (string)
Fluid Vault
owner(view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
symbol(view returns (string)
fVLT
totalSupply(view returns (uint256)
2874
totalVaults(view returns (uint256)
74
Read-only
balanceOf(address owner_view returns (uint256)
getApproved(uint256view returns (address)
getVaultAddress(uint256 vaultId_view returns (address vault_)
isApprovedForAll(addressaddressview returns (bool)
isDeployer(address deployer_view returns (bool)
isGlobalAuth(address globalAuth_view returns (bool)
isVault(address vault_view returns (bool)
isVaultAuth(address vault_address vaultAuth_view returns (bool)
isVaultDeploymentLogic(address vaultDeploymentLogic_view returns (bool)
ownerOf(uint256 id_view returns (address owner_)
readFromStorage(bytes32 slot_view returns (uint256 result_)
supportsInterface(bytes4 interfaceId_view returns (bool)
tokenByIndex(uint256 index_view returns (uint256)
tokenOfOwnerByIndex(address owner_uint256 index_view returns (uint256)
tokenURI(uint256 id_view returns (string)
State-modifying
approve(address spender_uint256 id_
deployVault(address vaultDeploymentLogic_bytes vaultDeploymentData_returns (address vault_)
mint(uint256 vaultId_address user_returns (uint256 tokenId_)
safeTransferFrom(address from_address to_uint256 id_
safeTransferFrom(address from_address to_uint256 id_bytes data_
setApprovalForAll(address operator_bool approved_
setDeployer(address deployer_bool allowed_
setGlobalAuth(address globalAuth_bool allowed_
setVaultAuth(address vault_address vaultAuth_bool allowed_
setVaultDeploymentLogic(address deploymentLogic_bool allowed_
spell(address target_bytes data_returns (bytes response_)
transferFrom(address from_address to_uint256 id_
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
LogSetDeployer(address indexed deployerbool indexed allowed
LogSetGlobalAuth(address indexed globalAuthbool indexed allowed
LogSetVaultAuth(address indexed vaultAuthbool indexed allowedaddress indexed vault
LogSetVaultDeploymentLogic(address indexed vaultDeploymentLogicbool indexed allowed
NewPositionMinted(address indexed vaultaddress indexed useruint256 indexed tokenId
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
VaultDeployed(address indexed vaultuint256 indexed vaultId
Constructor
constructor(address owner_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
FluidLiquidateResult(uint256 colLiquidateduint256 debtLiquidated
FluidVaultError(uint256 errorId_