solidity/test/libsolidity/semanticTests/events/event_really_lots_of_data.sol
2021-05-27 23:21:55 -05:00

12 lines
350 B
Solidity

contract ClientReceipt {
event Deposit(uint fixeda, bytes dynx, uint fixedb);
function deposit() public {
emit Deposit(10, msg.data, 15);
}
}
// ====
// compileViaYul: also
// ----
// deposit() ->
// ~ emit Deposit(uint256,bytes,uint256): 0x0a, 0x60, 0x0f, 0x04, 0xd0e30db000000000000000000000000000000000000000000000000000000000