Quiz 3: Payments

Take a short quiz to test your understanding of payments.

We'll cover the following...

Payments

1.

Which statement enables the contract to receive payments?

A.

deposit() external payable {}

B.

accept() external payable {}

C.

receive() external payable {}

D.

fallback() external payable {}


1 / 10
...