Skip to content

"Simple Action" example broken in Playground section #186

Description

@marcocastignoli

The "Simple Action" example in the Playground section returns an error instead of displaying the right bytecode

Compiler result

Compiler version: 0.8.31+commit.fd3a2265.Emscripten.clang

Errors

Warning: 'send' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead. --> :91:18: | 91 | if (!payable(msg.sender).send(amount)) { | ^^^^^^^^^^^^^^^^^^^^^^^^ ,Warning: 'transfer' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead. --> :125:9: | 125 | beneficiary.transfer(highestBid); | ^^^^^^^^^^^^^^^^^^^^ 
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions