WithdrawManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "WithdrawManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WithdrawManager"
ABI
ABI objects
Getter at block 20794531
HALF_EXIT_PERIOD() view returns (uint256)
302400
ON_FINALIZE_GAS_LIMIT() view returns (uint32)
300000
exitNft() view returns (address)
0x0000000000000000000000000000000000000000
exitWindow() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x11222a5d5da8adae9e715c843d729e71d285aa3a
Read-only
exits(uint256) view returns (uint256 receiptAmountOrNFTId, bytes32 txHash, address owner, address token, bool isRegularExit, address predicate)
exitsQueues(address) view returns (address)
ownerExits(bytes32) view returns (uint256)
verifyInclusion(bytes data, uint8 offset, bool verifyTxInclusion) view returns (uint256)
State-modifying
Events addExitToQueue(address exitor, address childToken, address rootToken, uint256 exitAmountOrTokenId, bytes32 txHash, bool isRegularExit, uint256 priority)
addInput(uint256 exitId, uint256 age, address utxoOwner, address token)
challengeExit(uint256 exitId, uint256 inputId, bytes challengeData, address adjudicatorPredicate)
createExitQueue(address token)
processExits(address _token)
processExitsBatch(address[] _tokens)
renounceOwnership()
startExitWithDepositedTokens(uint256 depositId, address token, uint256 amountOrToken) payable
transferOwnership(address newOwner)
updateExitPeriod(uint256 halfExitPeriod)
ExitCancelled(uint256 indexed exitId)
ExitPeriodUpdate(uint256 indexed oldExitPeriod, uint256 indexed newExitPeriod)
ExitStarted(address indexed exitor, uint256 indexed exitId, address indexed token, uint256 amount, bool isRegularExit)
ExitUpdated(uint256 indexed exitId, uint256 indexed age, address signer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(uint256 indexed exitId, address indexed user, address indexed token, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.