IOutboxUpgradeable
# event SendRootUpdated
event SendRootUpdated(bytes32 indexed blockHash, bytes32 indexed outputRoot);
Type | Name | Indexed |
---|---|---|
bytes32 | blockHash | |
bytes32 | outputRoot |
# event OutBoxTransactionExecuted
event OutBoxTransactionExecuted(address indexed to, address indexed l2Sender, uint256 indexed zero, uint256 transactionIndex);
Type | Name | Indexed |
---|---|---|
address | to | |
address | l2Sender | |
uint256 | zero | |
uint256 | transactionIndex |