USDSDepositContract
Gnosis0x5c183c8a49aba6e31049997a56d75600e27ff8c9
Solidity v0.8.25+commit.b61c2a91
🤖
通过你的 AI 查询此合约
引用:
0x5c183c8a49aba6e31049997a56d75600e27ff8c9
示例提示词:
"Tell me the current state of gnosis/0x5c183c8a49aba6e31049997a56d75600e27ff8c9"
还没有接入 AI?→
mcp.smarts.md
Gnosis 在 Smarts 上是仅文档链:源代码和 ABI 已索引,但当前不提供实时链上数据(状态、最新事件、管理员画像)。AI 代理仍可通过 MCP 调用 get_contract_info 和 get_contract_source。
概览
读取函数
1
写入函数
1
事件
0
读取函数
xDAIBridge()
view
Returns the xDAI bridge contract address.✨ AI
返回值
| 名称 | 类型 | 描述 |
|---|---|---|
| — | address | Address of the xDAI bridge contract used for cross-chain deposits.✨ AI |
写入函数
relayTokens(recipient: address)
payable
Relay the transaction's funds or tokens to the specified recipient.✨ AI
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| recipient | address | Address that will receive the relayed funds or tokens.✨ AI |