Documentation ¶
Index ¶
- Variables
- type SUSDTGoerli
- type SUSDTGoerliApproval
- type SUSDTGoerliApprovalIterator
- type SUSDTGoerliAssociatedSystemSet
- type SUSDTGoerliAssociatedSystemSetIterator
- type SUSDTGoerliCaller
- func (_SUSDTGoerli *SUSDTGoerliCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) GetAssociatedSystem(opts *bind.CallOpts, id [32]byte) (struct{ ... }, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) GetImplementation(opts *bind.CallOpts) (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) IsInitialized(opts *bind.CallOpts) (bool, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) Name(opts *bind.CallOpts) (string, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) NominatedOwner(opts *bind.CallOpts) (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_SUSDTGoerli *SUSDTGoerliCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type SUSDTGoerliCallerRaw
- type SUSDTGoerliCallerSession
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) Decimals() (uint8, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) GetAssociatedSystem(id [32]byte) (struct{ ... }, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) GetImplementation() (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) IsInitialized() (bool, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) Name() (string, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) NominatedOwner() (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) Owner() (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) Symbol() (string, error)
- func (_SUSDTGoerli *SUSDTGoerliCallerSession) TotalSupply() (*big.Int, error)
- type SUSDTGoerliFilterer
- func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*SUSDTGoerliApprovalIterator, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterAssociatedSystemSet(opts *bind.FilterOpts, kind [][32]byte, id [][32]byte) (*SUSDTGoerliAssociatedSystemSetIterator, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*SUSDTGoerliOwnerChangedIterator, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterOwnerNominated(opts *bind.FilterOpts) (*SUSDTGoerliOwnerNominatedIterator, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*SUSDTGoerliTransferIterator, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterUpgraded(opts *bind.FilterOpts, self []common.Address) (*SUSDTGoerliUpgradedIterator, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseApproval(log types.Log) (*SUSDTGoerliApproval, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseAssociatedSystemSet(log types.Log) (*SUSDTGoerliAssociatedSystemSet, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseOwnerChanged(log types.Log) (*SUSDTGoerliOwnerChanged, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseOwnerNominated(log types.Log) (*SUSDTGoerliOwnerNominated, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseTransfer(log types.Log) (*SUSDTGoerliTransfer, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseUpgraded(log types.Log) (*SUSDTGoerliUpgraded, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchAssociatedSystemSet(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliAssociatedSystemSet, ...) (event.Subscription, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliOwnerChanged) (event.Subscription, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchOwnerNominated(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliOwnerNominated) (event.Subscription, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliUpgraded, self []common.Address) (event.Subscription, error)
- type SUSDTGoerliOwnerChanged
- type SUSDTGoerliOwnerChangedIterator
- type SUSDTGoerliOwnerNominated
- type SUSDTGoerliOwnerNominatedIterator
- type SUSDTGoerliRaw
- func (_SUSDTGoerli *SUSDTGoerliRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_SUSDTGoerli *SUSDTGoerliRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SUSDTGoerliSession
- func (_SUSDTGoerli *SUSDTGoerliSession) AcceptOwnership() (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Burn(amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Burn0(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) BurnWithAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Decimals() (uint8, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) GetAssociatedSystem(id [32]byte) (struct{ ... }, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) GetImplementation() (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) InitOrUpgradeNft(id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) InitOrUpgradeToken(id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Initialize(tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) IsInitialized() (bool, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Mint(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Name() (string, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) NominatedOwner() (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Owner() (common.Address, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) RegisterUnmanagedSystem(id [32]byte, endpoint common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) RenounceNomination() (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) SetAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Symbol() (string, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) TotalSupply() (*big.Int, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- type SUSDTGoerliTransactor
- func (_SUSDTGoerli *SUSDTGoerliTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) Burn(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) Burn0(opts *bind.TransactOpts, target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) BurnWithAllowance(opts *bind.TransactOpts, from common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) InitOrUpgradeNft(opts *bind.TransactOpts, id [32]byte, name string, symbol string, uri string, ...) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) InitOrUpgradeToken(opts *bind.TransactOpts, id [32]byte, name string, symbol string, ...) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) Initialize(opts *bind.TransactOpts, tokenName string, tokenSymbol string, ...) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) Mint(opts *bind.TransactOpts, target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) NominateNewOwner(opts *bind.TransactOpts, newNominatedOwner common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) RegisterUnmanagedSystem(opts *bind.TransactOpts, id [32]byte, endpoint common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) RenounceNomination(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) SetAllowance(opts *bind.TransactOpts, from common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) SimulateUpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- type SUSDTGoerliTransactorRaw
- type SUSDTGoerliTransactorSession
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) AcceptOwnership() (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Burn(amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Burn0(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) BurnWithAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) InitOrUpgradeNft(id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) InitOrUpgradeToken(id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Initialize(tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Mint(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) RegisterUnmanagedSystem(id [32]byte, endpoint common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) RenounceNomination() (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) SetAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDTGoerli *SUSDTGoerliTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- type SUSDTGoerliTransfer
- type SUSDTGoerliTransferIterator
- type SUSDTGoerliUpgraded
- type SUSDTGoerliUpgradedIterator
Constants ¶
This section is empty.
Variables ¶
var SUSDTGoerliABI = SUSDTGoerliMetaData.ABI
SUSDTGoerliABI is the input ABI used to generate the binding from. Deprecated: Use SUSDTGoerliMetaData.ABI instead.
var SUSDTGoerliMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"ImplementationIsSterile\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoChange\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contr\",\"type\":\"address\"}],\"name\":\"NotAContract\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"NotNominated\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UpgradeSimulationFailed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddress\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldOwner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnerChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnerNominated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"self\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getImplementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newNominatedOwner\",\"type\":\"address\"}],\"name\":\"nominateNewOwner\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"nominatedOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceNomination\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"simulateUpgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"expected\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"actual\",\"type\":\"bytes32\"}],\"name\":\"MismatchAssociatedSystemKind\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"MissingAssociatedSystem\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"kind\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"proxy\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"impl\",\"type\":\"address\"}],\"name\":\"AssociatedSystemSet\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getAssociatedSystem\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"kind\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"impl\",\"type\":\"address\"}],\"name\":\"initOrUpgradeNft\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint8\",\"name\":\"decimals\",\"type\":\"uint8\"},{\"internalType\":\"address\",\"name\":\"impl\",\"type\":\"address\"}],\"name\":\"initOrUpgradeToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"endpoint\",\"type\":\"address\"}],\"name\":\"registerUnmanagedSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"existing\",\"type\":\"uint256\"}],\"name\":\"InsufficientAllowance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"existing\",\"type\":\"uint256\"}],\"name\":\"InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"parameter\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"reason\",\"type\":\"string\"}],\"name\":\"InvalidParameter\",\"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\":\"amount\",\"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\":\"amount\",\"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\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burnWithAllowance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"tokenName\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"tokenSymbol\",\"type\":\"string\"},{\"internalType\":\"uint8\",\"name\":\"tokenDecimals\",\"type\":\"uint8\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isInitialized\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"setAllowance\",\"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\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
SUSDTGoerliMetaData contains all meta data concerning the SUSDTGoerli contract.
Functions ¶
This section is empty.
Types ¶
type SUSDTGoerli ¶
type SUSDTGoerli struct { SUSDTGoerliCaller // Read-only binding to the contract SUSDTGoerliTransactor // Write-only binding to the contract SUSDTGoerliFilterer // Log filterer for contract events }
SUSDTGoerli is an auto generated Go binding around an Ethereum contract.
func NewSUSDTGoerli ¶
func NewSUSDTGoerli(address common.Address, backend bind.ContractBackend) (*SUSDTGoerli, error)
NewSUSDTGoerli creates a new instance of SUSDTGoerli, bound to a specific deployed contract.
type SUSDTGoerliApproval ¶
type SUSDTGoerliApproval struct { Owner common.Address Spender common.Address Amount *big.Int Raw types.Log // Blockchain specific contextual infos }
SUSDTGoerliApproval represents a Approval event raised by the SUSDTGoerli contract.
type SUSDTGoerliApprovalIterator ¶
type SUSDTGoerliApprovalIterator struct { Event *SUSDTGoerliApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTGoerliApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the SUSDTGoerli contract.
func (*SUSDTGoerliApprovalIterator) Close ¶
func (it *SUSDTGoerliApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTGoerliApprovalIterator) Error ¶
func (it *SUSDTGoerliApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTGoerliApprovalIterator) Next ¶
func (it *SUSDTGoerliApprovalIterator) 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 SUSDTGoerliAssociatedSystemSet ¶
type SUSDTGoerliAssociatedSystemSet struct { Kind [32]byte Id [32]byte Proxy common.Address Impl common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTGoerliAssociatedSystemSet represents a AssociatedSystemSet event raised by the SUSDTGoerli contract.
type SUSDTGoerliAssociatedSystemSetIterator ¶
type SUSDTGoerliAssociatedSystemSetIterator struct { Event *SUSDTGoerliAssociatedSystemSet // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTGoerliAssociatedSystemSetIterator is returned from FilterAssociatedSystemSet and is used to iterate over the raw logs and unpacked data for AssociatedSystemSet events raised by the SUSDTGoerli contract.
func (*SUSDTGoerliAssociatedSystemSetIterator) Close ¶
func (it *SUSDTGoerliAssociatedSystemSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTGoerliAssociatedSystemSetIterator) Error ¶
func (it *SUSDTGoerliAssociatedSystemSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTGoerliAssociatedSystemSetIterator) Next ¶
func (it *SUSDTGoerliAssociatedSystemSetIterator) 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 SUSDTGoerliCaller ¶
type SUSDTGoerliCaller struct {
// contains filtered or unexported fields
}
SUSDTGoerliCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewSUSDTGoerliCaller ¶
func NewSUSDTGoerliCaller(address common.Address, caller bind.ContractCaller) (*SUSDTGoerliCaller, error)
NewSUSDTGoerliCaller creates a new read-only instance of SUSDTGoerli, bound to a specific deployed contract.
func (*SUSDTGoerliCaller) Allowance ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) 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 (*SUSDTGoerliCaller) BalanceOf ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*SUSDTGoerliCaller) Decimals ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) 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 (*SUSDTGoerliCaller) GetAssociatedSystem ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) GetAssociatedSystem(opts *bind.CallOpts, id [32]byte) (struct { Addr common.Address Kind [32]byte }, error)
GetAssociatedSystem is a free data retrieval call binding the contract method 0x60988e09.
Solidity: function getAssociatedSystem(bytes32 id) view returns(address addr, bytes32 kind)
func (*SUSDTGoerliCaller) GetImplementation ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) GetImplementation(opts *bind.CallOpts) (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*SUSDTGoerliCaller) IsInitialized ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) IsInitialized(opts *bind.CallOpts) (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*SUSDTGoerliCaller) Name ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) 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 (*SUSDTGoerliCaller) NominatedOwner ¶
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*SUSDTGoerliCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*SUSDTGoerliCaller) Symbol ¶
func (_SUSDTGoerli *SUSDTGoerliCaller) 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 (*SUSDTGoerliCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type SUSDTGoerliCallerRaw ¶
type SUSDTGoerliCallerRaw struct {
Contract *SUSDTGoerliCaller // Generic read-only contract binding to access the raw methods on
}
SUSDTGoerliCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*SUSDTGoerliCallerRaw) Call ¶
func (_SUSDTGoerli *SUSDTGoerliCallerRaw) 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 SUSDTGoerliCallerSession ¶
type SUSDTGoerliCallerSession struct { Contract *SUSDTGoerliCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
SUSDTGoerliCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*SUSDTGoerliCallerSession) Allowance ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) 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 (*SUSDTGoerliCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*SUSDTGoerliCallerSession) Decimals ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*SUSDTGoerliCallerSession) GetAssociatedSystem ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) GetAssociatedSystem(id [32]byte) (struct { Addr common.Address Kind [32]byte }, error)
GetAssociatedSystem is a free data retrieval call binding the contract method 0x60988e09.
Solidity: function getAssociatedSystem(bytes32 id) view returns(address addr, bytes32 kind)
func (*SUSDTGoerliCallerSession) GetImplementation ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) GetImplementation() (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*SUSDTGoerliCallerSession) IsInitialized ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) IsInitialized() (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*SUSDTGoerliCallerSession) Name ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*SUSDTGoerliCallerSession) NominatedOwner ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) NominatedOwner() (common.Address, error)
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*SUSDTGoerliCallerSession) Owner ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*SUSDTGoerliCallerSession) Symbol ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*SUSDTGoerliCallerSession) TotalSupply ¶
func (_SUSDTGoerli *SUSDTGoerliCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type SUSDTGoerliFilterer ¶
type SUSDTGoerliFilterer struct {
// contains filtered or unexported fields
}
SUSDTGoerliFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewSUSDTGoerliFilterer ¶
func NewSUSDTGoerliFilterer(address common.Address, filterer bind.ContractFilterer) (*SUSDTGoerliFilterer, error)
NewSUSDTGoerliFilterer creates a new log filterer instance of SUSDTGoerli, bound to a specific deployed contract.
func (*SUSDTGoerliFilterer) FilterApproval ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*SUSDTGoerliApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 amount)
func (*SUSDTGoerliFilterer) FilterAssociatedSystemSet ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterAssociatedSystemSet(opts *bind.FilterOpts, kind [][32]byte, id [][32]byte) (*SUSDTGoerliAssociatedSystemSetIterator, error)
FilterAssociatedSystemSet is a free log retrieval operation binding the contract event 0xc8551a5a03a7b06d5d20159b3b8839429a7aefab4bf3d020f1b65fa903ccb3d2.
Solidity: event AssociatedSystemSet(bytes32 indexed kind, bytes32 indexed id, address proxy, address impl)
func (*SUSDTGoerliFilterer) FilterOwnerChanged ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*SUSDTGoerliOwnerChangedIterator, error)
FilterOwnerChanged is a free log retrieval operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*SUSDTGoerliFilterer) FilterOwnerNominated ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterOwnerNominated(opts *bind.FilterOpts) (*SUSDTGoerliOwnerNominatedIterator, error)
FilterOwnerNominated is a free log retrieval operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*SUSDTGoerliFilterer) FilterTransfer ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*SUSDTGoerliTransferIterator, error)
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 amount)
func (*SUSDTGoerliFilterer) FilterUpgraded ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) FilterUpgraded(opts *bind.FilterOpts, self []common.Address) (*SUSDTGoerliUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
func (*SUSDTGoerliFilterer) ParseApproval ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseApproval(log types.Log) (*SUSDTGoerliApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 amount)
func (*SUSDTGoerliFilterer) ParseAssociatedSystemSet ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseAssociatedSystemSet(log types.Log) (*SUSDTGoerliAssociatedSystemSet, error)
ParseAssociatedSystemSet is a log parse operation binding the contract event 0xc8551a5a03a7b06d5d20159b3b8839429a7aefab4bf3d020f1b65fa903ccb3d2.
Solidity: event AssociatedSystemSet(bytes32 indexed kind, bytes32 indexed id, address proxy, address impl)
func (*SUSDTGoerliFilterer) ParseOwnerChanged ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseOwnerChanged(log types.Log) (*SUSDTGoerliOwnerChanged, error)
ParseOwnerChanged is a log parse operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*SUSDTGoerliFilterer) ParseOwnerNominated ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseOwnerNominated(log types.Log) (*SUSDTGoerliOwnerNominated, error)
ParseOwnerNominated is a log parse operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*SUSDTGoerliFilterer) ParseTransfer ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseTransfer(log types.Log) (*SUSDTGoerliTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 amount)
func (*SUSDTGoerliFilterer) ParseUpgraded ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) ParseUpgraded(log types.Log) (*SUSDTGoerliUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
func (*SUSDTGoerliFilterer) WatchApproval ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliApproval, 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 amount)
func (*SUSDTGoerliFilterer) WatchAssociatedSystemSet ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchAssociatedSystemSet(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliAssociatedSystemSet, kind [][32]byte, id [][32]byte) (event.Subscription, error)
WatchAssociatedSystemSet is a free log subscription operation binding the contract event 0xc8551a5a03a7b06d5d20159b3b8839429a7aefab4bf3d020f1b65fa903ccb3d2.
Solidity: event AssociatedSystemSet(bytes32 indexed kind, bytes32 indexed id, address proxy, address impl)
func (*SUSDTGoerliFilterer) WatchOwnerChanged ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliOwnerChanged) (event.Subscription, error)
WatchOwnerChanged is a free log subscription operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*SUSDTGoerliFilterer) WatchOwnerNominated ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchOwnerNominated(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliOwnerNominated) (event.Subscription, error)
WatchOwnerNominated is a free log subscription operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*SUSDTGoerliFilterer) WatchTransfer ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliTransfer, 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 amount)
func (*SUSDTGoerliFilterer) WatchUpgraded ¶
func (_SUSDTGoerli *SUSDTGoerliFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *SUSDTGoerliUpgraded, self []common.Address) (event.Subscription, error)
WatchUpgraded is a free log subscription operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
type SUSDTGoerliOwnerChanged ¶
type SUSDTGoerliOwnerChanged struct { OldOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTGoerliOwnerChanged represents a OwnerChanged event raised by the SUSDTGoerli contract.
type SUSDTGoerliOwnerChangedIterator ¶
type SUSDTGoerliOwnerChangedIterator struct { Event *SUSDTGoerliOwnerChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTGoerliOwnerChangedIterator is returned from FilterOwnerChanged and is used to iterate over the raw logs and unpacked data for OwnerChanged events raised by the SUSDTGoerli contract.
func (*SUSDTGoerliOwnerChangedIterator) Close ¶
func (it *SUSDTGoerliOwnerChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTGoerliOwnerChangedIterator) Error ¶
func (it *SUSDTGoerliOwnerChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTGoerliOwnerChangedIterator) Next ¶
func (it *SUSDTGoerliOwnerChangedIterator) 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 SUSDTGoerliOwnerNominated ¶
type SUSDTGoerliOwnerNominated struct { NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTGoerliOwnerNominated represents a OwnerNominated event raised by the SUSDTGoerli contract.
type SUSDTGoerliOwnerNominatedIterator ¶
type SUSDTGoerliOwnerNominatedIterator struct { Event *SUSDTGoerliOwnerNominated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTGoerliOwnerNominatedIterator is returned from FilterOwnerNominated and is used to iterate over the raw logs and unpacked data for OwnerNominated events raised by the SUSDTGoerli contract.
func (*SUSDTGoerliOwnerNominatedIterator) Close ¶
func (it *SUSDTGoerliOwnerNominatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTGoerliOwnerNominatedIterator) Error ¶
func (it *SUSDTGoerliOwnerNominatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTGoerliOwnerNominatedIterator) Next ¶
func (it *SUSDTGoerliOwnerNominatedIterator) 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 SUSDTGoerliRaw ¶
type SUSDTGoerliRaw struct {
Contract *SUSDTGoerli // Generic contract binding to access the raw methods on
}
SUSDTGoerliRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*SUSDTGoerliRaw) Call ¶
func (_SUSDTGoerli *SUSDTGoerliRaw) 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 (*SUSDTGoerliRaw) Transact ¶
func (_SUSDTGoerli *SUSDTGoerliRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SUSDTGoerliRaw) Transfer ¶
func (_SUSDTGoerli *SUSDTGoerliRaw) 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 SUSDTGoerliSession ¶
type SUSDTGoerliSession struct { Contract *SUSDTGoerli // 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 }
SUSDTGoerliSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*SUSDTGoerliSession) AcceptOwnership ¶
func (_SUSDTGoerli *SUSDTGoerliSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*SUSDTGoerliSession) Allowance ¶
func (_SUSDTGoerli *SUSDTGoerliSession) 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 (*SUSDTGoerliSession) Approve ¶
func (_SUSDTGoerli *SUSDTGoerliSession) 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 (*SUSDTGoerliSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*SUSDTGoerliSession) Burn ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Burn(amount *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 amount) returns()
func (*SUSDTGoerliSession) Burn0 ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Burn0(target common.Address, amount *big.Int) (*types.Transaction, error)
Burn0 is a paid mutator transaction binding the contract method 0x9dc29fac.
Solidity: function burn(address target, uint256 amount) returns()
func (*SUSDTGoerliSession) BurnWithAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliSession) BurnWithAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
BurnWithAllowance is a paid mutator transaction binding the contract method 0xaaa15fd1.
Solidity: function burnWithAllowance(address from, address spender, uint256 amount) returns()
func (*SUSDTGoerliSession) Decimals ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*SUSDTGoerliSession) DecreaseAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*SUSDTGoerliSession) GetAssociatedSystem ¶
func (_SUSDTGoerli *SUSDTGoerliSession) GetAssociatedSystem(id [32]byte) (struct { Addr common.Address Kind [32]byte }, error)
GetAssociatedSystem is a free data retrieval call binding the contract method 0x60988e09.
Solidity: function getAssociatedSystem(bytes32 id) view returns(address addr, bytes32 kind)
func (*SUSDTGoerliSession) GetImplementation ¶
func (_SUSDTGoerli *SUSDTGoerliSession) GetImplementation() (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*SUSDTGoerliSession) IncreaseAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*SUSDTGoerliSession) InitOrUpgradeNft ¶
func (_SUSDTGoerli *SUSDTGoerliSession) InitOrUpgradeNft(id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
InitOrUpgradeNft is a paid mutator transaction binding the contract method 0x2d22bef9.
Solidity: function initOrUpgradeNft(bytes32 id, string name, string symbol, string uri, address impl) returns()
func (*SUSDTGoerliSession) InitOrUpgradeToken ¶
func (_SUSDTGoerli *SUSDTGoerliSession) InitOrUpgradeToken(id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
InitOrUpgradeToken is a paid mutator transaction binding the contract method 0xc6f79537.
Solidity: function initOrUpgradeToken(bytes32 id, string name, string symbol, uint8 decimals, address impl) returns()
func (*SUSDTGoerliSession) Initialize ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Initialize(tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1624f6c6.
Solidity: function initialize(string tokenName, string tokenSymbol, uint8 tokenDecimals) returns()
func (*SUSDTGoerliSession) IsInitialized ¶
func (_SUSDTGoerli *SUSDTGoerliSession) IsInitialized() (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*SUSDTGoerliSession) Mint ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Mint(target common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address target, uint256 amount) returns()
func (*SUSDTGoerliSession) Name ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*SUSDTGoerliSession) NominateNewOwner ¶
func (_SUSDTGoerli *SUSDTGoerliSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
NominateNewOwner is a paid mutator transaction binding the contract method 0x1627540c.
Solidity: function nominateNewOwner(address newNominatedOwner) returns()
func (*SUSDTGoerliSession) NominatedOwner ¶
func (_SUSDTGoerli *SUSDTGoerliSession) NominatedOwner() (common.Address, error)
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*SUSDTGoerliSession) Owner ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*SUSDTGoerliSession) RegisterUnmanagedSystem ¶
func (_SUSDTGoerli *SUSDTGoerliSession) RegisterUnmanagedSystem(id [32]byte, endpoint common.Address) (*types.Transaction, error)
RegisterUnmanagedSystem is a paid mutator transaction binding the contract method 0xd245d983.
Solidity: function registerUnmanagedSystem(bytes32 id, address endpoint) returns()
func (*SUSDTGoerliSession) RenounceNomination ¶
func (_SUSDTGoerli *SUSDTGoerliSession) RenounceNomination() (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*SUSDTGoerliSession) SetAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliSession) SetAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
SetAllowance is a paid mutator transaction binding the contract method 0xda46098c.
Solidity: function setAllowance(address from, address spender, uint256 amount) returns()
func (*SUSDTGoerliSession) SimulateUpgradeTo ¶
func (_SUSDTGoerli *SUSDTGoerliSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
SimulateUpgradeTo is a paid mutator transaction binding the contract method 0xc7f62cda.
Solidity: function simulateUpgradeTo(address newImplementation) returns()
func (*SUSDTGoerliSession) Symbol ¶
func (_SUSDTGoerli *SUSDTGoerliSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*SUSDTGoerliSession) TotalSupply ¶
func (_SUSDTGoerli *SUSDTGoerliSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*SUSDTGoerliSession) Transfer ¶
func (_SUSDTGoerli *SUSDTGoerliSession) 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 (*SUSDTGoerliSession) TransferFrom ¶
func (_SUSDTGoerli *SUSDTGoerliSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (*SUSDTGoerliSession) UpgradeTo ¶
func (_SUSDTGoerli *SUSDTGoerliSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
type SUSDTGoerliTransactor ¶
type SUSDTGoerliTransactor struct {
// contains filtered or unexported fields
}
SUSDTGoerliTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewSUSDTGoerliTransactor ¶
func NewSUSDTGoerliTransactor(address common.Address, transactor bind.ContractTransactor) (*SUSDTGoerliTransactor, error)
NewSUSDTGoerliTransactor creates a new write-only instance of SUSDTGoerli, bound to a specific deployed contract.
func (*SUSDTGoerliTransactor) AcceptOwnership ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*SUSDTGoerliTransactor) Approve ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) 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 (*SUSDTGoerliTransactor) Burn ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) Burn(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 amount) returns()
func (*SUSDTGoerliTransactor) Burn0 ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) Burn0(opts *bind.TransactOpts, target common.Address, amount *big.Int) (*types.Transaction, error)
Burn0 is a paid mutator transaction binding the contract method 0x9dc29fac.
Solidity: function burn(address target, uint256 amount) returns()
func (*SUSDTGoerliTransactor) BurnWithAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) BurnWithAllowance(opts *bind.TransactOpts, from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
BurnWithAllowance is a paid mutator transaction binding the contract method 0xaaa15fd1.
Solidity: function burnWithAllowance(address from, address spender, uint256 amount) returns()
func (*SUSDTGoerliTransactor) DecreaseAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*SUSDTGoerliTransactor) IncreaseAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*SUSDTGoerliTransactor) InitOrUpgradeNft ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) InitOrUpgradeNft(opts *bind.TransactOpts, id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
InitOrUpgradeNft is a paid mutator transaction binding the contract method 0x2d22bef9.
Solidity: function initOrUpgradeNft(bytes32 id, string name, string symbol, string uri, address impl) returns()
func (*SUSDTGoerliTransactor) InitOrUpgradeToken ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) InitOrUpgradeToken(opts *bind.TransactOpts, id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
InitOrUpgradeToken is a paid mutator transaction binding the contract method 0xc6f79537.
Solidity: function initOrUpgradeToken(bytes32 id, string name, string symbol, uint8 decimals, address impl) returns()
func (*SUSDTGoerliTransactor) Initialize ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) Initialize(opts *bind.TransactOpts, tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1624f6c6.
Solidity: function initialize(string tokenName, string tokenSymbol, uint8 tokenDecimals) returns()
func (*SUSDTGoerliTransactor) Mint ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) Mint(opts *bind.TransactOpts, target common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address target, uint256 amount) returns()
func (*SUSDTGoerliTransactor) NominateNewOwner ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) NominateNewOwner(opts *bind.TransactOpts, newNominatedOwner common.Address) (*types.Transaction, error)
NominateNewOwner is a paid mutator transaction binding the contract method 0x1627540c.
Solidity: function nominateNewOwner(address newNominatedOwner) returns()
func (*SUSDTGoerliTransactor) RegisterUnmanagedSystem ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) RegisterUnmanagedSystem(opts *bind.TransactOpts, id [32]byte, endpoint common.Address) (*types.Transaction, error)
RegisterUnmanagedSystem is a paid mutator transaction binding the contract method 0xd245d983.
Solidity: function registerUnmanagedSystem(bytes32 id, address endpoint) returns()
func (*SUSDTGoerliTransactor) RenounceNomination ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) RenounceNomination(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*SUSDTGoerliTransactor) SetAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) SetAllowance(opts *bind.TransactOpts, from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
SetAllowance is a paid mutator transaction binding the contract method 0xda46098c.
Solidity: function setAllowance(address from, address spender, uint256 amount) returns()
func (*SUSDTGoerliTransactor) SimulateUpgradeTo ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) SimulateUpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
SimulateUpgradeTo is a paid mutator transaction binding the contract method 0xc7f62cda.
Solidity: function simulateUpgradeTo(address newImplementation) returns()
func (*SUSDTGoerliTransactor) Transfer ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) 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 (*SUSDTGoerliTransactor) TransferFrom ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (*SUSDTGoerliTransactor) UpgradeTo ¶
func (_SUSDTGoerli *SUSDTGoerliTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
type SUSDTGoerliTransactorRaw ¶
type SUSDTGoerliTransactorRaw struct {
Contract *SUSDTGoerliTransactor // Generic write-only contract binding to access the raw methods on
}
SUSDTGoerliTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*SUSDTGoerliTransactorRaw) Transact ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SUSDTGoerliTransactorRaw) Transfer ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorRaw) 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 SUSDTGoerliTransactorSession ¶
type SUSDTGoerliTransactorSession struct { Contract *SUSDTGoerliTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
SUSDTGoerliTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*SUSDTGoerliTransactorSession) AcceptOwnership ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*SUSDTGoerliTransactorSession) Approve ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) 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 (*SUSDTGoerliTransactorSession) Burn ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Burn(amount *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 amount) returns()
func (*SUSDTGoerliTransactorSession) Burn0 ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Burn0(target common.Address, amount *big.Int) (*types.Transaction, error)
Burn0 is a paid mutator transaction binding the contract method 0x9dc29fac.
Solidity: function burn(address target, uint256 amount) returns()
func (*SUSDTGoerliTransactorSession) BurnWithAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) BurnWithAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
BurnWithAllowance is a paid mutator transaction binding the contract method 0xaaa15fd1.
Solidity: function burnWithAllowance(address from, address spender, uint256 amount) returns()
func (*SUSDTGoerliTransactorSession) DecreaseAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*SUSDTGoerliTransactorSession) IncreaseAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*SUSDTGoerliTransactorSession) InitOrUpgradeNft ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) InitOrUpgradeNft(id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
InitOrUpgradeNft is a paid mutator transaction binding the contract method 0x2d22bef9.
Solidity: function initOrUpgradeNft(bytes32 id, string name, string symbol, string uri, address impl) returns()
func (*SUSDTGoerliTransactorSession) InitOrUpgradeToken ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) InitOrUpgradeToken(id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
InitOrUpgradeToken is a paid mutator transaction binding the contract method 0xc6f79537.
Solidity: function initOrUpgradeToken(bytes32 id, string name, string symbol, uint8 decimals, address impl) returns()
func (*SUSDTGoerliTransactorSession) Initialize ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Initialize(tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1624f6c6.
Solidity: function initialize(string tokenName, string tokenSymbol, uint8 tokenDecimals) returns()
func (*SUSDTGoerliTransactorSession) Mint ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) Mint(target common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address target, uint256 amount) returns()
func (*SUSDTGoerliTransactorSession) NominateNewOwner ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
NominateNewOwner is a paid mutator transaction binding the contract method 0x1627540c.
Solidity: function nominateNewOwner(address newNominatedOwner) returns()
func (*SUSDTGoerliTransactorSession) RegisterUnmanagedSystem ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) RegisterUnmanagedSystem(id [32]byte, endpoint common.Address) (*types.Transaction, error)
RegisterUnmanagedSystem is a paid mutator transaction binding the contract method 0xd245d983.
Solidity: function registerUnmanagedSystem(bytes32 id, address endpoint) returns()
func (*SUSDTGoerliTransactorSession) RenounceNomination ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) RenounceNomination() (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*SUSDTGoerliTransactorSession) SetAllowance ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) SetAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
SetAllowance is a paid mutator transaction binding the contract method 0xda46098c.
Solidity: function setAllowance(address from, address spender, uint256 amount) returns()
func (*SUSDTGoerliTransactorSession) SimulateUpgradeTo ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
SimulateUpgradeTo is a paid mutator transaction binding the contract method 0xc7f62cda.
Solidity: function simulateUpgradeTo(address newImplementation) returns()
func (*SUSDTGoerliTransactorSession) Transfer ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) 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 (*SUSDTGoerliTransactorSession) TransferFrom ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (*SUSDTGoerliTransactorSession) UpgradeTo ¶
func (_SUSDTGoerli *SUSDTGoerliTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
type SUSDTGoerliTransfer ¶
type SUSDTGoerliTransfer struct { From common.Address To common.Address Amount *big.Int Raw types.Log // Blockchain specific contextual infos }
SUSDTGoerliTransfer represents a Transfer event raised by the SUSDTGoerli contract.
type SUSDTGoerliTransferIterator ¶
type SUSDTGoerliTransferIterator struct { Event *SUSDTGoerliTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTGoerliTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the SUSDTGoerli contract.
func (*SUSDTGoerliTransferIterator) Close ¶
func (it *SUSDTGoerliTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTGoerliTransferIterator) Error ¶
func (it *SUSDTGoerliTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTGoerliTransferIterator) Next ¶
func (it *SUSDTGoerliTransferIterator) 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 SUSDTGoerliUpgraded ¶
type SUSDTGoerliUpgraded struct { Self common.Address Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTGoerliUpgraded represents a Upgraded event raised by the SUSDTGoerli contract.
type SUSDTGoerliUpgradedIterator ¶
type SUSDTGoerliUpgradedIterator struct { Event *SUSDTGoerliUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTGoerliUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the SUSDTGoerli contract.
func (*SUSDTGoerliUpgradedIterator) Close ¶
func (it *SUSDTGoerliUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTGoerliUpgradedIterator) Error ¶
func (it *SUSDTGoerliUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTGoerliUpgradedIterator) Next ¶
func (it *SUSDTGoerliUpgradedIterator) 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.