Charged State Contract (V2)
Charged Particles State Contract. For viewing and setting permissions, approvals, and time locks on Particles.
Get State Data
getDischargeTimelockExpiry
function getDischargeTimelockExpiry(
address contractAddress,
uint256 tokenId
) external view returns (uint256 lockExpiry);Parameter
Description
Type
Return Value
Description
Type
getReleaseTimelockExpiry
function getReleaseTimelockExpiry(
address contractAddress,
uint256 tokenId
) external view returns (uint256 lockExpiry);Parameter
Description
Type
Return Value
Description
Type
getBreakBondTimelockExpiry
Parameter
Description
Type
Return Value
Description
Type
isApprovedForDischarge
Parameter
Description
Type
Return Value
Description
Type
isApprovedForRelease
Parameter
Description
Type
Return Value
Description
Type
isApprovedForBreakBond
Parameter
Description
Type
Return Value
Description
Type
isApprovedForTimelock
Parameter
Description
Type
Return Value
Description
Type
isEnergizeRestricted
Parameter
Description
Type
Return Value
Description
Type
isCovalentBondRestricted
Parameter
Description
Type
Return Value
Description
Type
getDischargeState
Parameter
Description
Type
Return Value
Description
Type
getReleaseState
Parameter
Description
Type
Return Value
Description
Type
getBreakBondState
Parameter
Description
Type
Return Value
Description
Type
Set Permissions + Approvals
setDischargeApproval
Parameter
Description
Type
setReleaseApproval
Parameter
Description
Type
setBreakBondApproval
Parameter
Description
Type
setTimelockApproval
Parameter
Description
Type
Parameter
Description
Type
setPermsForRestrictCharge
Parameter
Description
Type
setPermsForAllowDischarge
Parameter
Description
Type
setPermsForAllowRelease
Parameter
Description
Type
setPermsForRestrictBond
Parameter
Description
Type
setPermsForAllowBreakBond
Parameter
Description
Type
setDischargeTimelock
Parameter
Description
Type
setReleaseTimelock
Parameter
Description
Type
setBreakBondTimelock
Parameter
Description
Type
setTemporaryLock
Parameter
Description
Type
Other
Events
Last updated