Skip to main content

IL2MessageManagerV1

MinimumFeeChanged​

event MinimumFeeChanged(uint256 previousMinimumFee, uint256 newMinimumFee, address calledBy)

Emitted when L2 minimum fee is changed.

Parameters​

NameTypeDescription
previousMinimumFeeuint256The previous minimum fee in Wei.
newMinimumFeeuint256The new minimum fee in Wei.
calledByaddressThe indexed address who changed the minimum fee.

L1L2MessageHashesAddedToInbox​

event L1L2MessageHashesAddedToInbox(bytes32[] messageHashes)

Emitted when L1->L2 message hashes have been added to L2 storage.

Parameters​

NameTypeDescription
messageHashesbytes32[]The message hashes that were added to L2 for claiming.

MessageHashesListLengthHigherThanOneHundred​

error MessageHashesListLengthHigherThanOneHundred(uint256 length)

Thrown when the message hashes list length is higher than one hundred.

MessageDoesNotExistOrHasAlreadyBeenClaimed​

error MessageDoesNotExistOrHasAlreadyBeenClaimed(bytes32 messageHash)

Thrown when the message does not exist or has already been claimed.

Contributions not accepted
These reference pages are automatically generated based on Linea's smart contracts. To ensure they accurately match the deployed smart contracts, we cannot accept any contributions that edit these pages.