报错信息如下:

from solidity:

TypeError: "send" and "transfer" are only available for objects of type "address payable", not "address". --> contracts/1_Storage.sol:36:9: | 36 | msg.sender.transfer(_value); | ^^^^^^^^^^^^^^^^^^^

按照描述,应该使用 address payable,具体转换方法如下:

payable(msg.sender).transfer(_value);

ERROR send and transfer are only available for objects of type address payable , not address相关推荐

  1. “send“ and “transfer“ are only available for objects of type “address payable“, not “address

    address public buyer;buyer.transfer(amount); 错误原因: 在Solidity 0.5.x中,地址类型被细分为address和address payable ...

  2. Maven报错Original error: Could not transfer artifact

    我出现的错误:org.springframework.boot:spring-boot-starter-parent:pom:2.6.6 failed to transfer from https:/ ...

  3. 错误解决方案:FATAL: Error inserting cmemk (/lib/modules/2.6.37/kernel/drivers/dsp/cmemk.ko): Bad address

    参考了文章:https://e2e.ti.com/support/embedded/linux/f/354/t/196258 ------------------------------------- ...

  4. c语言error2228,c语言error C2228: left of '.tag' must have class/struct/union type

    c语言error C2228: left of '.tag' must have class/struct/union type0 #include #include #include #define ...

  5. AGX硬盘无法识别:error mounting /dev/sda1 at /media/nvidia/T7:unknow filesystem type ‘exfat‘

    在拷贝资料的时候,发现AGX无法识别自己的移动硬盘,错误是error mounting /dev/sda1 at /media/nvidia/T7:unknow filesystem type 'ex ...

  6. 用Java向SQL Server数据库中插入float数据报错An error occurred while converting the Float value to JDBC data type

    作者:翁松秀 用Java向SQL Server数据库中插入float数据报错 用Java向SQL Server数据库中插入float数据报错 报错信息: 报错原因: 解决方案: 报错信息: An er ...

  7. error C2556: 'void __thiscall......overloaded function differs only by return type from 'int __thisc

    error C2556: 'void __thiscall......overloaded function differs only by return type from 'int __thisc ...

  8. arse Error at line 58 column 17: The content of element type struts-config must match (display-na

    以前没有接触过struts1的项目  刚上来开发公司来的项目的时候遇到的这个错误. 报错信息: 严重: Parse Error at line 58 column 17: The content of ...

  9. postgresql删除用户提示ERROR: role postgres1 cannot be dropped because some objects depend on it

    作者:瀚高PG实验室 (Highgo PG Lab)- 徐云鹤 删除用户可以使用如下命令: drop user postgres1; 如果提示如下内容则说明该用户下有所属对象. postgres=# ...

最新文章

  1. 低速自动驾驶车辆的定位与建图
  2. 多因子降维法(MDR,Multifactor Dimensionality Reduction )
  3. 洛谷 P1516 青蛙的约会
  4. MMJ-Spring Boot(Java)获取小程序Openid
  5. java/android 做题中整理的碎片小贴士(12)
  6. SQL Server 排序规则(摘)
  7. 程序员35岁不转型就退休,是真的吗?
  8. Encoder与Decoder
  9. 那些年,翻过山,趟过河,挖了山丘,黑了河沟,终于还是遇到了——跨服务器查询...
  10. 查看jdk版本命令_JDK配置和Eclipse安装
  11. 2019拓者的高清案例赠品
  12. 润达软件-督查督办管理系统
  13. 优化网站加快浏览器访问打开速度
  14. 世界上最成功的 10 位 Logo 设计师
  15. 实战项目一、安居客(北京) 二手房抓取房源信息
  16. excel矩阵小tips
  17. 扫地机器人路径规划算法
  18. 达梦工具数据迁移 违反唯一约束
  19. 计算机和路由器的网络号应如何设置,新的路由器该怎么设置上网? 路由器的设置方法...
  20. ecg信号越界_精确心电图ECG信号处理介绍

热门文章

  1. GIS讲堂第一课-开源GIS环境搭建相关内容
  2. 计算机连接苹果手机不能找到照片目录,iPhone与电脑连接后找不到照片怎么办?掌握这三个技巧,烦恼问题轻松解决!...
  3. LIGGGHTS笔记3——Input Script
  4. 超链接lt;agt;..lt;/agt;的四种使用方法
  5. DLX 项目总结(Deluxe processor)
  6. 【软件工程】实验4:校园二手物品交易过程的UI设计
  7. tank game V0.1
  8. 24个Web前端人员不能错过的在线检测网站汇总
  9. 关于微信公众号开发时获取用户昵称作为参数乱码的问题
  10. C语言-----乘法口诀表打印(多种样式)欢迎采纳