blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
399 B
11 lines
399 B
//
|
|
// Created by James Sangalli on 14/7/18.
|
|
// Copyright © 2018 Stormbird PTE. LTD.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct GetERC721Balance {
|
|
let abi = "[{\"constant\":true,\"inputs\":[{\"name\":\"_owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]"
|
|
let name = "balanceOf"
|
|
} |