SapphireCreditScore
Verified contract
Implementation
Active on
Ethereum 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
Balances ($0.00)
No balances found for "SapphireCreditScore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SapphireCreditScore"
ABI
ABI objects
Getter at block 21210914
currentEpoch() view returns (uint256)
0
currentMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
currentTimestamp() view returns (uint256)
1731888479
documentId() view returns (string)
getAdmin() view returns (address)
0x0000000000000000000000000000000000000000
isPaused() view returns (bool)
false
lastMerkleRootUpdate() view returns (uint256)
0
maxScore() view returns (uint16)
0
merkleRootDelayDuration() view returns (uint256)
0
merkleRootUpdater() view returns (address)
0x0000000000000000000000000000000000000000
pauseOperator() view returns (address)
0x0000000000000000000000000000000000000000
upcomingMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
getLastScore(address _user) view returns (uint256, uint16, uint256)
userScores(address) view returns (uint256 score, uint256 lastUpdated)
State-modifying
Events init(bytes32 _merkleRoot, address _merkleRootUpdater, address _pauseOperator, uint16 _maxScore)
setDocumentId(string _documentId)
setMerkleRootDelay(uint256 _delay)
setMerkleRootUpdater(address _merkleRootUpdater)
setPause(bool _value)
setPauseOperator(address _pauseOperator)
updateMerkleRoot(bytes32 _newRoot)
verifyAndUpdate(struct SapphireTypesScoreProof _proof) returns (uint256, uint16)
CreditScoreUpdated(address indexed account, uint256 score, uint256 lastUpdated)
DelayDurationUpdated(address indexed account, uint256 value)
DocumentIdUpdated(string newDocumentId)
MerkleRootUpdated(address indexed updater, bytes32 merkleRoot, uint256 updatedAt)
MerkleRootUpdaterUpdated(address merkleRootUpdater)
PauseOperatorUpdated(address pauseOperator)
PauseStatusUpdated(bool value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.