DepositWrapper
Verified contract
Active on
Base with 1,223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22537493 | 5 days ago | | | 0 | 0.000020751909 | |
| 22355822 | 9 days ago | | | 0 | 0.000020796006 | |
| 22256219 | 12 days ago | | | 0 | 0.0000061510283 | |
| 22014319 | 17 days ago | | | 0 | 0.000017858492 | |
| 21909791 | 20 days ago | | | 0 | 0.000020427278 | |
| 21268672 | a month ago | | | 0 | 0.000014698541 | |
| 21251110 | a month ago | | | 0 | 0.000020423906 | |
| 21136918 | a month ago | | | 0 | 0.000017062188 | |
| 21104113 | a month ago | | | 0 | 0.000021196141 | |
| 21027589 | a month ago | | | 0 | 0.000018142933 |
ABI
ABI objects
Getter at block 22756909
ADMIN_DELEGATE_ROLE() view returns (bytes32)
0xc171260023d22a25a00a2789664c9334017843b831138c8ef03cc8897e5873d7
ADMIN_ROLE() view returns (bytes32)
0xf23ec0bb4210edd5cba85afd05127efcd2fc6a781bfed49188da1081670b22d8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR() view returns (bytes32)
0x46a52cf33029de9f84853745a87af28464c80bf0346df1b32e205fc73319f622
Read-only
depositInfo(address) view returns (address strategy, bool needToCallCallback)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address sender) view returns (bool)
isOperator(address sender) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addNewStrategy(address vault, address strategy, bool needToCallCallback)
deposit(address vault, uint256[] tokenAmounts, uint256 minLpTokens, bytes vaultOptions) returns (uint256[] actualTokenAmounts)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
Deposit(address indexed from, address indexed to, address[] tokens, uint256[] actualTokenAmounts, uint256 lpTokenMinted)
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)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.