package abis
import "github.com/renegade-fi/golang-sdk/abis"
Index
- Variables
- type Abis
- type AbisApproval
- type AbisApprovalIterator
-
type AbisCaller
- func NewAbisCaller(address common.Address, caller bind.ContractCaller) (*AbisCaller, error)
- func (_Abis *AbisCaller) Allowance(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address, ...) (struct{ ... }, error)
- func (_Abis *AbisCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
- func (_Abis *AbisCaller) NonceBitmap(opts *bind.CallOpts, arg0 common.Address, arg1 *big.Int) (*big.Int, error)
- type AbisCallerRaw
- type AbisCallerSession
-
type AbisFilterer
- func NewAbisFilterer(address common.Address, filterer bind.ContractFilterer) (*AbisFilterer, error)
- func (_Abis *AbisFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, token []common.Address, ...) (*AbisApprovalIterator, error)
- func (_Abis *AbisFilterer) FilterLockdown(opts *bind.FilterOpts, owner []common.Address) (*AbisLockdownIterator, error)
- func (_Abis *AbisFilterer) FilterNonceInvalidation(opts *bind.FilterOpts, owner []common.Address, token []common.Address, ...) (*AbisNonceInvalidationIterator, error)
- func (_Abis *AbisFilterer) FilterPermit(opts *bind.FilterOpts, owner []common.Address, token []common.Address, ...) (*AbisPermitIterator, error)
- func (_Abis *AbisFilterer) FilterUnorderedNonceInvalidation(opts *bind.FilterOpts, owner []common.Address) (*AbisUnorderedNonceInvalidationIterator, error)
- func (_Abis *AbisFilterer) ParseApproval(log types.Log) (*AbisApproval, error)
- func (_Abis *AbisFilterer) ParseLockdown(log types.Log) (*AbisLockdown, error)
- func (_Abis *AbisFilterer) ParseNonceInvalidation(log types.Log) (*AbisNonceInvalidation, error)
- func (_Abis *AbisFilterer) ParsePermit(log types.Log) (*AbisPermit, error)
- func (_Abis *AbisFilterer) ParseUnorderedNonceInvalidation(log types.Log) (*AbisUnorderedNonceInvalidation, error)
- func (_Abis *AbisFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *AbisApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Abis *AbisFilterer) WatchLockdown(opts *bind.WatchOpts, sink chan<- *AbisLockdown, owner []common.Address) (event.Subscription, error)
- func (_Abis *AbisFilterer) WatchNonceInvalidation(opts *bind.WatchOpts, sink chan<- *AbisNonceInvalidation, ...) (event.Subscription, error)
- func (_Abis *AbisFilterer) WatchPermit(opts *bind.WatchOpts, sink chan<- *AbisPermit, owner []common.Address, ...) (event.Subscription, error)
- func (_Abis *AbisFilterer) WatchUnorderedNonceInvalidation(opts *bind.WatchOpts, sink chan<- *AbisUnorderedNonceInvalidation, ...) (event.Subscription, error)
- type AbisLockdown
- type AbisLockdownIterator
- type AbisNonceInvalidation
- type AbisNonceInvalidationIterator
- type AbisPermit
- type AbisPermitIterator
-
type AbisRaw
- func (_Abis *AbisRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Abis *AbisRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Abis *AbisRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
-
type AbisSession
- func (_Abis *AbisSession) Allowance(arg0 common.Address, arg1 common.Address, arg2 common.Address) (struct{ ... }, error)
- func (_Abis *AbisSession) Approve(token common.Address, spender common.Address, amount *big.Int, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Abis *AbisSession) InvalidateNonces(token common.Address, spender common.Address, newNonce *big.Int) (*types.Transaction, error)
- func (_Abis *AbisSession) InvalidateUnorderedNonces(wordPos *big.Int, mask *big.Int) (*types.Transaction, error)
- func (_Abis *AbisSession) Lockdown(approvals []IAllowanceTransferTokenSpenderPair) (*types.Transaction, error)
- func (_Abis *AbisSession) NonceBitmap(arg0 common.Address, arg1 *big.Int) (*big.Int, error)
- func (_Abis *AbisSession) Permit(owner common.Address, permitBatch IAllowanceTransferPermitBatch, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) Permit0(owner common.Address, permitSingle IAllowanceTransferPermitSingle, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) PermitTransferFrom(permit ISignatureTransferPermitTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) PermitTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) PermitWitnessTransferFrom(permit ISignatureTransferPermitTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) PermitWitnessTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisSession) TransferFrom(transferDetails []IAllowanceTransferAllowanceTransferDetails) (*types.Transaction, error)
- func (_Abis *AbisSession) TransferFrom0(from common.Address, to common.Address, amount *big.Int, token common.Address) (*types.Transaction, error)
-
type AbisTransactor
- func NewAbisTransactor(address common.Address, transactor bind.ContractTransactor) (*AbisTransactor, error)
- func (_Abis *AbisTransactor) Approve(opts *bind.TransactOpts, token common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) InvalidateNonces(opts *bind.TransactOpts, token common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) InvalidateUnorderedNonces(opts *bind.TransactOpts, wordPos *big.Int, mask *big.Int) (*types.Transaction, error)
- func (_Abis *AbisTransactor) Lockdown(opts *bind.TransactOpts, approvals []IAllowanceTransferTokenSpenderPair) (*types.Transaction, error)
- func (_Abis *AbisTransactor) Permit(opts *bind.TransactOpts, owner common.Address, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) Permit0(opts *bind.TransactOpts, owner common.Address, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) PermitTransferFrom(opts *bind.TransactOpts, permit ISignatureTransferPermitTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) PermitTransferFrom0(opts *bind.TransactOpts, permit ISignatureTransferPermitBatchTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) PermitWitnessTransferFrom(opts *bind.TransactOpts, permit ISignatureTransferPermitTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) PermitWitnessTransferFrom0(opts *bind.TransactOpts, permit ISignatureTransferPermitBatchTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) TransferFrom(opts *bind.TransactOpts, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactor) TransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- type AbisTransactorRaw
-
type AbisTransactorSession
- func (_Abis *AbisTransactorSession) Approve(token common.Address, spender common.Address, amount *big.Int, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) InvalidateNonces(token common.Address, spender common.Address, newNonce *big.Int) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) InvalidateUnorderedNonces(wordPos *big.Int, mask *big.Int) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) Lockdown(approvals []IAllowanceTransferTokenSpenderPair) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) Permit(owner common.Address, permitBatch IAllowanceTransferPermitBatch, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) Permit0(owner common.Address, permitSingle IAllowanceTransferPermitSingle, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) PermitTransferFrom(permit ISignatureTransferPermitTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) PermitTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) PermitWitnessTransferFrom(permit ISignatureTransferPermitTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) PermitWitnessTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, ...) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) TransferFrom(transferDetails []IAllowanceTransferAllowanceTransferDetails) (*types.Transaction, error)
- func (_Abis *AbisTransactorSession) TransferFrom0(from common.Address, to common.Address, amount *big.Int, token common.Address) (*types.Transaction, error)
- type AbisUnorderedNonceInvalidation
- type AbisUnorderedNonceInvalidationIterator
- type Contracts
- type ContractsApproval
- type ContractsApprovalIterator
-
type ContractsCaller
- func NewContractsCaller(address common.Address, caller bind.ContractCaller) (*ContractsCaller, error)
- func (_Contracts *ContractsCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_Contracts *ContractsCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
- func (_Contracts *ContractsCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_Contracts *ContractsCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Contracts *ContractsCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Contracts *ContractsCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type ContractsCallerRaw
-
type ContractsCallerSession
- func (_Contracts *ContractsCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Contracts *ContractsCallerSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Contracts *ContractsCallerSession) Decimals() (uint8, error)
- func (_Contracts *ContractsCallerSession) Name() (string, error)
- func (_Contracts *ContractsCallerSession) Symbol() (string, error)
- func (_Contracts *ContractsCallerSession) TotalSupply() (*big.Int, error)
-
type ContractsFilterer
- func NewContractsFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractsFilterer, error)
- func (_Contracts *ContractsFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractsApprovalIterator, error)
- func (_Contracts *ContractsFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractsTransferIterator, error)
- func (_Contracts *ContractsFilterer) ParseApproval(log types.Log) (*ContractsApproval, error)
- func (_Contracts *ContractsFilterer) ParseTransfer(log types.Log) (*ContractsTransfer, error)
- func (_Contracts *ContractsFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractsApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Contracts *ContractsFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractsTransfer, from []common.Address, ...) (event.Subscription, error)
-
type ContractsRaw
- func (_Contracts *ContractsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Contracts *ContractsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Contracts *ContractsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
-
type ContractsSession
- func (_Contracts *ContractsSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Contracts *ContractsSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Contracts *ContractsSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Contracts *ContractsSession) Decimals() (uint8, error)
- func (_Contracts *ContractsSession) Name() (string, error)
- func (_Contracts *ContractsSession) Symbol() (string, error)
- func (_Contracts *ContractsSession) TotalSupply() (*big.Int, error)
- func (_Contracts *ContractsSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Contracts *ContractsSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
-
type ContractsTransactor
- func NewContractsTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractsTransactor, error)
- func (_Contracts *ContractsTransactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Contracts *ContractsTransactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Contracts *ContractsTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- type ContractsTransactorRaw
-
type ContractsTransactorSession
- func (_Contracts *ContractsTransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Contracts *ContractsTransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Contracts *ContractsTransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
- type ContractsTransfer
- type ContractsTransferIterator
- type IAllowanceTransferAllowanceTransferDetails
- type IAllowanceTransferPermitBatch
- type IAllowanceTransferPermitDetails
- type IAllowanceTransferPermitSingle
- type IAllowanceTransferTokenSpenderPair
- type ISignatureTransferPermitBatchTransferFrom
- type ISignatureTransferPermitTransferFrom
- type ISignatureTransferSignatureTransferDetails
- type ISignatureTransferTokenPermissions
Variables
var AbisABI = AbisMetaData.ABI
AbisABI is the input ABI used to generate the binding from. Deprecated: Use AbisMetaData.ABI instead.
var AbisMetaData = &bind.MetaData{ ABI: "[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"name\":\"AllowanceExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ExcessiveInvalidation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"InsufficientAllowance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"maxAmount\",\"type\":\"uint256\"}],\"name\":\"InvalidAmount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidContractSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidNonce\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignatureLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSigner\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"LengthMismatch\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"signatureDeadline\",\"type\":\"uint256\"}],\"name\":\"SignatureExpired\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"expiration\",\"type\":\"uint48\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"Lockdown\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"newNonce\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"oldNonce\",\"type\":\"uint48\"}],\"name\":\"NonceInvalidation\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"expiration\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"nonce\",\"type\":\"uint48\"}],\"name\":\"Permit\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"word\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"mask\",\"type\":\"uint256\"}],\"name\":\"UnorderedNonceInvalidation\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"internalType\":\"uint48\",\"name\":\"expiration\",\"type\":\"uint48\"},{\"internalType\":\"uint48\",\"name\":\"nonce\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"internalType\":\"uint48\",\"name\":\"expiration\",\"type\":\"uint48\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint48\",\"name\":\"newNonce\",\"type\":\"uint48\"}],\"name\":\"invalidateNonces\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"wordPos\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"mask\",\"type\":\"uint256\"}],\"name\":\"invalidateUnorderedNonces\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"internalType\":\"structIAllowanceTransfer.TokenSpenderPair[]\",\"name\":\"approvals\",\"type\":\"tuple[]\"}],\"name\":\"lockdown\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"nonceBitmap\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"components\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"internalType\":\"uint48\",\"name\":\"expiration\",\"type\":\"uint48\"},{\"internalType\":\"uint48\",\"name\":\"nonce\",\"type\":\"uint48\"}],\"internalType\":\"structIAllowanceTransfer.PermitDetails[]\",\"name\":\"details\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"sigDeadline\",\"type\":\"uint256\"}],\"internalType\":\"structIAllowanceTransfer.PermitBatch\",\"name\":\"permitBatch\",\"type\":\"tuple\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"components\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"internalType\":\"uint48\",\"name\":\"expiration\",\"type\":\"uint48\"},{\"internalType\":\"uint48\",\"name\":\"nonce\",\"type\":\"uint48\"}],\"internalType\":\"structIAllowanceTransfer.PermitDetails\",\"name\":\"details\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"sigDeadline\",\"type\":\"uint256\"}],\"internalType\":\"structIAllowanceTransfer.PermitSingle\",\"name\":\"permitSingle\",\"type\":\"tuple\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.TokenPermissions\",\"name\":\"permitted\",\"type\":\"tuple\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.PermitTransferFrom\",\"name\":\"permit\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"requestedAmount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.SignatureTransferDetails\",\"name\":\"transferDetails\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"permitTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.TokenPermissions[]\",\"name\":\"permitted\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.PermitBatchTransferFrom\",\"name\":\"permit\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"requestedAmount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.SignatureTransferDetails[]\",\"name\":\"transferDetails\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"permitTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.TokenPermissions\",\"name\":\"permitted\",\"type\":\"tuple\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.PermitTransferFrom\",\"name\":\"permit\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"requestedAmount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.SignatureTransferDetails\",\"name\":\"transferDetails\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"witness\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"witnessTypeString\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"permitWitnessTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.TokenPermissions[]\",\"name\":\"permitted\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.PermitBatchTransferFrom\",\"name\":\"permit\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"requestedAmount\",\"type\":\"uint256\"}],\"internalType\":\"structISignatureTransfer.SignatureTransferDetails[]\",\"name\":\"transferDetails\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"witness\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"witnessTypeString\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"permitWitnessTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"}],\"internalType\":\"structIAllowanceTransfer.AllowanceTransferDetails[]\",\"name\":\"transferDetails\",\"type\":\"tuple[]\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint160\",\"name\":\"amount\",\"type\":\"uint160\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]", }
AbisMetaData contains all meta data concerning the Abis contract.
var ContractsABI = ContractsMetaData.ABI
ContractsABI is the input ABI used to generate the binding from. Deprecated: Use ContractsMetaData.ABI instead.
var ContractsMetaData = &bind.MetaData{ ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"allowance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"ERC20InsufficientAllowance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"ERC20InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"approver\",\"type\":\"address\"}],\"name\":\"ERC20InvalidApprover\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"ERC20InvalidReceiver\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"ERC20InvalidSender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"ERC20InvalidSpender\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]", }
ContractsMetaData contains all meta data concerning the Contracts contract.
Types
type Abis
type Abis struct { AbisCaller // Read-only binding to the contract AbisTransactor // Write-only binding to the contract AbisFilterer // Log filterer for contract events }
Abis is an auto generated Go binding around an Ethereum contract.
func NewAbis
func NewAbis(address common.Address, backend bind.ContractBackend) (*Abis, error)
NewAbis creates a new instance of Abis, bound to a specific deployed contract.
type AbisApproval
type AbisApproval struct { Owner common.Address Token common.Address Spender common.Address Amount *big.Int Expiration *big.Int Raw types.Log // Blockchain specific contextual infos }
AbisApproval represents a Approval event raised by the Abis contract.
type AbisApprovalIterator
type AbisApprovalIterator struct { Event *AbisApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AbisApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Abis contract.
func (*AbisApprovalIterator) Close
func (it *AbisApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AbisApprovalIterator) Error
func (it *AbisApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AbisApprovalIterator) Next
func (it *AbisApprovalIterator) 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 AbisCaller
type AbisCaller struct { // contains filtered or unexported fields }
AbisCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAbisCaller
func NewAbisCaller(address common.Address, caller bind.ContractCaller) (*AbisCaller, error)
NewAbisCaller creates a new read-only instance of Abis, bound to a specific deployed contract.
func (*AbisCaller) Allowance
func (_Abis *AbisCaller) Allowance(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address, arg2 common.Address) (struct { Amount *big.Int Expiration *big.Int Nonce *big.Int }, error)
Allowance is a free data retrieval call binding the contract method 0x927da105.
Solidity: function allowance(address , address , address ) view returns(uint160 amount, uint48 expiration, uint48 nonce)
func (*AbisCaller) DOMAINSEPARATOR
func (_Abis *AbisCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*AbisCaller) NonceBitmap
func (_Abis *AbisCaller) NonceBitmap(opts *bind.CallOpts, arg0 common.Address, arg1 *big.Int) (*big.Int, error)
NonceBitmap is a free data retrieval call binding the contract method 0x4fe02b44.
Solidity: function nonceBitmap(address , uint256 ) view returns(uint256)
type AbisCallerRaw
type AbisCallerRaw struct { Contract *AbisCaller // Generic read-only contract binding to access the raw methods on }
AbisCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AbisCallerRaw) Call
func (_Abis *AbisCallerRaw) 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 AbisCallerSession
type AbisCallerSession struct { Contract *AbisCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AbisCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AbisCallerSession) Allowance
func (_Abis *AbisCallerSession) Allowance(arg0 common.Address, arg1 common.Address, arg2 common.Address) (struct { Amount *big.Int Expiration *big.Int Nonce *big.Int }, error)
Allowance is a free data retrieval call binding the contract method 0x927da105.
Solidity: function allowance(address , address , address ) view returns(uint160 amount, uint48 expiration, uint48 nonce)
func (*AbisCallerSession) DOMAINSEPARATOR
func (_Abis *AbisCallerSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*AbisCallerSession) NonceBitmap
func (_Abis *AbisCallerSession) NonceBitmap(arg0 common.Address, arg1 *big.Int) (*big.Int, error)
NonceBitmap is a free data retrieval call binding the contract method 0x4fe02b44.
Solidity: function nonceBitmap(address , uint256 ) view returns(uint256)
type AbisFilterer
type AbisFilterer struct { // contains filtered or unexported fields }
AbisFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAbisFilterer
func NewAbisFilterer(address common.Address, filterer bind.ContractFilterer) (*AbisFilterer, error)
NewAbisFilterer creates a new log filterer instance of Abis, bound to a specific deployed contract.
func (*AbisFilterer) FilterApproval
func (_Abis *AbisFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, token []common.Address, spender []common.Address) (*AbisApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0xda9fa7c1b00402c17d0161b249b1ab8bbec047c5a52207b9c112deffd817036b.
Solidity: event Approval(address indexed owner, address indexed token, address indexed spender, uint160 amount, uint48 expiration)
func (*AbisFilterer) FilterLockdown
func (_Abis *AbisFilterer) FilterLockdown(opts *bind.FilterOpts, owner []common.Address) (*AbisLockdownIterator, error)
FilterLockdown is a free log retrieval operation binding the contract event 0x89b1add15eff56b3dfe299ad94e01f2b52fbcb80ae1a3baea6ae8c04cb2b98a4.
Solidity: event Lockdown(address indexed owner, address token, address spender)
func (*AbisFilterer) FilterNonceInvalidation
func (_Abis *AbisFilterer) FilterNonceInvalidation(opts *bind.FilterOpts, owner []common.Address, token []common.Address, spender []common.Address) (*AbisNonceInvalidationIterator, error)
FilterNonceInvalidation is a free log retrieval operation binding the contract event 0x55eb90d810e1700b35a8e7e25395ff7f2b2259abd7415ca2284dfb1c246418f3.
Solidity: event NonceInvalidation(address indexed owner, address indexed token, address indexed spender, uint48 newNonce, uint48 oldNonce)
func (*AbisFilterer) FilterPermit
func (_Abis *AbisFilterer) FilterPermit(opts *bind.FilterOpts, owner []common.Address, token []common.Address, spender []common.Address) (*AbisPermitIterator, error)
FilterPermit is a free log retrieval operation binding the contract event 0xc6a377bfc4eb120024a8ac08eef205be16b817020812c73223e81d1bdb9708ec.
Solidity: event Permit(address indexed owner, address indexed token, address indexed spender, uint160 amount, uint48 expiration, uint48 nonce)
func (*AbisFilterer) FilterUnorderedNonceInvalidation
func (_Abis *AbisFilterer) FilterUnorderedNonceInvalidation(opts *bind.FilterOpts, owner []common.Address) (*AbisUnorderedNonceInvalidationIterator, error)
FilterUnorderedNonceInvalidation is a free log retrieval operation binding the contract event 0x3704902f963766a4e561bbaab6e6cdc1b1dd12f6e9e99648da8843b3f46b918d.
Solidity: event UnorderedNonceInvalidation(address indexed owner, uint256 word, uint256 mask)
func (*AbisFilterer) ParseApproval
func (_Abis *AbisFilterer) ParseApproval(log types.Log) (*AbisApproval, error)
ParseApproval is a log parse operation binding the contract event 0xda9fa7c1b00402c17d0161b249b1ab8bbec047c5a52207b9c112deffd817036b.
Solidity: event Approval(address indexed owner, address indexed token, address indexed spender, uint160 amount, uint48 expiration)
func (*AbisFilterer) ParseLockdown
func (_Abis *AbisFilterer) ParseLockdown(log types.Log) (*AbisLockdown, error)
ParseLockdown is a log parse operation binding the contract event 0x89b1add15eff56b3dfe299ad94e01f2b52fbcb80ae1a3baea6ae8c04cb2b98a4.
Solidity: event Lockdown(address indexed owner, address token, address spender)
func (*AbisFilterer) ParseNonceInvalidation
func (_Abis *AbisFilterer) ParseNonceInvalidation(log types.Log) (*AbisNonceInvalidation, error)
ParseNonceInvalidation is a log parse operation binding the contract event 0x55eb90d810e1700b35a8e7e25395ff7f2b2259abd7415ca2284dfb1c246418f3.
Solidity: event NonceInvalidation(address indexed owner, address indexed token, address indexed spender, uint48 newNonce, uint48 oldNonce)
func (*AbisFilterer) ParsePermit
func (_Abis *AbisFilterer) ParsePermit(log types.Log) (*AbisPermit, error)
ParsePermit is a log parse operation binding the contract event 0xc6a377bfc4eb120024a8ac08eef205be16b817020812c73223e81d1bdb9708ec.
Solidity: event Permit(address indexed owner, address indexed token, address indexed spender, uint160 amount, uint48 expiration, uint48 nonce)
func (*AbisFilterer) ParseUnorderedNonceInvalidation
func (_Abis *AbisFilterer) ParseUnorderedNonceInvalidation(log types.Log) (*AbisUnorderedNonceInvalidation, error)
ParseUnorderedNonceInvalidation is a log parse operation binding the contract event 0x3704902f963766a4e561bbaab6e6cdc1b1dd12f6e9e99648da8843b3f46b918d.
Solidity: event UnorderedNonceInvalidation(address indexed owner, uint256 word, uint256 mask)
func (*AbisFilterer) WatchApproval
func (_Abis *AbisFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *AbisApproval, owner []common.Address, token []common.Address, spender []common.Address) (event.Subscription, error)
WatchApproval is a free log subscription operation binding the contract event 0xda9fa7c1b00402c17d0161b249b1ab8bbec047c5a52207b9c112deffd817036b.
Solidity: event Approval(address indexed owner, address indexed token, address indexed spender, uint160 amount, uint48 expiration)
func (*AbisFilterer) WatchLockdown
func (_Abis *AbisFilterer) WatchLockdown(opts *bind.WatchOpts, sink chan<- *AbisLockdown, owner []common.Address) (event.Subscription, error)
WatchLockdown is a free log subscription operation binding the contract event 0x89b1add15eff56b3dfe299ad94e01f2b52fbcb80ae1a3baea6ae8c04cb2b98a4.
Solidity: event Lockdown(address indexed owner, address token, address spender)
func (*AbisFilterer) WatchNonceInvalidation
func (_Abis *AbisFilterer) WatchNonceInvalidation(opts *bind.WatchOpts, sink chan<- *AbisNonceInvalidation, owner []common.Address, token []common.Address, spender []common.Address) (event.Subscription, error)
WatchNonceInvalidation is a free log subscription operation binding the contract event 0x55eb90d810e1700b35a8e7e25395ff7f2b2259abd7415ca2284dfb1c246418f3.
Solidity: event NonceInvalidation(address indexed owner, address indexed token, address indexed spender, uint48 newNonce, uint48 oldNonce)
func (*AbisFilterer) WatchPermit
func (_Abis *AbisFilterer) WatchPermit(opts *bind.WatchOpts, sink chan<- *AbisPermit, owner []common.Address, token []common.Address, spender []common.Address) (event.Subscription, error)
WatchPermit is a free log subscription operation binding the contract event 0xc6a377bfc4eb120024a8ac08eef205be16b817020812c73223e81d1bdb9708ec.
Solidity: event Permit(address indexed owner, address indexed token, address indexed spender, uint160 amount, uint48 expiration, uint48 nonce)
func (*AbisFilterer) WatchUnorderedNonceInvalidation
func (_Abis *AbisFilterer) WatchUnorderedNonceInvalidation(opts *bind.WatchOpts, sink chan<- *AbisUnorderedNonceInvalidation, owner []common.Address) (event.Subscription, error)
WatchUnorderedNonceInvalidation is a free log subscription operation binding the contract event 0x3704902f963766a4e561bbaab6e6cdc1b1dd12f6e9e99648da8843b3f46b918d.
Solidity: event UnorderedNonceInvalidation(address indexed owner, uint256 word, uint256 mask)
type AbisLockdown
type AbisLockdown struct { Owner common.Address Token common.Address Spender common.Address Raw types.Log // Blockchain specific contextual infos }
AbisLockdown represents a Lockdown event raised by the Abis contract.
type AbisLockdownIterator
type AbisLockdownIterator struct { Event *AbisLockdown // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AbisLockdownIterator is returned from FilterLockdown and is used to iterate over the raw logs and unpacked data for Lockdown events raised by the Abis contract.
func (*AbisLockdownIterator) Close
func (it *AbisLockdownIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AbisLockdownIterator) Error
func (it *AbisLockdownIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AbisLockdownIterator) Next
func (it *AbisLockdownIterator) 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 AbisNonceInvalidation
type AbisNonceInvalidation struct { Owner common.Address Token common.Address Spender common.Address NewNonce *big.Int OldNonce *big.Int Raw types.Log // Blockchain specific contextual infos }
AbisNonceInvalidation represents a NonceInvalidation event raised by the Abis contract.
type AbisNonceInvalidationIterator
type AbisNonceInvalidationIterator struct { Event *AbisNonceInvalidation // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AbisNonceInvalidationIterator is returned from FilterNonceInvalidation and is used to iterate over the raw logs and unpacked data for NonceInvalidation events raised by the Abis contract.
func (*AbisNonceInvalidationIterator) Close
func (it *AbisNonceInvalidationIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AbisNonceInvalidationIterator) Error
func (it *AbisNonceInvalidationIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AbisNonceInvalidationIterator) Next
func (it *AbisNonceInvalidationIterator) 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 AbisPermit
type AbisPermit struct { Owner common.Address Token common.Address Spender common.Address Amount *big.Int Expiration *big.Int Nonce *big.Int Raw types.Log // Blockchain specific contextual infos }
AbisPermit represents a Permit event raised by the Abis contract.
type AbisPermitIterator
type AbisPermitIterator struct { Event *AbisPermit // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AbisPermitIterator is returned from FilterPermit and is used to iterate over the raw logs and unpacked data for Permit events raised by the Abis contract.
func (*AbisPermitIterator) Close
func (it *AbisPermitIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AbisPermitIterator) Error
func (it *AbisPermitIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AbisPermitIterator) Next
func (it *AbisPermitIterator) 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 AbisRaw
type AbisRaw struct { Contract *Abis // Generic contract binding to access the raw methods on }
AbisRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AbisRaw) Call
func (_Abis *AbisRaw) 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 (*AbisRaw) Transact
func (_Abis *AbisRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AbisRaw) Transfer
func (_Abis *AbisRaw) 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 AbisSession
type AbisSession struct { Contract *Abis // 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 }
AbisSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AbisSession) Allowance
func (_Abis *AbisSession) Allowance(arg0 common.Address, arg1 common.Address, arg2 common.Address) (struct { Amount *big.Int Expiration *big.Int Nonce *big.Int }, error)
Allowance is a free data retrieval call binding the contract method 0x927da105.
Solidity: function allowance(address , address , address ) view returns(uint160 amount, uint48 expiration, uint48 nonce)
func (*AbisSession) Approve
func (_Abis *AbisSession) Approve(token common.Address, spender common.Address, amount *big.Int, expiration *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x87517c45.
Solidity: function approve(address token, address spender, uint160 amount, uint48 expiration) returns()
func (*AbisSession) DOMAINSEPARATOR
func (_Abis *AbisSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*AbisSession) InvalidateNonces
func (_Abis *AbisSession) InvalidateNonces(token common.Address, spender common.Address, newNonce *big.Int) (*types.Transaction, error)
InvalidateNonces is a paid mutator transaction binding the contract method 0x65d9723c.
Solidity: function invalidateNonces(address token, address spender, uint48 newNonce) returns()
func (*AbisSession) InvalidateUnorderedNonces
func (_Abis *AbisSession) InvalidateUnorderedNonces(wordPos *big.Int, mask *big.Int) (*types.Transaction, error)
InvalidateUnorderedNonces is a paid mutator transaction binding the contract method 0x3ff9dcb1.
Solidity: function invalidateUnorderedNonces(uint256 wordPos, uint256 mask) returns()
func (*AbisSession) Lockdown
func (_Abis *AbisSession) Lockdown(approvals []IAllowanceTransferTokenSpenderPair) (*types.Transaction, error)
Lockdown is a paid mutator transaction binding the contract method 0xcc53287f.
Solidity: function lockdown((address,address)[] approvals) returns()
func (*AbisSession) NonceBitmap
func (_Abis *AbisSession) NonceBitmap(arg0 common.Address, arg1 *big.Int) (*big.Int, error)
NonceBitmap is a free data retrieval call binding the contract method 0x4fe02b44.
Solidity: function nonceBitmap(address , uint256 ) view returns(uint256)
func (*AbisSession) Permit
func (_Abis *AbisSession) Permit(owner common.Address, permitBatch IAllowanceTransferPermitBatch, signature []byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0x2a2d80d1.
Solidity: function permit(address owner, ((address,uint160,uint48,uint48)[],address,uint256) permitBatch, bytes signature) returns()
func (*AbisSession) Permit0
func (_Abis *AbisSession) Permit0(owner common.Address, permitSingle IAllowanceTransferPermitSingle, signature []byte) (*types.Transaction, error)
Permit0 is a paid mutator transaction binding the contract method 0x2b67b570.
Solidity: function permit(address owner, ((address,uint160,uint48,uint48),address,uint256) permitSingle, bytes signature) returns()
func (*AbisSession) PermitTransferFrom
func (_Abis *AbisSession) PermitTransferFrom(permit ISignatureTransferPermitTransferFrom, transferDetails ISignatureTransferSignatureTransferDetails, owner common.Address, signature []byte) (*types.Transaction, error)
PermitTransferFrom is a paid mutator transaction binding the contract method 0x30f28b7a.
Solidity: function permitTransferFrom(((address,uint256),uint256,uint256) permit, (address,uint256) transferDetails, address owner, bytes signature) returns()
func (*AbisSession) PermitTransferFrom0
func (_Abis *AbisSession) PermitTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, transferDetails []ISignatureTransferSignatureTransferDetails, owner common.Address, signature []byte) (*types.Transaction, error)
PermitTransferFrom0 is a paid mutator transaction binding the contract method 0xedd9444b.
Solidity: function permitTransferFrom(((address,uint256)[],uint256,uint256) permit, (address,uint256)[] transferDetails, address owner, bytes signature) returns()
func (*AbisSession) PermitWitnessTransferFrom
func (_Abis *AbisSession) PermitWitnessTransferFrom(permit ISignatureTransferPermitTransferFrom, transferDetails ISignatureTransferSignatureTransferDetails, owner common.Address, witness [32]byte, witnessTypeString string, signature []byte) (*types.Transaction, error)
PermitWitnessTransferFrom is a paid mutator transaction binding the contract method 0x137c29fe.
Solidity: function permitWitnessTransferFrom(((address,uint256),uint256,uint256) permit, (address,uint256) transferDetails, address owner, bytes32 witness, string witnessTypeString, bytes signature) returns()
func (*AbisSession) PermitWitnessTransferFrom0
func (_Abis *AbisSession) PermitWitnessTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, transferDetails []ISignatureTransferSignatureTransferDetails, owner common.Address, witness [32]byte, witnessTypeString string, signature []byte) (*types.Transaction, error)
PermitWitnessTransferFrom0 is a paid mutator transaction binding the contract method 0xfe8ec1a7.
Solidity: function permitWitnessTransferFrom(((address,uint256)[],uint256,uint256) permit, (address,uint256)[] transferDetails, address owner, bytes32 witness, string witnessTypeString, bytes signature) returns()
func (*AbisSession) TransferFrom
func (_Abis *AbisSession) TransferFrom(transferDetails []IAllowanceTransferAllowanceTransferDetails) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x0d58b1db.
Solidity: function transferFrom((address,address,uint160,address)[] transferDetails) returns()
func (*AbisSession) TransferFrom0
func (_Abis *AbisSession) TransferFrom0(from common.Address, to common.Address, amount *big.Int, token common.Address) (*types.Transaction, error)
TransferFrom0 is a paid mutator transaction binding the contract method 0x36c78516.
Solidity: function transferFrom(address from, address to, uint160 amount, address token) returns()
type AbisTransactor
type AbisTransactor struct { // contains filtered or unexported fields }
AbisTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAbisTransactor
func NewAbisTransactor(address common.Address, transactor bind.ContractTransactor) (*AbisTransactor, error)
NewAbisTransactor creates a new write-only instance of Abis, bound to a specific deployed contract.
func (*AbisTransactor) Approve
func (_Abis *AbisTransactor) Approve(opts *bind.TransactOpts, token common.Address, spender common.Address, amount *big.Int, expiration *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x87517c45.
Solidity: function approve(address token, address spender, uint160 amount, uint48 expiration) returns()
func (*AbisTransactor) InvalidateNonces
func (_Abis *AbisTransactor) InvalidateNonces(opts *bind.TransactOpts, token common.Address, spender common.Address, newNonce *big.Int) (*types.Transaction, error)
InvalidateNonces is a paid mutator transaction binding the contract method 0x65d9723c.
Solidity: function invalidateNonces(address token, address spender, uint48 newNonce) returns()
func (*AbisTransactor) InvalidateUnorderedNonces
func (_Abis *AbisTransactor) InvalidateUnorderedNonces(opts *bind.TransactOpts, wordPos *big.Int, mask *big.Int) (*types.Transaction, error)
InvalidateUnorderedNonces is a paid mutator transaction binding the contract method 0x3ff9dcb1.
Solidity: function invalidateUnorderedNonces(uint256 wordPos, uint256 mask) returns()
func (*AbisTransactor) Lockdown
func (_Abis *AbisTransactor) Lockdown(opts *bind.TransactOpts, approvals []IAllowanceTransferTokenSpenderPair) (*types.Transaction, error)
Lockdown is a paid mutator transaction binding the contract method 0xcc53287f.
Solidity: function lockdown((address,address)[] approvals) returns()
func (*AbisTransactor) Permit
func (_Abis *AbisTransactor) Permit(opts *bind.TransactOpts, owner common.Address, permitBatch IAllowanceTransferPermitBatch, signature []byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0x2a2d80d1.
Solidity: function permit(address owner, ((address,uint160,uint48,uint48)[],address,uint256) permitBatch, bytes signature) returns()
func (*AbisTransactor) Permit0
func (_Abis *AbisTransactor) Permit0(opts *bind.TransactOpts, owner common.Address, permitSingle IAllowanceTransferPermitSingle, signature []byte) (*types.Transaction, error)
Permit0 is a paid mutator transaction binding the contract method 0x2b67b570.
Solidity: function permit(address owner, ((address,uint160,uint48,uint48),address,uint256) permitSingle, bytes signature) returns()
func (*AbisTransactor) PermitTransferFrom
func (_Abis *AbisTransactor) PermitTransferFrom(opts *bind.TransactOpts, permit ISignatureTransferPermitTransferFrom, transferDetails ISignatureTransferSignatureTransferDetails, owner common.Address, signature []byte) (*types.Transaction, error)
PermitTransferFrom is a paid mutator transaction binding the contract method 0x30f28b7a.
Solidity: function permitTransferFrom(((address,uint256),uint256,uint256) permit, (address,uint256) transferDetails, address owner, bytes signature) returns()
func (*AbisTransactor) PermitTransferFrom0
func (_Abis *AbisTransactor) PermitTransferFrom0(opts *bind.TransactOpts, permit ISignatureTransferPermitBatchTransferFrom, transferDetails []ISignatureTransferSignatureTransferDetails, owner common.Address, signature []byte) (*types.Transaction, error)
PermitTransferFrom0 is a paid mutator transaction binding the contract method 0xedd9444b.
Solidity: function permitTransferFrom(((address,uint256)[],uint256,uint256) permit, (address,uint256)[] transferDetails, address owner, bytes signature) returns()
func (*AbisTransactor) PermitWitnessTransferFrom
func (_Abis *AbisTransactor) PermitWitnessTransferFrom(opts *bind.TransactOpts, permit ISignatureTransferPermitTransferFrom, transferDetails ISignatureTransferSignatureTransferDetails, owner common.Address, witness [32]byte, witnessTypeString string, signature []byte) (*types.Transaction, error)
PermitWitnessTransferFrom is a paid mutator transaction binding the contract method 0x137c29fe.
Solidity: function permitWitnessTransferFrom(((address,uint256),uint256,uint256) permit, (address,uint256) transferDetails, address owner, bytes32 witness, string witnessTypeString, bytes signature) returns()
func (*AbisTransactor) PermitWitnessTransferFrom0
func (_Abis *AbisTransactor) PermitWitnessTransferFrom0(opts *bind.TransactOpts, permit ISignatureTransferPermitBatchTransferFrom, transferDetails []ISignatureTransferSignatureTransferDetails, owner common.Address, witness [32]byte, witnessTypeString string, signature []byte) (*types.Transaction, error)
PermitWitnessTransferFrom0 is a paid mutator transaction binding the contract method 0xfe8ec1a7.
Solidity: function permitWitnessTransferFrom(((address,uint256)[],uint256,uint256) permit, (address,uint256)[] transferDetails, address owner, bytes32 witness, string witnessTypeString, bytes signature) returns()
func (*AbisTransactor) TransferFrom
func (_Abis *AbisTransactor) TransferFrom(opts *bind.TransactOpts, transferDetails []IAllowanceTransferAllowanceTransferDetails) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x0d58b1db.
Solidity: function transferFrom((address,address,uint160,address)[] transferDetails) returns()
func (*AbisTransactor) TransferFrom0
func (_Abis *AbisTransactor) TransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int, token common.Address) (*types.Transaction, error)
TransferFrom0 is a paid mutator transaction binding the contract method 0x36c78516.
Solidity: function transferFrom(address from, address to, uint160 amount, address token) returns()
type AbisTransactorRaw
type AbisTransactorRaw struct { Contract *AbisTransactor // Generic write-only contract binding to access the raw methods on }
AbisTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AbisTransactorRaw) Transact
func (_Abis *AbisTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AbisTransactorRaw) Transfer
func (_Abis *AbisTransactorRaw) 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 AbisTransactorSession
type AbisTransactorSession struct { Contract *AbisTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AbisTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AbisTransactorSession) Approve
func (_Abis *AbisTransactorSession) Approve(token common.Address, spender common.Address, amount *big.Int, expiration *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x87517c45.
Solidity: function approve(address token, address spender, uint160 amount, uint48 expiration) returns()
func (*AbisTransactorSession) InvalidateNonces
func (_Abis *AbisTransactorSession) InvalidateNonces(token common.Address, spender common.Address, newNonce *big.Int) (*types.Transaction, error)
InvalidateNonces is a paid mutator transaction binding the contract method 0x65d9723c.
Solidity: function invalidateNonces(address token, address spender, uint48 newNonce) returns()
func (*AbisTransactorSession) InvalidateUnorderedNonces
func (_Abis *AbisTransactorSession) InvalidateUnorderedNonces(wordPos *big.Int, mask *big.Int) (*types.Transaction, error)
InvalidateUnorderedNonces is a paid mutator transaction binding the contract method 0x3ff9dcb1.
Solidity: function invalidateUnorderedNonces(uint256 wordPos, uint256 mask) returns()
func (*AbisTransactorSession) Lockdown
func (_Abis *AbisTransactorSession) Lockdown(approvals []IAllowanceTransferTokenSpenderPair) (*types.Transaction, error)
Lockdown is a paid mutator transaction binding the contract method 0xcc53287f.
Solidity: function lockdown((address,address)[] approvals) returns()
func (*AbisTransactorSession) Permit
func (_Abis *AbisTransactorSession) Permit(owner common.Address, permitBatch IAllowanceTransferPermitBatch, signature []byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0x2a2d80d1.
Solidity: function permit(address owner, ((address,uint160,uint48,uint48)[],address,uint256) permitBatch, bytes signature) returns()
func (*AbisTransactorSession) Permit0
func (_Abis *AbisTransactorSession) Permit0(owner common.Address, permitSingle IAllowanceTransferPermitSingle, signature []byte) (*types.Transaction, error)
Permit0 is a paid mutator transaction binding the contract method 0x2b67b570.
Solidity: function permit(address owner, ((address,uint160,uint48,uint48),address,uint256) permitSingle, bytes signature) returns()
func (*AbisTransactorSession) PermitTransferFrom
func (_Abis *AbisTransactorSession) PermitTransferFrom(permit ISignatureTransferPermitTransferFrom, transferDetails ISignatureTransferSignatureTransferDetails, owner common.Address, signature []byte) (*types.Transaction, error)
PermitTransferFrom is a paid mutator transaction binding the contract method 0x30f28b7a.
Solidity: function permitTransferFrom(((address,uint256),uint256,uint256) permit, (address,uint256) transferDetails, address owner, bytes signature) returns()
func (*AbisTransactorSession) PermitTransferFrom0
func (_Abis *AbisTransactorSession) PermitTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, transferDetails []ISignatureTransferSignatureTransferDetails, owner common.Address, signature []byte) (*types.Transaction, error)
PermitTransferFrom0 is a paid mutator transaction binding the contract method 0xedd9444b.
Solidity: function permitTransferFrom(((address,uint256)[],uint256,uint256) permit, (address,uint256)[] transferDetails, address owner, bytes signature) returns()
func (*AbisTransactorSession) PermitWitnessTransferFrom
func (_Abis *AbisTransactorSession) PermitWitnessTransferFrom(permit ISignatureTransferPermitTransferFrom, transferDetails ISignatureTransferSignatureTransferDetails, owner common.Address, witness [32]byte, witnessTypeString string, signature []byte) (*types.Transaction, error)
PermitWitnessTransferFrom is a paid mutator transaction binding the contract method 0x137c29fe.
Solidity: function permitWitnessTransferFrom(((address,uint256),uint256,uint256) permit, (address,uint256) transferDetails, address owner, bytes32 witness, string witnessTypeString, bytes signature) returns()
func (*AbisTransactorSession) PermitWitnessTransferFrom0
func (_Abis *AbisTransactorSession) PermitWitnessTransferFrom0(permit ISignatureTransferPermitBatchTransferFrom, transferDetails []ISignatureTransferSignatureTransferDetails, owner common.Address, witness [32]byte, witnessTypeString string, signature []byte) (*types.Transaction, error)
PermitWitnessTransferFrom0 is a paid mutator transaction binding the contract method 0xfe8ec1a7.
Solidity: function permitWitnessTransferFrom(((address,uint256)[],uint256,uint256) permit, (address,uint256)[] transferDetails, address owner, bytes32 witness, string witnessTypeString, bytes signature) returns()
func (*AbisTransactorSession) TransferFrom
func (_Abis *AbisTransactorSession) TransferFrom(transferDetails []IAllowanceTransferAllowanceTransferDetails) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x0d58b1db.
Solidity: function transferFrom((address,address,uint160,address)[] transferDetails) returns()
func (*AbisTransactorSession) TransferFrom0
func (_Abis *AbisTransactorSession) TransferFrom0(from common.Address, to common.Address, amount *big.Int, token common.Address) (*types.Transaction, error)
TransferFrom0 is a paid mutator transaction binding the contract method 0x36c78516.
Solidity: function transferFrom(address from, address to, uint160 amount, address token) returns()
type AbisUnorderedNonceInvalidation
type AbisUnorderedNonceInvalidation struct { Owner common.Address Word *big.Int Mask *big.Int Raw types.Log // Blockchain specific contextual infos }
AbisUnorderedNonceInvalidation represents a UnorderedNonceInvalidation event raised by the Abis contract.
type AbisUnorderedNonceInvalidationIterator
type AbisUnorderedNonceInvalidationIterator struct { Event *AbisUnorderedNonceInvalidation // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AbisUnorderedNonceInvalidationIterator is returned from FilterUnorderedNonceInvalidation and is used to iterate over the raw logs and unpacked data for UnorderedNonceInvalidation events raised by the Abis contract.
func (*AbisUnorderedNonceInvalidationIterator) Close
func (it *AbisUnorderedNonceInvalidationIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AbisUnorderedNonceInvalidationIterator) Error
func (it *AbisUnorderedNonceInvalidationIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AbisUnorderedNonceInvalidationIterator) Next
func (it *AbisUnorderedNonceInvalidationIterator) 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 Contracts
type Contracts struct { ContractsCaller // Read-only binding to the contract ContractsTransactor // Write-only binding to the contract ContractsFilterer // Log filterer for contract events }
Contracts is an auto generated Go binding around an Ethereum contract.
func NewContracts
func NewContracts(address common.Address, backend bind.ContractBackend) (*Contracts, error)
NewContracts creates a new instance of Contracts, bound to a specific deployed contract.
type ContractsApproval
type ContractsApproval struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
ContractsApproval represents a Approval event raised by the Contracts contract.
type ContractsApprovalIterator
type ContractsApprovalIterator struct { Event *ContractsApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractsApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Contracts contract.
func (*ContractsApprovalIterator) Close
func (it *ContractsApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractsApprovalIterator) Error
func (it *ContractsApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractsApprovalIterator) Next
func (it *ContractsApprovalIterator) 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 ContractsCaller
type ContractsCaller struct { // contains filtered or unexported fields }
ContractsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewContractsCaller
func NewContractsCaller(address common.Address, caller bind.ContractCaller) (*ContractsCaller, error)
NewContractsCaller creates a new read-only instance of Contracts, bound to a specific deployed contract.
func (*ContractsCaller) Allowance
func (_Contracts *ContractsCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*ContractsCaller) BalanceOf
func (_Contracts *ContractsCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*ContractsCaller) Decimals
func (_Contracts *ContractsCaller) Decimals(opts *bind.CallOpts) (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ContractsCaller) Name
func (_Contracts *ContractsCaller) Name(opts *bind.CallOpts) (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ContractsCaller) Symbol
func (_Contracts *ContractsCaller) Symbol(opts *bind.CallOpts) (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ContractsCaller) TotalSupply
func (_Contracts *ContractsCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type ContractsCallerRaw
type ContractsCallerRaw struct { Contract *ContractsCaller // Generic read-only contract binding to access the raw methods on }
ContractsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ContractsCallerRaw) Call
func (_Contracts *ContractsCallerRaw) 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 ContractsCallerSession
type ContractsCallerSession struct { Contract *ContractsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ContractsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ContractsCallerSession) Allowance
func (_Contracts *ContractsCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*ContractsCallerSession) BalanceOf
func (_Contracts *ContractsCallerSession) BalanceOf(account common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*ContractsCallerSession) Decimals
func (_Contracts *ContractsCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ContractsCallerSession) Name
func (_Contracts *ContractsCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ContractsCallerSession) Symbol
func (_Contracts *ContractsCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ContractsCallerSession) TotalSupply
func (_Contracts *ContractsCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type ContractsFilterer
type ContractsFilterer struct { // contains filtered or unexported fields }
ContractsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewContractsFilterer
func NewContractsFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractsFilterer, error)
NewContractsFilterer creates a new log filterer instance of Contracts, bound to a specific deployed contract.
func (*ContractsFilterer) FilterApproval
func (_Contracts *ContractsFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ContractsApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*ContractsFilterer) FilterTransfer
func (_Contracts *ContractsFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ContractsTransferIterator, error)
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*ContractsFilterer) ParseApproval
func (_Contracts *ContractsFilterer) ParseApproval(log types.Log) (*ContractsApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*ContractsFilterer) ParseTransfer
func (_Contracts *ContractsFilterer) ParseTransfer(log types.Log) (*ContractsTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*ContractsFilterer) WatchApproval
func (_Contracts *ContractsFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractsApproval, owner []common.Address, spender []common.Address) (event.Subscription, error)
WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*ContractsFilterer) WatchTransfer
func (_Contracts *ContractsFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractsTransfer, from []common.Address, to []common.Address) (event.Subscription, error)
WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
type ContractsRaw
type ContractsRaw struct { Contract *Contracts // Generic contract binding to access the raw methods on }
ContractsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ContractsRaw) Call
func (_Contracts *ContractsRaw) 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 (*ContractsRaw) Transact
func (_Contracts *ContractsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractsRaw) Transfer
func (_Contracts *ContractsRaw) 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 ContractsSession
type ContractsSession struct { Contract *Contracts // 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 }
ContractsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ContractsSession) Allowance
func (_Contracts *ContractsSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*ContractsSession) Approve
func (_Contracts *ContractsSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 value) returns(bool)
func (*ContractsSession) BalanceOf
func (_Contracts *ContractsSession) BalanceOf(account common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*ContractsSession) Decimals
func (_Contracts *ContractsSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ContractsSession) Name
func (_Contracts *ContractsSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ContractsSession) Symbol
func (_Contracts *ContractsSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ContractsSession) TotalSupply
func (_Contracts *ContractsSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*ContractsSession) Transfer
func (_Contracts *ContractsSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 value) returns(bool)
func (*ContractsSession) TransferFrom
func (_Contracts *ContractsSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 value) returns(bool)
type ContractsTransactor
type ContractsTransactor struct { // contains filtered or unexported fields }
ContractsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewContractsTransactor
func NewContractsTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractsTransactor, error)
NewContractsTransactor creates a new write-only instance of Contracts, bound to a specific deployed contract.
func (*ContractsTransactor) Approve
func (_Contracts *ContractsTransactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 value) returns(bool)
func (*ContractsTransactor) Transfer
func (_Contracts *ContractsTransactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 value) returns(bool)
func (*ContractsTransactor) TransferFrom
func (_Contracts *ContractsTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 value) returns(bool)
type ContractsTransactorRaw
type ContractsTransactorRaw struct { Contract *ContractsTransactor // Generic write-only contract binding to access the raw methods on }
ContractsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ContractsTransactorRaw) Transact
func (_Contracts *ContractsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractsTransactorRaw) Transfer
func (_Contracts *ContractsTransactorRaw) 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 ContractsTransactorSession
type ContractsTransactorSession struct { Contract *ContractsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ContractsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ContractsTransactorSession) Approve
func (_Contracts *ContractsTransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 value) returns(bool)
func (*ContractsTransactorSession) Transfer
func (_Contracts *ContractsTransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 value) returns(bool)
func (*ContractsTransactorSession) TransferFrom
func (_Contracts *ContractsTransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 value) returns(bool)
type ContractsTransfer
type ContractsTransfer struct { From common.Address To common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
ContractsTransfer represents a Transfer event raised by the Contracts contract.
type ContractsTransferIterator
type ContractsTransferIterator struct { Event *ContractsTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractsTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Contracts contract.
func (*ContractsTransferIterator) Close
func (it *ContractsTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractsTransferIterator) Error
func (it *ContractsTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractsTransferIterator) Next
func (it *ContractsTransferIterator) 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 IAllowanceTransferAllowanceTransferDetails
type IAllowanceTransferAllowanceTransferDetails struct { From common.Address To common.Address Amount *big.Int Token common.Address }
IAllowanceTransferAllowanceTransferDetails is an auto generated low-level Go binding around an user-defined struct.
type IAllowanceTransferPermitBatch
type IAllowanceTransferPermitBatch struct { Details []IAllowanceTransferPermitDetails Spender common.Address SigDeadline *big.Int }
IAllowanceTransferPermitBatch is an auto generated low-level Go binding around an user-defined struct.
type IAllowanceTransferPermitDetails
type IAllowanceTransferPermitDetails struct { Token common.Address Amount *big.Int Expiration *big.Int Nonce *big.Int }
IAllowanceTransferPermitDetails is an auto generated low-level Go binding around an user-defined struct.
type IAllowanceTransferPermitSingle
type IAllowanceTransferPermitSingle struct { Details IAllowanceTransferPermitDetails Spender common.Address SigDeadline *big.Int }
IAllowanceTransferPermitSingle is an auto generated low-level Go binding around an user-defined struct.
type IAllowanceTransferTokenSpenderPair
type IAllowanceTransferTokenSpenderPair struct { Token common.Address Spender common.Address }
IAllowanceTransferTokenSpenderPair is an auto generated low-level Go binding around an user-defined struct.
type ISignatureTransferPermitBatchTransferFrom
type ISignatureTransferPermitBatchTransferFrom struct { Permitted []ISignatureTransferTokenPermissions Nonce *big.Int Deadline *big.Int }
ISignatureTransferPermitBatchTransferFrom is an auto generated low-level Go binding around an user-defined struct.
type ISignatureTransferPermitTransferFrom
type ISignatureTransferPermitTransferFrom struct { Permitted ISignatureTransferTokenPermissions Nonce *big.Int Deadline *big.Int }
ISignatureTransferPermitTransferFrom is an auto generated low-level Go binding around an user-defined struct.
type ISignatureTransferSignatureTransferDetails
type ISignatureTransferSignatureTransferDetails struct { To common.Address RequestedAmount *big.Int }
ISignatureTransferSignatureTransferDetails is an auto generated low-level Go binding around an user-defined struct.
type ISignatureTransferTokenPermissions
type ISignatureTransferTokenPermissions struct { Token common.Address Amount *big.Int }
ISignatureTransferTokenPermissions is an auto generated low-level Go binding around an user-defined struct.