@safe-global/safe-contracts
Version:
Ethereum multisig contract
36 lines (35 loc) • 709 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "Token",
"sourceName": "contracts/test/Token.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "_to",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}