Builder Smith
Because of you, I'm no longer an Agent of this system. A new man, so to speak: 0x000000000000d3B2C76221467d2f8c8f1dE832A2
Flashbots Bundle
Features
- build for hacker
- no censor
- no log
Request
Send eth_sendBundle
to https://smithbot.xyz
curl -X POST -H 'Content-Type: application/json' --data '{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_sendBundle",
"params": [
{
"txs": ["0x123abc...", "0x456def..."],
"blockNumber": "0xb63dcd"
}
]
}' https://smithbot.xyz
Response
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
Signature API
Request
curl "https://smithbot.xyz/signature/0x24b31a0c,0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
# or
curl -X POST 'https://smithbot.xyz/signature' --data '["0x24b31a0c","0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"]'
Response
{
"0x06fdde03": "name()",
"0x095ea7b3": "approve(address,uint256)",
"0x18160ddd": "totalSupply()",
"0x23b872dd": "transferFrom(address,address,uint256)",
"0x24b31a0c": "swap(address,int256,bool,uint160,bytes)",
"0x2e1a7d4d": "withdraw(uint256)",
"0x313ce567": "decimals()",
"0x70a08231": "balanceOf(address)",
"0x7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b65": "Withdrawal(address,uint256)",
"0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925": "Approval(address,address,uint256)",
"0x95d89b41": "symbol()",
"0xa9059cbb": "transfer(address,uint256)",
"0xd0e30db0": "deposit()",
"0xdd62ed3e": "allowance(address,address)",
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef": "Transfer(address,address,uint256)",
"0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c": "Deposit(address,uint256)"
}