Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 588 Bytes

自毁.md

File metadata and controls

33 lines (21 loc) · 588 Bytes

自毁

selfdestruct 从区块链中删除合同。 只需输入一个地址即可发送合约中存储的所有以太币。

# @version ^0.3.7


@external
@payable
def __default__():
    pass


@external
def kill():
    selfdestruct(msg.sender)


@external
def burn():
    selfdestruct(ZERO_ADDRESS)


关注我们

Yanbo的TwitterWeb3Club的Twitter

加入Web3Club 官方讨论群:YanboTravelAllWorld(微信号)

加入我们