Diamond
Verified contract
Proxy
Active on
Ethereum with 3,178 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 2 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Diamond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154680 | 16 hours ago | | | 0 | 0.0073117220 | |
| 21153794 | 19 hours ago | | | 0 | 0.0096052545 | |
| 21147296 | 2 days ago | | | 0 | 0.0090899639 | |
| 21140880 | 3 days ago | | | 0 | 0.0052600543 | |
| 21140582 | 3 days ago | | | 0 | 0.0094587300 | |
| 21139906 | 3 days ago | | | 0 | 0.017307975 | |
| 21139887 | 3 days ago | | | 0 | 0.017797173 | |
| 21132986 | 4 days ago | | | 0 | 0.021305408 | |
| 21119264 | 6 days ago | | | 0 | 0.0019511272 | |
| 21118865 | 6 days ago | | | 0 | 0.0046354210 |
ABI
ABI objects
Getter at block 21159565
minLockCTR() view returns (uint256)
2500000000000000000000
minLockDuration() view returns (uint256)
31536000
Read-only
hasPermission(address _account) view returns (bool)
isBlacklist(address _account) view returns (bool)
isWhitelist(address _account) view returns (bool)
State-modifying
Events harvestConcentratorCompounder(address _compounder, uint256 _minAssets)
harvestConcentratorVault(address _vault, uint256 _pid, uint256 _minOut)
updateBlacklist(address _account, bool _status)
updatePermission(uint128 _minLockCTR, uint128 _minLockDuration)
updateWhitelist(address _account, bool _status)
This contract contains no event objects.
constructor(struct IDiamondFacetCut[] _diamondCut, struct DiamondArgs _args)
fallback()
receive()
CannotAddFunctionToDiamondThatAlreadyExists(bytes4 _selector)
CannotAddSelectorsToZeroAddress(bytes4[] _selectors)
CannotRemoveFunctionThatDoesNotExist(bytes4 _selector)
CannotRemoveImmutableFunction(bytes4 _selector)
CannotReplaceFunctionThatDoesNotExists(bytes4 _selector)
CannotReplaceFunctionWithTheSameFunctionFromTheSameFacet(bytes4 _selector)
CannotReplaceFunctionsFromFacetWithZeroAddress(bytes4[] _selectors)
CannotReplaceImmutableFunction(bytes4 _selector)
FunctionNotFound(bytes4 _functionSelector)
IncorrectFacetCutAction(uint8 _action)
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
NoBytecodeAtAddress(address _contractAddress, string _message)
NoSelectorsProvidedForFacetForCut(address _facetAddress)
RemoveFacetAddressMustBeZeroAddress(address _facetAddress)