oneclickdapp / oneclickdapp-v1

:zap::wrench::link: :shipit: Instantly build a dApp with a simple URL to bookmark or share with a friend.
http://OneClickdApp.com
MIT License
253 stars 69 forks source link

Question: How do you pass Bytes to the dapp? #82

Open nschwermann opened 3 years ago

nschwermann commented 3 years ago

Trying to use method safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data) When I use ethers js I just pass that field an empty array like this [] but on the one click dapp I can't find out how to do the equivlenent. Thanks!