TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 53,155 txns
Unified 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22013641 | 12 hours ago | | | 0 | 0.0000036824907 | |
| 22011413 | 14 hours ago | | | 0 | 0.0000066454919 | |
| 22011062 | 14 hours ago | | | 0 | 0.0000064852852 | |
| 22007982 | 16 hours ago | | | 0 | 0.0000028907795 | |
| 21999702 | 20 hours ago | | | 0 | 0.0000027395360 | |
| 21970722 | 2 days ago | | | 0 | 0.0000029275691 | |
| 21969481 | 2 days ago | | | 0 | 0.0000030520273 | |
| 21968321 | 2 days ago | | | 0 | 0.0000026159116 | |
| 21968279 | 2 days ago | | | 0 | 0.0000026086827 | |
| 21968170 | 2 days ago | | | 0 | 0.0000015782936 |
ABI
ABI objects
Getter at block 22035957
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
TRUSTED_ROLE() view returns (bytes32)
0x2de84d9fbdf6d06e2cc584295043dbd76046423b9f8bae9426d4fa5e7c03f4a7
UNPAUSER_ROLE() view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
paused() view returns (bool)
false
symmioAddress() view returns (address)
0x1c03b6480a4efc2d4123ba90d7857f0e1878b780
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
multicastWhitelist(address) view returns (bool)
restrictedSelectors(bytes4) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events _call(bytes[] _callDatas)
_multicastCall(address[] destAddresses, bytes[] _callDatas)
grantRole(bytes32 role, address account)
initialize(address admin, address symmioAddress_)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMulticastWhitelist(address addr, bool state)
setRestrictedSelector(bytes4 selector, bool state)
setSymmioAddress(address addr)
unpause()
withdrawERC20(address token, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
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)
SetMulticastWhitelist(address addr, bool state)
SetRestrictedSelector(bytes4 selector, bool state)
SetSymmioAddress(address oldSymmioAddress, address newSymmioAddress)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.