Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 937 Bytes

AddressTokensTransactionConfirmedBep20.md

File metadata and controls

17 lines (12 loc) · 937 Bytes

AddressTokensTransactionConfirmedBep20

BEP-20

Properties

Name Type Description Notes
name str Specifies the name of the token.
symbol str Specifies an identifier of the token, where up to five alphanumeric characters can be used for it.
amount str Defines the amount of tokens sent with the confirmed transaction.
contract_address str Defines the address of the contract.
decimals str Defines how many decimals can be used to break the token. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]