MCDIamAutoLine

package
v0.0.0-...-b095981 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const MCDIAMAUTOLINEABI = "" /* 3440-byte string literal not displayed */

MCDIAMAUTOLINEABI is the input ABI used to generate the binding from.

Variables

View Source
var File_MCDIamAutoLine_MCDIamAutoLine_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Deny

type Deny struct {
	Ts  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Usr []byte                 `protobuf:"bytes,2,opt,name=Usr,proto3" json:"Usr,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*Deny) Descriptor deprecated

func (*Deny) Descriptor() ([]byte, []int)

Deprecated: Use Deny.ProtoReflect.Descriptor instead.

func (*Deny) GetTs

func (x *Deny) GetTs() *timestamppb.Timestamp

func (*Deny) GetUsr

func (x *Deny) GetUsr() []byte

func (*Deny) ProtoMessage

func (*Deny) ProtoMessage()

func (*Deny) ProtoReflect

func (x *Deny) ProtoReflect() protoreflect.Message

func (*Deny) Reset

func (x *Deny) Reset()

func (*Deny) String

func (x *Deny) String() string

type Exec

type Exec struct {
	Ts      *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Ilk     []byte                 `protobuf:"bytes,2,opt,name=Ilk,proto3" json:"Ilk,omitempty"`         //	bytes32
	Line    []byte                 `protobuf:"bytes,3,opt,name=Line,proto3" json:"Line,omitempty"`       //	uint256
	LineNew []byte                 `protobuf:"bytes,4,opt,name=LineNew,proto3" json:"LineNew,omitempty"` //	uint256
	// contains filtered or unexported fields
}

func (*Exec) Descriptor deprecated

func (*Exec) Descriptor() ([]byte, []int)

Deprecated: Use Exec.ProtoReflect.Descriptor instead.

func (*Exec) GetIlk

func (x *Exec) GetIlk() []byte

func (*Exec) GetLine

func (x *Exec) GetLine() []byte

func (*Exec) GetLineNew

func (x *Exec) GetLineNew() []byte

func (*Exec) GetTs

func (x *Exec) GetTs() *timestamppb.Timestamp

func (*Exec) ProtoMessage

func (*Exec) ProtoMessage()

func (*Exec) ProtoReflect

func (x *Exec) ProtoReflect() protoreflect.Message

func (*Exec) Reset

func (x *Exec) Reset()

func (*Exec) String

func (x *Exec) String() string

type MCDIAMAUTOLINE

type MCDIAMAUTOLINE struct {
	MCDIAMAUTOLINECaller     // Read-only binding to the contract
	MCDIAMAUTOLINETransactor // Write-only binding to the contract
	MCDIAMAUTOLINEFilterer   // Log filterer for contract events
}

MCDIAMAUTOLINE is an auto generated Go binding around an Ethereum contract.

func NewMCDIAMAUTOLINE

func NewMCDIAMAUTOLINE(address common.Address, backend bind.ContractBackend) (*MCDIAMAUTOLINE, error)

NewMCDIAMAUTOLINE creates a new instance of MCDIAMAUTOLINE, bound to a specific deployed contract.

type MCDIAMAUTOLINECaller

type MCDIAMAUTOLINECaller struct {
	// contains filtered or unexported fields
}

MCDIAMAUTOLINECaller is an auto generated read-only Go binding around an Ethereum contract.

func NewMCDIAMAUTOLINECaller

func NewMCDIAMAUTOLINECaller(address common.Address, caller bind.ContractCaller) (*MCDIAMAUTOLINECaller, error)

NewMCDIAMAUTOLINECaller creates a new read-only instance of MCDIAMAUTOLINE, bound to a specific deployed contract.

func (*MCDIAMAUTOLINECaller) Ilks

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECaller) Ilks(opts *bind.CallOpts, arg0 [32]byte) (struct {
	Line    *big.Int
	Gap     *big.Int
	Ttl     *big.Int
	Last    *big.Int
	LastInc *big.Int
}, error)

Ilks is a free data retrieval call binding the contract method 0xd9638d36.

Solidity: function ilks(bytes32 ) view returns(uint256 line, uint256 gap, uint48 ttl, uint48 last, uint48 lastInc)

func (*MCDIAMAUTOLINECaller) Vat

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECaller) Vat(opts *bind.CallOpts) (common.Address, error)

Vat is a free data retrieval call binding the contract method 0x36569e77.

Solidity: function vat() view returns(address)

func (*MCDIAMAUTOLINECaller) Wards

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECaller) Wards(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

Wards is a free data retrieval call binding the contract method 0xbf353dbb.

Solidity: function wards(address ) view returns(uint256)

type MCDIAMAUTOLINECallerRaw

type MCDIAMAUTOLINECallerRaw struct {
	Contract *MCDIAMAUTOLINECaller // Generic read-only contract binding to access the raw methods on
}

MCDIAMAUTOLINECallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*MCDIAMAUTOLINECallerRaw) Call

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

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.

type MCDIAMAUTOLINECallerSession

type MCDIAMAUTOLINECallerSession struct {
	Contract *MCDIAMAUTOLINECaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts         // Call options to use throughout this session
}

MCDIAMAUTOLINECallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*MCDIAMAUTOLINECallerSession) Ilks

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECallerSession) Ilks(arg0 [32]byte) (struct {
	Line    *big.Int
	Gap     *big.Int
	Ttl     *big.Int
	Last    *big.Int
	LastInc *big.Int
}, error)

Ilks is a free data retrieval call binding the contract method 0xd9638d36.

Solidity: function ilks(bytes32 ) view returns(uint256 line, uint256 gap, uint48 ttl, uint48 last, uint48 lastInc)

func (*MCDIAMAUTOLINECallerSession) Vat

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECallerSession) Vat() (common.Address, error)

Vat is a free data retrieval call binding the contract method 0x36569e77.

Solidity: function vat() view returns(address)

func (*MCDIAMAUTOLINECallerSession) Wards

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINECallerSession) Wards(arg0 common.Address) (*big.Int, error)

Wards is a free data retrieval call binding the contract method 0xbf353dbb.

Solidity: function wards(address ) view returns(uint256)

type MCDIAMAUTOLINEDeny

type MCDIAMAUTOLINEDeny struct {
	Usr common.Address
	Raw types.Log // Blockchain specific contextual infos
}

MCDIAMAUTOLINEDeny represents a Deny event raised by the MCDIAMAUTOLINE contract.

type MCDIAMAUTOLINEDenyIterator

type MCDIAMAUTOLINEDenyIterator struct {
	Event *MCDIAMAUTOLINEDeny // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MCDIAMAUTOLINEDenyIterator is returned from FilterDeny and is used to iterate over the raw logs and unpacked data for Deny events raised by the MCDIAMAUTOLINE contract.

func (*MCDIAMAUTOLINEDenyIterator) Close

func (it *MCDIAMAUTOLINEDenyIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*MCDIAMAUTOLINEDenyIterator) Error

func (it *MCDIAMAUTOLINEDenyIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDIAMAUTOLINEDenyIterator) Next

func (it *MCDIAMAUTOLINEDenyIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type MCDIAMAUTOLINEExec

type MCDIAMAUTOLINEExec struct {
	Ilk     [32]byte
	Line    *big.Int
	LineNew *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

MCDIAMAUTOLINEExec represents a Exec event raised by the MCDIAMAUTOLINE contract.

type MCDIAMAUTOLINEExecIterator

type MCDIAMAUTOLINEExecIterator struct {
	Event *MCDIAMAUTOLINEExec // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MCDIAMAUTOLINEExecIterator is returned from FilterExec and is used to iterate over the raw logs and unpacked data for Exec events raised by the MCDIAMAUTOLINE contract.

func (*MCDIAMAUTOLINEExecIterator) Close

func (it *MCDIAMAUTOLINEExecIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*MCDIAMAUTOLINEExecIterator) Error

func (it *MCDIAMAUTOLINEExecIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDIAMAUTOLINEExecIterator) Next

func (it *MCDIAMAUTOLINEExecIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type MCDIAMAUTOLINEFilterer

type MCDIAMAUTOLINEFilterer struct {
	// contains filtered or unexported fields
}

MCDIAMAUTOLINEFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewMCDIAMAUTOLINEFilterer

func NewMCDIAMAUTOLINEFilterer(address common.Address, filterer bind.ContractFilterer) (*MCDIAMAUTOLINEFilterer, error)

NewMCDIAMAUTOLINEFilterer creates a new log filterer instance of MCDIAMAUTOLINE, bound to a specific deployed contract.

func (*MCDIAMAUTOLINEFilterer) FilterDeny

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) FilterDeny(opts *bind.FilterOpts, usr []common.Address) (*MCDIAMAUTOLINEDenyIterator, error)

FilterDeny is a free log retrieval operation binding the contract event 0x184450df2e323acec0ed3b5c7531b81f9b4cdef7914dfd4c0a4317416bb5251b.

Solidity: event Deny(address indexed usr)

func (*MCDIAMAUTOLINEFilterer) FilterExec

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) FilterExec(opts *bind.FilterOpts, ilk [][32]byte) (*MCDIAMAUTOLINEExecIterator, error)

FilterExec is a free log retrieval operation binding the contract event 0x2696a4655cbecf97fdc3c9c74f3eba424f2e404790389c2b4e31d2e32129c7dc.

Solidity: event Exec(bytes32 indexed ilk, uint256 line, uint256 lineNew)

func (*MCDIAMAUTOLINEFilterer) FilterRely

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) FilterRely(opts *bind.FilterOpts, usr []common.Address) (*MCDIAMAUTOLINERelyIterator, error)

FilterRely is a free log retrieval operation binding the contract event 0xdd0e34038ac38b2a1ce960229778ac48a8719bc900b6c4f8d0475c6e8b385a60.

Solidity: event Rely(address indexed usr)

func (*MCDIAMAUTOLINEFilterer) FilterRemove

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) FilterRemove(opts *bind.FilterOpts, ilk [][32]byte) (*MCDIAMAUTOLINERemoveIterator, error)

FilterRemove is a free log retrieval operation binding the contract event 0xa56fb2a6d4126f324526f0668c53927c0cd8e08f41ba0fe0f2d6090a84bc75c8.

Solidity: event Remove(bytes32 indexed ilk)

func (*MCDIAMAUTOLINEFilterer) FilterSetup

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) FilterSetup(opts *bind.FilterOpts, ilk [][32]byte) (*MCDIAMAUTOLINESetupIterator, error)

FilterSetup is a free log retrieval operation binding the contract event 0x1326c8f8fb452b5d26a2406d96790efbb561bf5d2686986a30a5cd847eefc673.

Solidity: event Setup(bytes32 indexed ilk, uint256 line, uint256 gap, uint256 ttl)

func (*MCDIAMAUTOLINEFilterer) ParseDeny

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) ParseDeny(log types.Log) (*MCDIAMAUTOLINEDeny, error)

ParseDeny is a log parse operation binding the contract event 0x184450df2e323acec0ed3b5c7531b81f9b4cdef7914dfd4c0a4317416bb5251b.

Solidity: event Deny(address indexed usr)

func (*MCDIAMAUTOLINEFilterer) ParseExec

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) ParseExec(log types.Log) (*MCDIAMAUTOLINEExec, error)

ParseExec is a log parse operation binding the contract event 0x2696a4655cbecf97fdc3c9c74f3eba424f2e404790389c2b4e31d2e32129c7dc.

Solidity: event Exec(bytes32 indexed ilk, uint256 line, uint256 lineNew)

func (*MCDIAMAUTOLINEFilterer) ParseRely

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) ParseRely(log types.Log) (*MCDIAMAUTOLINERely, error)

ParseRely is a log parse operation binding the contract event 0xdd0e34038ac38b2a1ce960229778ac48a8719bc900b6c4f8d0475c6e8b385a60.

Solidity: event Rely(address indexed usr)

func (*MCDIAMAUTOLINEFilterer) ParseRemove

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) ParseRemove(log types.Log) (*MCDIAMAUTOLINERemove, error)

ParseRemove is a log parse operation binding the contract event 0xa56fb2a6d4126f324526f0668c53927c0cd8e08f41ba0fe0f2d6090a84bc75c8.

Solidity: event Remove(bytes32 indexed ilk)

func (*MCDIAMAUTOLINEFilterer) ParseSetup

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) ParseSetup(log types.Log) (*MCDIAMAUTOLINESetup, error)

ParseSetup is a log parse operation binding the contract event 0x1326c8f8fb452b5d26a2406d96790efbb561bf5d2686986a30a5cd847eefc673.

Solidity: event Setup(bytes32 indexed ilk, uint256 line, uint256 gap, uint256 ttl)

func (*MCDIAMAUTOLINEFilterer) WatchDeny

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) WatchDeny(opts *bind.WatchOpts, sink chan<- *MCDIAMAUTOLINEDeny, usr []common.Address) (event.Subscription, error)

WatchDeny is a free log subscription operation binding the contract event 0x184450df2e323acec0ed3b5c7531b81f9b4cdef7914dfd4c0a4317416bb5251b.

Solidity: event Deny(address indexed usr)

func (*MCDIAMAUTOLINEFilterer) WatchExec

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) WatchExec(opts *bind.WatchOpts, sink chan<- *MCDIAMAUTOLINEExec, ilk [][32]byte) (event.Subscription, error)

WatchExec is a free log subscription operation binding the contract event 0x2696a4655cbecf97fdc3c9c74f3eba424f2e404790389c2b4e31d2e32129c7dc.

Solidity: event Exec(bytes32 indexed ilk, uint256 line, uint256 lineNew)

func (*MCDIAMAUTOLINEFilterer) WatchRely

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) WatchRely(opts *bind.WatchOpts, sink chan<- *MCDIAMAUTOLINERely, usr []common.Address) (event.Subscription, error)

WatchRely is a free log subscription operation binding the contract event 0xdd0e34038ac38b2a1ce960229778ac48a8719bc900b6c4f8d0475c6e8b385a60.

Solidity: event Rely(address indexed usr)

func (*MCDIAMAUTOLINEFilterer) WatchRemove

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) WatchRemove(opts *bind.WatchOpts, sink chan<- *MCDIAMAUTOLINERemove, ilk [][32]byte) (event.Subscription, error)

WatchRemove is a free log subscription operation binding the contract event 0xa56fb2a6d4126f324526f0668c53927c0cd8e08f41ba0fe0f2d6090a84bc75c8.

Solidity: event Remove(bytes32 indexed ilk)

func (*MCDIAMAUTOLINEFilterer) WatchSetup

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINEFilterer) WatchSetup(opts *bind.WatchOpts, sink chan<- *MCDIAMAUTOLINESetup, ilk [][32]byte) (event.Subscription, error)

WatchSetup is a free log subscription operation binding the contract event 0x1326c8f8fb452b5d26a2406d96790efbb561bf5d2686986a30a5cd847eefc673.

Solidity: event Setup(bytes32 indexed ilk, uint256 line, uint256 gap, uint256 ttl)

type MCDIAMAUTOLINERaw

type MCDIAMAUTOLINERaw struct {
	Contract *MCDIAMAUTOLINE // Generic contract binding to access the raw methods on
}

MCDIAMAUTOLINERaw is an auto generated low-level Go binding around an Ethereum contract.

func (*MCDIAMAUTOLINERaw) Call

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINERaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

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 (*MCDIAMAUTOLINERaw) Transact

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINERaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*MCDIAMAUTOLINERaw) Transfer

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINERaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type MCDIAMAUTOLINERely

type MCDIAMAUTOLINERely struct {
	Usr common.Address
	Raw types.Log // Blockchain specific contextual infos
}

MCDIAMAUTOLINERely represents a Rely event raised by the MCDIAMAUTOLINE contract.

type MCDIAMAUTOLINERelyIterator

type MCDIAMAUTOLINERelyIterator struct {
	Event *MCDIAMAUTOLINERely // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MCDIAMAUTOLINERelyIterator is returned from FilterRely and is used to iterate over the raw logs and unpacked data for Rely events raised by the MCDIAMAUTOLINE contract.

func (*MCDIAMAUTOLINERelyIterator) Close

func (it *MCDIAMAUTOLINERelyIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*MCDIAMAUTOLINERelyIterator) Error

func (it *MCDIAMAUTOLINERelyIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDIAMAUTOLINERelyIterator) Next

func (it *MCDIAMAUTOLINERelyIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type MCDIAMAUTOLINERemove

type MCDIAMAUTOLINERemove struct {
	Ilk [32]byte
	Raw types.Log // Blockchain specific contextual infos
}

MCDIAMAUTOLINERemove represents a Remove event raised by the MCDIAMAUTOLINE contract.

type MCDIAMAUTOLINERemoveIterator

type MCDIAMAUTOLINERemoveIterator struct {
	Event *MCDIAMAUTOLINERemove // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MCDIAMAUTOLINERemoveIterator is returned from FilterRemove and is used to iterate over the raw logs and unpacked data for Remove events raised by the MCDIAMAUTOLINE contract.

func (*MCDIAMAUTOLINERemoveIterator) Close

func (it *MCDIAMAUTOLINERemoveIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*MCDIAMAUTOLINERemoveIterator) Error

func (it *MCDIAMAUTOLINERemoveIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDIAMAUTOLINERemoveIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type MCDIAMAUTOLINESession

type MCDIAMAUTOLINESession struct {
	Contract     *MCDIAMAUTOLINE   // 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
}

MCDIAMAUTOLINESession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*MCDIAMAUTOLINESession) Deny

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) Deny(usr common.Address) (*types.Transaction, error)

Deny is a paid mutator transaction binding the contract method 0x9c52a7f1.

Solidity: function deny(address usr) returns()

func (*MCDIAMAUTOLINESession) Exec

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) Exec(_ilk [32]byte) (*types.Transaction, error)

Exec is a paid mutator transaction binding the contract method 0xb5e98b3b.

Solidity: function exec(bytes32 _ilk) returns(uint256)

func (*MCDIAMAUTOLINESession) Ilks

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) Ilks(arg0 [32]byte) (struct {
	Line    *big.Int
	Gap     *big.Int
	Ttl     *big.Int
	Last    *big.Int
	LastInc *big.Int
}, error)

Ilks is a free data retrieval call binding the contract method 0xd9638d36.

Solidity: function ilks(bytes32 ) view returns(uint256 line, uint256 gap, uint48 ttl, uint48 last, uint48 lastInc)

func (*MCDIAMAUTOLINESession) Rely

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) Rely(usr common.Address) (*types.Transaction, error)

Rely is a paid mutator transaction binding the contract method 0x65fae35e.

Solidity: function rely(address usr) returns()

func (*MCDIAMAUTOLINESession) RemIlk

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) RemIlk(ilk [32]byte) (*types.Transaction, error)

RemIlk is a paid mutator transaction binding the contract method 0xc465f077.

Solidity: function remIlk(bytes32 ilk) returns()

func (*MCDIAMAUTOLINESession) SetIlk

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) SetIlk(ilk [32]byte, line *big.Int, gap *big.Int, ttl *big.Int) (*types.Transaction, error)

SetIlk is a paid mutator transaction binding the contract method 0x2a48322d.

Solidity: function setIlk(bytes32 ilk, uint256 line, uint256 gap, uint256 ttl) returns()

func (*MCDIAMAUTOLINESession) Vat

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) Vat() (common.Address, error)

Vat is a free data retrieval call binding the contract method 0x36569e77.

Solidity: function vat() view returns(address)

func (*MCDIAMAUTOLINESession) Wards

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINESession) Wards(arg0 common.Address) (*big.Int, error)

Wards is a free data retrieval call binding the contract method 0xbf353dbb.

Solidity: function wards(address ) view returns(uint256)

type MCDIAMAUTOLINESetup

type MCDIAMAUTOLINESetup struct {
	Ilk  [32]byte
	Line *big.Int
	Gap  *big.Int
	Ttl  *big.Int
	Raw  types.Log // Blockchain specific contextual infos
}

MCDIAMAUTOLINESetup represents a Setup event raised by the MCDIAMAUTOLINE contract.

type MCDIAMAUTOLINESetupIterator

type MCDIAMAUTOLINESetupIterator struct {
	Event *MCDIAMAUTOLINESetup // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MCDIAMAUTOLINESetupIterator is returned from FilterSetup and is used to iterate over the raw logs and unpacked data for Setup events raised by the MCDIAMAUTOLINE contract.

func (*MCDIAMAUTOLINESetupIterator) Close

func (it *MCDIAMAUTOLINESetupIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*MCDIAMAUTOLINESetupIterator) Error

func (it *MCDIAMAUTOLINESetupIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDIAMAUTOLINESetupIterator) Next

func (it *MCDIAMAUTOLINESetupIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type MCDIAMAUTOLINETransactor

type MCDIAMAUTOLINETransactor struct {
	// contains filtered or unexported fields
}

MCDIAMAUTOLINETransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewMCDIAMAUTOLINETransactor

func NewMCDIAMAUTOLINETransactor(address common.Address, transactor bind.ContractTransactor) (*MCDIAMAUTOLINETransactor, error)

NewMCDIAMAUTOLINETransactor creates a new write-only instance of MCDIAMAUTOLINE, bound to a specific deployed contract.

func (*MCDIAMAUTOLINETransactor) Deny

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactor) Deny(opts *bind.TransactOpts, usr common.Address) (*types.Transaction, error)

Deny is a paid mutator transaction binding the contract method 0x9c52a7f1.

Solidity: function deny(address usr) returns()

func (*MCDIAMAUTOLINETransactor) Exec

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactor) Exec(opts *bind.TransactOpts, _ilk [32]byte) (*types.Transaction, error)

Exec is a paid mutator transaction binding the contract method 0xb5e98b3b.

Solidity: function exec(bytes32 _ilk) returns(uint256)

func (*MCDIAMAUTOLINETransactor) Rely

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactor) Rely(opts *bind.TransactOpts, usr common.Address) (*types.Transaction, error)

Rely is a paid mutator transaction binding the contract method 0x65fae35e.

Solidity: function rely(address usr) returns()

func (*MCDIAMAUTOLINETransactor) RemIlk

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactor) RemIlk(opts *bind.TransactOpts, ilk [32]byte) (*types.Transaction, error)

RemIlk is a paid mutator transaction binding the contract method 0xc465f077.

Solidity: function remIlk(bytes32 ilk) returns()

func (*MCDIAMAUTOLINETransactor) SetIlk

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactor) SetIlk(opts *bind.TransactOpts, ilk [32]byte, line *big.Int, gap *big.Int, ttl *big.Int) (*types.Transaction, error)

SetIlk is a paid mutator transaction binding the contract method 0x2a48322d.

Solidity: function setIlk(bytes32 ilk, uint256 line, uint256 gap, uint256 ttl) returns()

type MCDIAMAUTOLINETransactorRaw

type MCDIAMAUTOLINETransactorRaw struct {
	Contract *MCDIAMAUTOLINETransactor // Generic write-only contract binding to access the raw methods on
}

MCDIAMAUTOLINETransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*MCDIAMAUTOLINETransactorRaw) Transact

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*MCDIAMAUTOLINETransactorRaw) Transfer

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type MCDIAMAUTOLINETransactorSession

type MCDIAMAUTOLINETransactorSession struct {
	Contract     *MCDIAMAUTOLINETransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}

MCDIAMAUTOLINETransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*MCDIAMAUTOLINETransactorSession) Deny

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorSession) Deny(usr common.Address) (*types.Transaction, error)

Deny is a paid mutator transaction binding the contract method 0x9c52a7f1.

Solidity: function deny(address usr) returns()

func (*MCDIAMAUTOLINETransactorSession) Exec

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorSession) Exec(_ilk [32]byte) (*types.Transaction, error)

Exec is a paid mutator transaction binding the contract method 0xb5e98b3b.

Solidity: function exec(bytes32 _ilk) returns(uint256)

func (*MCDIAMAUTOLINETransactorSession) Rely

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorSession) Rely(usr common.Address) (*types.Transaction, error)

Rely is a paid mutator transaction binding the contract method 0x65fae35e.

Solidity: function rely(address usr) returns()

func (*MCDIAMAUTOLINETransactorSession) RemIlk

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorSession) RemIlk(ilk [32]byte) (*types.Transaction, error)

RemIlk is a paid mutator transaction binding the contract method 0xc465f077.

Solidity: function remIlk(bytes32 ilk) returns()

func (*MCDIAMAUTOLINETransactorSession) SetIlk

func (_MCDIAMAUTOLINE *MCDIAMAUTOLINETransactorSession) SetIlk(ilk [32]byte, line *big.Int, gap *big.Int, ttl *big.Int) (*types.Transaction, error)

SetIlk is a paid mutator transaction binding the contract method 0x2a48322d.

Solidity: function setIlk(bytes32 ilk, uint256 line, uint256 gap, uint256 ttl) returns()

type Rely

type Rely struct {
	Ts  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Usr []byte                 `protobuf:"bytes,2,opt,name=Usr,proto3" json:"Usr,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*Rely) Descriptor deprecated

func (*Rely) Descriptor() ([]byte, []int)

Deprecated: Use Rely.ProtoReflect.Descriptor instead.

func (*Rely) GetTs

func (x *Rely) GetTs() *timestamppb.Timestamp

func (*Rely) GetUsr

func (x *Rely) GetUsr() []byte

func (*Rely) ProtoMessage

func (*Rely) ProtoMessage()

func (*Rely) ProtoReflect

func (x *Rely) ProtoReflect() protoreflect.Message

func (*Rely) Reset

func (x *Rely) Reset()

func (*Rely) String

func (x *Rely) String() string

type Remove

type Remove struct {
	Ts  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Ilk []byte                 `protobuf:"bytes,2,opt,name=Ilk,proto3" json:"Ilk,omitempty"` //	bytes32
	// contains filtered or unexported fields
}

func (*Remove) Descriptor deprecated

func (*Remove) Descriptor() ([]byte, []int)

Deprecated: Use Remove.ProtoReflect.Descriptor instead.

func (*Remove) GetIlk

func (x *Remove) GetIlk() []byte

func (*Remove) GetTs

func (x *Remove) GetTs() *timestamppb.Timestamp

func (*Remove) ProtoMessage

func (*Remove) ProtoMessage()

func (*Remove) ProtoReflect

func (x *Remove) ProtoReflect() protoreflect.Message

func (*Remove) Reset

func (x *Remove) Reset()

func (*Remove) String

func (x *Remove) String() string

type Setup

type Setup struct {
	Ts   *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Ilk  []byte                 `protobuf:"bytes,2,opt,name=Ilk,proto3" json:"Ilk,omitempty"`   //	bytes32
	Line []byte                 `protobuf:"bytes,3,opt,name=Line,proto3" json:"Line,omitempty"` //	uint256
	Gap  []byte                 `protobuf:"bytes,4,opt,name=Gap,proto3" json:"Gap,omitempty"`   //	uint256
	Ttl  []byte                 `protobuf:"bytes,5,opt,name=Ttl,proto3" json:"Ttl,omitempty"`   //	uint256
	// contains filtered or unexported fields
}

func (*Setup) Descriptor deprecated

func (*Setup) Descriptor() ([]byte, []int)

Deprecated: Use Setup.ProtoReflect.Descriptor instead.

func (*Setup) GetGap

func (x *Setup) GetGap() []byte

func (*Setup) GetIlk

func (x *Setup) GetIlk() []byte

func (*Setup) GetLine

func (x *Setup) GetLine() []byte

func (*Setup) GetTs

func (x *Setup) GetTs() *timestamppb.Timestamp

func (*Setup) GetTtl

func (x *Setup) GetTtl() []byte

func (*Setup) ProtoMessage

func (*Setup) ProtoMessage()

func (*Setup) ProtoReflect

func (x *Setup) ProtoReflect() protoreflect.Message

func (*Setup) Reset

func (x *Setup) Reset()

func (*Setup) String

func (x *Setup) String() string

type SmartContract

type SmartContract struct{}

func (*SmartContract) Message

func (sc *SmartContract) Message(eventName string, contractAbi *abi.ABI, vLog types.Log, timestamp *timestamppb.Timestamp) protoreflect.ProtoMessage

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL