uniswap-v2-contracts/dependencies/@openzeppelin-contracts-5.3.0/build/contracts/IERC2309.json
Uncle Fatso 5f4365a3a8
make soldeer dependencies part of the repository
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-06-29 15:05:11 +03:00

43 lines
944 B
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "IERC2309",
"sourceName": "contracts/interfaces/IERC2309.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "fromTokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "toTokenId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "fromAddress",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "toAddress",
"type": "address"
}
],
"name": "ConsecutiveTransfer",
"type": "event"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}