
Binance Bridged USDT (BSC)
0x55d3...7955stablecoinusd
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the bridged US dollar-backed Tether asset on the BNB Smart Chain.
transferFrom()
nonpayableFunctional Prompt
Transfer `amount` of USDT from the `sender` address to the `recipient` on BNB smart chain. The calling account must have sufficient allowance for the transaction to succeed.
Input Parameters
input
senderaddress
The address that has given allowance to the calling account to spend its USDT.
input
recipientaddress
The address which will receive the USDT.
input
amountuint256
The amount of USDT to spend in atomic units.
Output Parameters
output
successbool
Did the transaction succeed.