@safe-global/safe-contracts
Version:
Ethereum multisig contract
35 lines (34 loc) • 749 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "NativeCurrencyPaymentFallback",
"sourceName": "contracts/common/NativeCurrencyPaymentFallback.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "SafeReceived",
"type": "event"
},
{
"stateMutability": "payable",
"type": "receive"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}