addParentIp | Adds a parent IP record | intrinsicGas + (ipGraphWriteGas * parentCount) | Larger than 1100 |
hasParentIp | Checks if an IP is parent of another IP | ipGraphReadGas * averageParentIpCount | 40 |
getParentIps | Retrieves parent IPs | ipGraphReadGas * averageParentIpCount | 40 |
getParentIpsCount | Gets the number of parent IPs | ipGraphReadGas | 10 |
getAncestorIps | Retrieves ancestor IPs | ipGraphReadGas * averageAncestorIpCount * 2 | 600 |
getAncestorIpsCount | Gets the number of ancestor IPs | ipGraphReadGas * averageParentIpCount * 2 | 80 |
hasAncestorIp | Checks if an IP is ancestor of another IP | ipGraphReadGas * averageAncestorIpCount * 2 | 600 |
setRoyalty | Sets royalty details of an IP | ipGraphWriteGas | 1000 |
getRoyalty | Retrieves royalty details of an IP | varies by royalty policy | LAP:900, LRP:620, other:1000 |
getRoyaltyStack | Retrieves royalty stack of an IP | varies by royalty policy | LAP:50, LRP: 600, other:1000 |
hasParentIpExt | Checks if an IP is parent of another IP through external call | ipGraphExternalReadGas * averageParentIpCount | 8400 |
getParentIpsExt | Retrieves parent IPs through external call | ipGraphExternalReadGas * averageParentIpCount | 8400 |
getParentIpsCountExt | Gets the number of parent IPs through external call | ipGraphExternalReadGas | 2100 |
getAncestorIpsExt | Retrieve ancestor IPs through external call | ipGraphExternalReadGas * averageAncestorIpCount * 2 | 126000 |
getAncestorIpsCountExt | Gets the number of ancestor IPs through external call | ipGraphExternalReadGas * averageParentIpCount * 2 | 16800 |
hasAncestorIpExt | Checks if an IP is ancestor of another IP through external call | ipGraphExternalReadGas * averageAncestorIpCount * 2 | 126000 |
getRoyaltyExt | Retrieves royalty details of an IP through external call | varies by royalty policy | LAP:189000, LRP:130200, other:1000 |
getRoyaltyStackExt | Retrieves royalty stack of an IP through external call | varies by royalty policy | LAP:10500, LRP:126000, other:1000 |