Transfer
The transfer is the same as the above event, sent to address 0, and then you can choose to send to an unlimited number of recipients, it only needs one gas. (If the ETH limit is not exceeded).
For example:
Last updated
The transfer is the same as the above event, sent to address 0, and then you can choose to send to an unlimited number of recipients, it only needs one gas. (If the ETH limit is not exceeded).
For example:
Last updated
Key | Required | Description |
---|---|---|
p
yes
protocol name,ierc-20, there is no difference between the two.
op
yes
transfer
tick
yes
same as deployment.
nonce
yes
unique value, timestamp is recommended.
to
yes
array object, "recv" and "amt", "recv" and "amt" fields, recv is the recipient address, amt is the quantity, the recipient address must start with 0x, and the length is appropriate, otherwise the entire transaction is invalid.