MCDVestDai

package
v0.0.0-...-a05b099 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const MCDVESTDAIABI = "" /* 9184-byte string literal not displayed */

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

Variables

View Source
var File_MCDVestDai_MCDVestDai_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 File

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

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetData

func (x *File) GetData() []byte

func (*File) GetTs

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

func (*File) GetWhat

func (x *File) GetWhat() []byte

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type Init

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

func (*Init) Descriptor deprecated

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

Deprecated: Use Init.ProtoReflect.Descriptor instead.

func (*Init) GetId

func (x *Init) GetId() []byte

func (*Init) GetTs

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

func (*Init) GetUsr

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

func (*Init) ProtoMessage

func (*Init) ProtoMessage()

func (*Init) ProtoReflect

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

func (*Init) Reset

func (x *Init) Reset()

func (*Init) String

func (x *Init) String() string

type MCDVESTDAI

type MCDVESTDAI struct {
	MCDVESTDAICaller     // Read-only binding to the contract
	MCDVESTDAITransactor // Write-only binding to the contract
	MCDVESTDAIFilterer   // Log filterer for contract events
}

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

func NewMCDVESTDAI

func NewMCDVESTDAI(address common.Address, backend bind.ContractBackend) (*MCDVESTDAI, error)

NewMCDVESTDAI creates a new instance of MCDVESTDAI, bound to a specific deployed contract.

type MCDVESTDAICaller

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

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

func NewMCDVESTDAICaller

func NewMCDVESTDAICaller(address common.Address, caller bind.ContractCaller) (*MCDVESTDAICaller, error)

NewMCDVESTDAICaller creates a new read-only instance of MCDVESTDAI, bound to a specific deployed contract.

func (*MCDVESTDAICaller) Accrued

