0xd82a50cc4d33e080875700c04fbf74958737f39c
Verified contract
Proxy
Active on
Ethereum with 598 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,674.55)
Native
Value
$1,001.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.314796 | $3,181.92 |
$1,001.65 | |
WETH | ERC-20 | 0.211353 | $3,183.77 |
$672.9 | |
SNOO | ERC-20 | 59.193723M | -- | -- | |
BRRR | ERC-20 | 6.068383M | -- | -- | |
NEIRO | ERC-20 | 477.94844K | -- | -- | |
RESIST | ERC-20 | 228.757547K | -- | -- | |
wDOG | ERC-20 | 1.86643K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155337 | 9 hours ago | | | 0 | 0.0054041294 | |
| 21155335 | 9 hours ago | | | 0 | 0.0018261602 | |
| 21155188 | 9 hours ago | | | 0 | 0.0036554139 | |
| 21155175 | 9 hours ago | | | 0 | 0.0019675563 | |
| 21155056 | 10 hours ago | | | 0 | 0.0031104608 | |
| 21155054 | 10 hours ago | | | 0 | 0.0013628001 | |
| 21155052 | 10 hours ago | | | 0 | 0.0013599968 | |
| 21154172 | 13 hours ago | | | 0 | 0.0034285383 | |
| 21152958 | 17 hours ago | | | 0 | 0.0027899405 | |
| 21152382 | 19 hours ago | | | 0 | 0.0033147249 |
ABI
ABI objects
Getter at block 21157953
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
admin() view returns (address)
0x535bf699203c78246d283abcd533546c287de9b2
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.