UNPKG
ethers-meow
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
A simple CLI for CryptoKitties using ethers.js.
ethers-meow
/
contracts
/
GeneScience.json
2 lines
(1 loc)
•
265 B
JSON
View Raw
1
2
[
{
"constant"
:
true
,
"inputs"
:
[
{
"name"
:
"genes1"
,
"type"
:
"uint256"
}
,
{
"name"
:
"genes2"
,
"type"
:
"uint256"
}
,
{
"name"
:
"targetBlock"
,
"type"
:
"uint256"
}
]
,
"name"
:
"mixGenes"
,
"outputs"
:
[
{
"name"
:
""
,
"type"
:
"uint256"
}
]
,
"payable"
:
false
,
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
}
]