AA
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "AA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AA"
ABI
ABI objects
Getter at block 20795362
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
admin() view returns (address)
0x0000000000000000000000000000000000000000
intentManager() view returns (address)
0x0c42191a5571839266dcbd8d54e2174e37e5ac11
taxUnclaimed() view returns (uint80)
0
Read-only
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenBalance(address token) view returns (uint256)
State-modifying
Events adminWithdraw(address token, uint256 amount)
adminWithdraw1155(address tokenAddress, uint256[] ids, uint256[] amounts)
adminWithdraw721(address[] tokenAddresses, uint256[] tokenIds)
claimTax()
handleIntent(struct IAAIntent intent, bytes32[] proofs)
initialize(address _admin)
initialize(address _operator, address _admin, uint256 _outerGas)
operatorSafeWithdraw(address token, uint256 amount, bytes32[] proofs)
operatorSafeWithdraw1155(address tokenAddress, uint256[] ids, uint256[] amounts, bytes32[] proofs)
operatorSafeWithdraw721(address[] tokenAddresses, uint256[] tokenIds, bytes32[] proofs)
BotAAAdminWithdrawn(address indexed admin, address indexed token, uint256 amount)
BotAAAdminWithdrawn1155(address indexed admin, address indexed tokenAddress, uint256[] ids, uint256[] amounts)
BotAAAdminWithdrawn721(address indexed admin, address[] tokenAddresses, uint256[] tokenIds)
BotAAIntentHandled(address indexed operator, address indexed aa, uint256 indexed intentId, uint256 tax)
BotAAOperatorWithdrawn(address indexed operator, address indexed recipient, address indexed token, uint256 amount)
BotAAOperatorWithdrawn1155(address indexed operator, address indexed recipient, address indexed tokenAddress, uint256[] ids, uint256[] amounts)
BotAAOperatorWithdrawn721(address indexed operator, address indexed recipient, address[] tokenAddresses, uint256[] tokenIds)
BotAATaxClaimed(address indexed user, address indexed recipient, uint256 amount)
constructor(address _WETH, address _intentManager)
receive()
This contract contains no error objects.