IERC20CamelOnlyDispatcherTrait
Fully qualified path: openzeppelin_interfaces::token::erc20::IERC20CamelOnlyDispatcherTrait
Part of the group: dispatchers
pub trait IERC20CamelOnlyDispatcherTrait<T>
Trait functions
totalSupply
Fully qualified path: openzeppelin_interfaces::token::erc20::IERC20CamelOnlyDispatcherTrait::totalSupply
fn totalSupply(self: T) -> u256
balanceOf
Fully qualified path: openzeppelin_interfaces::token::erc20::IERC20CamelOnlyDispatcherTrait::balanceOf
fn balanceOf(self: T, account: ContractAddress) -> u256
transferFrom
Fully qualified path: openzeppelin_interfaces::token::erc20::IERC20CamelOnlyDispatcherTrait::transferFrom
fn transferFrom(self: T, sender: ContractAddress, recipient: ContractAddress, amount: u256) -> bool