目录
以太坊智能合约不能调用
一定注意智能合约地址,每次部署地址都会变化
Transaction must include these fields: %r" % missing_keys
缺少nonce
nonce值 什么作用,是什么
在交易中调用智能合约添加附加信息
1. 定义智能合约
2. 部署并调用智能合约
注意事项
使用事件(Event)
直接通过合约函数查询
注意事项
以太坊智能合约不能调用
一定注意智能合约地址,每次部署地址都会变化

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'untitled.ui'
#
# Created by: PyQt5 UI code generator 5.10.1
#
# WARNING! All changes made in this file will be lost!
import json
import sys
from PyQt5 import QtCore, QtWidgets
from PyQt5.QtWidgets import QApplication, QMainWindow
from sqlalchemy import false, true
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName

















