package
0.0.0-20230717092934-c09ef97b5047
Repository: https://github.com/nikola43/web3golanghelper.git
Documentation: pkg.go.dev

# Functions

NewPancake creates a new instance of Pancake, bound to a specific deployed contract.
NewPancakeCaller creates a new read-only instance of Pancake, bound to a specific deployed contract.
NewPancakeFilterer creates a new log filterer instance of Pancake, bound to a specific deployed contract.
NewPancakeTransactor creates a new write-only instance of Pancake, bound to a specific deployed contract.

# Constants

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

# Structs

Pancake is an auto generated Go binding around an Ethereum contract.
PancakeApproval represents a Approval event raised by the Pancake contract.
PancakeApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Pancake contract.
PancakeBurn represents a Burn event raised by the Pancake contract.
PancakeBurnIterator is returned from FilterBurn and is used to iterate over the raw logs and unpacked data for Burn events raised by the Pancake contract.
PancakeCaller is an auto generated read-only Go binding around an Ethereum contract.
PancakeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
PancakeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
PancakeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
PancakeMint represents a Mint event raised by the Pancake contract.
PancakeMintIterator is returned from FilterMint and is used to iterate over the raw logs and unpacked data for Mint events raised by the Pancake contract.
PancakeRaw is an auto generated low-level Go binding around an Ethereum contract.
PancakeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
PancakeSwap represents a Swap event raised by the Pancake contract.
PancakeSwapIterator is returned from FilterSwap and is used to iterate over the raw logs and unpacked data for Swap events raised by the Pancake contract.
PancakeSync represents a Sync event raised by the Pancake contract.
PancakeSyncIterator is returned from FilterSync and is used to iterate over the raw logs and unpacked data for Sync events raised by the Pancake contract.
PancakeTransactor is an auto generated write-only Go binding around an Ethereum contract.
PancakeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
PancakeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
PancakeTransfer represents a Transfer event raised by the Pancake contract.
PancakeTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Pancake contract.