github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/docs/assets/explanation/packages/pkg-1.gno (about)

     1  func TotalSupply() uint64
     2  func BalanceOf(account std.Address) uint64
     3  func Transfer(to std.Address, amount uint64)
     4  func Approve(spender std.Address, amount uint64)
     5  func TransferFrom(from, to std.Address, amount uint64)
     6  func Allowance(owner, spender std.Address) uint64