Fluid Vault

Verified contract

Active on Ethereum with 2,861 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"

0xdf44806b2c30d273f854a930dc1a4eec2e199c161bc45426d0dc7ca2779e8da7
0xcd759b07aa7255f98fa7ccdd817a4f6c73a86a864f39361d95e078187cb91211
0x8ab2d8e54e1d073c238deae89bfe90417f4fa62bfdb7fabbf418c201b2a13e19
0xbbb3bd148294a3724c86264480aa1dff60232c7de73dc871fe9a07cf5359f7d8
0x9582bb4614aeaa632f6d516d3d2617bf101b5074613607181a7ff288625f4def
0x7cd523e8e103141a4d094fd01274f6dd10988f23b42add349c1158a67a3af4d6
0xd2a17c513ce79b77dbdead31f0bc1c92d15073fadf653b6c30973772740e42dc
0x4ea115230ec070513eb9394dd7dd3cb1b2a713211a08d378fbc76d76205e360e
0x9c97c4c540e834f62486472ddc1d07f176fc12b0093ec17286ef98cc9e21436a
0x926baa36e51999494e9c0baf01c8cefed0aa3db5fcfac4c847cea4090618ebcc

Functions
Getter at block 20791626
name(view returns (string)
Fluid Vault
owner(view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
symbol(view returns (string)
fVLT
totalSupply(view returns (uint256)
2096
totalVaults(view returns (uint256)
33
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_