Function precompile_utils::evm::logs::log4

source ·
pub fn log4(
    address: impl Into<H160>,
    topic0: impl Into<H256>,
    topic1: impl Into<H256>,
    topic2: impl Into<H256>,
    topic3: impl Into<H256>,
    data: impl Into<Vec<u8>>
) -> Log
Expand description

Create a 4-topics log.