Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + const CurrentVersion + var NativeABI = NativeMetaData.ABI + var NativeMetaData = &bind.MetaData + func GetABI() []byte + func GetBin() []byte + func GetParsedABI() *abi.ABI + func IsCodeFromBin(code []byte) bool + type Native struct + func NewNative(address common.Address, backend bind.ContractBackend) (*Native, error) + type NativeApproval struct + Owner common.Address + Raw types.Log + Spender common.Address + Value *big.Int + type NativeApprovalIterator struct + Event *NativeApproval + func (it *NativeApprovalIterator) Close() error + func (it *NativeApprovalIterator) Error() error + func (it *NativeApprovalIterator) Next() bool + type NativeCaller struct + func NewNativeCaller(address common.Address, caller bind.ContractCaller) (*NativeCaller, error) + func (_Native *NativeCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error) + func (_Native *NativeCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error) + func (_Native *NativeCaller) BankPrecompile(opts *bind.CallOpts) (common.Address, error) + func (_Native *NativeCaller) Ddecimals(opts *bind.CallOpts) (uint8, error) + func (_Native *NativeCaller) Decimals(opts *bind.CallOpts) (uint8, error) + func (_Native *NativeCaller) Denom(opts *bind.CallOpts) (string, error) + func (_Native *NativeCaller) Name(opts *bind.CallOpts) (string, error) + func (_Native *NativeCaller) Nname(opts *bind.CallOpts) (string, error) + func (_Native *NativeCaller) Ssymbol(opts *bind.CallOpts) (string, error) + func (_Native *NativeCaller) Symbol(opts *bind.CallOpts) (string, error) + func (_Native *NativeCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error) + type NativeCallerRaw struct + Contract *NativeCaller + func (_Native *NativeCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type NativeCallerSession struct + CallOpts bind.CallOpts + Contract *NativeCaller + func (_Native *NativeCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error) + func (_Native *NativeCallerSession) BalanceOf(account common.Address) (*big.Int, error) + func (_Native *NativeCallerSession) BankPrecompile() (common.Address, error) + func (_Native *NativeCallerSession) Ddecimals() (uint8, error) + func (_Native *NativeCallerSession) Decimals() (uint8, error) + func (_Native *NativeCallerSession) Denom() (string, error) + func (_Native *NativeCallerSession) Name() (string, error) + func (_Native *NativeCallerSession) Nname() (string, error) + func (_Native *NativeCallerSession) Ssymbol() (string, error) + func (_Native *NativeCallerSession) Symbol() (string, error) + func (_Native *NativeCallerSession) TotalSupply() (*big.Int, error) + type NativeFilterer struct + func NewNativeFilterer(address common.Address, filterer bind.ContractFilterer) (*NativeFilterer, error) + func (_Native *NativeFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*NativeApprovalIterator, error) + func (_Native *NativeFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*NativeTransferIterator, error) + func (_Native *NativeFilterer) ParseApproval(log types.Log) (*NativeApproval, error) + func (_Native *NativeFilterer) ParseTransfer(log types.Log) (*NativeTransfer, error) + func (_Native *NativeFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *NativeApproval, owner []common.Address, ...) (event.Subscription, error) + func (_Native *NativeFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *NativeTransfer, from []common.Address, ...) (event.Subscription, error) + type NativeRaw struct + Contract *Native + func (_Native *NativeRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Native *NativeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Native *NativeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type NativeSession struct + CallOpts bind.CallOpts + Contract *Native + TransactOpts bind.TransactOpts + func (_Native *NativeSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error) + func (_Native *NativeSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error) + func (_Native *NativeSession) BalanceOf(account common.Address) (*big.Int, error) + func (_Native *NativeSession) BankPrecompile() (common.Address, error) + func (_Native *NativeSession) Ddecimals() (uint8, error) + func (_Native *NativeSession) Decimals() (uint8, error) + func (_Native *NativeSession) Denom() (string, error) + func (_Native *NativeSession) Name() (string, error) + func (_Native *NativeSession) Nname() (string, error) + func (_Native *NativeSession) Ssymbol() (string, error) + func (_Native *NativeSession) Symbol() (string, error) + func (_Native *NativeSession) TotalSupply() (*big.Int, error) + func (_Native *NativeSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error) + func (_Native *NativeSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error) + type NativeTransactor struct + func NewNativeTransactor(address common.Address, transactor bind.ContractTransactor) (*NativeTransactor, error) + func (_Native *NativeTransactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error) + func (_Native *NativeTransactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error) + func (_Native *NativeTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error) + type NativeTransactorRaw struct + Contract *NativeTransactor + func (_Native *NativeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Native *NativeTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type NativeTransactorSession struct + Contract *NativeTransactor + TransactOpts bind.TransactOpts + func (_Native *NativeTransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error) + func (_Native *NativeTransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error) + func (_Native *NativeTransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error) + type NativeTransfer struct + From common.Address + Raw types.Log + To common.Address + Value *big.Int + type NativeTransferIterator struct + Event *NativeTransfer + func (it *NativeTransferIterator) Close() error + func (it *NativeTransferIterator) Error() error + func (it *NativeTransferIterator) Next() bool