TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,422 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 48 additional slots
0x20bc…86c5
0xc874…a29a
0x0029…97bc
0xa3f2…7c20
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158316 | 6 hours ago | | | 0 | 0.0028217678 | |
| 21154771 | 18 hours ago | | | 0 | 0.0013078452 | |
| 21151018 | a day ago | | | 0 | 0.0015807346 | |
| 21146716 | 2 days ago | | | 0 | 0.0013742909 | |
| 21143166 | 2 days ago | | | 0 | 0.0023101569 | |
| 21139507 | 3 days ago | | | 0 | 0.0016317465 | |
| 21135900 | 3 days ago | | | 0 | 0.0018254691 | |
| 21132285 | 4 days ago | | | 0 | 0.0017806565 | |
| 21128688 | 4 days ago | | | 0 | 0.0027860880 | |
| 21125090 | 5 days ago | | | 0 | 0.0016850117 |
ABI
ABI objects
Getter at block 21160109 isMerkleRootVoting() view returns (bool)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ORACLE_ROLE() view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
currentRewardsNonce() view returns (uint256)
3403
paused() view returns (bool)
false
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)
isAdmin(address _account) view returns (bool)
isOracle(address account) view returns (bool)
isPauser(address _account) 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
addAdmin(address _account)
addOracle(address account)
addPauser(address _account)
grantRole(bytes32 role, address account)
pause()
removeAdmin(address _account)
removeOracle(address account)
removePauser(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
submitMerkleRoot(bytes32 merkleRoot, string merkleProofs, bytes[] signatures)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
MerkleRootVoteSubmitted(address indexed sender, address indexed oracle, uint256 nonce, bytes32 indexed merkleRoot, string merkleProofs)
OracleAdded(address indexed oracle)
OracleRemoved(address indexed oracle)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.