TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14158253 | 3 years ago | | | 0 | 0.0035073000 | |
| 13947221 | 3 years ago | | | 0 | 0.069087970 | |
| 13947203 | 3 years ago | | | 0 | 0.0054662900 |
ABI
ABI objects
Getter at block 21246998
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
confirmationThreshold() view returns (uint8)
3
currentBlock() view returns (uint40)
21246993
debridgeAddress() view returns (address)
0x43de2d77bf8027e25dbd179b491e8d64f38398aa
excessConfirmations() view returns (uint8)
3
minConfirmations() view returns (uint8)
8
requiredOraclesCount() view returns (uint8)
0
submissionsInBlock() view returns (uint40)
1
version() pure returns (uint256)
201
Read-only
getOracleInfo(address) view returns (bool exist, bool isValid, bool required)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isValidSignature(bytes32 _submissionId, bytes _signature) view returns (bool)
oracleAddresses(uint256) view returns (address)
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
addOracles(address[] _oracles, bool[] _required)
grantRole(bytes32 role, address account)
initialize(uint8 _minConfirmations, uint8 _confirmationThreshold, uint8 _excessConfirmations, address _debridgeAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDebridgeAddress(address _debridgeAddress)
setExcessConfirmations(uint8 _excessConfirmations)
setMinConfirmations(uint8 _minConfirmations)
setThreshold(uint8 _confirmationThreshold)
submit(bytes32 _submissionId, bytes _signatures, uint8 _excessConfirmations)
updateOracle(address _oracle, bool _isValid, bool _required)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddOracle(address oracle, bool required)
Confirmed(bytes32 submissionId, address operator)
DeployApproved(bytes32 deployId)
DeployConfirmed(bytes32 deployId, address operator)
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)
SubmissionApproved(bytes32 submissionId)
UpdateOracle(address oracle, bool required, bool isValid)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AdminBadRole()
DeBridgeGateBadRole()
DuplicateSignatures()
LowMinConfirmations()
NotConfirmedByRequiredOracles()
NotConfirmedThreshold()
OracleAlreadyExist()
OracleBadRole()
OracleNotFound()
SignatureInvalidLength()
SignatureInvalidV()
SubmissionNotConfirmed()
WrongArgument()