12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- [
- {
- "constant" : true,
- "inputs" : [
- {
- "name" : "",
- "type" : "address"
- }
- ],
- "name" : "balances",
- "outputs" : [
- {
- "name" : "",
- "type" : "uint256"
- }
- ],
- "type" : "function"
- },
- {
- "constant" : false,
- "inputs" : [
- {
- "name" : "_to",
- "type" : "address"
- },
- {
- "name" : "_amount",
- "type" : "uint256"
- }
- ],
- "name" : "sendToken",
- "outputs" : [],
- "type" : "function"
- },
- {
- "constant" : false,
- "inputs" : [
- {
- "name" : "_to",
- "type" : "address"
- },
- {
- "name" : "_amount",
- "type" : "uint256"
- }
- ],
- "name" : "createToken",
- "outputs" : [],
- "type" : "function"
- },
- {
- "constant" : true,
- "inputs" : [],
- "name" : "owner",
- "outputs" : [
- {
- "name" : "",
- "type" : "address"
- }
- ],
- "type" : "function"
- }
- ]
|