Binance Bridged USDT (BSC)

Binance Bridged USDT (BSC)

0x55d3...7955BNB Smart ChainBNB Smart Chain
stablecoinusd

Contract Level Prompt

Foundational semantic layer for AI interpretation.

This is the bridged US dollar-backed Tether asset on the BNB Smart Chain.

transferFrom()

nonpayable

Functional 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

senderaddress

The address that has given allowance to the calling account to spend its USDT.

recipientaddress

The address which will receive the USDT.

amountuint256

The amount of USDT to spend in atomic units.

Output Parameters

successbool

Did the transaction succeed.