mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-04 21:53:24 +00:00
Remove unused module
This commit is contained in:
parent
e1e0be115c
commit
122f76cffe
@ -1,11 +0,0 @@
|
||||
(ns commiteth.eth.erc20
|
||||
(:require [commiteth.eth.core :as eth]
|
||||
[clojure.tools.logging :as log]))
|
||||
|
||||
(defn balance-of
|
||||
[token-addr owner-addr]
|
||||
(let [method-id (eth/sig->method-id "balanceOf(address)")]
|
||||
(log/debug "erc20.balance-of(token-addr, owner-addr)" token-addr owner-addr)
|
||||
(eth/call token-addr
|
||||
method-id
|
||||
owner-addr)))
|
Loading…
x
Reference in New Issue
Block a user