FluidReserveContract
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
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
Balances ($0.00)
No balances found for "FluidReserveContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FluidReserveContract"
ABI
ABI objects
Getter at block 22759743 renounceOwnership() view
LIQUIDITY() view returns (address)
0x52aa899454998be5b000ad077a46bbe360f4e497
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getProtocolTokens(address protocol_) view returns (address[] result_)
isAuth(address) view returns (bool)
isRebalancer(address) view returns (bool)
State-modifying
Events approve(address[] protocols_, address[] tokens_, uint256[] amounts_)
initialize(address[] _auths, address[] _rebalancers, address owner_)
rebalanceFToken(address protocol_, uint256 value_) payable
rebalanceVault(address protocol_, uint256 value_) payable
revoke(address[] protocols_, address[] tokens_)
transferFunds(address[] tokens_)
transferOwnership(address newOwner)
updateAuth(address auth_, bool isAuth_)
updateRebalancer(address rebalancer_, bool isRebalancer_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
LogAllow(address indexed protocol, address indexed token, uint256 newAllowance, uint256 existingAllowance)
LogRebalanceFToken(address indexed protocol, uint256 amount)
LogRebalanceVault(address indexed protocol, int256 colAmount, int256 debtAmount)
LogRevoke(address indexed protocol, address indexed token)
LogTransferFunds(address indexed token)
LogUpdateAuth(address indexed auth, bool isAuth)
LogUpdateRebalancer(address indexed rebalancer, bool isRebalancer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address liquidity_)
receive()
FluidReserveContractError(uint256 errorId_)
FluidSafeTransferError(uint256 errorId_)