Documentation ¶
Index ¶
- Variables
- type Atk
- type AtkApproval
- type AtkApprovalIterator
- type AtkCaller
- func (_Atk *AtkCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_Atk *AtkCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
- func (_Atk *AtkCaller) Claimed(opts *bind.CallOpts, arg0 common.Address) (bool, error)
- func (_Atk *AtkCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
- func (_Atk *AtkCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_Atk *AtkCaller) Eip712Domain(opts *bind.CallOpts) (struct{ ... }, error)
- func (_Atk *AtkCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Atk *AtkCaller) Nonces(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Atk *AtkCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Atk *AtkCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Atk *AtkCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type AtkCallerRaw
- type AtkCallerSession
- func (_Atk *AtkCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Atk *AtkCallerSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Atk *AtkCallerSession) Claimed(arg0 common.Address) (bool, error)
- func (_Atk *AtkCallerSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Atk *AtkCallerSession) Decimals() (uint8, error)
- func (_Atk *AtkCallerSession) Eip712Domain() (struct{ ... }, error)
- func (_Atk *AtkCallerSession) Name() (string, error)
- func (_Atk *AtkCallerSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Atk *AtkCallerSession) Owner() (common.Address, error)
- func (_Atk *AtkCallerSession) Symbol() (string, error)
- func (_Atk *AtkCallerSession) TotalSupply() (*big.Int, error)
- type AtkEIP712DomainChanged
- type AtkEIP712DomainChangedIterator
- type AtkFilterer
- func (_Atk *AtkFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*AtkApprovalIterator, error)
- func (_Atk *AtkFilterer) FilterEIP712DomainChanged(opts *bind.FilterOpts) (*AtkEIP712DomainChangedIterator, error)
- func (_Atk *AtkFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*AtkOwnershipTransferredIterator, error)
- func (_Atk *AtkFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*AtkTransferIterator, error)
- func (_Atk *AtkFilterer) ParseApproval(log types.Log) (*AtkApproval, error)
- func (_Atk *AtkFilterer) ParseEIP712DomainChanged(log types.Log) (*AtkEIP712DomainChanged, error)
- func (_Atk *AtkFilterer) ParseOwnershipTransferred(log types.Log) (*AtkOwnershipTransferred, error)
- func (_Atk *AtkFilterer) ParseTransfer(log types.Log) (*AtkTransfer, error)
- func (_Atk *AtkFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *AtkApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Atk *AtkFilterer) WatchEIP712DomainChanged(opts *bind.WatchOpts, sink chan<- *AtkEIP712DomainChanged) (event.Subscription, error)
- func (_Atk *AtkFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *AtkOwnershipTransferred, ...) (event.Subscription, error)
- func (_Atk *AtkFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *AtkTransfer, from []common.Address, ...) (event.Subscription, error)
- type AtkOwnershipTransferred
- type AtkOwnershipTransferredIterator
- type AtkRaw
- type AtkSession
- func (_Atk *AtkSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Atk *AtkSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Atk *AtkSession) Burn(value *big.Int) (*types.Transaction, error)
- func (_Atk *AtkSession) BurnFrom(account common.Address, value *big.Int) (*types.Transaction, error)
- func (_Atk *AtkSession) Claim(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkSession) Claimed(arg0 common.Address) (bool, error)
- func (_Atk *AtkSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Atk *AtkSession) Decimals() (uint8, error)
- func (_Atk *AtkSession) Eip712Domain() (struct{ ... }, error)
- func (_Atk *AtkSession) Name() (string, error)
- func (_Atk *AtkSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Atk *AtkSession) Owner() (common.Address, error)
- func (_Atk *AtkSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Atk *AtkSession) RenounceOwnership() (*types.Transaction, error)
- func (_Atk *AtkSession) Symbol() (string, error)
- func (_Atk *AtkSession) TotalSupply() (*big.Int, error)
- func (_Atk *AtkSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type AtkTransactor
- func (_Atk *AtkTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactor) Burn(opts *bind.TransactOpts, value *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactor) BurnFrom(opts *bind.TransactOpts, account common.Address, value *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactor) Claim(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_Atk *AtkTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Atk *AtkTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactor) TransferFrom(opts *bind.TransactOpts, sender common.Address, recipient common.Address, ...) (*types.Transaction, error)
- func (_Atk *AtkTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type AtkTransactorRaw
- type AtkTransactorSession
- func (_Atk *AtkTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) Burn(value *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) BurnFrom(account common.Address, value *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) Claim(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Atk *AtkTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type AtkTransfer
- type AtkTransferIterator
Constants ¶
This section is empty.
Variables ¶
var AtkABI = AtkMetaData.ABI
AtkABI is the input ABI used to generate the binding from. Deprecated: Use AtkMetaData.ABI instead.
var AtkMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"ECDSAInvalidSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"ECDSAInvalidSignatureLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"ECDSAInvalidSignatureS\",\"type\":\"error\"},{\"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\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"}],\"name\":\"ERC2612ExpiredSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"signer\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC2612InvalidSigner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"currentNonce\",\"type\":\"uint256\"}],\"name\":\"InvalidAccountNonce\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidShortString\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"str\",\"type\":\"string\"}],\"name\":\"StringTooLong\",\"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\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"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\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"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\":\"amount\",\"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\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"burnFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"claim\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"claimed\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"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\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
AtkMetaData contains all meta data concerning the Atk contract.
Functions ¶
This section is empty.
Types ¶
type Atk ¶
type Atk struct { AtkCaller // Read-only binding to the contract AtkTransactor // Write-only binding to the contract AtkFilterer // Log filterer for contract events }
Atk is an auto generated Go binding around an Ethereum contract.
type AtkApproval ¶
type AtkApproval struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
AtkApproval represents a Approval event raised by the Atk contract.
type AtkApprovalIterator ¶
type AtkApprovalIterator struct { Event *AtkApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AtkApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Atk contract.
func (*AtkApprovalIterator) Close ¶
func (it *AtkApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AtkApprovalIterator) Error ¶
func (it *AtkApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AtkApprovalIterator) Next ¶
func (it *AtkApprovalIterator) 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 AtkCaller ¶
type AtkCaller struct {
// contains filtered or unexported fields
}
AtkCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAtkCaller ¶
NewAtkCaller creates a new read-only instance of Atk, bound to a specific deployed contract.
func (*AtkCaller) Allowance ¶
func (_Atk *AtkCaller) 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 (*AtkCaller) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*AtkCaller) Claimed ¶
Claimed is a free data retrieval call binding the contract method 0xc884ef83.
Solidity: function claimed(address ) view returns(bool)
func (*AtkCaller) DOMAINSEPARATOR ¶
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*AtkCaller) Decimals ¶
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AtkCaller) Eip712Domain ¶
func (_Atk *AtkCaller) Eip712Domain(opts *bind.CallOpts) (struct { Fields [1]byte Name string Version string ChainId *big.Int VerifyingContract common.Address Salt [32]byte Extensions []*big.Int }, error)
Eip712Domain is a free data retrieval call binding the contract method 0x84b0196e.
Solidity: function eip712Domain() view returns(bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
func (*AtkCaller) Name ¶
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AtkCaller) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*AtkCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
type AtkCallerRaw ¶
type AtkCallerRaw struct {
Contract *AtkCaller // Generic read-only contract binding to access the raw methods on
}
AtkCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AtkCallerRaw) Call ¶
func (_Atk *AtkCallerRaw) 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 AtkCallerSession ¶
type AtkCallerSession struct { Contract *AtkCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AtkCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AtkCallerSession) Allowance ¶
func (_Atk *AtkCallerSession) 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 (*AtkCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*AtkCallerSession) Claimed ¶
func (_Atk *AtkCallerSession) Claimed(arg0 common.Address) (bool, error)
Claimed is a free data retrieval call binding the contract method 0xc884ef83.
Solidity: function claimed(address ) view returns(bool)
func (*AtkCallerSession) DOMAINSEPARATOR ¶
func (_Atk *AtkCallerSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*AtkCallerSession) Decimals ¶
func (_Atk *AtkCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AtkCallerSession) Eip712Domain ¶
func (_Atk *AtkCallerSession) Eip712Domain() (struct { Fields [1]byte Name string Version string ChainId *big.Int VerifyingContract common.Address Salt [32]byte Extensions []*big.Int }, error)
Eip712Domain is a free data retrieval call binding the contract method 0x84b0196e.
Solidity: function eip712Domain() view returns(bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
func (*AtkCallerSession) Name ¶
func (_Atk *AtkCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AtkCallerSession) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*AtkCallerSession) Owner ¶
func (_Atk *AtkCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AtkCallerSession) Symbol ¶
func (_Atk *AtkCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AtkCallerSession) TotalSupply ¶
func (_Atk *AtkCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type AtkEIP712DomainChanged ¶
AtkEIP712DomainChanged represents a EIP712DomainChanged event raised by the Atk contract.
type AtkEIP712DomainChangedIterator ¶
type AtkEIP712DomainChangedIterator struct { Event *AtkEIP712DomainChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AtkEIP712DomainChangedIterator is returned from FilterEIP712DomainChanged and is used to iterate over the raw logs and unpacked data for EIP712DomainChanged events raised by the Atk contract.
func (*AtkEIP712DomainChangedIterator) Close ¶
func (it *AtkEIP712DomainChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AtkEIP712DomainChangedIterator) Error ¶
func (it *AtkEIP712DomainChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AtkEIP712DomainChangedIterator) Next ¶
func (it *AtkEIP712DomainChangedIterator) 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 AtkFilterer ¶
type AtkFilterer struct {
// contains filtered or unexported fields
}
AtkFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAtkFilterer ¶
func NewAtkFilterer(address common.Address, filterer bind.ContractFilterer) (*AtkFilterer, error)
NewAtkFilterer creates a new log filterer instance of Atk, bound to a specific deployed contract.
func (*AtkFilterer) FilterApproval ¶
func (_Atk *AtkFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*AtkApprovalIterator, 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 (*AtkFilterer) FilterEIP712DomainChanged ¶
func (_Atk *AtkFilterer) FilterEIP712DomainChanged(opts *bind.FilterOpts) (*AtkEIP712DomainChangedIterator, error)
FilterEIP712DomainChanged is a free log retrieval operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
Solidity: event EIP712DomainChanged()
func (*AtkFilterer) FilterOwnershipTransferred ¶
func (_Atk *AtkFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*AtkOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AtkFilterer) FilterTransfer ¶
func (_Atk *AtkFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*AtkTransferIterator, 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 (*AtkFilterer) ParseApproval ¶
func (_Atk *AtkFilterer) ParseApproval(log types.Log) (*AtkApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*AtkFilterer) ParseEIP712DomainChanged ¶
func (_Atk *AtkFilterer) ParseEIP712DomainChanged(log types.Log) (*AtkEIP712DomainChanged, error)
ParseEIP712DomainChanged is a log parse operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
Solidity: event EIP712DomainChanged()
func (*AtkFilterer) ParseOwnershipTransferred ¶
func (_Atk *AtkFilterer) ParseOwnershipTransferred(log types.Log) (*AtkOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AtkFilterer) ParseTransfer ¶
func (_Atk *AtkFilterer) ParseTransfer(log types.Log) (*AtkTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*AtkFilterer) WatchApproval ¶
func (_Atk *AtkFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *AtkApproval, 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 (*AtkFilterer) WatchEIP712DomainChanged ¶
func (_Atk *AtkFilterer) WatchEIP712DomainChanged(opts *bind.WatchOpts, sink chan<- *AtkEIP712DomainChanged) (event.Subscription, error)
WatchEIP712DomainChanged is a free log subscription operation binding the contract event 0x0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31.
Solidity: event EIP712DomainChanged()
func (*AtkFilterer) WatchOwnershipTransferred ¶
func (_Atk *AtkFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *AtkOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AtkFilterer) WatchTransfer ¶
func (_Atk *AtkFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *AtkTransfer, 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 AtkOwnershipTransferred ¶
type AtkOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
AtkOwnershipTransferred represents a OwnershipTransferred event raised by the Atk contract.
type AtkOwnershipTransferredIterator ¶
type AtkOwnershipTransferredIterator struct { Event *AtkOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AtkOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Atk contract.
func (*AtkOwnershipTransferredIterator) Close ¶
func (it *AtkOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AtkOwnershipTransferredIterator) Error ¶
func (it *AtkOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AtkOwnershipTransferredIterator) Next ¶
func (it *AtkOwnershipTransferredIterator) 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 AtkRaw ¶
type AtkRaw struct {
Contract *Atk // Generic contract binding to access the raw methods on
}
AtkRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AtkRaw) Call ¶
func (_Atk *AtkRaw) 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 (*AtkRaw) Transact ¶
func (_Atk *AtkRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AtkRaw) Transfer ¶
func (_Atk *AtkRaw) 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 AtkSession ¶
type AtkSession struct { Contract *Atk // 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 }
AtkSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AtkSession) Allowance ¶
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*AtkSession) Approve ¶
func (_Atk *AtkSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*AtkSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*AtkSession) Burn ¶
func (_Atk *AtkSession) Burn(value *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 value) returns()
func (*AtkSession) BurnFrom ¶
func (_Atk *AtkSession) BurnFrom(account common.Address, value *big.Int) (*types.Transaction, error)
BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.
Solidity: function burnFrom(address account, uint256 value) returns()
func (*AtkSession) Claim ¶
func (_Atk *AtkSession) Claim(to common.Address, amount *big.Int) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0xaad3ec96.
Solidity: function claim(address to, uint256 amount) returns()
func (*AtkSession) Claimed ¶
func (_Atk *AtkSession) Claimed(arg0 common.Address) (bool, error)
Claimed is a free data retrieval call binding the contract method 0xc884ef83.
Solidity: function claimed(address ) view returns(bool)
func (*AtkSession) DOMAINSEPARATOR ¶
func (_Atk *AtkSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*AtkSession) Decimals ¶
func (_Atk *AtkSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AtkSession) Eip712Domain ¶
func (_Atk *AtkSession) Eip712Domain() (struct { Fields [1]byte Name string Version string ChainId *big.Int VerifyingContract common.Address Salt [32]byte Extensions []*big.Int }, error)
Eip712Domain is a free data retrieval call binding the contract method 0x84b0196e.
Solidity: function eip712Domain() view returns(bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
func (*AtkSession) Name ¶
func (_Atk *AtkSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AtkSession) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*AtkSession) Owner ¶
func (_Atk *AtkSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AtkSession) Permit ¶
func (_Atk *AtkSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*AtkSession) RenounceOwnership ¶
func (_Atk *AtkSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AtkSession) Symbol ¶
func (_Atk *AtkSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AtkSession) TotalSupply ¶
func (_Atk *AtkSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*AtkSession) Transfer ¶
func (_Atk *AtkSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 amount) returns(bool)
func (*AtkSession) TransferFrom ¶
func (_Atk *AtkSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)
func (*AtkSession) TransferOwnership ¶
func (_Atk *AtkSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AtkTransactor ¶
type AtkTransactor struct {
// contains filtered or unexported fields
}
AtkTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAtkTransactor ¶
func NewAtkTransactor(address common.Address, transactor bind.ContractTransactor) (*AtkTransactor, error)
NewAtkTransactor creates a new write-only instance of Atk, bound to a specific deployed contract.
func (*AtkTransactor) Approve ¶
func (_Atk *AtkTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*AtkTransactor) Burn ¶
func (_Atk *AtkTransactor) Burn(opts *bind.TransactOpts, value *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 value) returns()
func (*AtkTransactor) BurnFrom ¶
func (_Atk *AtkTransactor) BurnFrom(opts *bind.TransactOpts, account common.Address, value *big.Int) (*types.Transaction, error)
BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.
Solidity: function burnFrom(address account, uint256 value) returns()
func (*AtkTransactor) Claim ¶
func (_Atk *AtkTransactor) Claim(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0xaad3ec96.
Solidity: function claim(address to, uint256 amount) returns()
func (*AtkTransactor) Permit ¶
func (_Atk *AtkTransactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*AtkTransactor) RenounceOwnership ¶
func (_Atk *AtkTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AtkTransactor) Transfer ¶
func (_Atk *AtkTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 amount) returns(bool)
func (*AtkTransactor) TransferFrom ¶
func (_Atk *AtkTransactor) TransferFrom(opts *bind.TransactOpts, sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)
func (*AtkTransactor) TransferOwnership ¶
func (_Atk *AtkTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AtkTransactorRaw ¶
type AtkTransactorRaw struct {
Contract *AtkTransactor // Generic write-only contract binding to access the raw methods on
}
AtkTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AtkTransactorRaw) Transact ¶
func (_Atk *AtkTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AtkTransactorRaw) Transfer ¶
func (_Atk *AtkTransactorRaw) 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 AtkTransactorSession ¶
type AtkTransactorSession struct { Contract *AtkTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AtkTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AtkTransactorSession) Approve ¶
func (_Atk *AtkTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*AtkTransactorSession) Burn ¶
func (_Atk *AtkTransactorSession) Burn(value *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 value) returns()
func (*AtkTransactorSession) BurnFrom ¶
func (_Atk *AtkTransactorSession) BurnFrom(account common.Address, value *big.Int) (*types.Transaction, error)
BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.
Solidity: function burnFrom(address account, uint256 value) returns()
func (*AtkTransactorSession) Claim ¶
func (_Atk *AtkTransactorSession) Claim(to common.Address, amount *big.Int) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0xaad3ec96.
Solidity: function claim(address to, uint256 amount) returns()
func (*AtkTransactorSession) Permit ¶
func (_Atk *AtkTransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*AtkTransactorSession) RenounceOwnership ¶
func (_Atk *AtkTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AtkTransactorSession) Transfer ¶
func (_Atk *AtkTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 amount) returns(bool)
func (*AtkTransactorSession) TransferFrom ¶
func (_Atk *AtkTransactorSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)
func (*AtkTransactorSession) TransferOwnership ¶
func (_Atk *AtkTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AtkTransfer ¶
type AtkTransfer struct { From common.Address To common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
AtkTransfer represents a Transfer event raised by the Atk contract.
type AtkTransferIterator ¶
type AtkTransferIterator struct { Event *AtkTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AtkTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Atk contract.
func (*AtkTransferIterator) Close ¶
func (it *AtkTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AtkTransferIterator) Error ¶
func (it *AtkTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AtkTransferIterator) Next ¶
func (it *AtkTransferIterator) 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.