L1Vault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 19 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "L1Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L1Vault"
ABI
ABI objects
Getter at block 21307305 getWithdrawalQueue() view returns (address[20]) vaultTVL() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HARVESTER() view returns (bytes32)
0x27e3e4d29d60af3ae6456513164bb5db737d6fc8610aa36ad458736c9efb884c
LOCK_INTERVAL() view returns (uint256)
86400
asset() view returns (address)
0x0000000000000000000000000000000000000000
bridgeEscrow() view returns (address)
0x0000000000000000000000000000000000000000
chainManager() view returns (address)
0x0000000000000000000000000000000000000000
governance() view returns (address)
0x0000000000000000000000000000000000000000
lastHarvest() view returns (uint128)
0
lockedProfit() pure returns (uint256)
0
maxLockedProfit() view returns (uint128)
0
paused() view returns (bool)
false
predicate() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
received() view returns (bool)
false
totalBps() view returns (uint256)
0
totalStrategyHoldings() view returns (uint256)
0
wormholeRouter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
strategies(address) view returns (bool isActive, uint16 tvlBps, uint232 balance)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawalQueue(uint256) view returns (address)
State-modifying
Events addStrategy(address strategy, uint16 tvlBps)
afterReceive()
grantRole(bytes32 role, address account)
harvest(address[] strategyList)
initialize(address _governance, address _token, address _wormholeRouter, address _bridgeEscrow, address _chainManager, address _predicate)
multicall(bytes[] data) payable returns (bytes[] results)
processFundRequest(uint256 amountRequested)
rebalance()
removeStrategy(address strategy)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendTVL()
setBridgeEscrow(address _escrow)
setWithdrawalQueue(address[20] newQueue)
setWormholeRouter(address _router)
updateStrategyAllocations(address[] strategyList, uint16[] strategyBps)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BridgeEscrowSet(address indexed oldEscrow, address indexed newEscrow)
Harvest(address indexed user, address[] strategies)
Initialized(uint8 version)
Liquidation(uint256 assetsRequested, uint256 assetsLiquidated)
Paused(address account)
Rebalance(address indexed caller)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SendTVL(uint256 tvl)
StrategyAdded(address indexed strategy)
StrategyAllocsUpdated(address[] strategyList, uint16[] strategyBps)
StrategyDeposit(address indexed strategy, uint256 assets)
StrategyRemoved(address indexed strategy)
StrategyWithdrawal(address indexed strategy, uint256 assetsRequested, uint256 assetsReceived)
TransferToL2(uint256 assetsRequested, uint256 assetsSent)
Unpaused(address account)
Upgraded(address indexed implementation)
WithdrawalQueueSet(address[20] newQueue)
WormholeRouterSet(address indexed oldRouter, address indexed newRouter)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.