Documentation ¶
Index ¶
- Variables
- type SUSDT
- type SUSDTApproval
- type SUSDTApprovalIterator
- type SUSDTAssociatedSystemSet
- type SUSDTAssociatedSystemSetIterator
- type SUSDTCaller
- func (_SUSDT *SUSDTCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_SUSDT *SUSDTCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_SUSDT *SUSDTCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_SUSDT *SUSDTCaller) GetAssociatedSystem(opts *bind.CallOpts, id [32]byte) (struct{ ... }, error)
- func (_SUSDT *SUSDTCaller) GetImplementation(opts *bind.CallOpts) (common.Address, error)
- func (_SUSDT *SUSDTCaller) IsInitialized(opts *bind.CallOpts) (bool, error)
- func (_SUSDT *SUSDTCaller) Name(opts *bind.CallOpts) (string, error)
- func (_SUSDT *SUSDTCaller) NominatedOwner(opts *bind.CallOpts) (common.Address, error)
- func (_SUSDT *SUSDTCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_SUSDT *SUSDTCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_SUSDT *SUSDTCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type SUSDTCallerRaw
- type SUSDTCallerSession
- func (_SUSDT *SUSDTCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_SUSDT *SUSDTCallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_SUSDT *SUSDTCallerSession) Decimals() (uint8, error)
- func (_SUSDT *SUSDTCallerSession) GetAssociatedSystem(id [32]byte) (struct{ ... }, error)
- func (_SUSDT *SUSDTCallerSession) GetImplementation() (common.Address, error)
- func (_SUSDT *SUSDTCallerSession) IsInitialized() (bool, error)
- func (_SUSDT *SUSDTCallerSession) Name() (string, error)
- func (_SUSDT *SUSDTCallerSession) NominatedOwner() (common.Address, error)
- func (_SUSDT *SUSDTCallerSession) Owner() (common.Address, error)
- func (_SUSDT *SUSDTCallerSession) Symbol() (string, error)
- func (_SUSDT *SUSDTCallerSession) TotalSupply() (*big.Int, error)
- type SUSDTFilterer
- func (_SUSDT *SUSDTFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*SUSDTApprovalIterator, error)
- func (_SUSDT *SUSDTFilterer) FilterAssociatedSystemSet(opts *bind.FilterOpts, kind [][32]byte, id [][32]byte) (*SUSDTAssociatedSystemSetIterator, error)
- func (_SUSDT *SUSDTFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*SUSDTOwnerChangedIterator, error)
- func (_SUSDT *SUSDTFilterer) FilterOwnerNominated(opts *bind.FilterOpts) (*SUSDTOwnerNominatedIterator, error)
- func (_SUSDT *SUSDTFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*SUSDTTransferIterator, error)
- func (_SUSDT *SUSDTFilterer) FilterUpgraded(opts *bind.FilterOpts, self []common.Address) (*SUSDTUpgradedIterator, error)
- func (_SUSDT *SUSDTFilterer) ParseApproval(log types.Log) (*SUSDTApproval, error)
- func (_SUSDT *SUSDTFilterer) ParseAssociatedSystemSet(log types.Log) (*SUSDTAssociatedSystemSet, error)
- func (_SUSDT *SUSDTFilterer) ParseOwnerChanged(log types.Log) (*SUSDTOwnerChanged, error)
- func (_SUSDT *SUSDTFilterer) ParseOwnerNominated(log types.Log) (*SUSDTOwnerNominated, error)
- func (_SUSDT *SUSDTFilterer) ParseTransfer(log types.Log) (*SUSDTTransfer, error)
- func (_SUSDT *SUSDTFilterer) ParseUpgraded(log types.Log) (*SUSDTUpgraded, error)
- func (_SUSDT *SUSDTFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *SUSDTApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_SUSDT *SUSDTFilterer) WatchAssociatedSystemSet(opts *bind.WatchOpts, sink chan<- *SUSDTAssociatedSystemSet, kind [][32]byte, ...) (event.Subscription, error)
- func (_SUSDT *SUSDTFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *SUSDTOwnerChanged) (event.Subscription, error)
- func (_SUSDT *SUSDTFilterer) WatchOwnerNominated(opts *bind.WatchOpts, sink chan<- *SUSDTOwnerNominated) (event.Subscription, error)
- func (_SUSDT *SUSDTFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *SUSDTTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_SUSDT *SUSDTFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *SUSDTUpgraded, self []common.Address) (event.Subscription, error)
- type SUSDTOwnerChanged
- type SUSDTOwnerChangedIterator
- type SUSDTOwnerNominated
- type SUSDTOwnerNominatedIterator
- type SUSDTRaw
- func (_SUSDT *SUSDTRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_SUSDT *SUSDTRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_SUSDT *SUSDTRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SUSDTSession
- func (_SUSDT *SUSDTSession) AcceptOwnership() (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_SUSDT *SUSDTSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_SUSDT *SUSDTSession) Burn(amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) Burn0(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) BurnWithAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) Decimals() (uint8, error)
- func (_SUSDT *SUSDTSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) GetAssociatedSystem(id [32]byte) (struct{ ... }, error)
- func (_SUSDT *SUSDTSession) GetImplementation() (common.Address, error)
- func (_SUSDT *SUSDTSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) InitOrUpgradeNft(id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) InitOrUpgradeToken(id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) Initialize(tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) IsInitialized() (bool, error)
- func (_SUSDT *SUSDTSession) Mint(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) Name() (string, error)
- func (_SUSDT *SUSDTSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) NominatedOwner() (common.Address, error)
- func (_SUSDT *SUSDTSession) Owner() (common.Address, error)
- func (_SUSDT *SUSDTSession) RegisterUnmanagedSystem(id [32]byte, endpoint common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) RenounceNomination() (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) SetAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) Symbol() (string, error)
- func (_SUSDT *SUSDTSession) TotalSupply() (*big.Int, error)
- func (_SUSDT *SUSDTSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- type SUSDTTransactor
- func (_SUSDT *SUSDTTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) Burn(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) Burn0(opts *bind.TransactOpts, target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) BurnWithAllowance(opts *bind.TransactOpts, from common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) InitOrUpgradeNft(opts *bind.TransactOpts, id [32]byte, name string, symbol string, uri string, ...) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) InitOrUpgradeToken(opts *bind.TransactOpts, id [32]byte, name string, symbol string, ...) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) Initialize(opts *bind.TransactOpts, tokenName string, tokenSymbol string, ...) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) Mint(opts *bind.TransactOpts, target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) NominateNewOwner(opts *bind.TransactOpts, newNominatedOwner common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) RegisterUnmanagedSystem(opts *bind.TransactOpts, id [32]byte, endpoint common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) RenounceNomination(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) SetAllowance(opts *bind.TransactOpts, from common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) SimulateUpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- type SUSDTTransactorRaw
- type SUSDTTransactorSession
- func (_SUSDT *SUSDTTransactorSession) AcceptOwnership() (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) Burn(amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) Burn0(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) BurnWithAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) InitOrUpgradeNft(id [32]byte, name string, symbol string, uri string, impl common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) InitOrUpgradeToken(id [32]byte, name string, symbol string, decimals uint8, impl common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) Initialize(tokenName string, tokenSymbol string, tokenDecimals uint8) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) Mint(target common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) NominateNewOwner(newNominatedOwner common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) RegisterUnmanagedSystem(id [32]byte, endpoint common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) RenounceNomination() (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) SetAllowance(from common.Address, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) SimulateUpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_SUSDT *SUSDTTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- type SUSDTTransfer
- type SUSDTTransferIterator
- type SUSDTUpgraded
- type SUSDTUpgradedIterator
Constants ¶
This section is empty.
Variables ¶
var SUSDTABI = SUSDTMetaData.ABI
SUSDTABI is the input ABI used to generate the binding from. Deprecated: Use SUSDTMetaData.ABI instead.
var SUSDTMetaData = &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\"}]",
}
SUSDTMetaData contains all meta data concerning the SUSDT contract.
Functions ¶
This section is empty.
Types ¶
type SUSDT ¶
type SUSDT struct { SUSDTCaller // Read-only binding to the contract SUSDTTransactor // Write-only binding to the contract SUSDTFilterer // Log filterer for contract events }
SUSDT is an auto generated Go binding around an Ethereum contract.
type SUSDTApproval ¶
type SUSDTApproval struct { Owner common.Address Spender common.Address Amount *big.Int Raw types.Log // Blockchain specific contextual infos }
SUSDTApproval represents a Approval event raised by the SUSDT contract.
type SUSDTApprovalIterator ¶
type SUSDTApprovalIterator struct { Event *SUSDTApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the SUSDT contract.
func (*SUSDTApprovalIterator) Close ¶
func (it *SUSDTApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTApprovalIterator) Error ¶
func (it *SUSDTApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTApprovalIterator) Next ¶
func (it *SUSDTApprovalIterator) 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 SUSDTAssociatedSystemSet ¶
type SUSDTAssociatedSystemSet struct { Kind [32]byte Id [32]byte Proxy common.Address Impl common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTAssociatedSystemSet represents a AssociatedSystemSet event raised by the SUSDT contract.
type SUSDTAssociatedSystemSetIterator ¶
type SUSDTAssociatedSystemSetIterator struct { Event *SUSDTAssociatedSystemSet // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTAssociatedSystemSetIterator is returned from FilterAssociatedSystemSet and is used to iterate over the raw logs and unpacked data for AssociatedSystemSet events raised by the SUSDT contract.
func (*SUSDTAssociatedSystemSetIterator) Close ¶
func (it *SUSDTAssociatedSystemSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTAssociatedSystemSetIterator) Error ¶
func (it *SUSDTAssociatedSystemSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTAssociatedSystemSetIterator) Next ¶
func (it *SUSDTAssociatedSystemSetIterator) 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 SUSDTCaller ¶
type SUSDTCaller struct {
// contains filtered or unexported fields
}
SUSDTCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewSUSDTCaller ¶
func NewSUSDTCaller(address common.Address, caller bind.ContractCaller) (*SUSDTCaller, error)
NewSUSDTCaller creates a new read-only instance of SUSDT, bound to a specific deployed contract.
func (*SUSDTCaller) Allowance ¶
func (_SUSDT *SUSDTCaller) 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 (*SUSDTCaller) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*SUSDTCaller) Decimals ¶
func (_SUSDT *SUSDTCaller) 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 (*SUSDTCaller) GetAssociatedSystem ¶
func (_SUSDT *SUSDTCaller) 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 (*SUSDTCaller) GetImplementation ¶
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*SUSDTCaller) IsInitialized ¶
func (_SUSDT *SUSDTCaller) 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 (*SUSDTCaller) Name ¶
func (_SUSDT *SUSDTCaller) 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 (*SUSDTCaller) NominatedOwner ¶
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*SUSDTCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*SUSDTCaller) Symbol ¶
func (_SUSDT *SUSDTCaller) 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 (*SUSDTCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type SUSDTCallerRaw ¶
type SUSDTCallerRaw struct {
Contract *SUSDTCaller // Generic read-only contract binding to access the raw methods on
}
SUSDTCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*SUSDTCallerRaw) Call ¶
func (_SUSDT *SUSDTCallerRaw) 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 SUSDTCallerSession ¶
type SUSDTCallerSession struct { Contract *SUSDTCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
SUSDTCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*SUSDTCallerSession) Allowance ¶
func (_SUSDT *SUSDTCallerSession) 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 (*SUSDTCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*SUSDTCallerSession) Decimals ¶
func (_SUSDT *SUSDTCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*SUSDTCallerSession) GetAssociatedSystem ¶
func (_SUSDT *SUSDTCallerSession) 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 (*SUSDTCallerSession) GetImplementation ¶
func (_SUSDT *SUSDTCallerSession) GetImplementation() (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*SUSDTCallerSession) IsInitialized ¶
func (_SUSDT *SUSDTCallerSession) IsInitialized() (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*SUSDTCallerSession) Name ¶
func (_SUSDT *SUSDTCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*SUSDTCallerSession) NominatedOwner ¶
func (_SUSDT *SUSDTCallerSession) NominatedOwner() (common.Address, error)
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*SUSDTCallerSession) Owner ¶
func (_SUSDT *SUSDTCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*SUSDTCallerSession) Symbol ¶
func (_SUSDT *SUSDTCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*SUSDTCallerSession) TotalSupply ¶
func (_SUSDT *SUSDTCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type SUSDTFilterer ¶
type SUSDTFilterer struct {
// contains filtered or unexported fields
}
SUSDTFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewSUSDTFilterer ¶
func NewSUSDTFilterer(address common.Address, filterer bind.ContractFilterer) (*SUSDTFilterer, error)
NewSUSDTFilterer creates a new log filterer instance of SUSDT, bound to a specific deployed contract.
func (*SUSDTFilterer) FilterApproval ¶
func (_SUSDT *SUSDTFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*SUSDTApprovalIterator, 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 (*SUSDTFilterer) FilterAssociatedSystemSet ¶
func (_SUSDT *SUSDTFilterer) FilterAssociatedSystemSet(opts *bind.FilterOpts, kind [][32]byte, id [][32]byte) (*SUSDTAssociatedSystemSetIterator, 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 (*SUSDTFilterer) FilterOwnerChanged ¶
func (_SUSDT *SUSDTFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*SUSDTOwnerChangedIterator, error)
FilterOwnerChanged is a free log retrieval operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*SUSDTFilterer) FilterOwnerNominated ¶
func (_SUSDT *SUSDTFilterer) FilterOwnerNominated(opts *bind.FilterOpts) (*SUSDTOwnerNominatedIterator, error)
FilterOwnerNominated is a free log retrieval operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*SUSDTFilterer) FilterTransfer ¶
func (_SUSDT *SUSDTFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*SUSDTTransferIterator, 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 (*SUSDTFilterer) FilterUpgraded ¶
func (_SUSDT *SUSDTFilterer) FilterUpgraded(opts *bind.FilterOpts, self []common.Address) (*SUSDTUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
func (*SUSDTFilterer) ParseApproval ¶
func (_SUSDT *SUSDTFilterer) ParseApproval(log types.Log) (*SUSDTApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 amount)
func (*SUSDTFilterer) ParseAssociatedSystemSet ¶
func (_SUSDT *SUSDTFilterer) ParseAssociatedSystemSet(log types.Log) (*SUSDTAssociatedSystemSet, 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 (*SUSDTFilterer) ParseOwnerChanged ¶
func (_SUSDT *SUSDTFilterer) ParseOwnerChanged(log types.Log) (*SUSDTOwnerChanged, error)
ParseOwnerChanged is a log parse operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*SUSDTFilterer) ParseOwnerNominated ¶
func (_SUSDT *SUSDTFilterer) ParseOwnerNominated(log types.Log) (*SUSDTOwnerNominated, error)
ParseOwnerNominated is a log parse operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*SUSDTFilterer) ParseTransfer ¶
func (_SUSDT *SUSDTFilterer) ParseTransfer(log types.Log) (*SUSDTTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 amount)
func (*SUSDTFilterer) ParseUpgraded ¶
func (_SUSDT *SUSDTFilterer) ParseUpgraded(log types.Log) (*SUSDTUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0x5d611f318680d00598bb735d61bacf0c514c6b50e1e5ad30040a4df2b12791c7.
Solidity: event Upgraded(address indexed self, address implementation)
func (*SUSDTFilterer) WatchApproval ¶
func (_SUSDT *SUSDTFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *SUSDTApproval, 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 (*SUSDTFilterer) WatchAssociatedSystemSet ¶
func (_SUSDT *SUSDTFilterer) WatchAssociatedSystemSet(opts *bind.WatchOpts, sink chan<- *SUSDTAssociatedSystemSet, 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 (*SUSDTFilterer) WatchOwnerChanged ¶
func (_SUSDT *SUSDTFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *SUSDTOwnerChanged) (event.Subscription, error)
WatchOwnerChanged is a free log subscription operation binding the contract event 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c.
Solidity: event OwnerChanged(address oldOwner, address newOwner)
func (*SUSDTFilterer) WatchOwnerNominated ¶
func (_SUSDT *SUSDTFilterer) WatchOwnerNominated(opts *bind.WatchOpts, sink chan<- *SUSDTOwnerNominated) (event.Subscription, error)
WatchOwnerNominated is a free log subscription operation binding the contract event 0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22.
Solidity: event OwnerNominated(address newOwner)
func (*SUSDTFilterer) WatchTransfer ¶
func (_SUSDT *SUSDTFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *SUSDTTransfer, 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 (*SUSDTFilterer) WatchUpgraded ¶
func (_SUSDT *SUSDTFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *SUSDTUpgraded, 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 SUSDTOwnerChanged ¶
type SUSDTOwnerChanged struct { OldOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTOwnerChanged represents a OwnerChanged event raised by the SUSDT contract.
type SUSDTOwnerChangedIterator ¶
type SUSDTOwnerChangedIterator struct { Event *SUSDTOwnerChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTOwnerChangedIterator is returned from FilterOwnerChanged and is used to iterate over the raw logs and unpacked data for OwnerChanged events raised by the SUSDT contract.
func (*SUSDTOwnerChangedIterator) Close ¶
func (it *SUSDTOwnerChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTOwnerChangedIterator) Error ¶
func (it *SUSDTOwnerChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTOwnerChangedIterator) Next ¶
func (it *SUSDTOwnerChangedIterator) 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 SUSDTOwnerNominated ¶
type SUSDTOwnerNominated struct { NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTOwnerNominated represents a OwnerNominated event raised by the SUSDT contract.
type SUSDTOwnerNominatedIterator ¶
type SUSDTOwnerNominatedIterator struct { Event *SUSDTOwnerNominated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTOwnerNominatedIterator is returned from FilterOwnerNominated and is used to iterate over the raw logs and unpacked data for OwnerNominated events raised by the SUSDT contract.
func (*SUSDTOwnerNominatedIterator) Close ¶
func (it *SUSDTOwnerNominatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTOwnerNominatedIterator) Error ¶
func (it *SUSDTOwnerNominatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTOwnerNominatedIterator) Next ¶
func (it *SUSDTOwnerNominatedIterator) 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 SUSDTRaw ¶
type SUSDTRaw struct {
Contract *SUSDT // Generic contract binding to access the raw methods on
}
SUSDTRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*SUSDTRaw) Call ¶
func (_SUSDT *SUSDTRaw) 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 (*SUSDTRaw) Transact ¶
func (_SUSDT *SUSDTRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SUSDTRaw) Transfer ¶
func (_SUSDT *SUSDTRaw) 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 SUSDTSession ¶
type SUSDTSession struct { Contract *SUSDT // 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 }
SUSDTSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*SUSDTSession) AcceptOwnership ¶
func (_SUSDT *SUSDTSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*SUSDTSession) Allowance ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) Approve ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*SUSDTSession) Burn ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) Burn0 ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) BurnWithAllowance ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) Decimals ¶
func (_SUSDT *SUSDTSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*SUSDTSession) DecreaseAllowance ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) GetAssociatedSystem ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) GetImplementation ¶
func (_SUSDT *SUSDTSession) GetImplementation() (common.Address, error)
GetImplementation is a free data retrieval call binding the contract method 0xaaf10f42.
Solidity: function getImplementation() view returns(address)
func (*SUSDTSession) IncreaseAllowance ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) InitOrUpgradeNft ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) InitOrUpgradeToken ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) Initialize ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) IsInitialized ¶
func (_SUSDT *SUSDTSession) IsInitialized() (bool, error)
IsInitialized is a free data retrieval call binding the contract method 0x392e53cd.
Solidity: function isInitialized() view returns(bool)
func (*SUSDTSession) Mint ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) Name ¶
func (_SUSDT *SUSDTSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*SUSDTSession) NominateNewOwner ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) NominatedOwner ¶
func (_SUSDT *SUSDTSession) NominatedOwner() (common.Address, error)
NominatedOwner is a free data retrieval call binding the contract method 0x53a47bb7.
Solidity: function nominatedOwner() view returns(address)
func (*SUSDTSession) Owner ¶
func (_SUSDT *SUSDTSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*SUSDTSession) RegisterUnmanagedSystem ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) RenounceNomination ¶
func (_SUSDT *SUSDTSession) RenounceNomination() (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*SUSDTSession) SetAllowance ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) SimulateUpgradeTo ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) Symbol ¶
func (_SUSDT *SUSDTSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*SUSDTSession) TotalSupply ¶
func (_SUSDT *SUSDTSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*SUSDTSession) Transfer ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) TransferFrom ¶
func (_SUSDT *SUSDTSession) 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 (*SUSDTSession) UpgradeTo ¶
func (_SUSDT *SUSDTSession) 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 SUSDTTransactor ¶
type SUSDTTransactor struct {
// contains filtered or unexported fields
}
SUSDTTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewSUSDTTransactor ¶
func NewSUSDTTransactor(address common.Address, transactor bind.ContractTransactor) (*SUSDTTransactor, error)
NewSUSDTTransactor creates a new write-only instance of SUSDT, bound to a specific deployed contract.
func (*SUSDTTransactor) AcceptOwnership ¶
func (_SUSDT *SUSDTTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*SUSDTTransactor) Approve ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) Burn ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) Burn0 ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) BurnWithAllowance ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) DecreaseAllowance ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) IncreaseAllowance ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) InitOrUpgradeNft ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) InitOrUpgradeToken ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) Initialize ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) Mint ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) NominateNewOwner ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) RegisterUnmanagedSystem ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) RenounceNomination ¶
func (_SUSDT *SUSDTTransactor) RenounceNomination(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*SUSDTTransactor) SetAllowance ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) SimulateUpgradeTo ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) Transfer ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) TransferFrom ¶
func (_SUSDT *SUSDTTransactor) 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 (*SUSDTTransactor) UpgradeTo ¶
func (_SUSDT *SUSDTTransactor) 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 SUSDTTransactorRaw ¶
type SUSDTTransactorRaw struct {
Contract *SUSDTTransactor // Generic write-only contract binding to access the raw methods on
}
SUSDTTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*SUSDTTransactorRaw) Transact ¶
func (_SUSDT *SUSDTTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SUSDTTransactorRaw) Transfer ¶
func (_SUSDT *SUSDTTransactorRaw) 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 SUSDTTransactorSession ¶
type SUSDTTransactorSession struct { Contract *SUSDTTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
SUSDTTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*SUSDTTransactorSession) AcceptOwnership ¶
func (_SUSDT *SUSDTTransactorSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*SUSDTTransactorSession) Approve ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) Burn ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) Burn0 ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) BurnWithAllowance ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) DecreaseAllowance ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) IncreaseAllowance ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) InitOrUpgradeNft ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) InitOrUpgradeToken ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) Initialize ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) Mint ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) NominateNewOwner ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) RegisterUnmanagedSystem ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) RenounceNomination ¶
func (_SUSDT *SUSDTTransactorSession) RenounceNomination() (*types.Transaction, error)
RenounceNomination is a paid mutator transaction binding the contract method 0x718fe928.
Solidity: function renounceNomination() returns()
func (*SUSDTTransactorSession) SetAllowance ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) SimulateUpgradeTo ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) Transfer ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) TransferFrom ¶
func (_SUSDT *SUSDTTransactorSession) 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 (*SUSDTTransactorSession) UpgradeTo ¶
func (_SUSDT *SUSDTTransactorSession) 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 SUSDTTransfer ¶
type SUSDTTransfer struct { From common.Address To common.Address Amount *big.Int Raw types.Log // Blockchain specific contextual infos }
SUSDTTransfer represents a Transfer event raised by the SUSDT contract.
type SUSDTTransferIterator ¶
type SUSDTTransferIterator struct { Event *SUSDTTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the SUSDT contract.
func (*SUSDTTransferIterator) Close ¶
func (it *SUSDTTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTTransferIterator) Error ¶
func (it *SUSDTTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTTransferIterator) Next ¶
func (it *SUSDTTransferIterator) 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 SUSDTUpgraded ¶
type SUSDTUpgraded struct { Self common.Address Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
SUSDTUpgraded represents a Upgraded event raised by the SUSDT contract.
type SUSDTUpgradedIterator ¶
type SUSDTUpgradedIterator struct { Event *SUSDTUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
SUSDTUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the SUSDT contract.
func (*SUSDTUpgradedIterator) Close ¶
func (it *SUSDTUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*SUSDTUpgradedIterator) Error ¶
func (it *SUSDTUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*SUSDTUpgradedIterator) Next ¶
func (it *SUSDTUpgradedIterator) 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.