AutomationExecutor
Verified contract
Active on
Ethereum with 348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.649096 | $0.999799 |
$0.65 | |
DAI | ERC-20 | 0.603765 | $1.00 |
$0.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258565 | 11 hours ago | | | 0 | 0.015219267 | |
| 21251445 | a day ago | | | 0 | 0.034846400 | |
| 21251071 | 2 days ago | | | 0 | 0.041425833 | |
| 21243664 | 3 days ago | | | 0 | 0.031873639 | |
| 21236752 | 4 days ago | | | 0 | 0.061112520 | |
| 21236334 | 4 days ago | | | 0 | 0.11395254 | |
| 21235170 | 4 days ago | | | 0 | 0.017221157 | |
| 21233622 | 4 days ago | | | 0 | 0.0060605285 | |
| 21230607 | 4 days ago | | | 0 | 0.041338803 | |
| 21222277 | 6 days ago | | | 0 | 0.035871552 |
ABI
ABI objects
Getter at block 21261901
bot() view returns (address)
0x5743b5606e94fb534a31e1cefb3242c8a9422e5e
owner() view returns (address)
0x0b5a3c04d1199283938fbe887a2c82c808aa89fb
uniswapFactory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapRouter() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
callers(address) view returns (bool)
getPrice(address tokenIn, uint24[] fees) view returns (uint256 price, uint24 fee)
State-modifying
Events addCallers(address[] _callers)
execute(bytes executionData, bytes triggerData, address commandAddress, uint256 triggerId, uint256 txCoverage, uint256 minerBribe, int256 gasRefund, address coverageToken)
removeCallers(address[] _callers)
revokeAllowance(address token, address target)
swapToEth(address tokenIn, uint256 amountIn, uint256 amountOutMin, uint24 fee) returns (uint256)
transferOwnership(address newOwner)
withdraw(address asset, uint256 amount)
CallerAdded(address indexed caller)
CallerRemoved(address indexed caller)
constructor(address _bot, address _weth, address _serviceRegistry)
receive()
T()