Vault
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vault"
ABI
ABI objects
Getter at block 21826568
crossChainManagerAddress() view returns (address)
0x0000000000000000000000000000000000000000
depositFeeEnabled() view returns (bool)
false
depositId() view returns (uint64)
0
getAllAllowedBroker() view returns (bytes32[])
[]
getAllAllowedToken() view returns (bytes32[])
[]
messageTransmitterContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
tokenMessengerContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowedToken(bytes32) view returns (address)
getAllowedBroker(bytes32 _brokerHash) view returns (bool)
getAllowedToken(bytes32 _tokenHash) view returns (address)
getDepositFee(address receiver, struct VaultTypesVaultDepositFE data) view returns (uint256)
State-modifying
Events changeTokenAddressAndAllow(bytes32 _tokenHash, address _tokenAddress)
delegateSigner(struct VaultTypesVaultDelegate data)
deposit(struct VaultTypesVaultDepositFE data) payable
depositTo(address receiver, struct VaultTypesVaultDepositFE data) payable
emergencyPause()
emergencyUnpause()
enableDepositFee(bool _enabled)
initialize()
rebalanceBurn(struct RebalanceTypesRebalanceBurnCCData data)
rebalanceMint(struct RebalanceTypesRebalanceMintCCData data)
renounceOwnership()
setAllowedBroker(bytes32 _brokerHash, bool _allowed)
setAllowedToken(bytes32 _tokenHash, bool _allowed)
setCrossChainManager(address _crossChainManagerAddress)
setRebalanceMessengerContract(address _rebalanceMessengerContract)
setTokenMessengerContract(address _tokenMessengerContract)
transferOwnership(address newOwner)
withdraw(struct VaultTypesVaultWithdraw data)
AccountDelegate(address indexed delegateContract, bytes32 indexed brokerHash, address indexed delegateSigner, uint256 chainId, uint256 blockNumber)
AccountDeposit(bytes32 indexed accountId, address indexed userAddress, uint64 indexed depositNonce, bytes32 tokenHash, uint128 tokenAmount)
AccountDepositTo(bytes32 indexed accountId, address indexed userAddress, uint64 indexed depositNonce, bytes32 tokenHash, uint128 tokenAmount)
AccountWithdraw(bytes32 indexed accountId, uint64 indexed withdrawNonce, bytes32 brokerHash, address sender, address receiver, bytes32 tokenHash, uint128 tokenAmount, uint128 fee)
ChangeCrossChainManager(address oldAddress, address newAddress)
ChangeTokenAddressAndAllow(bytes32 indexed _tokenHash, address _tokenAddress)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetAllowedBroker(bytes32 indexed _brokerHash, bool _allowed)
SetAllowedToken(bytes32 indexed _tokenHash, bool _allowed)
Unpaused(address account)
WithdrawFailed(address indexed token, address indexed receiver, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AccountIdInvalid()
AddressZero()
BalanceNotEnough(uint256 balance, uint128 amount)
BrokerNotAllowed()
EnumerableSetError()
NotZeroCodeLength()
OnlyCrossChainManagerCanCall()
TokenNotAllowed()
ZeroCodeLength()
ZeroDeposit()
ZeroDepositFee()