SignatureVerifier
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "SignatureVerifier"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SignatureVerifier"
ABI
ABI objects
Getter at block 22931728
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
confirmationThreshold() view returns (uint8)
0
currentBlock() view returns (uint40)
0
debridgeAddress() view returns (address)
0x0000000000000000000000000000000000000000
excessConfirmations() view returns (uint8)
0
minConfirmations() view returns (uint8)
0
requiredOraclesCount() view returns (uint8)
0
submissionsInBlock() view returns (uint40)
0
version() pure returns (uint256)
202
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AdminBadRole()
DeBridgeGateBadRole()
DuplicateSignatures()
LowMinConfirmations()
NotConfirmedByRequiredOracles()
NotConfirmedThreshold()
OracleAlreadyExist()
OracleBadRole()
OracleNotFound()
SignatureInvalidLength()
SignatureInvalidV()
SubmissionNotConfirmed()
WrongArgument()