MCDGovActions

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: 8 Imported by: 0

Documentation

Index

Constants

View Source
const MCDGOVACTIONSABI = "" /* 4348-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type MCDGOVACTIONS

type MCDGOVACTIONS struct {
	MCDGOVACTIONSCaller     // Read-only binding to the contract
	MCDGOVACTIONSTransactor // Write-only binding to the contract
	MCDGOVACTIONSFilterer   // Log filterer for contract events
}

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

func NewMCDGOVACTIONS

func NewMCDGOVACTIONS(address common.Address, backend bind.ContractBackend) (*MCDGOVACTIONS, error)

NewMCDGOVACTIONS creates a new instance of MCDGOVACTIONS, bound to a specific deployed contract.

type MCDGOVACTIONSCaller

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

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

func NewMCDGOVACTIONSCaller

func NewMCDGOVACTIONSCaller(address common.Address, caller bind.ContractCaller) (*MCDGOVACTIONSCaller, error)

NewMCDGOVACTIONSCaller creates a new read-only instance of MCDGOVACTIONS, bound to a specific deployed contract.

type MCDGOVACTIONSCallerRaw

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

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

func (*MCDGOVACTIONSCallerRaw) Call

func (_MCDGOVACTIONS *MCDGOVACTIONSCallerRaw) 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 MCDGOVACTIONSCallerSession

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

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

type MCDGOVACTIONSFilterer

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

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

func NewMCDGOVACTIONSFilterer

func NewMCDGOVACTIONSFilterer(address common.Address, filterer bind.ContractFilterer) (*MCDGOVACTIONSFilterer, error)

NewMCDGOVACTIONSFilterer creates a new log filterer instance of MCDGOVACTIONS, bound to a specific deployed contract.

type MCDGOVACTIONSRaw

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

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

func (*MCDGOVACTIONSRaw) Call

func (_MCDGOVACTIONS *MCDGOVACTIONSRaw) 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 (*MCDGOVACTIONSRaw) Transact

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

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

func (*MCDGOVACTIONSRaw) Transfer

func (_MCDGOVACTIONS *MCDGOVACTIONSRaw) 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 MCDGOVACTIONSSession

type MCDGOVACTIONSSession struct {
	Contract     *MCDGOVACTIONS    // 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
}

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

func (*MCDGOVACTIONSSession) Cage

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) Cage(end common.Address) (*types.Transaction, error)

Cage is a paid mutator transaction binding the contract method 0xb169542c.

Solidity: function cage(address end) returns()

func (*MCDGOVACTIONSSession) Deny

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) Deny(who common.Address, to common.Address) (*types.Transaction, error)

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

Solidity: function deny(address who, address to) returns()

func (*MCDGOVACTIONSSession) DripAndFile

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) DripAndFile(who common.Address, ilk [32]byte, what [32]byte, data *big.Int) (*types.Transaction, error)

DripAndFile is a paid mutator transaction binding the contract method 0x86c09ded.

Solidity: function dripAndFile(address who, bytes32 ilk, bytes32 what, uint256 data) returns()

func (*MCDGOVACTIONSSession) DripAndFile0

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) DripAndFile0(who common.Address, what [32]byte, data *big.Int) (*types.Transaction, error)

DripAndFile0 is a paid mutator transaction binding the contract method 0xe3c277dd.

Solidity: function dripAndFile(address who, bytes32 what, uint256 data) returns()

func (*MCDGOVACTIONSSession) File

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) File(who common.Address, ilk [32]byte, what [32]byte, data common.Address) (*types.Transaction, error)

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

Solidity: function file(address who, bytes32 ilk, bytes32 what, address data) returns()

func (*MCDGOVACTIONSSession) File0

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) File0(who common.Address, what [32]byte, data *big.Int) (*types.Transaction, error)

File0 is a paid mutator transaction binding the contract method 0xb7beac59.

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

func (*MCDGOVACTIONSSession) File1

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) File1(who common.Address, what [32]byte, data common.Address) (*types.Transaction, error)

File1 is a paid mutator transaction binding the contract method 0xf1f169e7.

Solidity: function file(address who, bytes32 what, address data) returns()

func (*MCDGOVACTIONSSession) File2

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) File2(who common.Address, ilk [32]byte, what [32]byte, data *big.Int) (*types.Transaction, error)

File2 is a paid mutator transaction binding the contract method 0xfa6b6f6d.

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

func (*MCDGOVACTIONSSession) Init

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) Init(who common.Address, ilk [32]byte) (*types.Transaction, error)

Init is a paid mutator transaction binding the contract method 0x2cc0b254.

Solidity: function init(address who, bytes32 ilk) returns()

func (*MCDGOVACTIONSSession) Rely

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) Rely(who common.Address, to common.Address) (*types.Transaction, error)

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

Solidity: function rely(address who, address to) returns()

func (*MCDGOVACTIONSSession) SetAuthority

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) SetAuthority(pause common.Address, newAuthority common.Address) (*types.Transaction, error)

SetAuthority is a paid mutator transaction binding the contract method 0xe7796f33.

Solidity: function setAuthority(address pause, address newAuthority) returns()

func (*MCDGOVACTIONSSession) SetAuthorityAndDelay

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) SetAuthorityAndDelay(pause common.Address, newAuthority common.Address, newDelay *big.Int) (*types.Transaction, error)

SetAuthorityAndDelay is a paid mutator transaction binding the contract method 0xd9c6f876.

Solidity: function setAuthorityAndDelay(address pause, address newAuthority, uint256 newDelay) returns()

func (*MCDGOVACTIONSSession) SetDelay

func (_MCDGOVACTIONS *MCDGOVACTIONSSession) SetDelay(pause common.Address, newDelay *big.Int) (*types.Transaction, error)

SetDelay is a paid mutator transaction binding the contract method 0x6d21e4e2.

Solidity: function setDelay(address pause, uint256 newDelay) returns()

type MCDGOVACTIONSTransactor

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

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

func NewMCDGOVACTIONSTransactor

func NewMCDGOVACTIONSTransactor(address common.Address, transactor bind.ContractTransactor) (*MCDGOVACTIONSTransactor, error)

NewMCDGOVACTIONSTransactor creates a new write-only instance of MCDGOVACTIONS, bound to a specific deployed contract.

func (*MCDGOVACTIONSTransactor) Cage

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) Cage(opts *bind.TransactOpts, end common.Address) (*types.Transaction, error)

Cage is a paid mutator transaction binding the contract method 0xb169542c.

Solidity: function cage(address end) returns()

func (*MCDGOVACTIONSTransactor) Deny

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) Deny(opts *bind.TransactOpts, who common.Address, to common.Address) (*types.Transaction, error)

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

Solidity: function deny(address who, address to) returns()

func (*MCDGOVACTIONSTransactor) DripAndFile

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) DripAndFile(opts *bind.TransactOpts, who common.Address, ilk [32]byte, what [32]byte, data *big.Int) (*types.Transaction, error)

DripAndFile is a paid mutator transaction binding the contract method 0x86c09ded.

Solidity: function dripAndFile(address who, bytes32 ilk, bytes32 what, uint256 data) returns()

func (*MCDGOVACTIONSTransactor) DripAndFile0

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) DripAndFile0(opts *bind.TransactOpts, who common.Address, what [32]byte, data *big.Int) (*types.Transaction, error)

DripAndFile0 is a paid mutator transaction binding the contract method 0xe3c277dd.

Solidity: function dripAndFile(address who, bytes32 what, uint256 data) returns()

func (*MCDGOVACTIONSTransactor) File

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) File(opts *bind.TransactOpts, who common.Address, ilk [32]byte, what [32]byte, data common.Address) (*types.Transaction, error)

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

Solidity: function file(address who, bytes32 ilk, bytes32 what, address data) returns()

func (*MCDGOVACTIONSTransactor) File0

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) File0(opts *bind.TransactOpts, who common.Address, what [32]byte, data *big.Int) (*types.Transaction, error)

File0 is a paid mutator transaction binding the contract method 0xb7beac59.

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

func (*MCDGOVACTIONSTransactor) File1

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) File1(opts *bind.TransactOpts, who common.Address, what [32]byte, data common.Address) (*types.Transaction, error)

File1 is a paid mutator transaction binding the contract method 0xf1f169e7.

Solidity: function file(address who, bytes32 what, address data) returns()

func (*MCDGOVACTIONSTransactor) File2

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) File2(opts *bind.TransactOpts, who common.Address, ilk [32]byte, what [32]byte, data *big.Int) (*types.Transaction, error)

File2 is a paid mutator transaction binding the contract method 0xfa6b6f6d.

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

func (*MCDGOVACTIONSTransactor) Init

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) Init(opts *bind.TransactOpts, who common.Address, ilk [32]byte) (*types.Transaction, error)

Init is a paid mutator transaction binding the contract method 0x2cc0b254.

Solidity: function init(address who, bytes32 ilk) returns()

func (*MCDGOVACTIONSTransactor) Rely

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) Rely(opts *bind.TransactOpts, who common.Address, to common.Address) (*types.Transaction, error)

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

Solidity: function rely(address who, address to) returns()

func (*MCDGOVACTIONSTransactor) SetAuthority

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) SetAuthority(opts *bind.TransactOpts, pause common.Address, newAuthority common.Address) (*types.Transaction, error)

SetAuthority is a paid mutator transaction binding the contract method 0xe7796f33.

Solidity: function setAuthority(address pause, address newAuthority) returns()

func (*MCDGOVACTIONSTransactor) SetAuthorityAndDelay

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) SetAuthorityAndDelay(opts *bind.TransactOpts, pause common.Address, newAuthority common.Address, newDelay *big.Int) (*types.Transaction, error)

SetAuthorityAndDelay is a paid mutator transaction binding the contract method 0xd9c6f876.

Solidity: function setAuthorityAndDelay(address pause, address newAuthority, uint256 newDelay) returns()

func (*MCDGOVACTIONSTransactor) SetDelay

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactor) SetDelay(opts *bind.TransactOpts, pause common.Address, newDelay *big.Int) (*types.Transaction, error)

SetDelay is a paid mutator transaction binding the contract method 0x6d21e4e2.

Solidity: function setDelay(address pause, uint256 newDelay) returns()

type MCDGOVACTIONSTransactorRaw

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

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

func (*MCDGOVACTIONSTransactorRaw) Transact

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

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

func (*MCDGOVACTIONSTransactorRaw) Transfer

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorRaw) 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 MCDGOVACTIONSTransactorSession

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

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

func (*MCDGOVACTIONSTransactorSession) Cage

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) Cage(end common.Address) (*types.Transaction, error)

Cage is a paid mutator transaction binding the contract method 0xb169542c.

Solidity: function cage(address end) returns()

func (*MCDGOVACTIONSTransactorSession) Deny

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

Solidity: function deny(address who, address to) returns()

func (*MCDGOVACTIONSTransactorSession) DripAndFile

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) DripAndFile(who common.Address, ilk [32]byte, what [32]byte, data *big.Int) (*types.Transaction, error)

DripAndFile is a paid mutator transaction binding the contract method 0x86c09ded.

Solidity: function dripAndFile(address who, bytes32 ilk, bytes32 what, uint256 data) returns()

func (*MCDGOVACTIONSTransactorSession) DripAndFile0

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) DripAndFile0(who common.Address, what [32]byte, data *big.Int) (*types.Transaction, error)

DripAndFile0 is a paid mutator transaction binding the contract method 0xe3c277dd.

Solidity: function dripAndFile(address who, bytes32 what, uint256 data) returns()

func (*MCDGOVACTIONSTransactorSession) File

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) File(who common.Address, ilk [32]byte, what [32]byte, data common.Address) (*types.Transaction, error)

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

Solidity: function file(address who, bytes32 ilk, bytes32 what, address data) returns()

func (*MCDGOVACTIONSTransactorSession) File0

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) File0(who common.Address, what [32]byte, data *big.Int) (*types.Transaction, error)

File0 is a paid mutator transaction binding the contract method 0xb7beac59.

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

func (*MCDGOVACTIONSTransactorSession) File1

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) File1(who common.Address, what [32]byte, data common.Address) (*types.Transaction, error)

File1 is a paid mutator transaction binding the contract method 0xf1f169e7.

Solidity: function file(address who, bytes32 what, address data) returns()

func (*MCDGOVACTIONSTransactorSession) File2

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) File2(who common.Address, ilk [32]byte, what [32]byte, data *big.Int) (*types.Transaction, error)

File2 is a paid mutator transaction binding the contract method 0xfa6b6f6d.

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

func (*MCDGOVACTIONSTransactorSession) Init

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) Init(who common.Address, ilk [32]byte) (*types.Transaction, error)

Init is a paid mutator transaction binding the contract method 0x2cc0b254.

Solidity: function init(address who, bytes32 ilk) returns()

func (*MCDGOVACTIONSTransactorSession) Rely

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

Solidity: function rely(address who, address to) returns()

func (*MCDGOVACTIONSTransactorSession) SetAuthority

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) SetAuthority(pause common.Address, newAuthority common.Address) (*types.Transaction, error)

SetAuthority is a paid mutator transaction binding the contract method 0xe7796f33.

Solidity: function setAuthority(address pause, address newAuthority) returns()

func (*MCDGOVACTIONSTransactorSession) SetAuthorityAndDelay

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) SetAuthorityAndDelay(pause common.Address, newAuthority common.Address, newDelay *big.Int) (*types.Transaction, error)

SetAuthorityAndDelay is a paid mutator transaction binding the contract method 0xd9c6f876.

Solidity: function setAuthorityAndDelay(address pause, address newAuthority, uint256 newDelay) returns()

func (*MCDGOVACTIONSTransactorSession) SetDelay

func (_MCDGOVACTIONS *MCDGOVACTIONSTransactorSession) SetDelay(pause common.Address, newDelay *big.Int) (*types.Transaction, error)

SetDelay is a paid mutator transaction binding the contract method 0x6d21e4e2.

Solidity: function setDelay(address pause, uint256 newDelay) returns()

Jump to

Keyboard shortcuts

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