Fluid Vault
Verified contract
Active on
Ethereum with 3,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Fluid Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245283 | 2 hours ago | | | 0 | 0.025648202 | |
| 21244428 | 5 hours ago | | | 0 | 0.0010461832 | |
| 21244362 | 5 hours ago | | | 0 | 0.00091821523 | |
| 21242810 | 11 hours ago | | | 0 | 0.010734848 | |
| 21242805 | 11 hours ago | | | 0 | 0.010248638 | |
| 21242728 | 11 hours ago | | | 0 | 0.011621639 | |
| 21241986 | 13 hours ago | | | 0 | 0.0074673095 | |
| 21241836 | 14 hours ago | | | 0 | 0.00081993720 | |
| 21241635 | 14 hours ago | | | 0 | 0.00069234264 | |
| 21241630 | 14 hours ago | | | 0 | 0.0096354016 |
ABI
ABI objects
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(uint256) view returns (address)
getVaultAddress(uint256 vaultId_) view returns (address vault_)
isApprovedForAll(address, address) view 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
Events 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)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LogSetDeployer(address indexed deployer, bool indexed allowed)
LogSetGlobalAuth(address indexed globalAuth, bool indexed allowed)
LogSetVaultAuth(address indexed vaultAuth, bool indexed allowed, address indexed vault)
LogSetVaultDeploymentLogic(address indexed vaultDeploymentLogic, bool indexed allowed)
NewPositionMinted(address indexed vault, address indexed user, uint256 indexed tokenId)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
VaultDeployed(address indexed vault, uint256 indexed vaultId)
constructor(address owner_)
This contract contains no fallback and receive objects.
FluidLiquidateResult(uint256 colLiquidated, uint256 debtLiquidated)
FluidVaultError(uint256 errorId_)