ChargedState
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 48 additional slots
Balances ($0.00)
No balances found for "ChargedState"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChargedState"
ABI
ABI objects
Getter at block 21185953
owner() view returns (address)
0x0000000000000000000000000000000000000000
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
versionRecipient() view returns (string)
1.0.0-beta.1/charged-particles.relay.recipient
Read-only
getBreakBondTimelockExpiry(address contractAddress, uint256 tokenId) view returns (uint256 lockExpiry)
getDischargeTimelockExpiry(address contractAddress, uint256 tokenId) view returns (uint256 lockExpiry)
getReleaseTimelockExpiry(address contractAddress, uint256 tokenId) view returns (uint256 lockExpiry)
isCovalentBondRestricted(address contractAddress, uint256 tokenId) view returns (bool)
isEnergizeRestricted(address contractAddress, uint256 tokenId) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events getBreakBondState(address contractAddress, uint256 tokenId, address sender) returns (bool allowFromAll, bool isApproved, uint256 timelock, uint256 tempLockExpiry)
getDischargeState(address contractAddress, uint256 tokenId, address sender) returns (bool allowFromAll, bool isApproved, uint256 timelock, uint256 tempLockExpiry)
getReleaseState(address contractAddress, uint256 tokenId, address sender) returns (bool allowFromAll, bool isApproved, uint256 timelock, uint256 tempLockExpiry)
initialize(address initiator)
isApprovedForBreakBond(address contractAddress, uint256 tokenId, address operator) returns (bool)
isApprovedForDischarge(address contractAddress, uint256 tokenId, address operator) returns (bool)
isApprovedForRelease(address contractAddress, uint256 tokenId, address operator) returns (bool)
isApprovedForTimelock(address contractAddress, uint256 tokenId, address operator) returns (bool)
migrateToken(address contractAddress, uint256 tokenId, uint256 releaseTimelockExpiry, address releaseTimelockLockedBy, uint256 tempLockExpiry)
renounceOwnership()
setApprovalForAll(address contractAddress, uint256 tokenId, address operator)
setBreakBondApproval(address contractAddress, uint256 tokenId, address operator)
setBreakBondTimelock(address contractAddress, uint256 tokenId, uint256 unlockBlock)
setController(address controller, string controllerId)
setDischargeApproval(address contractAddress, uint256 tokenId, address operator)
setDischargeTimelock(address contractAddress, uint256 tokenId, uint256 unlockBlock)
setPermsForAllowBreakBond(address contractAddress, uint256 tokenId, bool state)
setPermsForAllowDischarge(address contractAddress, uint256 tokenId, bool state)
setPermsForAllowRelease(address contractAddress, uint256 tokenId, bool state)
setPermsForRestrictBond(address contractAddress, uint256 tokenId, bool state)
setPermsForRestrictCharge(address contractAddress, uint256 tokenId, bool state)
setReleaseApproval(address contractAddress, uint256 tokenId, address operator)
setReleaseTimelock(address contractAddress, uint256 tokenId, uint256 unlockBlock)
setTemporaryLock(address contractAddress, uint256 tokenId, bool isLocked)
setTimelockApproval(address contractAddress, uint256 tokenId, address operator)
transferOwnership(address newOwner)
withdrawERC1155(address receiver, address tokenAddress, uint256 tokenId, uint256 amount)
withdrawERC721(address receiver, address tokenAddress, uint256 tokenId)
withdrawErc20(address receiver, address tokenAddress, uint256 amount)
withdrawEther(address receiver, uint256 amount)
BreakBondApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
ControllerSet(address indexed controllerAddress, string controllerId)
DischargeApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
Initialized(address indexed initiator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermsSetForAllowBreakBond(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForAllowDischarge(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForAllowRelease(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForRestrictBond(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForRestrictCharge(address indexed contractAddress, uint256 indexed tokenId, bool state)
ReleaseApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
TimelockApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
TokenBreakBondTimelock(address indexed contractAddress, uint256 indexed tokenId, address indexed operator, uint256 unlockBlock)
TokenDischargeTimelock(address indexed contractAddress, uint256 indexed tokenId, address indexed operator, uint256 unlockBlock)
TokenReleaseTimelock(address indexed contractAddress, uint256 indexed tokenId, address indexed operator, uint256 unlockBlock)
TokenTempLock(address indexed contractAddress, uint256 indexed tokenId, uint256 unlockBlock)
WithdrawStuckERC1155(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId, uint256 amount)
WithdrawStuckERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawStuckEther(address indexed receiver, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.