vyper Questions
1
Solved
Here is the smart contract, written in vyper, to be tested
owner: public(address)
name: public(String[100])
total_amount: uint256
@external
def __init__(_name: String[100]):
self.owner = tx.orig...
1
© 2022 - 2024 — McMap. All rights reserved.