ProxyActions

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

Documentation

Index

Constants

View Source
const PROXYACTIONSABI = "" /* 18107-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type PROXYACTIONS

type PROXYACTIONS struct {
	PROXYACTIONSCaller     // Read-only binding to the contract
	PROXYACTIONSTransactor // Write-only binding to the contract
	PROXYACTIONSFilterer   // Log filterer for contract events
}

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

func NewPROXYACTIONS

func NewPROXYACTIONS(address common.Address, backend bind.ContractBackend) (*PROXYACTIONS, error)

NewPROXYACTIONS creates a new instance of PROXYACTIONS, bound to a specific deployed contract.

type PROXYACTIONSCaller

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

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

func NewPROXYACTIONSCaller

func NewPROXYACTIONSCaller(address common.Address, caller bind.ContractCaller) (*PROXYACTIONSCaller, error)

NewPROXYACTIONSCaller creates a new read-only instance of PROXYACTIONS, bound to a specific deployed contract.

type PROXYACTIONSCallerRaw

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

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

func (*PROXYACTIONSCallerRaw) Call

func (_PROXYACTIONS *PROXYACTIONSCallerRaw) 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 PROXYACTIONSCallerSession

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

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

type PROXYACTIONSFilterer

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

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

func NewPROXYACTIONSFilterer

func NewPROXYACTIONSFilterer(address common.Address, filterer bind.ContractFilterer) (*PROXYACTIONSFilterer, error)

NewPROXYACTIONSFilterer creates a new log filterer instance of PROXYACTIONS, bound to a specific deployed contract.

type PROXYACTIONSRaw

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

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

func (*PROXYACTIONSRaw) Call

func (_PROXYACTIONS *PROXYACTIONSRaw) 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 (*PROXYACTIONSRaw) Transact

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

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

func (*PROXYACTIONSRaw) Transfer

func (_PROXYACTIONS *PROXYACTIONSRaw) 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 PROXYACTIONSSession

type PROXYACTIONSSession struct {
	Contract     *PROXYACTIONS     // 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
}

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

func (*PROXYACTIONSSession) CdpAllow

func (_PROXYACTIONS *PROXYACTIONSSession) CdpAllow(manager common.Address, cdp *big.Int, usr common.Address, ok *big.Int) (*types.Transaction, error)

CdpAllow is a paid mutator transaction binding the contract method 0xba727a95.

Solidity: function cdpAllow(address manager, uint256 cdp, address usr, uint256 ok) returns()

func (*PROXYACTIONSSession) DaiJoinJoin

func (_PROXYACTIONS *PROXYACTIONSSession) DaiJoinJoin(apt common.Address, urn common.Address, wad *big.Int) (*types.Transaction, error)

DaiJoinJoin is a paid mutator transaction binding the contract method 0xc56167c6.

Solidity: function daiJoin_join(address apt, address urn, uint256 wad) returns()

func (*PROXYACTIONSSession) Draw

func (_PROXYACTIONS *PROXYACTIONSSession) Draw(manager common.Address, jug common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

Draw is a paid mutator transaction binding the contract method 0x9f6f3d5b.

Solidity: function draw(address manager, address jug, address daiJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSSession) Enter

func (_PROXYACTIONS *PROXYACTIONSSession) Enter(manager common.Address, src common.Address, cdp *big.Int) (*types.Transaction, error)

Enter is a paid mutator transaction binding the contract method 0xeb0b9a85.

Solidity: function enter(address manager, address src, uint256 cdp) returns()

func (*PROXYACTIONSSession) EthJoinJoin

func (_PROXYACTIONS *PROXYACTIONSSession) EthJoinJoin(apt common.Address, urn common.Address) (*types.Transaction, error)

EthJoinJoin is a paid mutator transaction binding the contract method 0xa033df12.

Solidity: function ethJoin_join(address apt, address urn) payable returns()

func (*PROXYACTIONSSession) ExitETH

func (_PROXYACTIONS *PROXYACTIONSSession) ExitETH(manager common.Address, ethJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

ExitETH is a paid mutator transaction binding the contract method 0x08f00e34.

Solidity: function exitETH(address manager, address ethJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSSession) ExitGem

func (_PROXYACTIONS *PROXYACTIONSSession) ExitGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

ExitGem is a paid mutator transaction binding the contract method 0x42dd11bb.

Solidity: function exitGem(address manager, address gemJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSSession) Flux

func (_PROXYACTIONS *PROXYACTIONSSession) Flux(manager common.Address, cdp *big.Int, dst common.Address, wad *big.Int) (*types.Transaction, error)

Flux is a paid mutator transaction binding the contract method 0x1558b048.

Solidity: function flux(address manager, uint256 cdp, address dst, uint256 wad) returns()

func (*PROXYACTIONSSession) FreeETH

func (_PROXYACTIONS *PROXYACTIONSSession) FreeETH(manager common.Address, ethJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

FreeETH is a paid mutator transaction binding the contract method 0x7b5a3b43.

Solidity: function freeETH(address manager, address ethJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSSession) FreeGem

func (_PROXYACTIONS *PROXYACTIONSSession) FreeGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

FreeGem is a paid mutator transaction binding the contract method 0x6ab6a491.

Solidity: function freeGem(address manager, address gemJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSSession) Frob

func (_PROXYACTIONS *PROXYACTIONSSession) Frob(manager common.Address, cdp *big.Int, dink *big.Int, dart *big.Int) (*types.Transaction, error)

Frob is a paid mutator transaction binding the contract method 0x96e8d72c.

Solidity: function frob(address manager, uint256 cdp, int256 dink, int256 dart) returns()

func (*PROXYACTIONSSession) GemJoinJoin

func (_PROXYACTIONS *PROXYACTIONSSession) GemJoinJoin(apt common.Address, urn common.Address, wad *big.Int, transferFrom bool) (*types.Transaction, error)

GemJoinJoin is a paid mutator transaction binding the contract method 0x7df2eb25.

Solidity: function gemJoin_join(address apt, address urn, uint256 wad, bool transferFrom) returns()

func (*PROXYACTIONSSession) Give

func (_PROXYACTIONS *PROXYACTIONSSession) Give(manager common.Address, cdp *big.Int, usr common.Address) (*types.Transaction, error)

Give is a paid mutator transaction binding the contract method 0x1d10f231.

Solidity: function give(address manager, uint256 cdp, address usr) returns()

func (*PROXYACTIONSSession) GiveToProxy

func (_PROXYACTIONS *PROXYACTIONSSession) GiveToProxy(proxyRegistry common.Address, manager common.Address, cdp *big.Int, dst common.Address) (*types.Transaction, error)

GiveToProxy is a paid mutator transaction binding the contract method 0x493c2049.

Solidity: function giveToProxy(address proxyRegistry, address manager, uint256 cdp, address dst) returns()

func (*PROXYACTIONSSession) Hope

func (_PROXYACTIONS *PROXYACTIONSSession) Hope(obj common.Address, usr common.Address) (*types.Transaction, error)

Hope is a paid mutator transaction binding the contract method 0xb50a5869.

Solidity: function hope(address obj, address usr) returns()

func (*PROXYACTIONSSession) LockETH

func (_PROXYACTIONS *PROXYACTIONSSession) LockETH(manager common.Address, ethJoin common.Address, cdp *big.Int) (*types.Transaction, error)

LockETH is a paid mutator transaction binding the contract method 0xe205c108.

Solidity: function lockETH(address manager, address ethJoin, uint256 cdp) payable returns()

func (*PROXYACTIONSSession) LockETHAndDraw

func (_PROXYACTIONS *PROXYACTIONSSession) LockETHAndDraw(manager common.Address, jug common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadD *big.Int) (*types.Transaction, error)

LockETHAndDraw is a paid mutator transaction binding the contract method 0x1c02d846.

Solidity: function lockETHAndDraw(address manager, address jug, address ethJoin, address daiJoin, uint256 cdp, uint256 wadD) payable returns()

func (*PROXYACTIONSSession) LockGem

func (_PROXYACTIONS *PROXYACTIONSSession) LockGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int, transferFrom bool) (*types.Transaction, error)

LockGem is a paid mutator transaction binding the contract method 0x3e29e565.

Solidity: function lockGem(address manager, address gemJoin, uint256 cdp, uint256 wad, bool transferFrom) returns()

func (*PROXYACTIONSSession) LockGemAndDraw

func (_PROXYACTIONS *PROXYACTIONSSession) LockGemAndDraw(manager common.Address, jug common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int, transferFrom bool) (*types.Transaction, error)

LockGemAndDraw is a paid mutator transaction binding the contract method 0xcbd4be3f.

Solidity: function lockGemAndDraw(address manager, address jug, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD, bool transferFrom) returns()

func (*PROXYACTIONSSession) MakeGemBag

func (_PROXYACTIONS *PROXYACTIONSSession) MakeGemBag(gemJoin common.Address) (*types.Transaction, error)

MakeGemBag is a paid mutator transaction binding the contract method 0xfba7591d.

Solidity: function makeGemBag(address gemJoin) returns(address bag)

func (*PROXYACTIONSSession) Move

func (_PROXYACTIONS *PROXYACTIONSSession) Move(manager common.Address, cdp *big.Int, dst common.Address, rad *big.Int) (*types.Transaction, error)

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

Solidity: function move(address manager, uint256 cdp, address dst, uint256 rad) returns()

func (*PROXYACTIONSSession) Nope

func (_PROXYACTIONS *PROXYACTIONSSession) Nope(obj common.Address, usr common.Address) (*types.Transaction, error)

Nope is a paid mutator transaction binding the contract method 0x9f887fde.

Solidity: function nope(address obj, address usr) returns()

func (*PROXYACTIONSSession) Open

func (_PROXYACTIONS *PROXYACTIONSSession) Open(manager common.Address, ilk [32]byte, usr common.Address) (*types.Transaction, error)

Open is a paid mutator transaction binding the contract method 0x6aa3ee11.

Solidity: function open(address manager, bytes32 ilk, address usr) returns(uint256 cdp)

func (*PROXYACTIONSSession) OpenLockETHAndDraw

func (_PROXYACTIONS *PROXYACTIONSSession) OpenLockETHAndDraw(manager common.Address, jug common.Address, ethJoin common.Address, daiJoin common.Address, ilk [32]byte, wadD *big.Int) (*types.Transaction, error)

OpenLockETHAndDraw is a paid mutator transaction binding the contract method 0xe685cc04.

Solidity: function openLockETHAndDraw(address manager, address jug, address ethJoin, address daiJoin, bytes32 ilk, uint256 wadD) payable returns(uint256 cdp)

func (*PROXYACTIONSSession) OpenLockGNTAndDraw

func (_PROXYACTIONS *PROXYACTIONSSession) OpenLockGNTAndDraw(manager common.Address, jug common.Address, gntJoin common.Address, daiJoin common.Address, ilk [32]byte, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

OpenLockGNTAndDraw is a paid mutator transaction binding the contract method 0xc0791710.

Solidity: function openLockGNTAndDraw(address manager, address jug, address gntJoin, address daiJoin, bytes32 ilk, uint256 wadC, uint256 wadD) returns(address bag, uint256 cdp)

func (*PROXYACTIONSSession) OpenLockGemAndDraw

func (_PROXYACTIONS *PROXYACTIONSSession) OpenLockGemAndDraw(manager common.Address, jug common.Address, gemJoin common.Address, daiJoin common.Address, ilk [32]byte, wadC *big.Int, wadD *big.Int, transferFrom bool) (*types.Transaction, error)

OpenLockGemAndDraw is a paid mutator transaction binding the contract method 0xdb802a32.

Solidity: function openLockGemAndDraw(address manager, address jug, address gemJoin, address daiJoin, bytes32 ilk, uint256 wadC, uint256 wadD, bool transferFrom) returns(uint256 cdp)

func (*PROXYACTIONSSession) Quit

func (_PROXYACTIONS *PROXYACTIONSSession) Quit(manager common.Address, cdp *big.Int, dst common.Address) (*types.Transaction, error)

Quit is a paid mutator transaction binding the contract method 0x4592aca7.

Solidity: function quit(address manager, uint256 cdp, address dst) returns()

func (*PROXYACTIONSSession) SafeLockETH

func (_PROXYACTIONS *PROXYACTIONSSession) SafeLockETH(manager common.Address, ethJoin common.Address, cdp *big.Int, owner common.Address) (*types.Transaction, error)

SafeLockETH is a paid mutator transaction binding the contract method 0xee284576.

Solidity: function safeLockETH(address manager, address ethJoin, uint256 cdp, address owner) payable returns()

func (*PROXYACTIONSSession) SafeLockGem

func (_PROXYACTIONS *PROXYACTIONSSession) SafeLockGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int, transferFrom bool, owner common.Address) (*types.Transaction, error)

SafeLockGem is a paid mutator transaction binding the contract method 0xead64729.

Solidity: function safeLockGem(address manager, address gemJoin, uint256 cdp, uint256 wad, bool transferFrom, address owner) returns()

func (*PROXYACTIONSSession) SafeWipe

func (_PROXYACTIONS *PROXYACTIONSSession) SafeWipe(manager common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int, owner common.Address) (*types.Transaction, error)

SafeWipe is a paid mutator transaction binding the contract method 0x2958f8a5.

Solidity: function safeWipe(address manager, address daiJoin, uint256 cdp, uint256 wad, address owner) returns()

func (*PROXYACTIONSSession) SafeWipeAll

func (_PROXYACTIONS *PROXYACTIONSSession) SafeWipeAll(manager common.Address, daiJoin common.Address, cdp *big.Int, owner common.Address) (*types.Transaction, error)

SafeWipeAll is a paid mutator transaction binding the contract method 0x0aee8dec.

Solidity: function safeWipeAll(address manager, address daiJoin, uint256 cdp, address owner) returns()

func (*PROXYACTIONSSession) Shift

func (_PROXYACTIONS *PROXYACTIONSSession) Shift(manager common.Address, cdpSrc *big.Int, cdpOrg *big.Int) (*types.Transaction, error)

Shift is a paid mutator transaction binding the contract method 0x7bc3bd53.

Solidity: function shift(address manager, uint256 cdpSrc, uint256 cdpOrg) returns()

func (*PROXYACTIONSSession) Transfer

func (_PROXYACTIONS *PROXYACTIONSSession) Transfer(gem common.Address, dst common.Address, wad *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xbeabacc8.

Solidity: function transfer(address gem, address dst, uint256 wad) returns()

func (*PROXYACTIONSSession) UrnAllow

func (_PROXYACTIONS *PROXYACTIONSSession) UrnAllow(manager common.Address, usr common.Address, ok *big.Int) (*types.Transaction, error)

UrnAllow is a paid mutator transaction binding the contract method 0x5f6ef447.

Solidity: function urnAllow(address manager, address usr, uint256 ok) returns()

func (*PROXYACTIONSSession) Wipe

func (_PROXYACTIONS *PROXYACTIONSSession) Wipe(manager common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

Wipe is a paid mutator transaction binding the contract method 0x4b666199.

Solidity: function wipe(address manager, address daiJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSSession) WipeAll

func (_PROXYACTIONS *PROXYACTIONSSession) WipeAll(manager common.Address, daiJoin common.Address, cdp *big.Int) (*types.Transaction, error)

WipeAll is a paid mutator transaction binding the contract method 0x036a2395.

Solidity: function wipeAll(address manager, address daiJoin, uint256 cdp) returns()

func (*PROXYACTIONSSession) WipeAllAndFreeETH

func (_PROXYACTIONS *PROXYACTIONSSession) WipeAllAndFreeETH(manager common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int) (*types.Transaction, error)

WipeAllAndFreeETH is a paid mutator transaction binding the contract method 0x6d68b70b.

Solidity: function wipeAllAndFreeETH(address manager, address ethJoin, address daiJoin, uint256 cdp, uint256 wadC) returns()

func (*PROXYACTIONSSession) WipeAllAndFreeGem

func (_PROXYACTIONS *PROXYACTIONSSession) WipeAllAndFreeGem(manager common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int) (*types.Transaction, error)

WipeAllAndFreeGem is a paid mutator transaction binding the contract method 0xbcd6deec.

Solidity: function wipeAllAndFreeGem(address manager, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC) returns()

func (*PROXYACTIONSSession) WipeAndFreeETH

func (_PROXYACTIONS *PROXYACTIONSSession) WipeAndFreeETH(manager common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

WipeAndFreeETH is a paid mutator transaction binding the contract method 0xbe5e6c03.

Solidity: function wipeAndFreeETH(address manager, address ethJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD) returns()

func (*PROXYACTIONSSession) WipeAndFreeGem

func (_PROXYACTIONS *PROXYACTIONSSession) WipeAndFreeGem(manager common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

WipeAndFreeGem is a paid mutator transaction binding the contract method 0xa6add011.

Solidity: function wipeAndFreeGem(address manager, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD) returns()

type PROXYACTIONSTransactor

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

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

func NewPROXYACTIONSTransactor

func NewPROXYACTIONSTransactor(address common.Address, transactor bind.ContractTransactor) (*PROXYACTIONSTransactor, error)

NewPROXYACTIONSTransactor creates a new write-only instance of PROXYACTIONS, bound to a specific deployed contract.

func (*PROXYACTIONSTransactor) CdpAllow

func (_PROXYACTIONS *PROXYACTIONSTransactor) CdpAllow(opts *bind.TransactOpts, manager common.Address, cdp *big.Int, usr common.Address, ok *big.Int) (*types.Transaction, error)

CdpAllow is a paid mutator transaction binding the contract method 0xba727a95.

Solidity: function cdpAllow(address manager, uint256 cdp, address usr, uint256 ok) returns()

func (*PROXYACTIONSTransactor) DaiJoinJoin

func (_PROXYACTIONS *PROXYACTIONSTransactor) DaiJoinJoin(opts *bind.TransactOpts, apt common.Address, urn common.Address, wad *big.Int) (*types.Transaction, error)

DaiJoinJoin is a paid mutator transaction binding the contract method 0xc56167c6.

Solidity: function daiJoin_join(address apt, address urn, uint256 wad) returns()

func (*PROXYACTIONSTransactor) Draw

func (_PROXYACTIONS *PROXYACTIONSTransactor) Draw(opts *bind.TransactOpts, manager common.Address, jug common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

Draw is a paid mutator transaction binding the contract method 0x9f6f3d5b.

Solidity: function draw(address manager, address jug, address daiJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactor) Enter

func (_PROXYACTIONS *PROXYACTIONSTransactor) Enter(opts *bind.TransactOpts, manager common.Address, src common.Address, cdp *big.Int) (*types.Transaction, error)

Enter is a paid mutator transaction binding the contract method 0xeb0b9a85.

Solidity: function enter(address manager, address src, uint256 cdp) returns()

func (*PROXYACTIONSTransactor) EthJoinJoin

func (_PROXYACTIONS *PROXYACTIONSTransactor) EthJoinJoin(opts *bind.TransactOpts, apt common.Address, urn common.Address) (*types.Transaction, error)

EthJoinJoin is a paid mutator transaction binding the contract method 0xa033df12.

Solidity: function ethJoin_join(address apt, address urn) payable returns()

func (*PROXYACTIONSTransactor) ExitETH

func (_PROXYACTIONS *PROXYACTIONSTransactor) ExitETH(opts *bind.TransactOpts, manager common.Address, ethJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

ExitETH is a paid mutator transaction binding the contract method 0x08f00e34.

Solidity: function exitETH(address manager, address ethJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactor) ExitGem

func (_PROXYACTIONS *PROXYACTIONSTransactor) ExitGem(opts *bind.TransactOpts, manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

ExitGem is a paid mutator transaction binding the contract method 0x42dd11bb.

Solidity: function exitGem(address manager, address gemJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactor) Flux

func (_PROXYACTIONS *PROXYACTIONSTransactor) Flux(opts *bind.TransactOpts, manager common.Address, cdp *big.Int, dst common.Address, wad *big.Int) (*types.Transaction, error)

Flux is a paid mutator transaction binding the contract method 0x1558b048.

Solidity: function flux(address manager, uint256 cdp, address dst, uint256 wad) returns()

func (*PROXYACTIONSTransactor) FreeETH

func (_PROXYACTIONS *PROXYACTIONSTransactor) FreeETH(opts *bind.TransactOpts, manager common.Address, ethJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

FreeETH is a paid mutator transaction binding the contract method 0x7b5a3b43.

Solidity: function freeETH(address manager, address ethJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactor) FreeGem

func (_PROXYACTIONS *PROXYACTIONSTransactor) FreeGem(opts *bind.TransactOpts, manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

FreeGem is a paid mutator transaction binding the contract method 0x6ab6a491.

Solidity: function freeGem(address manager, address gemJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactor) Frob

func (_PROXYACTIONS *PROXYACTIONSTransactor) Frob(opts *bind.TransactOpts, manager common.Address, cdp *big.Int, dink *big.Int, dart *big.Int) (*types.Transaction, error)

Frob is a paid mutator transaction binding the contract method 0x96e8d72c.

Solidity: function frob(address manager, uint256 cdp, int256 dink, int256 dart) returns()

func (*PROXYACTIONSTransactor) GemJoinJoin

func (_PROXYACTIONS *PROXYACTIONSTransactor) GemJoinJoin(opts *bind.TransactOpts, apt common.Address, urn common.Address, wad *big.Int, transferFrom bool) (*types.Transaction, error)

GemJoinJoin is a paid mutator transaction binding the contract method 0x7df2eb25.

Solidity: function gemJoin_join(address apt, address urn, uint256 wad, bool transferFrom) returns()

func (*PROXYACTIONSTransactor) Give

func (_PROXYACTIONS *PROXYACTIONSTransactor) Give(opts *bind.TransactOpts, manager common.Address, cdp *big.Int, usr common.Address) (*types.Transaction, error)

Give is a paid mutator transaction binding the contract method 0x1d10f231.

Solidity: function give(address manager, uint256 cdp, address usr) returns()

func (*PROXYACTIONSTransactor) GiveToProxy

func (_PROXYACTIONS *PROXYACTIONSTransactor) GiveToProxy(opts *bind.TransactOpts, proxyRegistry common.Address, manager common.Address, cdp *big.Int, dst common.Address) (*types.Transaction, error)

GiveToProxy is a paid mutator transaction binding the contract method 0x493c2049.

Solidity: function giveToProxy(address proxyRegistry, address manager, uint256 cdp, address dst) returns()

func (*PROXYACTIONSTransactor) Hope

func (_PROXYACTIONS *PROXYACTIONSTransactor) Hope(opts *bind.TransactOpts, obj common.Address, usr common.Address) (*types.Transaction, error)

Hope is a paid mutator transaction binding the contract method 0xb50a5869.

Solidity: function hope(address obj, address usr) returns()

func (*PROXYACTIONSTransactor) LockETH

func (_PROXYACTIONS *PROXYACTIONSTransactor) LockETH(opts *bind.TransactOpts, manager common.Address, ethJoin common.Address, cdp *big.Int) (*types.Transaction, error)

LockETH is a paid mutator transaction binding the contract method 0xe205c108.

Solidity: function lockETH(address manager, address ethJoin, uint256 cdp) payable returns()

func (*PROXYACTIONSTransactor) LockETHAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactor) LockETHAndDraw(opts *bind.TransactOpts, manager common.Address, jug common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadD *big.Int) (*types.Transaction, error)

LockETHAndDraw is a paid mutator transaction binding the contract method 0x1c02d846.

Solidity: function lockETHAndDraw(address manager, address jug, address ethJoin, address daiJoin, uint256 cdp, uint256 wadD) payable returns()

func (*PROXYACTIONSTransactor) LockGem

func (_PROXYACTIONS *PROXYACTIONSTransactor) LockGem(opts *bind.TransactOpts, manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int, transferFrom bool) (*types.Transaction, error)

LockGem is a paid mutator transaction binding the contract method 0x3e29e565.

Solidity: function lockGem(address manager, address gemJoin, uint256 cdp, uint256 wad, bool transferFrom) returns()

func (*PROXYACTIONSTransactor) LockGemAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactor) LockGemAndDraw(opts *bind.TransactOpts, manager common.Address, jug common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int, transferFrom bool) (*types.Transaction, error)

LockGemAndDraw is a paid mutator transaction binding the contract method 0xcbd4be3f.

Solidity: function lockGemAndDraw(address manager, address jug, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD, bool transferFrom) returns()

func (*PROXYACTIONSTransactor) MakeGemBag

func (_PROXYACTIONS *PROXYACTIONSTransactor) MakeGemBag(opts *bind.TransactOpts, gemJoin common.Address) (*types.Transaction, error)

MakeGemBag is a paid mutator transaction binding the contract method 0xfba7591d.

Solidity: function makeGemBag(address gemJoin) returns(address bag)

func (*PROXYACTIONSTransactor) Move

func (_PROXYACTIONS *PROXYACTIONSTransactor) Move(opts *bind.TransactOpts, manager common.Address, cdp *big.Int, dst common.Address, rad *big.Int) (*types.Transaction, error)

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

Solidity: function move(address manager, uint256 cdp, address dst, uint256 rad) returns()

func (*PROXYACTIONSTransactor) Nope

func (_PROXYACTIONS *PROXYACTIONSTransactor) Nope(opts *bind.TransactOpts, obj common.Address, usr common.Address) (*types.Transaction, error)

Nope is a paid mutator transaction binding the contract method 0x9f887fde.

Solidity: function nope(address obj, address usr) returns()

func (*PROXYACTIONSTransactor) Open

func (_PROXYACTIONS *PROXYACTIONSTransactor) Open(opts *bind.TransactOpts, manager common.Address, ilk [32]byte, usr common.Address) (*types.Transaction, error)

Open is a paid mutator transaction binding the contract method 0x6aa3ee11.

Solidity: function open(address manager, bytes32 ilk, address usr) returns(uint256 cdp)

func (*PROXYACTIONSTransactor) OpenLockETHAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactor) OpenLockETHAndDraw(opts *bind.TransactOpts, manager common.Address, jug common.Address, ethJoin common.Address, daiJoin common.Address, ilk [32]byte, wadD *big.Int) (*types.Transaction, error)

OpenLockETHAndDraw is a paid mutator transaction binding the contract method 0xe685cc04.

Solidity: function openLockETHAndDraw(address manager, address jug, address ethJoin, address daiJoin, bytes32 ilk, uint256 wadD) payable returns(uint256 cdp)

func (*PROXYACTIONSTransactor) OpenLockGNTAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactor) OpenLockGNTAndDraw(opts *bind.TransactOpts, manager common.Address, jug common.Address, gntJoin common.Address, daiJoin common.Address, ilk [32]byte, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

OpenLockGNTAndDraw is a paid mutator transaction binding the contract method 0xc0791710.

Solidity: function openLockGNTAndDraw(address manager, address jug, address gntJoin, address daiJoin, bytes32 ilk, uint256 wadC, uint256 wadD) returns(address bag, uint256 cdp)

func (*PROXYACTIONSTransactor) OpenLockGemAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactor) OpenLockGemAndDraw(opts *bind.TransactOpts, manager common.Address, jug common.Address, gemJoin common.Address, daiJoin common.Address, ilk [32]byte, wadC *big.Int, wadD *big.Int, transferFrom bool) (*types.Transaction, error)

OpenLockGemAndDraw is a paid mutator transaction binding the contract method 0xdb802a32.

Solidity: function openLockGemAndDraw(address manager, address jug, address gemJoin, address daiJoin, bytes32 ilk, uint256 wadC, uint256 wadD, bool transferFrom) returns(uint256 cdp)

func (*PROXYACTIONSTransactor) Quit

func (_PROXYACTIONS *PROXYACTIONSTransactor) Quit(opts *bind.TransactOpts, manager common.Address, cdp *big.Int, dst common.Address) (*types.Transaction, error)

Quit is a paid mutator transaction binding the contract method 0x4592aca7.

Solidity: function quit(address manager, uint256 cdp, address dst) returns()

func (*PROXYACTIONSTransactor) SafeLockETH

func (_PROXYACTIONS *PROXYACTIONSTransactor) SafeLockETH(opts *bind.TransactOpts, manager common.Address, ethJoin common.Address, cdp *big.Int, owner common.Address) (*types.Transaction, error)

SafeLockETH is a paid mutator transaction binding the contract method 0xee284576.

Solidity: function safeLockETH(address manager, address ethJoin, uint256 cdp, address owner) payable returns()

func (*PROXYACTIONSTransactor) SafeLockGem

func (_PROXYACTIONS *PROXYACTIONSTransactor) SafeLockGem(opts *bind.TransactOpts, manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int, transferFrom bool, owner common.Address) (*types.Transaction, error)

SafeLockGem is a paid mutator transaction binding the contract method 0xead64729.

Solidity: function safeLockGem(address manager, address gemJoin, uint256 cdp, uint256 wad, bool transferFrom, address owner) returns()

func (*PROXYACTIONSTransactor) SafeWipe

func (_PROXYACTIONS *PROXYACTIONSTransactor) SafeWipe(opts *bind.TransactOpts, manager common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int, owner common.Address) (*types.Transaction, error)

SafeWipe is a paid mutator transaction binding the contract method 0x2958f8a5.

Solidity: function safeWipe(address manager, address daiJoin, uint256 cdp, uint256 wad, address owner) returns()

func (*PROXYACTIONSTransactor) SafeWipeAll

func (_PROXYACTIONS *PROXYACTIONSTransactor) SafeWipeAll(opts *bind.TransactOpts, manager common.Address, daiJoin common.Address, cdp *big.Int, owner common.Address) (*types.Transaction, error)

SafeWipeAll is a paid mutator transaction binding the contract method 0x0aee8dec.

Solidity: function safeWipeAll(address manager, address daiJoin, uint256 cdp, address owner) returns()

func (*PROXYACTIONSTransactor) Shift

func (_PROXYACTIONS *PROXYACTIONSTransactor) Shift(opts *bind.TransactOpts, manager common.Address, cdpSrc *big.Int, cdpOrg *big.Int) (*types.Transaction, error)

Shift is a paid mutator transaction binding the contract method 0x7bc3bd53.

Solidity: function shift(address manager, uint256 cdpSrc, uint256 cdpOrg) returns()

func (*PROXYACTIONSTransactor) Transfer

func (_PROXYACTIONS *PROXYACTIONSTransactor) Transfer(opts *bind.TransactOpts, gem common.Address, dst common.Address, wad *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xbeabacc8.

Solidity: function transfer(address gem, address dst, uint256 wad) returns()

func (*PROXYACTIONSTransactor) UrnAllow

func (_PROXYACTIONS *PROXYACTIONSTransactor) UrnAllow(opts *bind.TransactOpts, manager common.Address, usr common.Address, ok *big.Int) (*types.Transaction, error)

UrnAllow is a paid mutator transaction binding the contract method 0x5f6ef447.

Solidity: function urnAllow(address manager, address usr, uint256 ok) returns()

func (*PROXYACTIONSTransactor) Wipe

func (_PROXYACTIONS *PROXYACTIONSTransactor) Wipe(opts *bind.TransactOpts, manager common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

Wipe is a paid mutator transaction binding the contract method 0x4b666199.

Solidity: function wipe(address manager, address daiJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactor) WipeAll

func (_PROXYACTIONS *PROXYACTIONSTransactor) WipeAll(opts *bind.TransactOpts, manager common.Address, daiJoin common.Address, cdp *big.Int) (*types.Transaction, error)

WipeAll is a paid mutator transaction binding the contract method 0x036a2395.

Solidity: function wipeAll(address manager, address daiJoin, uint256 cdp) returns()

func (*PROXYACTIONSTransactor) WipeAllAndFreeETH

func (_PROXYACTIONS *PROXYACTIONSTransactor) WipeAllAndFreeETH(opts *bind.TransactOpts, manager common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int) (*types.Transaction, error)

WipeAllAndFreeETH is a paid mutator transaction binding the contract method 0x6d68b70b.

Solidity: function wipeAllAndFreeETH(address manager, address ethJoin, address daiJoin, uint256 cdp, uint256 wadC) returns()

func (*PROXYACTIONSTransactor) WipeAllAndFreeGem

func (_PROXYACTIONS *PROXYACTIONSTransactor) WipeAllAndFreeGem(opts *bind.TransactOpts, manager common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int) (*types.Transaction, error)

WipeAllAndFreeGem is a paid mutator transaction binding the contract method 0xbcd6deec.

Solidity: function wipeAllAndFreeGem(address manager, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC) returns()

func (*PROXYACTIONSTransactor) WipeAndFreeETH

func (_PROXYACTIONS *PROXYACTIONSTransactor) WipeAndFreeETH(opts *bind.TransactOpts, manager common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

WipeAndFreeETH is a paid mutator transaction binding the contract method 0xbe5e6c03.

Solidity: function wipeAndFreeETH(address manager, address ethJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD) returns()

func (*PROXYACTIONSTransactor) WipeAndFreeGem

func (_PROXYACTIONS *PROXYACTIONSTransactor) WipeAndFreeGem(opts *bind.TransactOpts, manager common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

WipeAndFreeGem is a paid mutator transaction binding the contract method 0xa6add011.

Solidity: function wipeAndFreeGem(address manager, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD) returns()

type PROXYACTIONSTransactorRaw

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

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

func (*PROXYACTIONSTransactorRaw) Transact

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

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

func (*PROXYACTIONSTransactorRaw) Transfer

func (_PROXYACTIONS *PROXYACTIONSTransactorRaw) 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 PROXYACTIONSTransactorSession

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

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

func (*PROXYACTIONSTransactorSession) CdpAllow

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) CdpAllow(manager common.Address, cdp *big.Int, usr common.Address, ok *big.Int) (*types.Transaction, error)

CdpAllow is a paid mutator transaction binding the contract method 0xba727a95.

Solidity: function cdpAllow(address manager, uint256 cdp, address usr, uint256 ok) returns()

func (*PROXYACTIONSTransactorSession) DaiJoinJoin

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) DaiJoinJoin(apt common.Address, urn common.Address, wad *big.Int) (*types.Transaction, error)

DaiJoinJoin is a paid mutator transaction binding the contract method 0xc56167c6.

Solidity: function daiJoin_join(address apt, address urn, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) Draw

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Draw(manager common.Address, jug common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

Draw is a paid mutator transaction binding the contract method 0x9f6f3d5b.

Solidity: function draw(address manager, address jug, address daiJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) Enter

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Enter(manager common.Address, src common.Address, cdp *big.Int) (*types.Transaction, error)

Enter is a paid mutator transaction binding the contract method 0xeb0b9a85.

Solidity: function enter(address manager, address src, uint256 cdp) returns()

func (*PROXYACTIONSTransactorSession) EthJoinJoin

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) EthJoinJoin(apt common.Address, urn common.Address) (*types.Transaction, error)

EthJoinJoin is a paid mutator transaction binding the contract method 0xa033df12.

Solidity: function ethJoin_join(address apt, address urn) payable returns()

func (*PROXYACTIONSTransactorSession) ExitETH

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) ExitETH(manager common.Address, ethJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

ExitETH is a paid mutator transaction binding the contract method 0x08f00e34.

Solidity: function exitETH(address manager, address ethJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) ExitGem

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) ExitGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

ExitGem is a paid mutator transaction binding the contract method 0x42dd11bb.

Solidity: function exitGem(address manager, address gemJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) Flux

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Flux(manager common.Address, cdp *big.Int, dst common.Address, wad *big.Int) (*types.Transaction, error)

Flux is a paid mutator transaction binding the contract method 0x1558b048.

Solidity: function flux(address manager, uint256 cdp, address dst, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) FreeETH

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) FreeETH(manager common.Address, ethJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

FreeETH is a paid mutator transaction binding the contract method 0x7b5a3b43.

Solidity: function freeETH(address manager, address ethJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) FreeGem

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) FreeGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

FreeGem is a paid mutator transaction binding the contract method 0x6ab6a491.

Solidity: function freeGem(address manager, address gemJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) Frob

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Frob(manager common.Address, cdp *big.Int, dink *big.Int, dart *big.Int) (*types.Transaction, error)

Frob is a paid mutator transaction binding the contract method 0x96e8d72c.

Solidity: function frob(address manager, uint256 cdp, int256 dink, int256 dart) returns()

func (*PROXYACTIONSTransactorSession) GemJoinJoin

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) GemJoinJoin(apt common.Address, urn common.Address, wad *big.Int, transferFrom bool) (*types.Transaction, error)

GemJoinJoin is a paid mutator transaction binding the contract method 0x7df2eb25.

Solidity: function gemJoin_join(address apt, address urn, uint256 wad, bool transferFrom) returns()

func (*PROXYACTIONSTransactorSession) Give

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Give(manager common.Address, cdp *big.Int, usr common.Address) (*types.Transaction, error)

Give is a paid mutator transaction binding the contract method 0x1d10f231.

Solidity: function give(address manager, uint256 cdp, address usr) returns()

func (*PROXYACTIONSTransactorSession) GiveToProxy

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) GiveToProxy(proxyRegistry common.Address, manager common.Address, cdp *big.Int, dst common.Address) (*types.Transaction, error)

GiveToProxy is a paid mutator transaction binding the contract method 0x493c2049.

Solidity: function giveToProxy(address proxyRegistry, address manager, uint256 cdp, address dst) returns()

func (*PROXYACTIONSTransactorSession) Hope

Hope is a paid mutator transaction binding the contract method 0xb50a5869.

Solidity: function hope(address obj, address usr) returns()

func (*PROXYACTIONSTransactorSession) LockETH

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) LockETH(manager common.Address, ethJoin common.Address, cdp *big.Int) (*types.Transaction, error)

LockETH is a paid mutator transaction binding the contract method 0xe205c108.

Solidity: function lockETH(address manager, address ethJoin, uint256 cdp) payable returns()

func (*PROXYACTIONSTransactorSession) LockETHAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) LockETHAndDraw(manager common.Address, jug common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadD *big.Int) (*types.Transaction, error)

LockETHAndDraw is a paid mutator transaction binding the contract method 0x1c02d846.

Solidity: function lockETHAndDraw(address manager, address jug, address ethJoin, address daiJoin, uint256 cdp, uint256 wadD) payable returns()

func (*PROXYACTIONSTransactorSession) LockGem

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) LockGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int, transferFrom bool) (*types.Transaction, error)

LockGem is a paid mutator transaction binding the contract method 0x3e29e565.

Solidity: function lockGem(address manager, address gemJoin, uint256 cdp, uint256 wad, bool transferFrom) returns()

func (*PROXYACTIONSTransactorSession) LockGemAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) LockGemAndDraw(manager common.Address, jug common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int, transferFrom bool) (*types.Transaction, error)

LockGemAndDraw is a paid mutator transaction binding the contract method 0xcbd4be3f.

Solidity: function lockGemAndDraw(address manager, address jug, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD, bool transferFrom) returns()

func (*PROXYACTIONSTransactorSession) MakeGemBag

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) MakeGemBag(gemJoin common.Address) (*types.Transaction, error)

MakeGemBag is a paid mutator transaction binding the contract method 0xfba7591d.

Solidity: function makeGemBag(address gemJoin) returns(address bag)

func (*PROXYACTIONSTransactorSession) Move

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Move(manager common.Address, cdp *big.Int, dst common.Address, rad *big.Int) (*types.Transaction, error)

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

Solidity: function move(address manager, uint256 cdp, address dst, uint256 rad) returns()

func (*PROXYACTIONSTransactorSession) Nope

Nope is a paid mutator transaction binding the contract method 0x9f887fde.

Solidity: function nope(address obj, address usr) returns()

func (*PROXYACTIONSTransactorSession) Open

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Open(manager common.Address, ilk [32]byte, usr common.Address) (*types.Transaction, error)

Open is a paid mutator transaction binding the contract method 0x6aa3ee11.

Solidity: function open(address manager, bytes32 ilk, address usr) returns(uint256 cdp)

func (*PROXYACTIONSTransactorSession) OpenLockETHAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) OpenLockETHAndDraw(manager common.Address, jug common.Address, ethJoin common.Address, daiJoin common.Address, ilk [32]byte, wadD *big.Int) (*types.Transaction, error)

OpenLockETHAndDraw is a paid mutator transaction binding the contract method 0xe685cc04.

Solidity: function openLockETHAndDraw(address manager, address jug, address ethJoin, address daiJoin, bytes32 ilk, uint256 wadD) payable returns(uint256 cdp)

func (*PROXYACTIONSTransactorSession) OpenLockGNTAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) OpenLockGNTAndDraw(manager common.Address, jug common.Address, gntJoin common.Address, daiJoin common.Address, ilk [32]byte, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

OpenLockGNTAndDraw is a paid mutator transaction binding the contract method 0xc0791710.

Solidity: function openLockGNTAndDraw(address manager, address jug, address gntJoin, address daiJoin, bytes32 ilk, uint256 wadC, uint256 wadD) returns(address bag, uint256 cdp)

func (*PROXYACTIONSTransactorSession) OpenLockGemAndDraw

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) OpenLockGemAndDraw(manager common.Address, jug common.Address, gemJoin common.Address, daiJoin common.Address, ilk [32]byte, wadC *big.Int, wadD *big.Int, transferFrom bool) (*types.Transaction, error)

OpenLockGemAndDraw is a paid mutator transaction binding the contract method 0xdb802a32.

Solidity: function openLockGemAndDraw(address manager, address jug, address gemJoin, address daiJoin, bytes32 ilk, uint256 wadC, uint256 wadD, bool transferFrom) returns(uint256 cdp)

func (*PROXYACTIONSTransactorSession) Quit

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Quit(manager common.Address, cdp *big.Int, dst common.Address) (*types.Transaction, error)

Quit is a paid mutator transaction binding the contract method 0x4592aca7.

Solidity: function quit(address manager, uint256 cdp, address dst) returns()

func (*PROXYACTIONSTransactorSession) SafeLockETH

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) SafeLockETH(manager common.Address, ethJoin common.Address, cdp *big.Int, owner common.Address) (*types.Transaction, error)

SafeLockETH is a paid mutator transaction binding the contract method 0xee284576.

Solidity: function safeLockETH(address manager, address ethJoin, uint256 cdp, address owner) payable returns()

func (*PROXYACTIONSTransactorSession) SafeLockGem

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) SafeLockGem(manager common.Address, gemJoin common.Address, cdp *big.Int, wad *big.Int, transferFrom bool, owner common.Address) (*types.Transaction, error)

SafeLockGem is a paid mutator transaction binding the contract method 0xead64729.

Solidity: function safeLockGem(address manager, address gemJoin, uint256 cdp, uint256 wad, bool transferFrom, address owner) returns()

func (*PROXYACTIONSTransactorSession) SafeWipe

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) SafeWipe(manager common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int, owner common.Address) (*types.Transaction, error)

SafeWipe is a paid mutator transaction binding the contract method 0x2958f8a5.

Solidity: function safeWipe(address manager, address daiJoin, uint256 cdp, uint256 wad, address owner) returns()

func (*PROXYACTIONSTransactorSession) SafeWipeAll

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) SafeWipeAll(manager common.Address, daiJoin common.Address, cdp *big.Int, owner common.Address) (*types.Transaction, error)

SafeWipeAll is a paid mutator transaction binding the contract method 0x0aee8dec.

Solidity: function safeWipeAll(address manager, address daiJoin, uint256 cdp, address owner) returns()

func (*PROXYACTIONSTransactorSession) Shift

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Shift(manager common.Address, cdpSrc *big.Int, cdpOrg *big.Int) (*types.Transaction, error)

Shift is a paid mutator transaction binding the contract method 0x7bc3bd53.

Solidity: function shift(address manager, uint256 cdpSrc, uint256 cdpOrg) returns()

func (*PROXYACTIONSTransactorSession) Transfer

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Transfer(gem common.Address, dst common.Address, wad *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xbeabacc8.

Solidity: function transfer(address gem, address dst, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) UrnAllow

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) UrnAllow(manager common.Address, usr common.Address, ok *big.Int) (*types.Transaction, error)

UrnAllow is a paid mutator transaction binding the contract method 0x5f6ef447.

Solidity: function urnAllow(address manager, address usr, uint256 ok) returns()

func (*PROXYACTIONSTransactorSession) Wipe

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) Wipe(manager common.Address, daiJoin common.Address, cdp *big.Int, wad *big.Int) (*types.Transaction, error)

Wipe is a paid mutator transaction binding the contract method 0x4b666199.

Solidity: function wipe(address manager, address daiJoin, uint256 cdp, uint256 wad) returns()

func (*PROXYACTIONSTransactorSession) WipeAll

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) WipeAll(manager common.Address, daiJoin common.Address, cdp *big.Int) (*types.Transaction, error)

WipeAll is a paid mutator transaction binding the contract method 0x036a2395.

Solidity: function wipeAll(address manager, address daiJoin, uint256 cdp) returns()

func (*PROXYACTIONSTransactorSession) WipeAllAndFreeETH

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) WipeAllAndFreeETH(manager common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int) (*types.Transaction, error)

WipeAllAndFreeETH is a paid mutator transaction binding the contract method 0x6d68b70b.

Solidity: function wipeAllAndFreeETH(address manager, address ethJoin, address daiJoin, uint256 cdp, uint256 wadC) returns()

func (*PROXYACTIONSTransactorSession) WipeAllAndFreeGem

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) WipeAllAndFreeGem(manager common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int) (*types.Transaction, error)

WipeAllAndFreeGem is a paid mutator transaction binding the contract method 0xbcd6deec.

Solidity: function wipeAllAndFreeGem(address manager, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC) returns()

func (*PROXYACTIONSTransactorSession) WipeAndFreeETH

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) WipeAndFreeETH(manager common.Address, ethJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

WipeAndFreeETH is a paid mutator transaction binding the contract method 0xbe5e6c03.

Solidity: function wipeAndFreeETH(address manager, address ethJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD) returns()

func (*PROXYACTIONSTransactorSession) WipeAndFreeGem

func (_PROXYACTIONS *PROXYACTIONSTransactorSession) WipeAndFreeGem(manager common.Address, gemJoin common.Address, daiJoin common.Address, cdp *big.Int, wadC *big.Int, wadD *big.Int) (*types.Transaction, error)

WipeAndFreeGem is a paid mutator transaction binding the contract method 0xa6add011.

Solidity: function wipeAndFreeGem(address manager, address gemJoin, address daiJoin, uint256 cdp, uint256 wadC, uint256 wadD) returns()

Jump to

Keyboard shortcuts

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