func (_MCDVESTDAI *MCDVESTDAICaller) Accrued(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Accrued is a free data retrieval call binding the contract method 0xf52981f4.

Solidity: function accrued(uint256 _id) view returns(uint256 amt)

func (*MCDVESTDAICaller) Awards

func (_MCDVESTDAI *MCDVESTDAICaller) Awards(opts *bind.CallOpts, arg0 *big.Int) (struct {
	Usr common.Address
	Bgn *big.Int
	Clf *big.Int
	Fin *big.Int
	Mgr common.Address
	Res uint8
	Tot *big.Int
	Rxd *big.Int
}, error)

Awards is a free data retrieval call binding the contract method 0xfc5a5b63.

Solidity: function awards(uint256 ) view returns(address usr, uint48 bgn, uint48 clf, uint48 fin, address mgr, uint8 res, uint128 tot, uint128 rxd)

func (*MCDVESTDAICaller) Bgn

func (_MCDVESTDAI *MCDVESTDAICaller) Bgn(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Bgn is a free data retrieval call binding the contract method 0x21f6c0cf.

Solidity: function bgn(uint256 _id) view returns(uint256)

func (*MCDVESTDAICaller) Cap

func (_MCDVESTDAI *MCDVESTDAICaller) Cap(opts *bind.CallOpts) (*big.Int, error)

Cap is a free data retrieval call binding the contract method 0x355274ea.

Solidity: function cap() view returns(uint256)

func (*MCDVESTDAICaller) Chainlog

func (_MCDVESTDAI *MCDVESTDAICaller) Chainlog(opts *bind.CallOpts) (common.Address, error)

Chainlog is a free data retrieval call binding the contract method 0xce6f74aa.

Solidity: function chainlog() view returns(address)

func (*MCDVESTDAICaller) Clf

func (_MCDVESTDAI *MCDVESTDAICaller) Clf(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Clf is a free data retrieval call binding the contract method 0xcdf43497.

Solidity: function clf(uint256 _id) view returns(uint256)

func (*MCDVESTDAICaller) DaiJoin

func (_MCDVESTDAI *MCDVESTDAICaller) DaiJoin(opts *bind.CallOpts) (common.Address, error)

DaiJoin is a free data retrieval call binding the contract method 0xc11645bc.

Solidity: function daiJoin() view returns(address)

func (*MCDVESTDAICaller) Fin

func (_MCDVESTDAI *MCDVESTDAICaller) Fin(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Fin is a free data retrieval call binding the contract method 0xe529780d.

Solidity: function fin(uint256 _id) view returns(uint256)

func (*MCDVESTDAICaller) Ids

func (_MCDVESTDAI *MCDVESTDAICaller) Ids(opts *bind.CallOpts) (*big.Int, error)

Ids is a free data retrieval call binding the contract method 0xe7657e15.

Solidity: function ids() view returns(uint256)

func (*MCDVESTDAICaller) Mgr

func (_MCDVESTDAI *MCDVESTDAICaller) Mgr(opts *bind.CallOpts, _id *big.Int) (common.Address, error)

Mgr is a free data retrieval call binding the contract method 0xdc2c788f.

Solidity: function mgr(uint256 _id) view returns(address)

func (*MCDVESTDAICaller) Res

func (_MCDVESTDAI *MCDVESTDAICaller) Res(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Res is a free data retrieval call binding the contract method 0xd4e8fd2e.

Solidity: function res(uint256 _id) view returns(uint256)

func (*MCDVESTDAICaller) Rxd

func (_MCDVESTDAI *MCDVESTDAICaller) Rxd(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Rxd is a free data retrieval call binding the contract method 0xe054720f.

Solidity: function rxd(uint256 _id) view returns(uint256)

func (*MCDVESTDAICaller) TWENTYYEARS

func (_MCDVESTDAI *MCDVESTDAICaller) TWENTYYEARS(opts *bind.CallOpts) (*big.Int, error)

TWENTYYEARS is a free data retrieval call binding the contract method 0x60fb494b.

Solidity: function TWENTY_YEARS() view returns(uint256)

func (*MCDVESTDAICaller) Tot

func (_MCDVESTDAI *MCDVESTDAICaller) Tot(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Tot is a free data retrieval call binding the contract method 0x892de51d.

Solidity: function tot(uint256 _id) view returns(uint256)

func (*MCDVESTDAICaller) Unpaid

func (_MCDVESTDAI *MCDVESTDAICaller) Unpaid(opts *bind.CallOpts, _id *big.Int) (*big.Int, error)

Unpaid is a free data retrieval call binding the contract method 0x53e8863d.

Solidity: function unpaid(uint256 _id) view returns(uint256 amt)

func (*MCDVESTDAICaller) Usr

func (_MCDVESTDAI *MCDVESTDAICaller) Usr(opts *bind.CallOpts, _id *big.Int) (common.Address, error)

Usr is a free data retrieval call binding the contract method 0xc659cd45.

Solidity: function usr(uint256 _id) view returns(address)

func (*MCDVESTDAICaller) Valid

func (_MCDVESTDAI *MCDVESTDAICaller) Valid(opts *bind.CallOpts, _id *big.Int) (bool, error)

Valid is a free data retrieval call binding the contract method 0xbf8712c5.

Solidity: function valid(uint256 _id) view returns(bool isValid)

func (*MCDVESTDAICaller) Vat

func (_MCDVESTDAI *MCDVESTDAICaller) 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 (*MCDVESTDAICaller) Wards

func (_MCDVESTDAI *MCDVESTDAICaller) 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 MCDVESTDAICallerRaw

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

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

func (*MCDVESTDAICallerRaw) Call

func (_MCDVESTDAI *MCDVESTDAICallerRaw) 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 MCDVESTDAICallerSession

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

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

func (*MCDVESTDAICallerSession) Accrued

func (_MCDVESTDAI *MCDVESTDAICallerSession) Accrued(_id *big.Int) (*big.Int, error)

Accrued is a free data retrieval call binding the contract method 0xf52981f4.

Solidity: function accrued(uint256 _id) view returns(uint256 amt)

func (*MCDVESTDAICallerSession) Awards

func (_MCDVESTDAI *MCDVESTDAICallerSession) Awards(arg0 *big.Int) (struct {
	Usr common.Address
	Bgn *big.Int
	Clf *big.Int
	Fin *big.Int
	Mgr common.Address
	Res uint8
	Tot *big.Int
	Rxd *big.Int
}, error)

Awards is a free data retrieval call binding the contract method 0xfc5a5b63.

Solidity: function awards(uint256 ) view returns(address usr, uint48 bgn, uint48 clf, uint48 fin, address mgr, uint8 res, uint128 tot, uint128 rxd)

func (*MCDVESTDAICallerSession) Bgn

func (_MCDVESTDAI *MCDVESTDAICallerSession) Bgn(_id *big.Int) (*big.Int, error)

Bgn is a free data retrieval call binding the contract method 0x21f6c0cf.

Solidity: function bgn(uint256 _id) view returns(uint256)

func (*MCDVESTDAICallerSession) Cap

func (_MCDVESTDAI *MCDVESTDAICallerSession) Cap() (*big.Int, error)

Cap is a free data retrieval call binding the contract method 0x355274ea.

Solidity: function cap() view returns(uint256)

func (*MCDVESTDAICallerSession) Chainlog

func (_MCDVESTDAI *MCDVESTDAICallerSession) Chainlog() (common.Address, error)

Chainlog is a free data retrieval call binding the contract method 0xce6f74aa.

Solidity: function chainlog() view returns(address)

func (*MCDVESTDAICallerSession) Clf

func (_MCDVESTDAI *MCDVESTDAICallerSession) Clf(_id *big.Int) (*big.Int, error)

Clf is a free data retrieval call binding the contract method 0xcdf43497.

Solidity: function clf(uint256 _id) view returns(uint256)

func (*MCDVESTDAICallerSession) DaiJoin

func (_MCDVESTDAI *MCDVESTDAICallerSession) DaiJoin() (common.Address, error)

DaiJoin is a free data retrieval call binding the contract method 0xc11645bc.

Solidity: function daiJoin() view returns(address)

func (*MCDVESTDAICallerSession) Fin

func (_MCDVESTDAI *MCDVESTDAICallerSession) Fin(_id *big.Int) (*big.Int, error)

Fin is a free data retrieval call binding the contract method 0xe529780d.

Solidity: function fin(uint256 _id) view returns(uint256)

func (*MCDVESTDAICallerSession) Ids

func (_MCDVESTDAI *MCDVESTDAICallerSession) Ids() (*big.Int, error)

Ids is a free data retrieval call binding the contract method 0xe7657e15.

Solidity: function ids() view returns(uint256)

func (*MCDVESTDAICallerSession) Mgr

func (_MCDVESTDAI *MCDVESTDAICallerSession) Mgr(_id *big.Int) (common.Address, error)

Mgr is a free data retrieval call binding the contract method 0xdc2c788f.

Solidity: function mgr(uint256 _id) view returns(address)

func (*MCDVESTDAICallerSession) Res

func (_MCDVESTDAI *MCDVESTDAICallerSession) Res(_id *big.Int) (*big.Int, error)

Res is a free data retrieval call binding the contract method 0xd4e8fd2e.

Solidity: function res(uint256 _id) view returns(uint256)

func (*MCDVESTDAICallerSession) Rxd

func (_MCDVESTDAI *MCDVESTDAICallerSession) Rxd(_id *big.Int) (*big.Int, error)

Rxd is a free data retrieval call binding the contract method 0xe054720f.

Solidity: function rxd(uint256 _id) view returns(uint256)

func (*MCDVESTDAICallerSession) TWENTYYEARS

func (_MCDVESTDAI *MCDVESTDAICallerSession) TWENTYYEARS() (*big.Int, error)

TWENTYYEARS is a free data retrieval call binding the contract method 0x60fb494b.

Solidity: function TWENTY_YEARS() view returns(uint256)

func (*MCDVESTDAICallerSession) Tot

func (_MCDVESTDAI *MCDVESTDAICallerSession) Tot(_id *big.Int) (*big.Int, error)

Tot is a free data retrieval call binding the contract method 0x892de51d.

Solidity: function tot(uint256 _id) view returns(uint256)

func (*MCDVESTDAICallerSession) Unpaid

func (_MCDVESTDAI *MCDVESTDAICallerSession) Unpaid(_id *big.Int) (*big.Int, error)

Unpaid is a free data retrieval call binding the contract method 0x53e8863d.

Solidity: function unpaid(uint256 _id) view returns(uint256 amt)

func (*MCDVESTDAICallerSession) Usr

func (_MCDVESTDAI *MCDVESTDAICallerSession) Usr(_id *big.Int) (common.Address, error)

Usr is a free data retrieval call binding the contract method 0xc659cd45.

Solidity: function usr(uint256 _id) view returns(address)

func (*MCDVESTDAICallerSession) Valid

func (_MCDVESTDAI *MCDVESTDAICallerSession) Valid(_id *big.Int) (bool, error)

Valid is a free data retrieval call binding the contract method 0xbf8712c5.

Solidity: function valid(uint256 _id) view returns(bool isValid)

func (*MCDVESTDAICallerSession) Vat

func (_MCDVESTDAI *MCDVESTDAICallerSession) Vat() (common.Address, error)

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

Solidity: function vat() view returns(address)

func (*MCDVESTDAICallerSession) Wards

func (_MCDVESTDAI *MCDVESTDAICallerSession) 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 MCDVESTDAIDeny

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

MCDVESTDAIDeny represents a Deny event raised by the MCDVESTDAI contract.

type MCDVESTDAIDenyIterator

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

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

func (*MCDVESTDAIDenyIterator) Close

func (it *MCDVESTDAIDenyIterator) Close() error

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

func (*MCDVESTDAIDenyIterator) Error

func (it *MCDVESTDAIDenyIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIDenyIterator) Next

func (it *MCDVESTDAIDenyIterator) 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 MCDVESTDAIFile

type MCDVESTDAIFile struct {
	What [32]byte
	Data *big.Int
	Raw  types.Log // Blockchain specific contextual infos
}

MCDVESTDAIFile represents a File event raised by the MCDVESTDAI contract.

type MCDVESTDAIFileIterator

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

MCDVESTDAIFileIterator is returned from FilterFile and is used to iterate over the raw logs and unpacked data for File events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIFileIterator) Close

func (it *MCDVESTDAIFileIterator) Close() error

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

func (*MCDVESTDAIFileIterator) Error

func (it *MCDVESTDAIFileIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIFileIterator) Next

func (it *MCDVESTDAIFileIterator) 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 MCDVESTDAIFilterer

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

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

func NewMCDVESTDAIFilterer

func NewMCDVESTDAIFilterer(address common.Address, filterer bind.ContractFilterer) (*MCDVESTDAIFilterer, error)

NewMCDVESTDAIFilterer creates a new log filterer instance of MCDVESTDAI, bound to a specific deployed contract.

func (*MCDVESTDAIFilterer) FilterDeny

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterDeny(opts *bind.FilterOpts, usr []common.Address) (*MCDVESTDAIDenyIterator, error)

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

Solidity: event Deny(address indexed usr)

func (*MCDVESTDAIFilterer) FilterFile

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterFile(opts *bind.FilterOpts, what [][32]byte) (*MCDVESTDAIFileIterator, error)

FilterFile is a free log retrieval operation binding the contract event 0xe986e40cc8c151830d4f61050f4fb2e4add8567caad2d5f5496f9158e91fe4c7.

Solidity: event File(bytes32 indexed what, uint256 data)

func (*MCDVESTDAIFilterer) FilterInit

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterInit(opts *bind.FilterOpts, id []*big.Int, usr []common.Address) (*MCDVESTDAIInitIterator, error)

FilterInit is a free log retrieval operation binding the contract event 0x2e3cc5298d3204a0f0fc2be0f6fdefcef002025f4c75caf950b23e6cfbfb78d0.

Solidity: event Init(uint256 indexed id, address indexed usr)

func (*MCDVESTDAIFilterer) FilterMove

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterMove(opts *bind.FilterOpts, id []*big.Int, dst []common.Address) (*MCDVESTDAIMoveIterator, error)

FilterMove is a free log retrieval operation binding the contract event 0x8ceddd02f4fb8ef0d5d6212cf4c91d59d366e04b977e8b2b944168d2a6d85081.

Solidity: event Move(uint256 indexed id, address indexed dst)

func (*MCDVESTDAIFilterer) FilterRely

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterRely(opts *bind.FilterOpts, usr []common.Address) (*MCDVESTDAIRelyIterator, error)

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

Solidity: event Rely(address indexed usr)

func (*MCDVESTDAIFilterer) FilterRestrict

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterRestrict(opts *bind.FilterOpts, id []*big.Int) (*MCDVESTDAIRestrictIterator, error)

FilterRestrict is a free log retrieval operation binding the contract event 0x9247a2bf1b75bc397d4043d99b9cebce531548a01dbb56a5d4c5f5ca26051e8d.

Solidity: event Restrict(uint256 indexed id)

func (*MCDVESTDAIFilterer) FilterUnrestrict

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterUnrestrict(opts *bind.FilterOpts, id []*big.Int) (*MCDVESTDAIUnrestrictIterator, error)

FilterUnrestrict is a free log retrieval operation binding the contract event 0x3d1b575f06b2d660af77eec35d9b3ffcfa956b6c1fdbc840992d4b03b03e622b.

Solidity: event Unrestrict(uint256 indexed id)

func (*MCDVESTDAIFilterer) FilterVest

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterVest(opts *bind.FilterOpts, id []*big.Int) (*MCDVESTDAIVestIterator, error)

FilterVest is a free log retrieval operation binding the contract event 0xa2906882572b0e9dfe893158bb064bc308eb1bd87d1da481850f9d17fc293847.

Solidity: event Vest(uint256 indexed id, uint256 amt)

func (*MCDVESTDAIFilterer) FilterYank

func (_MCDVESTDAI *MCDVESTDAIFilterer) FilterYank(opts *bind.FilterOpts, id []*big.Int) (*MCDVESTDAIYankIterator, error)

FilterYank is a free log retrieval operation binding the contract event 0x6f2a3ed78a3066d89360b6c89e52bf3313f52e859401a3ea5fa0f033fd540c3c.

Solidity: event Yank(uint256 indexed id, uint256 end)

func (*MCDVESTDAIFilterer) ParseDeny

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseDeny(log types.Log) (*MCDVESTDAIDeny, error)

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

Solidity: event Deny(address indexed usr)

func (*MCDVESTDAIFilterer) ParseFile

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseFile(log types.Log) (*MCDVESTDAIFile, error)

ParseFile is a log parse operation binding the contract event 0xe986e40cc8c151830d4f61050f4fb2e4add8567caad2d5f5496f9158e91fe4c7.

Solidity: event File(bytes32 indexed what, uint256 data)

func (*MCDVESTDAIFilterer) ParseInit

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseInit(log types.Log) (*MCDVESTDAIInit, error)

ParseInit is a log parse operation binding the contract event 0x2e3cc5298d3204a0f0fc2be0f6fdefcef002025f4c75caf950b23e6cfbfb78d0.

Solidity: event Init(uint256 indexed id, address indexed usr)

func (*MCDVESTDAIFilterer) ParseMove

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseMove(log types.Log) (*MCDVESTDAIMove, error)

ParseMove is a log parse operation binding the contract event 0x8ceddd02f4fb8ef0d5d6212cf4c91d59d366e04b977e8b2b944168d2a6d85081.

Solidity: event Move(uint256 indexed id, address indexed dst)

func (*MCDVESTDAIFilterer) ParseRely

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseRely(log types.Log) (*MCDVESTDAIRely, error)

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

Solidity: event Rely(address indexed usr)

func (*MCDVESTDAIFilterer) ParseRestrict

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseRestrict(log types.Log) (*MCDVESTDAIRestrict, error)

ParseRestrict is a log parse operation binding the contract event 0x9247a2bf1b75bc397d4043d99b9cebce531548a01dbb56a5d4c5f5ca26051e8d.

Solidity: event Restrict(uint256 indexed id)

func (*MCDVESTDAIFilterer) ParseUnrestrict

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseUnrestrict(log types.Log) (*MCDVESTDAIUnrestrict, error)

ParseUnrestrict is a log parse operation binding the contract event 0x3d1b575f06b2d660af77eec35d9b3ffcfa956b6c1fdbc840992d4b03b03e622b.

Solidity: event Unrestrict(uint256 indexed id)

func (*MCDVESTDAIFilterer) ParseVest

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseVest(log types.Log) (*MCDVESTDAIVest, error)

ParseVest is a log parse operation binding the contract event 0xa2906882572b0e9dfe893158bb064bc308eb1bd87d1da481850f9d17fc293847.

Solidity: event Vest(uint256 indexed id, uint256 amt)

func (*MCDVESTDAIFilterer) ParseYank

func (_MCDVESTDAI *MCDVESTDAIFilterer) ParseYank(log types.Log) (*MCDVESTDAIYank, error)

ParseYank is a log parse operation binding the contract event 0x6f2a3ed78a3066d89360b6c89e52bf3313f52e859401a3ea5fa0f033fd540c3c.

Solidity: event Yank(uint256 indexed id, uint256 end)

func (*MCDVESTDAIFilterer) WatchDeny

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchDeny(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIDeny, 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 (*MCDVESTDAIFilterer) WatchFile

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchFile(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIFile, what [][32]byte) (event.Subscription, error)

WatchFile is a free log subscription operation binding the contract event 0xe986e40cc8c151830d4f61050f4fb2e4add8567caad2d5f5496f9158e91fe4c7.

Solidity: event File(bytes32 indexed what, uint256 data)

func (*MCDVESTDAIFilterer) WatchInit

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchInit(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIInit, id []*big.Int, usr []common.Address) (event.Subscription, error)

WatchInit is a free log subscription operation binding the contract event 0x2e3cc5298d3204a0f0fc2be0f6fdefcef002025f4c75caf950b23e6cfbfb78d0.

Solidity: event Init(uint256 indexed id, address indexed usr)

func (*MCDVESTDAIFilterer) WatchMove

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchMove(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIMove, id []*big.Int, dst []common.Address) (event.Subscription, error)

WatchMove is a free log subscription operation binding the contract event 0x8ceddd02f4fb8ef0d5d6212cf4c91d59d366e04b977e8b2b944168d2a6d85081.

Solidity: event Move(uint256 indexed id, address indexed dst)

func (*MCDVESTDAIFilterer) WatchRely

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchRely(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIRely, 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 (*MCDVESTDAIFilterer) WatchRestrict

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchRestrict(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIRestrict, id []*big.Int) (event.Subscription, error)

WatchRestrict is a free log subscription operation binding the contract event 0x9247a2bf1b75bc397d4043d99b9cebce531548a01dbb56a5d4c5f5ca26051e8d.

Solidity: event Restrict(uint256 indexed id)

func (*MCDVESTDAIFilterer) WatchUnrestrict

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchUnrestrict(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIUnrestrict, id []*big.Int) (event.Subscription, error)

WatchUnrestrict is a free log subscription operation binding the contract event 0x3d1b575f06b2d660af77eec35d9b3ffcfa956b6c1fdbc840992d4b03b03e622b.

Solidity: event Unrestrict(uint256 indexed id)

func (*MCDVESTDAIFilterer) WatchVest

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchVest(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIVest, id []*big.Int) (event.Subscription, error)

WatchVest is a free log subscription operation binding the contract event 0xa2906882572b0e9dfe893158bb064bc308eb1bd87d1da481850f9d17fc293847.

Solidity: event Vest(uint256 indexed id, uint256 amt)

func (*MCDVESTDAIFilterer) WatchYank

func (_MCDVESTDAI *MCDVESTDAIFilterer) WatchYank(opts *bind.WatchOpts, sink chan<- *MCDVESTDAIYank, id []*big.Int) (event.Subscription, error)

WatchYank is a free log subscription operation binding the contract event 0x6f2a3ed78a3066d89360b6c89e52bf3313f52e859401a3ea5fa0f033fd540c3c.

Solidity: event Yank(uint256 indexed id, uint256 end)

type MCDVESTDAIInit

type MCDVESTDAIInit struct {
	Id  *big.Int
	Usr common.Address
	Raw types.Log // Blockchain specific contextual infos
}

MCDVESTDAIInit represents a Init event raised by the MCDVESTDAI contract.

type MCDVESTDAIInitIterator

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

MCDVESTDAIInitIterator is returned from FilterInit and is used to iterate over the raw logs and unpacked data for Init events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIInitIterator) Close

func (it *MCDVESTDAIInitIterator) Close() error

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

func (*MCDVESTDAIInitIterator) Error

func (it *MCDVESTDAIInitIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIInitIterator) Next

func (it *MCDVESTDAIInitIterator) 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 MCDVESTDAIMove

type MCDVESTDAIMove struct {
	Id  *big.Int
	Dst common.Address
	Raw types.Log // Blockchain specific contextual infos
}

MCDVESTDAIMove represents a Move event raised by the MCDVESTDAI contract.

type MCDVESTDAIMoveIterator

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

MCDVESTDAIMoveIterator is returned from FilterMove and is used to iterate over the raw logs and unpacked data for Move events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIMoveIterator) Close

func (it *MCDVESTDAIMoveIterator) Close() error

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

func (*MCDVESTDAIMoveIterator) Error

func (it *MCDVESTDAIMoveIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIMoveIterator) Next

func (it *MCDVESTDAIMoveIterator) 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 MCDVESTDAIRaw

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

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

func (*MCDVESTDAIRaw) Call

func (_MCDVESTDAI *MCDVESTDAIRaw) 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 (*MCDVESTDAIRaw) Transact

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

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

func (*MCDVESTDAIRaw) Transfer

func (_MCDVESTDAI *MCDVESTDAIRaw) 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 MCDVESTDAIRely

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

MCDVESTDAIRely represents a Rely event raised by the MCDVESTDAI contract.

type MCDVESTDAIRelyIterator

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

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

func (*MCDVESTDAIRelyIterator) Close

func (it *MCDVESTDAIRelyIterator) Close() error

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

func (*MCDVESTDAIRelyIterator) Error

func (it *MCDVESTDAIRelyIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIRelyIterator) Next

func (it *MCDVESTDAIRelyIterator) 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 MCDVESTDAIRestrict

type MCDVESTDAIRestrict struct {
	Id  *big.Int
	Raw types.Log // Blockchain specific contextual infos
}

MCDVESTDAIRestrict represents a Restrict event raised by the MCDVESTDAI contract.

type MCDVESTDAIRestrictIterator

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

MCDVESTDAIRestrictIterator is returned from FilterRestrict and is used to iterate over the raw logs and unpacked data for Restrict events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIRestrictIterator) Close

func (it *MCDVESTDAIRestrictIterator) Close() error

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

func (*MCDVESTDAIRestrictIterator) Error

func (it *MCDVESTDAIRestrictIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIRestrictIterator) Next

func (it *MCDVESTDAIRestrictIterator) 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 MCDVESTDAISession

type MCDVESTDAISession struct {
	Contract     *MCDVESTDAI       // 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
}

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

func (*MCDVESTDAISession) Accrued

func (_MCDVESTDAI *MCDVESTDAISession) Accrued(_id *big.Int) (*big.Int, error)

Accrued is a free data retrieval call binding the contract method 0xf52981f4.

Solidity: function accrued(uint256 _id) view returns(uint256 amt)

func (*MCDVESTDAISession) Awards

func (_MCDVESTDAI *MCDVESTDAISession) Awards(arg0 *big.Int) (struct {
	Usr common.Address
	Bgn *big.Int
	Clf *big.Int
	Fin *big.Int
	Mgr common.Address
	Res uint8
	Tot *big.Int
	Rxd *big.Int
}, error)

Awards is a free data retrieval call binding the contract method 0xfc5a5b63.

Solidity: function awards(uint256 ) view returns(address usr, uint48 bgn, uint48 clf, uint48 fin, address mgr, uint8 res, uint128 tot, uint128 rxd)

func (*MCDVESTDAISession) Bgn

func (_MCDVESTDAI *MCDVESTDAISession) Bgn(_id *big.Int) (*big.Int, error)

Bgn is a free data retrieval call binding the contract method 0x21f6c0cf.

Solidity: function bgn(uint256 _id) view returns(uint256)

func (*MCDVESTDAISession) Cap

func (_MCDVESTDAI *MCDVESTDAISession) Cap() (*big.Int, error)

Cap is a free data retrieval call binding the contract method 0x355274ea.

Solidity: function cap() view returns(uint256)

func (*MCDVESTDAISession) Chainlog

func (_MCDVESTDAI *MCDVESTDAISession) Chainlog() (common.Address, error)

Chainlog is a free data retrieval call binding the contract method 0xce6f74aa.

Solidity: function chainlog() view returns(address)

func (*MCDVESTDAISession) Clf

func (_MCDVESTDAI *MCDVESTDAISession) Clf(_id *big.Int) (*big.Int, error)

Clf is a free data retrieval call binding the contract method 0xcdf43497.

Solidity: function clf(uint256 _id) view returns(uint256)

func (*MCDVESTDAISession) Create

func (_MCDVESTDAI *MCDVESTDAISession) Create(_usr common.Address, _tot *big.Int, _bgn *big.Int, _tau *big.Int, _eta *big.Int, _mgr common.Address) (*types.Transaction, error)

Create is a paid mutator transaction binding the contract method 0xdb64ff8f.

Solidity: function create(address _usr, uint256 _tot, uint256 _bgn, uint256 _tau, uint256 _eta, address _mgr) returns(uint256 id)

func (*MCDVESTDAISession) DaiJoin

func (_MCDVESTDAI *MCDVESTDAISession) DaiJoin() (common.Address, error)

DaiJoin is a free data retrieval call binding the contract method 0xc11645bc.

Solidity: function daiJoin() view returns(address)

func (*MCDVESTDAISession) Deny

func (_MCDVESTDAI *MCDVESTDAISession) 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 (*MCDVESTDAISession) File

func (_MCDVESTDAI *MCDVESTDAISession) File(what [32]byte, data *big.Int) (*types.Transaction, error)

File is a paid mutator transaction binding the contract method 0x29ae8114.

Solidity: function file(bytes32 what, uint256 data) returns()

func (*MCDVESTDAISession) Fin

func (_MCDVESTDAI *MCDVESTDAISession) Fin(_id *big.Int) (*big.Int, error)

Fin is a free data retrieval call binding the contract method 0xe529780d.

Solidity: function fin(uint256 _id) view returns(uint256)

func (*MCDVESTDAISession) Ids

func (_MCDVESTDAI *MCDVESTDAISession) Ids() (*big.Int, error)

Ids is a free data retrieval call binding the contract method 0xe7657e15.

Solidity: function ids() view returns(uint256)

func (*MCDVESTDAISession) Mgr

func (_MCDVESTDAI *MCDVESTDAISession) Mgr(_id *big.Int) (common.Address, error)

Mgr is a free data retrieval call binding the contract method 0xdc2c788f.

Solidity: function mgr(uint256 _id) view returns(address)

func (*MCDVESTDAISession) Move

func (_MCDVESTDAI *MCDVESTDAISession) Move(_id *big.Int, _dst common.Address) (*types.Transaction, error)

Move is a paid mutator transaction binding the contract method 0xd8a8e03a.

Solidity: function move(uint256 _id, address _dst) returns()

func (*MCDVESTDAISession) Rely

func (_MCDVESTDAI *MCDVESTDAISession) 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 (*MCDVESTDAISession) Res

func (_MCDVESTDAI *MCDVESTDAISession) Res(_id *big.Int) (*big.Int, error)

Res is a free data retrieval call binding the contract method 0xd4e8fd2e.

Solidity: function res(uint256 _id) view returns(uint256)

func (*MCDVESTDAISession) Restrict

func (_MCDVESTDAI *MCDVESTDAISession) Restrict(_id *big.Int) (*types.Transaction, error)

Restrict is a paid mutator transaction binding the contract method 0x3c433d5f.

Solidity: function restrict(uint256 _id) returns()

func (*MCDVESTDAISession) Rxd

func (_MCDVESTDAI *MCDVESTDAISession) Rxd(_id *big.Int) (*big.Int, error)

Rxd is a free data retrieval call binding the contract method 0xe054720f.

Solidity: function rxd(uint256 _id) view returns(uint256)

func (*MCDVESTDAISession) TWENTYYEARS

func (_MCDVESTDAI *MCDVESTDAISession) TWENTYYEARS() (*big.Int, error)

TWENTYYEARS is a free data retrieval call binding the contract method 0x60fb494b.

Solidity: function TWENTY_YEARS() view returns(uint256)

func (*MCDVESTDAISession) Tot

func (_MCDVESTDAI *MCDVESTDAISession) Tot(_id *big.Int) (*big.Int, error)

Tot is a free data retrieval call binding the contract method 0x892de51d.

Solidity: function tot(uint256 _id) view returns(uint256)

func (*MCDVESTDAISession) Unpaid

func (_MCDVESTDAI *MCDVESTDAISession) Unpaid(_id *big.Int) (*big.Int, error)

Unpaid is a free data retrieval call binding the contract method 0x53e8863d.

Solidity: function unpaid(uint256 _id) view returns(uint256 amt)

func (*MCDVESTDAISession) Unrestrict

func (_MCDVESTDAI *MCDVESTDAISession) Unrestrict(_id *big.Int) (*types.Transaction, error)

Unrestrict is a paid mutator transaction binding the contract method 0x7d8d2702.

Solidity: function unrestrict(uint256 _id) returns()

func (*MCDVESTDAISession) Usr

func (_MCDVESTDAI *MCDVESTDAISession) Usr(_id *big.Int) (common.Address, error)

Usr is a free data retrieval call binding the contract method 0xc659cd45.

Solidity: function usr(uint256 _id) view returns(address)

func (*MCDVESTDAISession) Valid

func (_MCDVESTDAI *MCDVESTDAISession) Valid(_id *big.Int) (bool, error)

Valid is a free data retrieval call binding the contract method 0xbf8712c5.

Solidity: function valid(uint256 _id) view returns(bool isValid)

func (*MCDVESTDAISession) Vat

func (_MCDVESTDAI *MCDVESTDAISession) Vat() (common.Address, error)

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

Solidity: function vat() view returns(address)

func (*MCDVESTDAISession) Vest

func (_MCDVESTDAI *MCDVESTDAISession) Vest(_id *big.Int) (*types.Transaction, error)

Vest is a paid mutator transaction binding the contract method 0x6a760b80.

Solidity: function vest(uint256 _id) returns()

func (*MCDVESTDAISession) Vest0

func (_MCDVESTDAI *MCDVESTDAISession) Vest0(_id *big.Int, _maxAmt *big.Int) (*types.Transaction, error)

Vest0 is a paid mutator transaction binding the contract method 0xbb7c46f3.

Solidity: function vest(uint256 _id, uint256 _maxAmt) returns()

func (*MCDVESTDAISession) Wards

func (_MCDVESTDAI *MCDVESTDAISession) 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)

func (*MCDVESTDAISession) Yank

func (_MCDVESTDAI *MCDVESTDAISession) Yank(_id *big.Int) (*types.Transaction, error)

Yank is a paid mutator transaction binding the contract method 0x26e027f1.

Solidity: function yank(uint256 _id) returns()

func (*MCDVESTDAISession) Yank0

func (_MCDVESTDAI *MCDVESTDAISession) Yank0(_id *big.Int, _end *big.Int) (*types.Transaction, error)

Yank0 is a paid mutator transaction binding the contract method 0x509aaa1d.

Solidity: function yank(uint256 _id, uint256 _end) returns()

type MCDVESTDAITransactor

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

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

func NewMCDVESTDAITransactor

func NewMCDVESTDAITransactor(address common.Address, transactor bind.ContractTransactor) (*MCDVESTDAITransactor, error)

NewMCDVESTDAITransactor creates a new write-only instance of MCDVESTDAI, bound to a specific deployed contract.

func (*MCDVESTDAITransactor) Create

func (_MCDVESTDAI *MCDVESTDAITransactor) Create(opts *bind.TransactOpts, _usr common.Address, _tot *big.Int, _bgn *big.Int, _tau *big.Int, _eta *big.Int, _mgr common.Address) (*types.Transaction, error)

Create is a paid mutator transaction binding the contract method 0xdb64ff8f.

Solidity: function create(address _usr, uint256 _tot, uint256 _bgn, uint256 _tau, uint256 _eta, address _mgr) returns(uint256 id)

func (*MCDVESTDAITransactor) Deny

func (_MCDVESTDAI *MCDVESTDAITransactor) 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 (*MCDVESTDAITransactor) File

func (_MCDVESTDAI *MCDVESTDAITransactor) File(opts *bind.TransactOpts, what [32]byte, data *big.Int) (*types.Transaction, error)

File is a paid mutator transaction binding the contract method 0x29ae8114.

Solidity: function file(bytes32 what, uint256 data) returns()

func (*MCDVESTDAITransactor) Move

func (_MCDVESTDAI *MCDVESTDAITransactor) Move(opts *bind.TransactOpts, _id *big.Int, _dst common.Address) (*types.Transaction, error)

Move is a paid mutator transaction binding the contract method 0xd8a8e03a.

Solidity: function move(uint256 _id, address _dst) returns()

func (*MCDVESTDAITransactor) Rely

func (_MCDVESTDAI *MCDVESTDAITransactor) 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 (*MCDVESTDAITransactor) Restrict

func (_MCDVESTDAI *MCDVESTDAITransactor) Restrict(opts *bind.TransactOpts, _id *big.Int) (*types.Transaction, error)

Restrict is a paid mutator transaction binding the contract method 0x3c433d5f.

Solidity: function restrict(uint256 _id) returns()

func (*MCDVESTDAITransactor) Unrestrict

func (_MCDVESTDAI *MCDVESTDAITransactor) Unrestrict(opts *bind.TransactOpts, _id *big.Int) (*types.Transaction, error)

Unrestrict is a paid mutator transaction binding the contract method 0x7d8d2702.

Solidity: function unrestrict(uint256 _id) returns()

func (*MCDVESTDAITransactor) Vest

func (_MCDVESTDAI *MCDVESTDAITransactor) Vest(opts *bind.TransactOpts, _id *big.Int) (*types.Transaction, error)

Vest is a paid mutator transaction binding the contract method 0x6a760b80.

Solidity: function vest(uint256 _id) returns()

func (*MCDVESTDAITransactor) Vest0

func (_MCDVESTDAI *MCDVESTDAITransactor) Vest0(opts *bind.TransactOpts, _id *big.Int, _maxAmt *big.Int) (*types.Transaction, error)

Vest0 is a paid mutator transaction binding the contract method 0xbb7c46f3.

Solidity: function vest(uint256 _id, uint256 _maxAmt) returns()

func (*MCDVESTDAITransactor) Yank

func (_MCDVESTDAI *MCDVESTDAITransactor) Yank(opts *bind.TransactOpts, _id *big.Int) (*types.Transaction, error)

Yank is a paid mutator transaction binding the contract method 0x26e027f1.

Solidity: function yank(uint256 _id) returns()

func (*MCDVESTDAITransactor) Yank0

func (_MCDVESTDAI *MCDVESTDAITransactor) Yank0(opts *bind.TransactOpts, _id *big.Int, _end *big.Int) (*types.Transaction, error)

Yank0 is a paid mutator transaction binding the contract method 0x509aaa1d.

Solidity: function yank(uint256 _id, uint256 _end) returns()

type MCDVESTDAITransactorRaw

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

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

func (*MCDVESTDAITransactorRaw) Transact

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

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

func (*MCDVESTDAITransactorRaw) Transfer

func (_MCDVESTDAI *MCDVESTDAITransactorRaw) 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 MCDVESTDAITransactorSession

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

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

func (*MCDVESTDAITransactorSession) Create

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Create(_usr common.Address, _tot *big.Int, _bgn *big.Int, _tau *big.Int, _eta *big.Int, _mgr common.Address) (*types.Transaction, error)

Create is a paid mutator transaction binding the contract method 0xdb64ff8f.

Solidity: function create(address _usr, uint256 _tot, uint256 _bgn, uint256 _tau, uint256 _eta, address _mgr) returns(uint256 id)

func (*MCDVESTDAITransactorSession) Deny

func (_MCDVESTDAI *MCDVESTDAITransactorSession) 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 (*MCDVESTDAITransactorSession) File

func (_MCDVESTDAI *MCDVESTDAITransactorSession) File(what [32]byte, data *big.Int) (*types.Transaction, error)

File is a paid mutator transaction binding the contract method 0x29ae8114.

Solidity: function file(bytes32 what, uint256 data) returns()

func (*MCDVESTDAITransactorSession) Move

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Move(_id *big.Int, _dst common.Address) (*types.Transaction, error)

Move is a paid mutator transaction binding the contract method 0xd8a8e03a.

Solidity: function move(uint256 _id, address _dst) returns()

func (*MCDVESTDAITransactorSession) Rely

func (_MCDVESTDAI *MCDVESTDAITransactorSession) 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 (*MCDVESTDAITransactorSession) Restrict

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Restrict(_id *big.Int) (*types.Transaction, error)

Restrict is a paid mutator transaction binding the contract method 0x3c433d5f.

Solidity: function restrict(uint256 _id) returns()

func (*MCDVESTDAITransactorSession) Unrestrict

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Unrestrict(_id *big.Int) (*types.Transaction, error)

Unrestrict is a paid mutator transaction binding the contract method 0x7d8d2702.

Solidity: function unrestrict(uint256 _id) returns()

func (*MCDVESTDAITransactorSession) Vest

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Vest(_id *big.Int) (*types.Transaction, error)

Vest is a paid mutator transaction binding the contract method 0x6a760b80.

Solidity: function vest(uint256 _id) returns()

func (*MCDVESTDAITransactorSession) Vest0

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Vest0(_id *big.Int, _maxAmt *big.Int) (*types.Transaction, error)

Vest0 is a paid mutator transaction binding the contract method 0xbb7c46f3.

Solidity: function vest(uint256 _id, uint256 _maxAmt) returns()

func (*MCDVESTDAITransactorSession) Yank

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Yank(_id *big.Int) (*types.Transaction, error)

Yank is a paid mutator transaction binding the contract method 0x26e027f1.

Solidity: function yank(uint256 _id) returns()

func (*MCDVESTDAITransactorSession) Yank0

func (_MCDVESTDAI *MCDVESTDAITransactorSession) Yank0(_id *big.Int, _end *big.Int) (*types.Transaction, error)

Yank0 is a paid mutator transaction binding the contract method 0x509aaa1d.

Solidity: function yank(uint256 _id, uint256 _end) returns()

type MCDVESTDAIUnrestrict

type MCDVESTDAIUnrestrict struct {
	Id  *big.Int
	Raw types.Log // Blockchain specific contextual infos
}

MCDVESTDAIUnrestrict represents a Unrestrict event raised by the MCDVESTDAI contract.

type MCDVESTDAIUnrestrictIterator

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

MCDVESTDAIUnrestrictIterator is returned from FilterUnrestrict and is used to iterate over the raw logs and unpacked data for Unrestrict events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIUnrestrictIterator) Close

func (it *MCDVESTDAIUnrestrictIterator) Close() error

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

func (*MCDVESTDAIUnrestrictIterator) Error

func (it *MCDVESTDAIUnrestrictIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIUnrestrictIterator) 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 MCDVESTDAIVest

type MCDVESTDAIVest struct {
	Id  *big.Int
	Amt *big.Int
	Raw types.Log // Blockchain specific contextual infos
}

MCDVESTDAIVest represents a Vest event raised by the MCDVESTDAI contract.

type MCDVESTDAIVestIterator

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

MCDVESTDAIVestIterator is returned from FilterVest and is used to iterate over the raw logs and unpacked data for Vest events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIVestIterator) Close

func (it *MCDVESTDAIVestIterator) Close() error

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

func (*MCDVESTDAIVestIterator) Error

func (it *MCDVESTDAIVestIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIVestIterator) Next

func (it *MCDVESTDAIVestIterator) 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 MCDVESTDAIYank

type MCDVESTDAIYank struct {
	Id  *big.Int
	End *big.Int
	Raw types.Log // Blockchain specific contextual infos
}

MCDVESTDAIYank represents a Yank event raised by the MCDVESTDAI contract.

type MCDVESTDAIYankIterator

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

MCDVESTDAIYankIterator is returned from FilterYank and is used to iterate over the raw logs and unpacked data for Yank events raised by the MCDVESTDAI contract.

func (*MCDVESTDAIYankIterator) Close

func (it *MCDVESTDAIYankIterator) Close() error

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

func (*MCDVESTDAIYankIterator) Error

func (it *MCDVESTDAIYankIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*MCDVESTDAIYankIterator) Next

func (it *MCDVESTDAIYankIterator) 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 Move

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

func (*Move) Descriptor deprecated

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

Deprecated: Use Move.ProtoReflect.Descriptor instead.

func (*Move) GetDst

func (x *Move) GetDst() []byte

func (*Move) GetId

func (x *Move) GetId() []byte

func (*Move) GetTs

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

func (*Move) ProtoMessage

func (*Move) ProtoMessage()

func (*Move) ProtoReflect

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

func (*Move) Reset

func (x *Move) Reset()

func (*Move) String

func (x *Move) String() string

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 Restrict

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

func (*Restrict) Descriptor deprecated

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

Deprecated: Use Restrict.ProtoReflect.Descriptor instead.

func (*Restrict) GetId

func (x *Restrict) GetId() []byte

func (*Restrict) GetTs

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

func (*Restrict) ProtoMessage

func (*Restrict) ProtoMessage()

func (*Restrict) ProtoReflect

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

func (*Restrict) Reset

func (x *Restrict) Reset()

func (*Restrict) String

func (x *Restrict) 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

type Unrestrict

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

func (*Unrestrict) Descriptor deprecated

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

Deprecated: Use Unrestrict.ProtoReflect.Descriptor instead.

func (*Unrestrict) GetId

func (x *Unrestrict) GetId() []byte

func (*Unrestrict) GetTs

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

func (*Unrestrict) ProtoMessage

func (*Unrestrict) ProtoMessage()

func (*Unrestrict) ProtoReflect

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

func (*Unrestrict) Reset

func (x *Unrestrict) Reset()

func (*Unrestrict) String

func (x *Unrestrict) String() string

type Vest

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

func (*Vest) Descriptor deprecated

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

Deprecated: Use Vest.ProtoReflect.Descriptor instead.

func (*Vest) GetAmt

func (x *Vest) GetAmt() []byte

func (*Vest) GetId

func (x *Vest) GetId() []byte

func (*Vest) GetTs

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

func (*Vest) ProtoMessage

func (*Vest) ProtoMessage()

func (*Vest) ProtoReflect

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

func (*Vest) Reset

func (x *Vest) Reset()

func (*Vest) String

func (x *Vest) String() string

type Yank

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

func (*Yank) Descriptor deprecated

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

Deprecated: Use Yank.ProtoReflect.Descriptor instead.

func (*Yank) GetEnd

func (x *Yank) GetEnd() []byte

func (*Yank) GetId

func (x *Yank) GetId() []byte

func (*Yank) GetTs

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

func (*Yank) ProtoMessage

func (*Yank) ProtoMessage()

func (*Yank) ProtoReflect

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

func (*Yank) Reset

func (x *Yank) Reset()

func (*Yank) String

func (x *Yank) String() string

Jump to

Keyboard shortcuts

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