Diamond
Verified contract
Proxy
Active on
Ethereum with 257 txns
Unified 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 4 additional slots
-
variable spans 12 additional slots
Balances ($226.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SARCO | ERC-20 | 34.80497K | $0.0065 |
$226.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20755192 | 3 months ago | | | 0 | 0.000094292202 | |
| 20704455 | 3 months ago | | | 0 | 0.000048970734 | |
| 20704431 | 3 months ago | | | 0 | 0.000051185738 | |
| 20471628 | 4 months ago | | | 0 | 0.00033588182 | |
| 20471628 | 4 months ago | | | 0 | 0.0016794091 | |
| 20471436 | 4 months ago | | | 0 | 0.00055678848 | |
| 20471334 | 4 months ago | | | 0 | 0.0043861302 | |
| 20469632 | 4 months ago | | | 0 | 0.00019812975 | |
| 20469631 | 4 months ago | | | 0 | 0.00055060203 | |
| 20446103 | 4 months ago | | | 0 | 0.000092536008 |
ABI
ABI objects
Getter at block 21315544
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events depositFreeBond(uint256 amount)
publishPrivateKey(bytes32 sarcoId, bytes32 privateKey)
registerArchaeologist(string peerId, uint256 minimumDiggingFeePerSecond, uint256 maximumRewrapInterval, uint256 freeBond, uint256 maximumResurrectionTime, uint256 curseFee)
updateArchaeologist(string peerId, uint256 minimumDiggingFeePerSecond, uint256 maximumRewrapInterval, uint256 freeBond, uint256 maximumResurrectionTime, uint256 curseFee)
withdrawFreeBond(uint256 amount)
withdrawReward()
DepositFreeBond(address indexed archaeologist, uint256 depositedBond)
PublishPrivateKey(bytes32 indexed sarcoId, bytes32 privateKey, address indexed archaeologist)
RegisterArchaeologist(address indexed archaeologist, string peerId, uint256 minimumDiggingFee, uint256 maximumRewrapInterval, uint256 freeBond, uint256 maximumResurrectionTime, uint256 curseFee)
UpdateArchaeologist(address indexed archaeologist, string peerId, uint256 minimumDiggingFee, uint256 maximumRewrapInterval, uint256 freeBond, uint256 maximumResurrectionTime, uint256 curseFee)
WithdrawFreeBond(address indexed archaeologist, uint256 withdrawnBond)
WithdrawReward(address indexed archaeologist, uint256 withdrawnReward)
constructor(address _contractOwner, struct IDiamondCutFacetCut[] _diamondCut, struct DiamondInitialization[] _initializations)
fallback()
receive()
ArchaeologistAlreadyPublishedPrivateKey(address archaeologistAddress)
ArchaeologistHasBeenAccused(address archaeologistAddress, bytes32 sarcoId)
ArchaeologistNotOnSarcophagus(address archaeologist)
ArchaeologistProfileExistsShouldBe(bool exists, address archaeologist)
ArchaeologistPublishedIncorrectPrivateKey(address archaeologistAddress, bytes publicKey, bytes32 privateKey)
CannotSetZeroProfileValue()
SarcophagusCompromised(bytes32 sarcoId)
SarcophagusDoesNotExist(bytes32 sarcoId)
SarcophagusInactive(bytes32 sarcoId)
TooEarlyForPublish(uint256 currentTime, uint256 resurrectionTime)
TooLateForPublish(uint256 currentTime, uint256 publishDeadline)