ghost-dao-contracts/dependencies/@openzeppelin-contracts-5.0.2/build/contracts/IERC2309.json
Uncle Fatso 46b33b4c75
initial push for smart-contracts
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-04-28 14:17:04 +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": {}
}