TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17827225 | a year ago | | | 0 | 0.0011025420 | |
| 17827224 | a year ago | | | 0 | 0.0011425890 | |
| 17827223 | a year ago | | | 0 | 0.0022714230 | |
| 17827222 | a year ago | | | 0 | 0.0022794870 | |
| 15464010 | 2 years ago | | | 0 | 0.00074823539 | |
| 15463990 | 2 years ago | | | 0 | 0.00036246263 | |
| 15463944 | 2 years ago | | | 0 | 0.00061817155 | |
| 15463922 | 2 years ago | | | 0 | 0.0010966224 |
ABI
ABI objects
Getter at block 21208287
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DELEGATE_ROLE() view returns (bytes32)
0x1a82baf2b928242f69f7147fb92490c6288d044f7257b88817e6284f1eec0f15
KEEPER_ROLE() view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
VAULT_ROLE() view returns (bytes32)
0x31e0210044b4f6757ce6aa31f9c6e8d4896d24a755014887391a926c5224d959
Read-only
checkGovOrDelegate(address _account) view
checkKeeperOrVaultOrGov(address _account) view
checkRole(bytes32 _role, address _account) view
checkVaultOrGov(address _account) view
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)
isGovOrDelegate(address _account) view returns (bool)
isKeeperOrVaultOrGov(address _account) view returns (bool)
isVaultOrGov(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
addRole(bytes32 _role, bytes32 _roleAdmin)
grantRole(bytes32 role, address account)
initialize(address _governance, address _delegate, address _vault, address _keeper)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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.