Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0264…5bf9
Balances ($0.00)
No balances found for "Dispatch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8043372 | 5 years ago | | | 0 | 0.0017967750 | |
| 8036169 | 5 years ago | | | 0 | 0.00048984800 | |
| 8036166 | 5 years ago | | | 0 | 0.0024733200 | |
| 8036033 | 5 years ago | | | 0 | 0.00050209420 | |
| 8036031 | 5 years ago | | | 0 | 0.0024733200 | |
| 8030774 | 5 years ago | | | 0 | 0.00018137678 | |
| 8030209 | 5 years ago | | | 0 | 0.00048882800 | |
| 8030208 | 5 years ago | | | 0 | 0.00016653688 | |
| 8030151 | 5 years ago | | | 0 | 0.00021435440 | |
| 8030122 | 5 years ago | | | 0 | 0.00028062528 |
ABI
ABI objects
Getter at block 21285468
bondage() view returns (address)
0x188f79b0a8edc10ad53285c47c3feaa0d2716e83
bondageAddress() view returns (address)
0x188f79b0a8edc10ad53285c47c3feaa0d2716e83
db() view returns (address)
0x02647d32b2633cf89434d8f371658b6a74d55bf9
owner() view returns (address)
0xa4e5cd0b3d4a050734d2fe310b30ab0a80e72eae
Read-only
getCancel(uint256 id) view returns (uint256)
getEndpoint(uint256 id) view returns (bytes32)
getProvider(uint256 id) view returns (address)
getStatus(uint256 id) view returns (uint256)
getSubscriber(uint256 id) view returns (address)
getSubscriberOnchain(uint256 id) view returns (bool)
getUserQuery(uint256 id) view returns (string)
State-modifying
Events cancelQuery(uint256 id)
query(address provider, string userQuery, bytes32 endpoint, bytes32[] endpointParams) returns (uint256 id)
respond1(uint256 id, string response) returns (bool)
respond2(uint256 id, string response1, string response2) returns (bool)
respond3(uint256 id, string response1, string response2, string response3) returns (bool)
respond4(uint256 id, string response1, string response2, string response3, string response4) returns (bool)
respondBytes32Array(uint256 id, bytes32[] response) returns (bool)
respondIntArray(uint256 id, int256[] response) returns (bool)
selfDestruct()
transferOwnership(address newOwner)
updateDependencies()
CanceledRequest(uint256 indexed id, address indexed subscriber, address indexed provider)
FulfillQuery(address indexed subscriber, address indexed provider, bytes32 indexed endpoint)
Incoming(uint256 indexed id, address indexed provider, address indexed subscriber, string query, bytes32 endpoint, bytes32[] endpointParams, bool onchainSubscriber)
OffchainResponse(uint256 indexed id, address indexed subscriber, address indexed provider, bytes32[] response)
OffchainResponseInt(uint256 indexed id, address indexed subscriber, address indexed provider, int256[] response)
OffchainResult1(uint256 indexed id, address indexed subscriber, address indexed provider, string response1)
OffchainResult2(uint256 indexed id, address indexed subscriber, address indexed provider, string response1, string response2)
OffchainResult3(uint256 indexed id, address indexed subscriber, address indexed provider, string response1, string response2, string response3)
OffchainResult4(uint256 indexed id, address indexed subscriber, address indexed provider, string response1, string response2, string response3, string response4)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevertCancelation(uint256 indexed id, address indexed subscriber, address indexed provider)
constructor(address c)
This contract contains no fallback and receive objects.
This contract contains no error objects.