V3Automation
Verified contract
Active on
Base with 67,420 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($3.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAMBOO | ERC-20 | 150 | $0.012102 |
$1.82 | |
FUEGO | ERC-20 | 19.33 | $0.07205 |
$1.39 | |
HMSTR | ERC-20 | 5.082855 | -- | -- | |
CUBBY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22721417 | 3 minutes ago | | | 0 | 0.0000075728479 | |
| 22721351 | 5 minutes ago | | | 0 | 0.0000099452855 | |
| 22721350 | 5 minutes ago | | | 0 | 0.0000099202565 | |
| 22721306 | 7 minutes ago | | | 0 | 0.0000050418222 | |
| 22721197 | 10 minutes ago | | | 0 | 0.0000092887654 | |
| 22721116 | 13 minutes ago | | | 0 | 0.0000081229546 | |
| 22720969 | 18 minutes ago | | | 0 | 0.0000084927409 | |
| 22720701 | 27 minutes ago | | | 0 | 0.0000095371995 | |
| 22720665 | 28 minutes ago | | | 0 | 0.000010654616 | |
| 22720551 | 32 minutes ago | | | 0 | 0.0000099524009 |
ABI
ABI objects
Getter at block 22721497
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xcc89b0c1da2d59be37c0bf0d278f9e6026e3f017e782dc5084c8157eb3b79dc0
FEE_TAKER() view returns (address)
0x8c4f68b691bdc29dece2c4e569a6cff3f042676f
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
WITHDRAWER_ROLE() view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
paused() view returns (bool)
false
swapRouter() view returns (address)
0x6fd481970744f9bc0044a81859fd92431a2dd67d
Read-only
getMaxFeeX64(uint8 feeType) view returns (uint64)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isOrderCancelled(bytes orderSignature) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancelOrder(bytes abiEncodedUserOrder, bytes orderSignature)
execute(struct V3AutomationExecuteParams params) payable
grantRole(bytes32 role, address account)
initialize(address _swapRouter, address admin, address withdrawer, address feeTaker, address[] whitelistedNfpms)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeTaker(address feeTaker)
setMaxFeeX64(uint8 feeType, uint64 feex64)
setWhitelistNfpm(address[] nfpms, bool isWhitelist)
unpause()
withdrawERC20(address[] tokens, address to)
withdrawERC721(address nfpm, uint256 tokenId, address to)
withdrawNative(address to)
CancelOrder(address user, bytes order, bytes signature)
ChangeRange(address indexed nfpm, uint256 indexed tokenId, uint256 newTokenId, uint256 newLiquidity, uint256 token0Added, uint256 token1Added)
CompoundFees(address indexed nfpm, uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
DeductFees(address indexed nfpm, uint256 indexed tokenId, address indexed userAddress, struct CommonDeductFeesEventData data)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Swap(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
SwapAndIncreaseLiquidity(address indexed nfpm, uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
SwapAndMint(address indexed nfpm, uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
Unpaused(address account)
WithdrawAndCollectAndSwap(address indexed nfpm, uint256 indexed tokenId, address token, uint256 amount)
constructor()
receive()
AmountError()
CollectError()
EtherSendFailed()
GetPositionFailed()
NoEtherToken()
NoFees()
NotSupportedAction()
NotSupportedProtocol()
NotWETH()
SameToken()
SelfSend()
SlippageError()
TooMuchEtherSent()
TooMuchFee()
TransferError()