Deploy a Token
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with ERC20.solYou can get:4、copy this code to ERC20.sol// SPDX-License-Identifier: MIT // WTF Solidity by 0xAA pragma solidity ^0.8.4; interface IERC20 { /** * @dev 释放条件:当 `value` 单位的货币从账户 (`from`) 转账到另一账户 (`to`)时. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev 释放条件:当 `value` 单位的货币从账户 (`owner`) 授权给另一账户 (`spender`)时. */ event Approva...
Deploy a contract
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with Function.solYou can get:4、copy this code to Function.sol// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; contract FunctionTypes{ uint256 public number = 5; constructor() payable {} // 函数类型 // function (<parameter types>) {internal|external} [pure|view|payable] [returns (<return types>)] // 默认function function add() external{ number = number + 1; } //...


Deploy a Token
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with ERC20.solYou can get:4、copy this code to ERC20.sol// SPDX-License-Identifier: MIT // WTF Solidity by 0xAA pragma solidity ^0.8.4; interface IERC20 { /** * @dev 释放条件:当 `value` 单位的货币从账户 (`from`) 转账到另一账户 (`to`)时. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev 释放条件:当 `value` 单位的货币从账户 (`owner`) 授权给另一账户 (`spender`)时. */ event Approva...
Deploy a contract
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with Function.solYou can get:4、copy this code to Function.sol// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; contract FunctionTypes{ uint256 public number = 5; constructor() payable {} // 函数类型 // function (<parameter types>) {internal|external} [pure|view|payable] [returns (<return types>)] // 默认function function add() external{ number = number + 1; } //...
Share Dialog
Share Dialog

Subscribe to boater

Subscribe to boater

可以点击加号创建钱包,我已经部署了两个钱包,第一次进来上面还有提示让你报存助记词。
https://etherscan.io/address/0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419#readProxyContract
上面查看合约地址已经有多少balance
页面往下滑点击最后一个方法maxTotalBalance
目前跨链总额度125ether,已经被存入101.5ether(个人估计5月16日夜晚12点前扩容)
不停往下滑动页面到最下方,点击最下方按钮 I Accept
将小狐狸钱包和argent钱包都调整到主网
点击页面正中间钱包标志连接两个钱包。
出现跨链页面,输入0.025,点击transfer,小狐狸钱包确认交易即可

gas price为63,以太坊2110刀情况下,gas费为25刀左右

可以点击加号创建钱包,我已经部署了两个钱包,第一次进来上面还有提示让你报存助记词。
https://etherscan.io/address/0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419#readProxyContract
上面查看合约地址已经有多少balance
页面往下滑点击最后一个方法maxTotalBalance
目前跨链总额度125ether,已经被存入101.5ether(个人估计5月16日夜晚12点前扩容)
不停往下滑动页面到最下方,点击最下方按钮 I Accept
将小狐狸钱包和argent钱包都调整到主网
点击页面正中间钱包标志连接两个钱包。
出现跨链页面,输入0.025,点击transfer,小狐狸钱包确认交易即可

gas price为63,以太坊2110刀情况下,gas费为25刀左右
>700 subscribers
>700 subscribers
No activity yet