合约接口
合约类型
合约
网络
说明
核心接口
payoutWithBalance()
function payoutWithBalance(
address token, // 代币地址
address to, // 收款地址(需在白名单)
uint256 amount, // 付币金额
uint256 fee, // 手续费
bytes memory signature, // 签名
uint256 nonce, // 随机数
uint256 timestamp // 时间戳
) external onlyPacker returns (bool)payoutWithAllowance() — V5.8.0
事件
BatchPayoutWithBalance
BatchPayoutWithAllowance — V5.8.0
权限控制
函数
权限要求
V5.8.0 合约变更
变更项
说明
下一步
Last updated