Authorizer
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Authorizer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Authorizer"
ABI
ABI objects
Getter at block 22774651
ANYONE() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
ANYWHERE() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
Read-only
getPermissionParams(address who, address where, bytes4 what) view returns (struct IAuthorizerParam[])
getPermissionsLength(address who, address where) view returns (uint256)
hasPermission(address who, address where, bytes4 what) view returns (bool)
hasPermissions(address who, address where) view returns (bool)
isAuthorized(address who, address where, bytes4 what, uint256[] how) view returns (bool)
State-modifying
Events authorize(address who, address where, bytes4 what, struct IAuthorizerParam[] params)
changePermissions(struct IAuthorizerPermissionChange[] changes)
initialize(address[] owners)
unauthorize(address who, address where, bytes4 what)
Authorized(address indexed who, address indexed where, bytes4 indexed what, struct IAuthorizerParam[] params)
Initialized(uint8 version)
Unauthorized(address indexed who, address indexed where, bytes4 indexed what)
constructor()
This contract contains no fallback and receive objects.
AuthorizerInvalidParamOp(uint8 op)
AuthorizerSenderNotAllowed(address who, address where, bytes4 what, uint256[] how)