TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 74,306 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20974633 | a month ago | | | 0 | 0.0000014725686 | |
| 20974609 | a month ago | | | 0 | 0.0000021961155 | |
| 19090977 | 3 months ago | | | 0 | 3.4065900e-7 | |
| 18758200 | 3 months ago | | | 0 | 0.000000304062066360 | |
| 18758097 | 3 months ago | | | 0 | 4.5838266e-7 | |
| 16748641 | 5 months ago | | | 0 | 8.9667997e-7 | |
| 16748436 | 5 months ago | | | 0 | 0.0000013297787 | |
| 15061580 | 6 months ago | | | 0 | 0.0000091676520 | |
| 15061556 | 6 months ago | | | 0 | 0.000013930987 | |
| 13926311 | 7 months ago | | | 0 | 0.0000039450510 |
ABI
ABI objects
Getter at block 22747617 accountImplementation() view returns (bytes)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SETTER_ROLE() view returns (bytes32)
0x61c92169ef077349011ff0b1383c894d86c5f0b41d986366b58a6cf31e93beda
UNPAUSER_ROLE() view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
accountsAdmin() view returns (address)
0x9bc9ca7e6a8f013f40617c4585508a988db7c1c7
paused() view returns (bool)
false
saltCounter() view returns (uint256)
3621
symmioAddress() view returns (address)
0x52e2230cdb80edebdadafcf24033608c9a636d7d
Read-only
accounts(address, uint256) view returns (address accountAddress, string name)
getAccounts(address user, uint256 start, uint256 size) view returns (struct IMultiAccountAccount[])
getAccountsLength(address user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
indexOfAccount(address) view returns (uint256)
owners(address) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events _call(address account, bytes[] _callDatas)
addAccount(string name)
depositAndAllocateForAccount(address account, uint256 amount)
depositForAccount(address account, uint256 amount)
editAccountName(address accountAddress, string name)
grantRole(bytes32 role, address account)
initialize(address admin, address symmioAddress_, bytes accountImplementation_)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAccountImplementation(bytes accountImplementation_)
setSymmioAddress(address addr)
unpause()
withdrawFromAccount(address account, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddAccount(address user, address account, string name)
AllocateForAccount(address user, address account, uint256 amount)
Call(address user, address account, bytes _callData, bool _success, bytes _resultData)
DeployContract(address sender, address contractAddress)
DepositForAccount(address user, address account, uint256 amount)
EditAccountName(address user, address account, string newName)
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)
SetAccountImplementation(bytes oldAddress, bytes newAddress)
SetSymmioAddress(address oldAddress, address newAddress)
Unpaused(address account)
WithdrawFromAccount(address user, address account, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.