1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"version": "3.7.13",
"name": "ore_mint",
"instructions": [
{
"name": "mint_ore",
"discriminant": {
"type": "u8",
"value": 0
},
"docs": [
"Mints new ORE tokens to the treasury.",
"Authority PDA seeds: [\"authority\"]."
],
"accounts": [
{
"name": "signer",
"isMut": true,
"isSigner": true
},
{
"name": "authority",
"isMut": true,
"isSigner": false
},
{
"name": "mint",
"isMut": true,
"isSigner": false
},
{
"name": "to",
"isMut": true,
"isSigner": false
},
{
"name": "tokenProgram",
"isMut": false,
"isSigner": false,
"address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
}
],
"args": [
{
"name": "amount",
"type": "u64"
}
]
}
],
"accounts": [
{
"name": "Authority",
"discriminator": [
100,
0,
0,
0,
0,
0,
0,
0
],
"docs": [
"Account which has the mint authority for the ORE token."
],
"type": {
"kind": "struct",
"fields": [
{
"name": "last_mint_at",
"type": "u64"
}
]
}
}
],
"errors": [
{
"code": 0,
"name": "AmountTooLarge",
"msg": "Amount too large"
},
{
"code": 1,
"name": "MintTooFrequently",
"msg": "Mint too frequently"
}
],
"metadata": {
"address": "mintzxW6Kckmeyh1h6Zfdj9QcYgCzhPSGiC8ChZ6fCx.json",
"origin": "steel"
}
}