contract address
- CURIE:
gmeow:contractAddress - IRI: https://blackcatinformatics.ca/gmeow/contractAddress
- Category: property
- Defined by:
gmeow:slices/attestation - Box roles: CBox role, RBox role (What is this?)
The address at which a smart contract is deployed.
Structure
Property shape: datatype property; gmeow:SmartContract -> rdfs:Literal; functional
Practical Pattern
Use gmeow:contractAddress from gmeow:SmartContract to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to carry the deployment address of a
gmeow:SmartContract— the on-chain location at which the program lives and is invoked.
Avoid when
- Avoid for a signing account's address (
gmeow:signatureRecoveryAddress) and for the chain identifier (gmeow:chainId); this address points to deployed code, not a wallet or a network. Functional — one address per contract.
How to use
- Set one address literal on the
gmeow:SmartContractand locate it on itsgmeow:BlockchainNetwork; an address is unambiguous only together with its chain id.
Examples
- ex:registry
gmeow:contractAddress"0x1234abcd...".