BotoSmartProxy
Verified contract
Active on
Ethereum with 320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.067648 | $3,043.61 |
$205.89 | |
USDC | ERC-20 | 194.496065 | $0.994403 |
$193.41 | |
USDT | ERC-20 | 76.706823 | $0.994042 |
$76.25 | |
WBTC | ERC-20 | 0.000175 | $88,425.00 |
$15.45 | |
DAI | ERC-20 | 10.147615 | $0.99535 |
$10.1 | |
MATIC | ERC-20 | 6.623624 | $0.367074 |
$2.43 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129917 | 9 days ago | | | 0 | 0.0018990480 | |
| 21125993 | 9 days ago | | | 0 | 0.0027401400 | |
| 21125984 | 9 days ago | | | 0 | 0.0027858090 | |
| 21113078 | 11 days ago | | | 0 | 0.00047476200 | |
| 21110988 | 12 days ago | | | 0 | 0.00029772400 | |
| 21106088 | 12 days ago | | | 0 | 0.00047476200 | |
| 21096928 | 14 days ago | | | 0 | 0.00036997800 | |
| 21094514 | 14 days ago | | | 0 | 0.0010547360 | |
| 21087919 | 15 days ago | | | 0 | 0.00079903500 | |
| 21064610 | 18 days ago | | | 0 | 0.0012518150 |
ABI
ABI objects
Getter at block 21193900
BASIC_SCOPE_MANAGER_ROLE() view returns (bytes32)
0x1832399ed9863b2b7e9979cee6888aa968592f11d99abce9927718e3ac0c61b5
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEPLOYER_ROLE() view returns (bytes32)
0xfc425f2263d0df187444b70e47283d622c70181c5baebb1306a01edba1ce184c
EXECUTOR_ROLE() view returns (bytes32)
0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63
EXTENDED_SCOPE_MANAGER_ROLE() view returns (bytes32)
0xbac7b217c46b1b518b54f276b0a6427f6767e6dfb45ba44bb04d29183ceeef39
KEEPER_ROLE() view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
NONCE_VIEWER_ROLE() view returns (bytes32)
0x4da215cfd47a5476a0ccca97d6595d5b6ee19f0c4460a4409453c91039015ca3
OPERATIONS_SCHEMA_HASH() view returns (bytes32)
0x404d8abf7320138a6ad321a9c7f701d73c7b2f1d790b250a756d12c65fea97d2
OPERATIONS_WITH_NONCE_SCHEMA_HASH() view returns (bytes32)
0x61426ba48ac4d8427d1f558f47fcd47e7f642b6ead0faf51817dfda16edae22e
OPERATION_SCHEMA_HASH() view returns (bytes32)
0xa7d887ae7ba573abff6d18f5b79ee3fc37bd8f7e144dc4d116c587ab60f0ba60
SUPER_OPERATOR_ROLE() view returns (bytes32)
0xe43cbdacb5a27491c5b15dcd2ddf377fcc3cf337bd999d6a7acb8c882b5554cb
paused() view returns (bool)
false
Read-only
getNonce(address user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAllowed(address userAddress, struct Operation[] operations) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAllowedOperationBasicScope(struct Operation[] _operations)
addAllowedOperationExtendedScope(bytes signature, struct Operation[] _operations, address user)
execute(struct Operation[] operations, bytes[] arguments, address user)
executeWithSuperOperator(struct Operation[] operations, bytes[] arguments)
grantRole(bytes32 role, address account)
initialize(address newOwner)
pause()
removeAllowedOperationBasicScope(struct Operation[] _operations)
removeAllowedOperationExtendedScope(bytes signature, struct Operation[] _operations, address user)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
shutdown()
toggleUnsafeAllowAll(bool unsafeAllowAll_)
unpause()
Initialized()
OperationAdded(struct Operation operation)
OperationRemoved(struct Operation operation)
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)
Shutdown(address account)
Unpaused(address account)
constructor()
fallback()
AlreadyInitialized()
AlreadyShutdownError()
MismatchedArrayLengthsError()
NotAuthorizedError()