solidity/test/libsolidity/semanticTests/events/event_really_lots_of_data.sol
2022-05-19 20:23:28 +02:00

11 lines
327 B
Solidity

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