-
Notifications
You must be signed in to change notification settings - Fork 0
/
PangolinManager.go
451 lines (392 loc) · 22.2 KB
/
PangolinManager.go
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package ethInterface
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
)
// Reference imports to suppress errors if they are not otherwise used.
var (
_ = big.NewInt
_ = strings.NewReader
_ = ethereum.NotFound
_ = abi.U256
_ = bind.Bind
_ = common.Big1
_ = types.BloomLookup
_ = event.NewSubscription
)
// PangolinManagerABI is the input ABI used to generate the binding from.
const PangolinManagerABI = "[{\"constant\":false,\"inputs\":[{\"name\":\"price\",\"type\":\"uint256\"}],\"name\":\"changeServicePrice\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"addr\",\"type\":\"bytes32\"}],\"name\":\"check\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TokenNoForOneUser\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"addr\",\"type\":\"bytes32\"}],\"name\":\"unbind\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"addr\",\"type\":\"bytes32\"}],\"name\":\"bind\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"EtherCounter\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"PangolinUserRecord\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"userAddr\",\"type\":\"address\"}],\"name\":\"bindingInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"token\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"tokenAddr\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"}]"
// PangolinManager is an auto generated Go binding around an Ethereum contract.
type PangolinManager struct {
PangolinManagerCaller // Read-only binding to the contract
PangolinManagerTransactor // Write-only binding to the contract
PangolinManagerFilterer // Log filterer for contract events
}
// PangolinManagerCaller is an auto generated read-only Go binding around an Ethereum contract.
type PangolinManagerCaller struct {
contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
// PangolinManagerTransactor is an auto generated write-only Go binding around an Ethereum contract.
type PangolinManagerTransactor struct {
contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
// PangolinManagerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
type PangolinManagerFilterer struct {
contract *bind.BoundContract // Generic contract wrapper for the low level calls
}
// PangolinManagerSession is an auto generated Go binding around an Ethereum contract,
// with pre-set call and transact options.
type PangolinManagerSession struct {
Contract *PangolinManager // Generic contract binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
// PangolinManagerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
// with pre-set call options.
type PangolinManagerCallerSession struct {
Contract *PangolinManagerCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
}
// PangolinManagerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
// with pre-set transact options.
type PangolinManagerTransactorSession struct {
Contract *PangolinManagerTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
// PangolinManagerRaw is an auto generated low-level Go binding around an Ethereum contract.
type PangolinManagerRaw struct {
Contract *PangolinManager // Generic contract binding to access the raw methods on
}
// PangolinManagerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
type PangolinManagerCallerRaw struct {
Contract *PangolinManagerCaller // Generic read-only contract binding to access the raw methods on
}
// PangolinManagerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
type PangolinManagerTransactorRaw struct {
Contract *PangolinManagerTransactor // Generic write-only contract binding to access the raw methods on
}
// NewPangolinManager creates a new instance of PangolinManager, bound to a specific deployed contract.
func NewPangolinManager(address common.Address, backend bind.ContractBackend) (*PangolinManager, error) {
contract, err := bindPangolinManager(address, backend, backend, backend)
if err != nil {
return nil, err
}
return &PangolinManager{PangolinManagerCaller: PangolinManagerCaller{contract: contract}, PangolinManagerTransactor: PangolinManagerTransactor{contract: contract}, PangolinManagerFilterer: PangolinManagerFilterer{contract: contract}}, nil
}
// NewPangolinManagerCaller creates a new read-only instance of PangolinManager, bound to a specific deployed contract.
func NewPangolinManagerCaller(address common.Address, caller bind.ContractCaller) (*PangolinManagerCaller, error) {
contract, err := bindPangolinManager(address, caller, nil, nil)
if err != nil {
return nil, err
}
return &PangolinManagerCaller{contract: contract}, nil
}
// NewPangolinManagerTransactor creates a new write-only instance of PangolinManager, bound to a specific deployed contract.
func NewPangolinManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*PangolinManagerTransactor, error) {
contract, err := bindPangolinManager(address, nil, transactor, nil)
if err != nil {
return nil, err
}
return &PangolinManagerTransactor{contract: contract}, nil
}
// NewPangolinManagerFilterer creates a new log filterer instance of PangolinManager, bound to a specific deployed contract.
func NewPangolinManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*PangolinManagerFilterer, error) {
contract, err := bindPangolinManager(address, nil, nil, filterer)
if err != nil {
return nil, err
}
return &PangolinManagerFilterer{contract: contract}, nil
}
// bindPangolinManager binds a generic wrapper to an already deployed contract.
func bindPangolinManager(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error) {
parsed, err := abi.JSON(strings.NewReader(PangolinManagerABI))
if err != nil {
return nil, err
}
return bind.NewBoundContract(address, parsed, caller, transactor, filterer), nil
}
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_PangolinManager *PangolinManagerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error {
return _PangolinManager.Contract.PangolinManagerCaller.contract.Call(opts, result, method, params...)
}
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_PangolinManager *PangolinManagerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) {
return _PangolinManager.Contract.PangolinManagerTransactor.contract.Transfer(opts)
}
// Transact invokes the (paid) contract method with params as input values.
func (_PangolinManager *PangolinManagerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) {
return _PangolinManager.Contract.PangolinManagerTransactor.contract.Transact(opts, method, params...)
}
// Call invokes the (constant) contract method with params as input values and
// sets the output to result. The result type might be a single field for simple
// returns, a slice of interfaces for anonymous returns and a struct for named
// returns.
func (_PangolinManager *PangolinManagerCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error {
return _PangolinManager.Contract.contract.Call(opts, result, method, params...)
}
// Transfer initiates a plain transaction to move funds to the contract, calling
// its default method if one is available.
func (_PangolinManager *PangolinManagerTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) {
return _PangolinManager.Contract.contract.Transfer(opts)
}
// Transact invokes the (paid) contract method with params as input values.
func (_PangolinManager *PangolinManagerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) {
return _PangolinManager.Contract.contract.Transact(opts, method, params...)
}
// EtherCounter is a free data retrieval call binding the contract method 0x8f048ca1.
//
// Solidity: function EtherCounter(address ) constant returns(uint256)
func (_PangolinManager *PangolinManagerCaller) EtherCounter(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error) {
var (
ret0 = new(*big.Int)
)
out := ret0
err := _PangolinManager.contract.Call(opts, out, "EtherCounter", arg0)
return *ret0, err
}
// EtherCounter is a free data retrieval call binding the contract method 0x8f048ca1.
//
// Solidity: function EtherCounter(address ) constant returns(uint256)
func (_PangolinManager *PangolinManagerSession) EtherCounter(arg0 common.Address) (*big.Int, error) {
return _PangolinManager.Contract.EtherCounter(&_PangolinManager.CallOpts, arg0)
}
// EtherCounter is a free data retrieval call binding the contract method 0x8f048ca1.
//
// Solidity: function EtherCounter(address ) constant returns(uint256)
func (_PangolinManager *PangolinManagerCallerSession) EtherCounter(arg0 common.Address) (*big.Int, error) {
return _PangolinManager.Contract.EtherCounter(&_PangolinManager.CallOpts, arg0)
}
// PangolinUserRecord is a free data retrieval call binding the contract method 0x9379ac5b.
//
// Solidity: function PangolinUserRecord(bytes32 ) constant returns(address)
func (_PangolinManager *PangolinManagerCaller) PangolinUserRecord(opts *bind.CallOpts, arg0 [32]byte) (common.Address, error) {
var (
ret0 = new(common.Address)
)
out := ret0
err := _PangolinManager.contract.Call(opts, out, "PangolinUserRecord", arg0)
return *ret0, err
}
// PangolinUserRecord is a free data retrieval call binding the contract method 0x9379ac5b.
//
// Solidity: function PangolinUserRecord(bytes32 ) constant returns(address)
func (_PangolinManager *PangolinManagerSession) PangolinUserRecord(arg0 [32]byte) (common.Address, error) {
return _PangolinManager.Contract.PangolinUserRecord(&_PangolinManager.CallOpts, arg0)
}
// PangolinUserRecord is a free data retrieval call binding the contract method 0x9379ac5b.
//
// Solidity: function PangolinUserRecord(bytes32 ) constant returns(address)
func (_PangolinManager *PangolinManagerCallerSession) PangolinUserRecord(arg0 [32]byte) (common.Address, error) {
return _PangolinManager.Contract.PangolinUserRecord(&_PangolinManager.CallOpts, arg0)
}
// TokenNoForOneUser is a free data retrieval call binding the contract method 0x63692e12.
//
// Solidity: function TokenNoForOneUser() constant returns(uint256)
func (_PangolinManager *PangolinManagerCaller) TokenNoForOneUser(opts *bind.CallOpts) (*big.Int, error) {
var (
ret0 = new(*big.Int)
)
out := ret0
err := _PangolinManager.contract.Call(opts, out, "TokenNoForOneUser")
return *ret0, err
}
// TokenNoForOneUser is a free data retrieval call binding the contract method 0x63692e12.
//
// Solidity: function TokenNoForOneUser() constant returns(uint256)
func (_PangolinManager *PangolinManagerSession) TokenNoForOneUser() (*big.Int, error) {
return _PangolinManager.Contract.TokenNoForOneUser(&_PangolinManager.CallOpts)
}
// TokenNoForOneUser is a free data retrieval call binding the contract method 0x63692e12.
//
// Solidity: function TokenNoForOneUser() constant returns(uint256)
func (_PangolinManager *PangolinManagerCallerSession) TokenNoForOneUser() (*big.Int, error) {
return _PangolinManager.Contract.TokenNoForOneUser(&_PangolinManager.CallOpts)
}
// BindingInfo is a free data retrieval call binding the contract method 0x965be58d.
//
// Solidity: function bindingInfo(address userAddr) constant returns(uint256, uint256, uint256)
func (_PangolinManager *PangolinManagerCaller) BindingInfo(opts *bind.CallOpts, userAddr common.Address) (*big.Int, *big.Int, *big.Int, error) {
var (
ret0 = new(*big.Int)
ret1 = new(*big.Int)
ret2 = new(*big.Int)
)
out := &[]interface{}{
ret0,
ret1,
ret2,
}
err := _PangolinManager.contract.Call(opts, out, "bindingInfo", userAddr)
return *ret0, *ret1, *ret2, err
}
// BindingInfo is a free data retrieval call binding the contract method 0x965be58d.
//
// Solidity: function bindingInfo(address userAddr) constant returns(uint256, uint256, uint256)
func (_PangolinManager *PangolinManagerSession) BindingInfo(userAddr common.Address) (*big.Int, *big.Int, *big.Int, error) {
return _PangolinManager.Contract.BindingInfo(&_PangolinManager.CallOpts, userAddr)
}
// BindingInfo is a free data retrieval call binding the contract method 0x965be58d.
//
// Solidity: function bindingInfo(address userAddr) constant returns(uint256, uint256, uint256)
func (_PangolinManager *PangolinManagerCallerSession) BindingInfo(userAddr common.Address) (*big.Int, *big.Int, *big.Int, error) {
return _PangolinManager.Contract.BindingInfo(&_PangolinManager.CallOpts, userAddr)
}
// Check is a free data retrieval call binding the contract method 0x399e0792.
//
// Solidity: function check(bytes32 addr) constant returns(address, uint256, uint256)
func (_PangolinManager *PangolinManagerCaller) Check(opts *bind.CallOpts, addr [32]byte) (common.Address, *big.Int, *big.Int, error) {
var (
ret0 = new(common.Address)
ret1 = new(*big.Int)
ret2 = new(*big.Int)
)
out := &[]interface{}{
ret0,
ret1,
ret2,
}
err := _PangolinManager.contract.Call(opts, out, "check", addr)
return *ret0, *ret1, *ret2, err
}
// Check is a free data retrieval call binding the contract method 0x399e0792.
//
// Solidity: function check(bytes32 addr) constant returns(address, uint256, uint256)
func (_PangolinManager *PangolinManagerSession) Check(addr [32]byte) (common.Address, *big.Int, *big.Int, error) {
return _PangolinManager.Contract.Check(&_PangolinManager.CallOpts, addr)
}
// Check is a free data retrieval call binding the contract method 0x399e0792.
//
// Solidity: function check(bytes32 addr) constant returns(address, uint256, uint256)
func (_PangolinManager *PangolinManagerCallerSession) Check(addr [32]byte) (common.Address, *big.Int, *big.Int, error) {
return _PangolinManager.Contract.Check(&_PangolinManager.CallOpts, addr)
}
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
//
// Solidity: function owner() constant returns(address)
func (_PangolinManager *PangolinManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error) {
var (
ret0 = new(common.Address)
)
out := ret0
err := _PangolinManager.contract.Call(opts, out, "owner")
return *ret0, err
}
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
//
// Solidity: function owner() constant returns(address)
func (_PangolinManager *PangolinManagerSession) Owner() (common.Address, error) {
return _PangolinManager.Contract.Owner(&_PangolinManager.CallOpts)
}
// Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
//
// Solidity: function owner() constant returns(address)
func (_PangolinManager *PangolinManagerCallerSession) Owner() (common.Address, error) {
return _PangolinManager.Contract.Owner(&_PangolinManager.CallOpts)
}
// Token is a free data retrieval call binding the contract method 0xfc0c546a.
//
// Solidity: function token() constant returns(address)
func (_PangolinManager *PangolinManagerCaller) Token(opts *bind.CallOpts) (common.Address, error) {
var (
ret0 = new(common.Address)
)
out := ret0
err := _PangolinManager.contract.Call(opts, out, "token")
return *ret0, err
}
// Token is a free data retrieval call binding the contract method 0xfc0c546a.
//
// Solidity: function token() constant returns(address)
func (_PangolinManager *PangolinManagerSession) Token() (common.Address, error) {
return _PangolinManager.Contract.Token(&_PangolinManager.CallOpts)
}
// Token is a free data retrieval call binding the contract method 0xfc0c546a.
//
// Solidity: function token() constant returns(address)
func (_PangolinManager *PangolinManagerCallerSession) Token() (common.Address, error) {
return _PangolinManager.Contract.Token(&_PangolinManager.CallOpts)
}
// Bind is a paid mutator transaction binding the contract method 0x709152a1.
//
// Solidity: function bind(bytes32 addr) returns()
func (_PangolinManager *PangolinManagerTransactor) Bind(opts *bind.TransactOpts, addr [32]byte) (*types.Transaction, error) {
return _PangolinManager.contract.Transact(opts, "bind", addr)
}
// Bind is a paid mutator transaction binding the contract method 0x709152a1.
//
// Solidity: function bind(bytes32 addr) returns()
func (_PangolinManager *PangolinManagerSession) Bind(addr [32]byte) (*types.Transaction, error) {
return _PangolinManager.Contract.Bind(&_PangolinManager.TransactOpts, addr)
}
// Bind is a paid mutator transaction binding the contract method 0x709152a1.
//
// Solidity: function bind(bytes32 addr) returns()
func (_PangolinManager *PangolinManagerTransactorSession) Bind(addr [32]byte) (*types.Transaction, error) {
return _PangolinManager.Contract.Bind(&_PangolinManager.TransactOpts, addr)
}
// ChangeServicePrice is a paid mutator transaction binding the contract method 0x0987b62c.
//
// Solidity: function changeServicePrice(uint256 price) returns()
func (_PangolinManager *PangolinManagerTransactor) ChangeServicePrice(opts *bind.TransactOpts, price *big.Int) (*types.Transaction, error) {
return _PangolinManager.contract.Transact(opts, "changeServicePrice", price)
}
// ChangeServicePrice is a paid mutator transaction binding the contract method 0x0987b62c.
//
// Solidity: function changeServicePrice(uint256 price) returns()
func (_PangolinManager *PangolinManagerSession) ChangeServicePrice(price *big.Int) (*types.Transaction, error) {
return _PangolinManager.Contract.ChangeServicePrice(&_PangolinManager.TransactOpts, price)
}
// ChangeServicePrice is a paid mutator transaction binding the contract method 0x0987b62c.
//
// Solidity: function changeServicePrice(uint256 price) returns()
func (_PangolinManager *PangolinManagerTransactorSession) ChangeServicePrice(price *big.Int) (*types.Transaction, error) {
return _PangolinManager.Contract.ChangeServicePrice(&_PangolinManager.TransactOpts, price)
}
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
//
// Solidity: function transferOwnership(address newOwner) returns()
func (_PangolinManager *PangolinManagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error) {
return _PangolinManager.contract.Transact(opts, "transferOwnership", newOwner)
}
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
//
// Solidity: function transferOwnership(address newOwner) returns()
func (_PangolinManager *PangolinManagerSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error) {
return _PangolinManager.Contract.TransferOwnership(&_PangolinManager.TransactOpts, newOwner)
}
// TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
//
// Solidity: function transferOwnership(address newOwner) returns()
func (_PangolinManager *PangolinManagerTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error) {
return _PangolinManager.Contract.TransferOwnership(&_PangolinManager.TransactOpts, newOwner)
}
// Unbind is a paid mutator transaction binding the contract method 0x6e08f245.
//
// Solidity: function unbind(bytes32 addr) returns()
func (_PangolinManager *PangolinManagerTransactor) Unbind(opts *bind.TransactOpts, addr [32]byte) (*types.Transaction, error) {
return _PangolinManager.contract.Transact(opts, "unbind", addr)
}
// Unbind is a paid mutator transaction binding the contract method 0x6e08f245.
//
// Solidity: function unbind(bytes32 addr) returns()
func (_PangolinManager *PangolinManagerSession) Unbind(addr [32]byte) (*types.Transaction, error) {
return _PangolinManager.Contract.Unbind(&_PangolinManager.TransactOpts, addr)
}
// Unbind is a paid mutator transaction binding the contract method 0x6e08f245.
//
// Solidity: function unbind(bytes32 addr) returns()
func (_PangolinManager *PangolinManagerTransactorSession) Unbind(addr [32]byte) (*types.Transaction, error) {
return _PangolinManager.Contract.Unbind(&_PangolinManager.TransactOpts, addr)
}