deploy_contract |
- Deploys a custom smart contract using specified Solidity version and constructor arguments. | -
deploy_nft |
- Deploys a standard ERC-721 NFT contract with configurable name, symbol, and metadata URI. | -
deploy_token |
- Deploys a standard ERC-20 token contract with configurable name, symbol, and initial supply. | -
trade |
- Executes a token swap between two assets at current market rates on mainnet networks. | -