PRBProxyRegistry
Verified contract
Active on
Base with 53 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "PRBProxyRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7546363 | a year ago | | | 0 | 0.000000002719951437 | |
| 7546029 | a year ago | | | 0 | 0.000000003183528378 | |
| 7545360 | a year ago | | | 0 | 4.2905621e-7 | |
| 7271078 | a year ago | | | 0 | 0.000000004740786840 | |
| 7204215 | a year ago | | | 0 | 5.5011980e-7 | |
| 7167060 | a year ago | | | 0 | 0.000000045652577070 | |
| 7102137 | a year ago | | | 0 | 5.5012481e-7 | |
| 7078410 | a year ago | | | 0 | 3.8021360e-7 | |
| 7011354 | a year ago | | | 0 | 0.000000500113004980 | |
| 6974107 | a year ago | | | 0 | 0.000000027149506070 |
ABI
ABI objects
Getter at block 23194124
VERSION() view returns (string)
4.0.1
constructorParams() view returns (address owner, address target, bytes data)
(owner=0x0000000000000000000000000000000000000000, target=0x0000000000000000000000000000000000000000, data=0x)
Read-only
getMethodsByOwner(address owner, address plugin) view returns (bytes4[] methods)
getMethodsByProxy(address proxy, address plugin) view returns (bytes4[] methods)
getPermissionByOwner(address owner, address envoy, address target) view returns (bool permission)
getPermissionByProxy(address proxy, address envoy, address target) view returns (bool permission)
getPluginByOwner(address owner, bytes4 method) view returns (address plugin)
getPluginByProxy(address proxy, bytes4 method) view returns (address plugin)
getProxy(address user) view returns (address proxy)
State-modifying
Events deploy() returns (address proxy)
deployAndExecute(address target, bytes data) returns (address proxy)
deployAndExecuteAndInstallPlugin(address target, bytes data, address plugin) returns (address proxy)
deployAndInstallPlugin(address plugin) returns (address proxy)
deployFor(address user) returns (address proxy)
installPlugin(address plugin)
setPermission(address envoy, address target, bool permission)
uninstallPlugin(address plugin)
DeployProxy(address indexed operator, address indexed owner, address proxy)
InstallPlugin(address indexed owner, address indexed proxy, address indexed plugin, bytes4[] methods)
SetPermission(address indexed owner, address indexed proxy, address indexed envoy, address target, bool newPermission)
UninstallPlugin(address indexed owner, address indexed proxy, address indexed plugin, bytes4[] methods)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
PRBProxyRegistry_PluginMethodCollision(address currentPlugin, address newPlugin, bytes4 method)
PRBProxyRegistry_PluginUnknown(address plugin)
PRBProxyRegistry_PluginWithZeroMethods(address plugin)
PRBProxyRegistry_UserDoesNotHaveProxy(address user)
PRBProxyRegistry_UserHasProxy(address user, address proxy)