DepositManager
Verified contract
Active on
Ethereum with 2,138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc4a1…bff2
0x0b3e…063e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTON | ERC-20 | 612.69587K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262637 | an hour ago | | | 0 | 0.00016278593 | |
| 20269267 | 5 months ago | | | 0 | 0.00010750427 | |
| 19879290 | 6 months ago | | | 0 | 0.000076874745 | |
| 19761551 | 7 months ago | | | 0 | 0.00025013380 | |
| 19589280 | 8 months ago | | | 0 | 0.00033361806 | |
| 19366759 | 9 months ago | | | 0 | 0.0023713306 | |
| 19363942 | 9 months ago | | | 0 | 0.0025074081 | |
| 19354300 | 9 months ago | | | 0 | 0.00086357180 | |
| 19349217 | 9 months ago | | | 0 | 0.0010967529 | |
| 19244508 | 9 months ago | | | 0 | 0.00038201869 |
ABI
ABI objects
Getter at block 21262998
globalWithdrawalDelay() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0xdd9f0ccc044b0781289ee318e5971b0139602c26
registry() view returns (address)
0x0b3e174a2170083e770d5d4cf56774d221b7063e
seigManager() view returns (address)
0x0000000000000000000000000000000000000000
wton() view returns (address)
0xc4a11aaf6ea915ed7ac194161d2fc9384f15bff2
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)
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)
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 deposit(address layer2, uint256 amount) returns (bool)
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)
renounceOwnership()
requestWithdrawal(address layer2, uint256 amount) returns (bool)
requestWithdrawalAll(address layer2) returns (bool)
setGlobalWithdrawalDelay(uint256 globalWithdrawalDelay_)
setSeigManager(address seigManager)
setWithdrawalDelay(address l2chain, uint256 withdrawalDelay_)
slash(address layer2, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Deposited(address indexed layer2, address depositor, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawalProcessed(address indexed layer2, address depositor, uint256 amount)
WithdrawalRequested(address indexed layer2, address depositor, uint256 amount)
constructor(address wton, address registry, uint256 globalWithdrawalDelay_)
This contract contains no fallback and receive objects.
This contract contains no error objects.