EIP712Coordinator

Verified contract

Active on Base
Deployed by via 0x1086e138 at 6695126
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xa6d718a0220eb925b4892e3fff86ac7004f3141879705978c66fb36f35be4cf0
0xa262a4a167dfb6e7746c6c1f89eae8152a1d49a5d31eacd8c6954672f7ad0ed1
0xec0aa224e8bde399f3614e16696bb6a2d45bd6788aa705e8d30c7aa76f461748
0x7fb72eaf620be7d479a0a9aada7af51247963f49497e94ab521040a908d2d951
0x873986d71828794c92d94ee1b71c876c7661dab1168fabef3fb05e99939a3ee8
0x5f8b5a5116ea35756bf2a9c109382a1d9c1a94f8cb4d13510502801a2468ecbc
0x987e09638ccabe9215fade94a99c062555ea0a771a418c61780186cbe1160c89
0x103ba5a0225ed00044d0d562b32787e5a06ed31e19c6ea45275748c083598b94
0xc695d7007aec6b25e18bdf9ed824ee731e71a0ed5054695ba403679a736472ed
0xd60e69267786420d704de49ece5761e073e4f48f369b2709ba192793b83435de

Functions
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 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=InfernetCoordinator, version=1, chainId=8453, verifyingContract=0x8d871ef2826ac9001fb2e33fdd6379b6aabf449c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
id(view returns (uint32)
6317
Read-only
delegateCreatedIds(bytes32view returns (uint32)
getSubscriptionInterval(uint32 activeAtuint32 periodview returns (uint32)
maxSubscriberNonce(addressview returns (uint32)
nodeInfo(addressview returns (uint8 statusuint32 cooldownStart)
nodeResponded(bytes32view returns (bool)
redundancyCount(bytes32view returns (uint16)
subscriptions(uint32view returns (address owneruint32 activeAtuint32 perioduint32 frequencyuint16 redundancyuint48 maxGasPriceuint32 maxGasLimitstring containerIdbytes inputs)
State-modifying
activateNode(
cancelSubscription(uint32 subscriptionId
createSubscription(string containerIdbytes inputsuint48 maxGasPriceuint32 maxGasLimituint32 frequencyuint32 perioduint16 redundancyreturns (uint32)
createSubscriptionDelegatee(uint32 nonceuint32 expirystruct CoordinatorSubscription subuint8 vbytes32 rbytes32 sreturns (uint32bool)
deactivateNode(
deliverCompute(uint32 subscriptionIduint32 deliveryIntervalbytes inputbytes outputbytes proof
deliverComputeDelegatee(uint32 nonceuint32 expirystruct CoordinatorSubscription subuint8 vbytes32 rbytes32 suint32 deliveryIntervalbytes inputbytes outputbytes proof
registerNode(address node
Events
NodeActivated(address indexed node
NodeDeactivated(address indexed node
NodeRegistered(address indexed nodeaddress indexed registereruint32 cooldownStart
SubscriptionCancelled(uint32 indexed id
SubscriptionCreated(uint32 indexed id
SubscriptionFulfilled(uint32 indexed idaddress indexed node
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CooldownActive(uint32 cooldownStart
GasLimitExceeded(
GasPriceExceeded(
IntervalCompleted(
IntervalMismatch(
NodeNotActivateable(uint8 status
NodeNotActive(
NodeNotRegisterable(address nodeuint8 status
NodeRespondedAlready(
NotSubscriptionOwner(
SignatureExpired(
SignerMismatch(
SubscriptionCompleted(
SubscriptionNotActive(
SubscriptionNotFound(