name() :
This function calls a method on an Actor contract to retrieve its name and returns it as a string.
(autogenerated documentation)
symbol() :
This function calls a smart contract method to retrieve a symbol and returns it as a string.
(autogenerated documentation)
totalSupply() :
This function retrieves the total supply of a token by calling a smart contract and deserializing the result.
(autogenerated documentation)
balance() :
This function retrieves the balance of a Filecoin address by calling a smart contract and deserializing the result.
(autogenerated documentation)
allowance() :
This function retrieves the allowance for a given data cap type by calling a smart contract and returning the result as a BigInt.
(autogenerated documentation)
transfer() :
This function transfers data capacity between actors by serializing and deserializing parameters using CBOR codec.
(autogenerated documentation)
transferFrom() :
This function transfers data cap tokens between two accounts by calling an external actor and deserializing the result.
(autogenerated documentation)
increaseAllowance() :
This function increases the allowance of a data cap actor by calling its method and returning the result as a BigInt.
(autogenerated documentation)
decreaseAllowance() :
This function decreases the allowance of a data cap actor and returns the updated allowance. It works by calling the actor's decrease allowance method.
(autogenerated documentation)
revokeAllowance() :
This function revokes an operator's allowance and returns the remaining allowance. It works by calling a method on the DataCap actor.
(autogenerated documentation)
burn() :
This function burns a specified amount of tokens by calling a method on another contract and returns the updated balance.
(autogenerated documentation)
burnFrom() :
This function burns data cap tokens from a user's account by calling a smart contract method and returning the result.
(autogenerated documentation)