TradeBotCommanderV2
Verified contract
Active on
Ethereum with 710 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TradeBotCommanderV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11953636 | 4 years ago | | | 0 | 0.059555947 | |
| 11952350 | 4 years ago | | | 0 | 0.030641908 | |
| 11944188 | 4 years ago | | | 0 | 0.045250254 | |
| 11942983 | 4 years ago | | | 0 | 0.022313491 | |
| 11942529 | 4 years ago | | | 0 | 0.068413168 | |
| 11942085 | 4 years ago | | | 0 | 0.034360937 | |
| 11941196 | 4 years ago | | | 0 | 0.031225656 | |
| 11939962 | 4 years ago | | | 0 | 0.038264963 | |
| 11935728 | 4 years ago | | | 0 | 0.046020187 | |
| 11933969 | 4 years ago | | | 0 | 0.0084001995 |
ABI
ABI objects
Getter at block 21303093
getAccounts() view returns (address[])
[0xA4723f399e526Ad2C201e995B69E66936dc0d84E, 0x5Ce45bb57FEf19d63b374e464E04D040B2Fbe5bd, 0x54A80223E78C36ad29B4fb3b3F63E0FED917b29D, 0x0BD183093718B5178Af0B9977D3e137d09675Cb4, 0xC2683080bFDc93DF05E515879D5deCda920206BE, 0xc127d53cf7455fB56d1Ea1786379fcd0CbBf19f1, 0xe2B255dD452CB15E69b18b883e0C123298236F48, 0x7630Ef110a30C2991cF4E3aA4837fD51b3CB7ba0, 0xFfE22aA0c8de8E998e13dc8160d05475A5200942, 0x6D54018dA206dec8Ef3F1227bDB6B7EF4a731846]
getTradeBot() view returns (address tradeBot)
0x8bfb7ac05bf9bdc6bc3a635d4dd209c8ba39e554
isOwner() view returns (bool)
false
owner() view returns (address)
0x7e4a8391c728fed9069b2962699ab416628b19fa
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
addAccount(address account)
callAny(address target, uint256 amount, bytes data) returns (bool ok, bytes returnData)
cancelOwnershipTransfer()
deployAndProcessLimitOrder(address initialSigningKey, address keyRing, struct DharmaTradeBotV1InterfaceLimitOrderArguments args, struct DharmaTradeBotV1InterfaceLimitOrderExecutionArguments executionArgs) returns (bool ok, bytes returnData)
processLimitOrder(struct DharmaTradeBotV1InterfaceLimitOrderArguments args, struct DharmaTradeBotV1InterfaceLimitOrderExecutionArguments executionArgs) returns (bool ok, uint256 amountReceived)
removeAccount(address account)
transferOwnership(address newOwner)
AddedAccount(address account)
Call(address target, uint256 amount, bytes data, bool ok, bytes returnData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedAccount(address account)
constructor(address walletFactory, address keyRingFactory, address tradeBot, address[] initialAccounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.