@openzeppelin/contracts
Version:
Secure Smart Contract library for Solidity
36 lines (35 loc) • 742 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IEntryPointNonces",
"sourceName": "contracts/interfaces/draft-IERC4337.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint192",
"name": "key",
"type": "uint192"
}
],
"name": "getNonce",
"outputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}