Address
0x0a01700000000000000000000000000000000002
Supported Methods
Transactions
| Signature |
|---|
delegate(uint256[],address) |
redelegate(uint256[],address) |
cancelDelegation(uint256[]) |
Queries
| Signature |
|---|
epoch() |
licenseMinerInfo(uint256) |
beacon(uint64) |
ownerVRFKey(address) |
operatorInfo(address) |
operators(tuple) |
licenseDelegation(uint256) |
delegatedLicenses(address,tuple) |
emissionInfo() |
emissionSchedule() |
licensePayouts(uint256,uint64,uint64) |
epochInfo(uint64) |
epochs(uint64,uint32,bool) |
params() |
Pure Utility
| Signature |
|---|
derive(bytes32,bytes32) |
Query Examples
Set the current testnet EVM JSON-RPC endpoint and precompile address:Security note: Use a keystore or hardware wallet for real operations. Do not pass raw private keys directly in shell commands.
Direct call
Call from contract
Transaction Examples
Environment Variables
Direct call
Call from contract
Notes
- Delegation methods are ownership-sensitive and should be called from the authorized owner’s context.
- Pagination-style queries use pagination tuples in the ABI.