DepositManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DepositManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DepositManager"
ABI
ABI objects
Getter at block 21226025
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
globalWithdrawalDelay() view returns (uint256)
0
isOwner() view returns (bool)
false
oldDepositManager() view returns (address)
0x0000000000000000000000000000000000000000
pauseProxy() view returns (bool)
false
registry() view returns (address)
0x0000000000000000000000000000000000000000
seigManager() view returns (address)
0x0000000000000000000000000000000000000000
wton() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accStaked(address layer2, address account) view returns (uint256 wtonAmount)
accStakedAccount(address account) view returns (uint256 wtonAmount)
accStakedLayer2(address layer2) view returns (uint256 wtonAmount)
accUnstaked(address layer2, address account) view returns (uint256 wtonAmount)
accUnstakedAccount(address account) view returns (uint256 wtonAmount)
accUnstakedLayer2(address layer2) view returns (uint256 wtonAmount)
aliveImplementation(address) view returns (bool)
getDelayBlocks(address layer2) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
numPendingRequests(address layer2, address account) view returns (uint256)
numRequests(address layer2, address account) view returns (uint256)
pendingUnstaked(address layer2, address account) view returns (uint256 wtonAmount)
pendingUnstakedAccount(address account) view returns (uint256 wtonAmount)
pendingUnstakedLayer2(address layer2) view returns (uint256 wtonAmount)
proxyImplementation(uint256) view returns (address)
selectorImplementation(bytes4) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawalDelay(address) view returns (uint256)
withdrawalRequest(address layer2, address account, uint256 index) view returns (uint128 withdrawableBlockNumber, uint128 amount, bool processed)
withdrawalRequestIndex(address layer2, address account) view returns (uint256 index)
State-modifying
Events addAdmin(address account)
deposit(address layer2, address account, uint256 amount) returns (bool)
deposit(address layer2, address[] accounts, uint256[] amounts) returns (bool)
deposit(address layer2, uint256 amount) returns (bool)
grantRole(bytes32 role, address account)
initialize(address wton_, address registry_, address seigManager_, uint256 globalWithdrawalDelay_, address oldDepositManager_)
onApprove(address owner, address spender, uint256 amount, bytes data) returns (bool)
processRequest(address layer2, bool receiveTON) returns (bool)
processRequests(address layer2, uint256 n, bool receiveTON) returns (bool)
redeposit(address layer2) returns (bool)
redepositMulti(address layer2, uint256 n) returns (bool)
removeAdmin(address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
requestWithdrawal(address layer2, uint256 amount) returns (bool)
requestWithdrawalAll(address layer2) returns (bool)
revokeRole(bytes32 role, address account)
setGlobalWithdrawalDelay(uint256 globalWithdrawalDelay_)
setSeigManager(address seigManager_)
setWithdrawalDelay(address l2chain, uint256 withdrawalDelay_)
slash(address layer2, address recipient, uint256 amount) returns (bool)
transferAdmin(address newAdmin)
transferOwnership(address newAdmin)
Deposited(address indexed layer2, address depositor, uint256 amount)
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)
WithdrawalProcessed(address indexed layer2, address depositor, uint256 amount)
WithdrawalRequested(address indexed layer2, address depositor, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.