TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x5860…159e
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17920441 | a year ago | | | 0 | 0.050573275 | |
| 17239298 | 2 years ago | | | 0 | 0.14028012 | |
| 17239166 | 2 years ago | | | 0 | 0.13808220 | |
| 17066064 | 2 years ago | | | 0 | 0.00088010510 | |
| 17066018 | 2 years ago | | | 0 | 0.0014456200 |
ABI
ABI objects
Getter at block 21313366
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
service() view returns (address)
0x5860b6a91f7af98f80a2510e287d5422fd43159e
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
grantRole(bytes32 role, address account)
initialize()
proposeCustomTx(address pool, address[] targets, uint256[] values, bytes[] callDatas, string description, string metaHash) returns (uint256 proposalId)
proposeGovernanceSettings(address pool, struct IGovernanceSettingsNewGovernanceSettings settings, string description, string metaHash) returns (uint256 proposalId)
proposeGovernanceSettingsWithRoles(address pool, struct IGovernanceSettingsNewGovernanceSettings settings, address[] addSecretary, address[] removeSecretary, address[] addExecutor, address[] removeExecutor, string description, string metaHash) returns (uint256 proposalId)
proposePoolExecutor(address pool, address[] addExecutor, address[] removeExecutor, string description, string metaHash) returns (uint256 proposalId)
proposePoolSecretary(address pool, address[] addSecretary, address[] removeSecretary, string description, string metaHash) returns (uint256 proposalId)
proposeTGE(address pool, address token, struct ITGETGEInfo tgeInfo, struct ITokenTokenInfo tokenInfo, string metadataURI, string description, string metaHash) returns (uint256 proposalId)
proposeTGEERC1155(address pool, address token, uint256 tokenId, string tokenIdMetadataURI, struct ITGETGEInfo tgeInfo, struct ITokenTokenInfo tokenInfo, string metadataURI, string description, string metaHash) returns (uint256 proposalId)
proposeTransfer(address pool, address asset, address[] recipients, uint256[] amounts, string description, string metaHash) returns (uint256 proposalId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setService(address service_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.