DVFDepositContract
Verified contract
Implementation
Active on
Base with 1 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
0xf1db…969c
Balances ($0.00)
No balances found for "DVFDepositContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17178184 | 4 months ago | | | 0 | 0.0000025196002 |
ABI
ABI objects
Getter at block 22738975 renounceOwnership() view
depositsDisallowed() view returns (bool)
false
owner() view returns (address)
0xc38a2eb3aa44f52b0516d5c171114815bc2f28fa
Read-only
authorized(address) view returns (bool)
checkMaxDepositAmount(address token, uint256 amount) view
maxDepositAmount(address) view returns (int256)
processedWithdrawalIds(string) view returns (bool)
State-modifying
Events addFunds(address token, uint256 amount)
addFundsNative() payable
allowDeposits(address tokenAddress, int256 maxAmount)
allowDepositsGlobal(bool value)
authorize(address user, bool value)
createVMContract()
deposit(address token, uint256 amount)
depositNative() payable
initialize()
removeFunds(address token, address to, uint256 amount)
removeFundsNative(address to, uint256 amount)
transferOwner(address newOwner)
transferOwnership(address newOwner)
withdrawNativeV2(address to, uint256 amount)
withdrawV2(address token, address to, uint256 amount)
withdrawV2WithNative(address token, address to, uint256 amountToken, uint256 amountNative)
withdrawVmFunds(address token)
withdrawWithData(address token, uint256 amount, uint256 amountNative, struct BridgeVMCall[] datas, bytes ref)
BridgedDeposit(address indexed user, address indexed token, uint256 amount)
BridgedWithdrawal(address indexed user, address indexed token, uint256 amount, string withdrawalId)
BridgedWithdrawalWithData(address indexed token, uint256 amountToken, uint256 amountNative, bytes ref)
BridgedWithdrawalWithNative(address indexed user, address indexed token, uint256 amountToken, uint256 amountNative)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.