DepositL1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "DepositL1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DepositL1"
ABI
ABI objects
Getter at block 21188491
METH() view returns (address)
0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
canDeposit() view returns (bool)
false
maxCap() view returns (uint256)
0
methAllocation() view returns (uint256)
0
minCap() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalDepositCap() view returns (uint256)
0
totalDeposits() view returns (uint256)
0
totalUsers() view returns (uint256)
0
totalUsersCap() view returns (uint256)
0
Read-only
deposits(address) view returns (uint256)
getAllocation(address user) view returns (uint256)
State-modifying
Events deposit(address token, uint256 amountIn, uint256 minAmountOut) payable
disableDeposits()
enableDeposits()
initialize(address _initOwner, uint256 _methAllo, uint256 _totalDepositCap, uint256 _totalUsersCap, uint256 _minCap, uint256 _maxCap)
renounceOwnership()
setMaxCap(uint256 newMaxCap)
transferOwnership(address newOwner)
withdrawToken(address token, uint256 amount)
DepositEnabled(bool state)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserDeposit(address user, address tokenIn, uint256 tokenInAmount, uint256 userDeposit, uint256 userTotalDeposit)
This contract contains no constructor objects.
receive()
This contract contains no error objects.