OVM_SequencerFeeVault
OVM_SequencerFeeVault
Simple holding contract for fees paid to the Sequencer. Likely to be replaced in the future but "good enough for now".
Methods
MIN_WITHDRAWAL_AMOUNT
function MIN_WITHDRAWAL_AMOUNT() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
l1FeeWallet
function l1FeeWallet() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
withdraw
function withdraw() external nonpayable