Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
kurbi | ERC-20 | 0.1 | $0.000785 |
$0 | |
OHNO | ERC-20 | 23.982091K | -- | -- | |
ERC-20 | 4.2K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22739397 | 4 hours ago | | | 0 | 1.1605722e-7 | |
| 22739397 | 4 hours ago | | | 0 | 1.1594676e-7 | |
| 22739397 | 4 hours ago | | | 0 | 3.1702988e-7 | |
| 22738864 | 4 hours ago | | | 0 | 3.1458667e-7 | |
| 22735263 | 6 hours ago | | | 0 | 3.7356681e-7 | |
| 22735150 | 6 hours ago | | | 0 | 1.3527563e-7 | |
| 22735149 | 6 hours ago | | | 0 | 3.6925285e-7 | |
| 22735147 | 6 hours ago | | | 0 | 1.3492301e-7 | |
| 22735146 | 6 hours ago | | | 0 | 3.6848258e-7 | |
| 22734568 | 6 hours ago | | | 0 | 1.3215065e-7 |
ABI
ABI objects
Getter at block 22746138
DELEGATEE_OVERHEAD_CACHED_WEI() view returns (uint256)
600
DELEGATEE_OVERHEAD_CREATE_WEI() view returns (uint256)
91200
DELIVERY_OVERHEAD_WEI() view returns (uint256)
56600
EIP712_NAME() view returns (string)
InfernetCoordinator
EIP712_VERSION() view returns (string)
1
cooldown() view returns (uint256)
3600
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=InfernetCoordinator, version=1, chainId=8453, verifyingContract=0x8d871ef2826ac9001fb2e33fdd6379b6aabf449c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
id() view returns (uint32)
6317
Read-only
delegateCreatedIds(bytes32) view returns (uint32)
getSubscriptionInterval(uint32 activeAt, uint32 period) view returns (uint32)
maxSubscriberNonce(address) view returns (uint32)
nodeInfo(address) view returns (uint8 status, uint32 cooldownStart)
nodeResponded(bytes32) view returns (bool)
redundancyCount(bytes32) view returns (uint16)
subscriptions(uint32) view returns (address owner, uint32 activeAt, uint32 period, uint32 frequency, uint16 redundancy, uint48 maxGasPrice, uint32 maxGasLimit, string containerId, bytes inputs)
State-modifying
Events activateNode()
cancelSubscription(uint32 subscriptionId)
createSubscription(string containerId, bytes inputs, uint48 maxGasPrice, uint32 maxGasLimit, uint32 frequency, uint32 period, uint16 redundancy) returns (uint32)
createSubscriptionDelegatee(uint32 nonce, uint32 expiry, struct CoordinatorSubscription sub, uint8 v, bytes32 r, bytes32 s) returns (uint32, bool)
deactivateNode()
deliverCompute(uint32 subscriptionId, uint32 deliveryInterval, bytes input, bytes output, bytes proof)
deliverComputeDelegatee(uint32 nonce, uint32 expiry, struct CoordinatorSubscription sub, uint8 v, bytes32 r, bytes32 s, uint32 deliveryInterval, bytes input, bytes output, bytes proof)
registerNode(address node)
NodeActivated(address indexed node)
NodeDeactivated(address indexed node)
NodeRegistered(address indexed node, address indexed registerer, uint32 cooldownStart)
SubscriptionCancelled(uint32 indexed id)
SubscriptionCreated(uint32 indexed id)
SubscriptionFulfilled(uint32 indexed id, address indexed node)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CooldownActive(uint32 cooldownStart)
GasLimitExceeded()
GasPriceExceeded()
IntervalCompleted()
IntervalMismatch()
NodeNotActivateable(uint8 status)
NodeNotActive()
NodeNotRegisterable(address node, uint8 status)
NodeRespondedAlready()
NotSubscriptionOwner()
SignatureExpired()
SignerMismatch()
SubscriptionCompleted()
SubscriptionNotActive()
SubscriptionNotFound()