↧
Answer by JZ. for Smart contract listeners
This is probably not what you are looking for but it could help othersBloopi allows you to subscribe to the balance function of an ERC20 token contract:args = {contract_id:"",...
View ArticleAnswer by Igor Barinov for Smart contract listeners
If I understood you correctly, you need a method which can be called without transaction. You need to add keyword constant to your function name and it will not modify the state, so you can run it...
View ArticleSmart contract listeners
I want to develop a method in a smart contract that act as a listener,what i mean is when i use eth.sendTransaction(from:, to:@ of smart contract) it will be executed, without calling any smart...
View Article
More Pages to Explore .....