Documentation ¶
Index ¶
- Variables
- type Usdt
- type UsdtAddedBlackList
- type UsdtAddedBlackListIterator
- type UsdtApproval
- type UsdtApprovalIterator
- type UsdtCaller
- func (_Usdt *UsdtCaller) Allowance(opts *bind.CallOpts, _owner common.Address, _spender common.Address) (*big.Int, error)
- func (_Usdt *UsdtCaller) Allowed(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)
- func (_Usdt *UsdtCaller) BalanceOf(opts *bind.CallOpts, who common.Address) (*big.Int, error)
- func (_Usdt *UsdtCaller) Balances(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)
- func (_Usdt *UsdtCaller) BasisPointsRate(opts *bind.CallOpts) (*big.Int, error)
- func (_Usdt *UsdtCaller) Decimals(opts *bind.CallOpts) (*big.Int, error)
- func (_Usdt *UsdtCaller) Deprecated(opts *bind.CallOpts) (bool, error)
- func (_Usdt *UsdtCaller) GetBlackListStatus(opts *bind.CallOpts, _maker common.Address) (bool, error)
- func (_Usdt *UsdtCaller) GetOwner(opts *bind.CallOpts) (common.Address, error)
- func (_Usdt *UsdtCaller) IsBlackListed(opts *bind.CallOpts, arg0 common.Address) (bool, error)
- func (_Usdt *UsdtCaller) MAXUINT(opts *bind.CallOpts) (*big.Int, error)
- func (_Usdt *UsdtCaller) MaximumFee(opts *bind.CallOpts) (*big.Int, error)
- func (_Usdt *UsdtCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Usdt *UsdtCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Usdt *UsdtCaller) Paused(opts *bind.CallOpts) (bool, error)
- func (_Usdt *UsdtCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Usdt *UsdtCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- func (_Usdt *UsdtCaller) TotalSupply1(opts *bind.CallOpts) (*big.Int, error)
- func (_Usdt *UsdtCaller) UpgradedAddress(opts *bind.CallOpts) (common.Address, error)
- type UsdtCallerRaw
- type UsdtCallerSession
- func (_Usdt *UsdtCallerSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)
- func (_Usdt *UsdtCallerSession) Allowed(arg0 common.Address, arg1 common.Address) (*big.Int, error)
- func (_Usdt *UsdtCallerSession) BalanceOf(who common.Address) (*big.Int, error)
- func (_Usdt *UsdtCallerSession) Balances(arg0 common.Address) (*big.Int, error)
- func (_Usdt *UsdtCallerSession) BasisPointsRate() (*big.Int, error)
- func (_Usdt *UsdtCallerSession) Decimals() (*big.Int, error)
- func (_Usdt *UsdtCallerSession) Deprecated() (bool, error)
- func (_Usdt *UsdtCallerSession) GetBlackListStatus(_maker common.Address) (bool, error)
- func (_Usdt *UsdtCallerSession) GetOwner() (common.Address, error)
- func (_Usdt *UsdtCallerSession) IsBlackListed(arg0 common.Address) (bool, error)
- func (_Usdt *UsdtCallerSession) MAXUINT() (*big.Int, error)
- func (_Usdt *UsdtCallerSession) MaximumFee() (*big.Int, error)
- func (_Usdt *UsdtCallerSession) Name() (string, error)
- func (_Usdt *UsdtCallerSession) Owner() (common.Address, error)
- func (_Usdt *UsdtCallerSession) Paused() (bool, error)
- func (_Usdt *UsdtCallerSession) Symbol() (string, error)
- func (_Usdt *UsdtCallerSession) TotalSupply() (*big.Int, error)
- func (_Usdt *UsdtCallerSession) TotalSupply1() (*big.Int, error)
- func (_Usdt *UsdtCallerSession) UpgradedAddress() (common.Address, error)
- type UsdtDeprecate
- type UsdtDeprecateIterator
- type UsdtDestroyedBlackFunds
- type UsdtDestroyedBlackFundsIterator
- type UsdtFilterer
- func (_Usdt *UsdtFilterer) FilterAddedBlackList(opts *bind.FilterOpts) (*UsdtAddedBlackListIterator, error)
- func (_Usdt *UsdtFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*UsdtApprovalIterator, error)
- func (_Usdt *UsdtFilterer) FilterDeprecate(opts *bind.FilterOpts) (*UsdtDeprecateIterator, error)
- func (_Usdt *UsdtFilterer) FilterDestroyedBlackFunds(opts *bind.FilterOpts) (*UsdtDestroyedBlackFundsIterator, error)
- func (_Usdt *UsdtFilterer) FilterIssue(opts *bind.FilterOpts) (*UsdtIssueIterator, error)
- func (_Usdt *UsdtFilterer) FilterParams(opts *bind.FilterOpts) (*UsdtParamsIterator, error)
- func (_Usdt *UsdtFilterer) FilterPause(opts *bind.FilterOpts) (*UsdtPauseIterator, error)
- func (_Usdt *UsdtFilterer) FilterRedeem(opts *bind.FilterOpts) (*UsdtRedeemIterator, error)
- func (_Usdt *UsdtFilterer) FilterRemovedBlackList(opts *bind.FilterOpts) (*UsdtRemovedBlackListIterator, error)
- func (_Usdt *UsdtFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*UsdtTransferIterator, error)
- func (_Usdt *UsdtFilterer) FilterUnpause(opts *bind.FilterOpts) (*UsdtUnpauseIterator, error)
- func (_Usdt *UsdtFilterer) ParseAddedBlackList(log types.Log) (*UsdtAddedBlackList, error)
- func (_Usdt *UsdtFilterer) ParseApproval(log types.Log) (*UsdtApproval, error)
- func (_Usdt *UsdtFilterer) ParseDeprecate(log types.Log) (*UsdtDeprecate, error)
- func (_Usdt *UsdtFilterer) ParseDestroyedBlackFunds(log types.Log) (*UsdtDestroyedBlackFunds, error)
- func (_Usdt *UsdtFilterer) ParseIssue(log types.Log) (*UsdtIssue, error)
- func (_Usdt *UsdtFilterer) ParseParams(log types.Log) (*UsdtParams, error)
- func (_Usdt *UsdtFilterer) ParsePause(log types.Log) (*UsdtPause, error)
- func (_Usdt *UsdtFilterer) ParseRedeem(log types.Log) (*UsdtRedeem, error)
- func (_Usdt *UsdtFilterer) ParseRemovedBlackList(log types.Log) (*UsdtRemovedBlackList, error)
- func (_Usdt *UsdtFilterer) ParseTransfer(log types.Log) (*UsdtTransfer, error)
- func (_Usdt *UsdtFilterer) ParseUnpause(log types.Log) (*UsdtUnpause, error)
- func (_Usdt *UsdtFilterer) WatchAddedBlackList(opts *bind.WatchOpts, sink chan<- *UsdtAddedBlackList) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *UsdtApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchDeprecate(opts *bind.WatchOpts, sink chan<- *UsdtDeprecate) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchDestroyedBlackFunds(opts *bind.WatchOpts, sink chan<- *UsdtDestroyedBlackFunds) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchIssue(opts *bind.WatchOpts, sink chan<- *UsdtIssue) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchParams(opts *bind.WatchOpts, sink chan<- *UsdtParams) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchPause(opts *bind.WatchOpts, sink chan<- *UsdtPause) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchRedeem(opts *bind.WatchOpts, sink chan<- *UsdtRedeem) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchRemovedBlackList(opts *bind.WatchOpts, sink chan<- *UsdtRemovedBlackList) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *UsdtTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_Usdt *UsdtFilterer) WatchUnpause(opts *bind.WatchOpts, sink chan<- *UsdtUnpause) (event.Subscription, error)
- type UsdtIssue
- type UsdtIssueIterator
- type UsdtParams
- type UsdtParamsIterator
- type UsdtPause
- type UsdtPauseIterator
- type UsdtRaw
- func (_Usdt *UsdtRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Usdt *UsdtRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Usdt *UsdtRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type UsdtRedeem
- type UsdtRedeemIterator
- type UsdtRemovedBlackList
- type UsdtRemovedBlackListIterator
- type UsdtSession
- func (_Usdt *UsdtSession) AddBlackList(_evilUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)
- func (_Usdt *UsdtSession) Allowed(arg0 common.Address, arg1 common.Address) (*big.Int, error)
- func (_Usdt *UsdtSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) BalanceOf(who common.Address) (*big.Int, error)
- func (_Usdt *UsdtSession) Balances(arg0 common.Address) (*big.Int, error)
- func (_Usdt *UsdtSession) BasisPointsRate() (*big.Int, error)
- func (_Usdt *UsdtSession) Decimals() (*big.Int, error)
- func (_Usdt *UsdtSession) Deprecate(_upgradedAddress common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtSession) Deprecated() (bool, error)
- func (_Usdt *UsdtSession) DestroyBlackFunds(_blackListedUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtSession) GetBlackListStatus(_maker common.Address) (bool, error)
- func (_Usdt *UsdtSession) GetOwner() (common.Address, error)
- func (_Usdt *UsdtSession) IsBlackListed(arg0 common.Address) (bool, error)
- func (_Usdt *UsdtSession) Issue(amount *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) MAXUINT() (*big.Int, error)
- func (_Usdt *UsdtSession) MaximumFee() (*big.Int, error)
- func (_Usdt *UsdtSession) Name() (string, error)
- func (_Usdt *UsdtSession) Owner() (common.Address, error)
- func (_Usdt *UsdtSession) Pause() (*types.Transaction, error)
- func (_Usdt *UsdtSession) Paused() (bool, error)
- func (_Usdt *UsdtSession) Redeem(amount *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) RemoveBlackList(_clearedUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtSession) SetParams(newBasisPoints *big.Int, newMaxFee *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) Symbol() (string, error)
- func (_Usdt *UsdtSession) TetherToken(_initialSupply *big.Int, _name string, _symbol string, _decimals *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) TotalSupply() (*big.Int, error)
- func (_Usdt *UsdtSession) TotalSupply1() (*big.Int, error)
- func (_Usdt *UsdtSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtSession) Unpause() (*types.Transaction, error)
- func (_Usdt *UsdtSession) UpgradedAddress() (common.Address, error)
- type UsdtTransactor
- func (_Usdt *UsdtTransactor) AddBlackList(opts *bind.TransactOpts, _evilUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Approve(opts *bind.TransactOpts, _spender common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Deprecate(opts *bind.TransactOpts, _upgradedAddress common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) DestroyBlackFunds(opts *bind.TransactOpts, _blackListedUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Issue(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Redeem(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) RemoveBlackList(opts *bind.TransactOpts, _clearedUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) SetParams(opts *bind.TransactOpts, newBasisPoints *big.Int, newMaxFee *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) TetherToken(opts *bind.TransactOpts, _initialSupply *big.Int, _name string, _symbol string, ...) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Transfer(opts *bind.TransactOpts, _to common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) TransferFrom(opts *bind.TransactOpts, _from common.Address, _to common.Address, ...) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
- type UsdtTransactorRaw
- type UsdtTransactorSession
- func (_Usdt *UsdtTransactorSession) AddBlackList(_evilUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Deprecate(_upgradedAddress common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) DestroyBlackFunds(_blackListedUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Issue(amount *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Pause() (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Redeem(amount *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) RemoveBlackList(_clearedUser common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) SetParams(newBasisPoints *big.Int, newMaxFee *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) TetherToken(_initialSupply *big.Int, _name string, _symbol string, _decimals *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Usdt *UsdtTransactorSession) Unpause() (*types.Transaction, error)
- type UsdtTransfer
- type UsdtTransferIterator
- type UsdtUnpause
- type UsdtUnpauseIterator
Constants ¶
This section is empty.
Variables ¶
var UsdtABI = UsdtMetaData.ABI
UsdtABI is the input ABI used to generate the binding from. Deprecated: Use UsdtMetaData.ABI instead.
var UsdtMetaData = &bind.MetaData{
ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_upgradedAddress\",\"type\":\"address\"}],\"name\":\"deprecate\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_spender\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"deprecated\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_evilUser\",\"type\":\"address\"}],\"name\":\"addBlackList\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_from\",\"type\":\"address\"},{\"name\":\"_to\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"upgradedAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"balances\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"maximumFee\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"_totalSupply\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_maker\",\"type\":\"address\"}],\"name\":\"getBlackListStatus\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"},{\"name\":\"\",\"type\":\"address\"}],\"name\":\"allowed\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"who\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_initialSupply\",\"type\":\"uint256\"},{\"name\":\"_name\",\"type\":\"string\"},{\"name\":\"_symbol\",\"type\":\"string\"},{\"name\":\"_decimals\",\"type\":\"uint256\"}],\"name\":\"TetherToken\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getOwner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_to\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newBasisPoints\",\"type\":\"uint256\"},{\"name\":\"newMaxFee\",\"type\":\"uint256\"}],\"name\":\"setParams\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"issue\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"redeem\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_owner\",\"type\":\"address\"},{\"name\":\"_spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"name\":\"remaining\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"basisPointsRate\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"isBlackListed\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_clearedUser\",\"type\":\"address\"}],\"name\":\"removeBlackList\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"MAX_UINT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_blackListedUser\",\"type\":\"address\"}],\"name\":\"destroyBlackFunds\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Issue\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Redeem\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"Deprecate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"feeBasisPoints\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"maxFee\",\"type\":\"uint256\"}],\"name\":\"Params\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"_blackListedUser\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"_balance\",\"type\":\"uint256\"}],\"name\":\"DestroyedBlackFunds\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"AddedBlackList\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"RemovedBlackList\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"Pause\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"Unpause\",\"type\":\"event\"}]",
}
UsdtMetaData contains all meta data concerning the Usdt contract.
Functions ¶
This section is empty.
Types ¶
type Usdt ¶
type Usdt struct { UsdtCaller // Read-only binding to the contract UsdtTransactor // Write-only binding to the contract UsdtFilterer // Log filterer for contract events }
Usdt is an auto generated Go binding around an Ethereum contract.
type UsdtAddedBlackList ¶
type UsdtAddedBlackList struct { User common.Address Raw types.Log // Blockchain specific contextual infos }
UsdtAddedBlackList represents a AddedBlackList event raised by the Usdt contract.
type UsdtAddedBlackListIterator ¶
type UsdtAddedBlackListIterator struct { Event *UsdtAddedBlackList // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtAddedBlackListIterator is returned from FilterAddedBlackList and is used to iterate over the raw logs and unpacked data for AddedBlackList events raised by the Usdt contract.
func (*UsdtAddedBlackListIterator) Close ¶
func (it *UsdtAddedBlackListIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtAddedBlackListIterator) Error ¶
func (it *UsdtAddedBlackListIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtAddedBlackListIterator) Next ¶
func (it *UsdtAddedBlackListIterator) 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 UsdtApproval ¶
type UsdtApproval struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
UsdtApproval represents a Approval event raised by the Usdt contract.
type UsdtApprovalIterator ¶
type UsdtApprovalIterator struct { Event *UsdtApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Usdt contract.
func (*UsdtApprovalIterator) Close ¶
func (it *UsdtApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtApprovalIterator) Error ¶
func (it *UsdtApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtApprovalIterator) Next ¶
func (it *UsdtApprovalIterator) 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 UsdtCaller ¶
type UsdtCaller struct {
// contains filtered or unexported fields
}
UsdtCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewUsdtCaller ¶
func NewUsdtCaller(address common.Address, caller bind.ContractCaller) (*UsdtCaller, error)
NewUsdtCaller creates a new read-only instance of Usdt, bound to a specific deployed contract.
func (*UsdtCaller) Allowance ¶
func (_Usdt *UsdtCaller) 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 remaining)
func (*UsdtCaller) Allowed ¶
func (_Usdt *UsdtCaller) Allowed(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)
Allowed is a free data retrieval call binding the contract method 0x5c658165.
Solidity: function allowed(address , address ) view returns(uint256)
func (*UsdtCaller) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address who) view returns(uint256)
func (*UsdtCaller) Balances ¶
Balances is a free data retrieval call binding the contract method 0x27e235e3.
Solidity: function balances(address ) view returns(uint256)
func (*UsdtCaller) BasisPointsRate ¶
BasisPointsRate is a free data retrieval call binding the contract method 0xdd644f72.
Solidity: function basisPointsRate() view returns(uint256)
func (*UsdtCaller) Decimals ¶
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint256)
func (*UsdtCaller) Deprecated ¶
func (_Usdt *UsdtCaller) Deprecated(opts *bind.CallOpts) (bool, error)
Deprecated is a free data retrieval call binding the contract method 0x0e136b19.
Solidity: function deprecated() view returns(bool)
func (*UsdtCaller) GetBlackListStatus ¶
func (_Usdt *UsdtCaller) GetBlackListStatus(opts *bind.CallOpts, _maker common.Address) (bool, error)
GetBlackListStatus is a free data retrieval call binding the contract method 0x59bf1abe.
Solidity: function getBlackListStatus(address _maker) view returns(bool)
func (*UsdtCaller) GetOwner ¶
GetOwner is a free data retrieval call binding the contract method 0x893d20e8.
Solidity: function getOwner() view returns(address)
func (*UsdtCaller) IsBlackListed ¶
IsBlackListed is a free data retrieval call binding the contract method 0xe47d6060.
Solidity: function isBlackListed(address ) view returns(bool)
func (*UsdtCaller) MAXUINT ¶
MAXUINT is a free data retrieval call binding the contract method 0xe5b5019a.
Solidity: function MAX_UINT() view returns(uint256)
func (*UsdtCaller) MaximumFee ¶
MaximumFee is a free data retrieval call binding the contract method 0x35390714.
Solidity: function maximumFee() view returns(uint256)
func (*UsdtCaller) Name ¶
func (_Usdt *UsdtCaller) 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 (*UsdtCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*UsdtCaller) Paused ¶
func (_Usdt *UsdtCaller) Paused(opts *bind.CallOpts) (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*UsdtCaller) Symbol ¶
func (_Usdt *UsdtCaller) 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 (*UsdtCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x3eaaf86b.
Solidity: function _totalSupply() view returns(uint256)
func (*UsdtCaller) TotalSupply1 ¶
TotalSupply1 is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*UsdtCaller) UpgradedAddress ¶
UpgradedAddress is a free data retrieval call binding the contract method 0x26976e3f.
Solidity: function upgradedAddress() view returns(address)
type UsdtCallerRaw ¶
type UsdtCallerRaw struct {
Contract *UsdtCaller // Generic read-only contract binding to access the raw methods on
}
UsdtCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*UsdtCallerRaw) Call ¶
func (_Usdt *UsdtCallerRaw) 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 UsdtCallerSession ¶
type UsdtCallerSession struct { Contract *UsdtCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
UsdtCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*UsdtCallerSession) Allowance ¶
func (_Usdt *UsdtCallerSession) 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 remaining)
func (*UsdtCallerSession) Allowed ¶
Allowed is a free data retrieval call binding the contract method 0x5c658165.
Solidity: function allowed(address , address ) view returns(uint256)
func (*UsdtCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address who) view returns(uint256)
func (*UsdtCallerSession) Balances ¶
Balances is a free data retrieval call binding the contract method 0x27e235e3.
Solidity: function balances(address ) view returns(uint256)
func (*UsdtCallerSession) BasisPointsRate ¶
func (_Usdt *UsdtCallerSession) BasisPointsRate() (*big.Int, error)
BasisPointsRate is a free data retrieval call binding the contract method 0xdd644f72.
Solidity: function basisPointsRate() view returns(uint256)
func (*UsdtCallerSession) Decimals ¶
func (_Usdt *UsdtCallerSession) Decimals() (*big.Int, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint256)
func (*UsdtCallerSession) Deprecated ¶
func (_Usdt *UsdtCallerSession) Deprecated() (bool, error)
Deprecated is a free data retrieval call binding the contract method 0x0e136b19.
Solidity: function deprecated() view returns(bool)
func (*UsdtCallerSession) GetBlackListStatus ¶
func (_Usdt *UsdtCallerSession) GetBlackListStatus(_maker common.Address) (bool, error)
GetBlackListStatus is a free data retrieval call binding the contract method 0x59bf1abe.
Solidity: function getBlackListStatus(address _maker) view returns(bool)
func (*UsdtCallerSession) GetOwner ¶
func (_Usdt *UsdtCallerSession) GetOwner() (common.Address, error)
GetOwner is a free data retrieval call binding the contract method 0x893d20e8.
Solidity: function getOwner() view returns(address)
func (*UsdtCallerSession) IsBlackListed ¶
func (_Usdt *UsdtCallerSession) IsBlackListed(arg0 common.Address) (bool, error)
IsBlackListed is a free data retrieval call binding the contract method 0xe47d6060.
Solidity: function isBlackListed(address ) view returns(bool)
func (*UsdtCallerSession) MAXUINT ¶
func (_Usdt *UsdtCallerSession) MAXUINT() (*big.Int, error)
MAXUINT is a free data retrieval call binding the contract method 0xe5b5019a.
Solidity: function MAX_UINT() view returns(uint256)
func (*UsdtCallerSession) MaximumFee ¶
func (_Usdt *UsdtCallerSession) MaximumFee() (*big.Int, error)
MaximumFee is a free data retrieval call binding the contract method 0x35390714.
Solidity: function maximumFee() view returns(uint256)
func (*UsdtCallerSession) Name ¶
func (_Usdt *UsdtCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*UsdtCallerSession) Owner ¶
func (_Usdt *UsdtCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*UsdtCallerSession) Paused ¶
func (_Usdt *UsdtCallerSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*UsdtCallerSession) Symbol ¶
func (_Usdt *UsdtCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*UsdtCallerSession) TotalSupply ¶
func (_Usdt *UsdtCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x3eaaf86b.
Solidity: function _totalSupply() view returns(uint256)
func (*UsdtCallerSession) TotalSupply1 ¶
func (_Usdt *UsdtCallerSession) TotalSupply1() (*big.Int, error)
TotalSupply1 is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*UsdtCallerSession) UpgradedAddress ¶
func (_Usdt *UsdtCallerSession) UpgradedAddress() (common.Address, error)
UpgradedAddress is a free data retrieval call binding the contract method 0x26976e3f.
Solidity: function upgradedAddress() view returns(address)
type UsdtDeprecate ¶
type UsdtDeprecate struct { NewAddress common.Address Raw types.Log // Blockchain specific contextual infos }
UsdtDeprecate represents a Deprecate event raised by the Usdt contract.
type UsdtDeprecateIterator ¶
type UsdtDeprecateIterator struct { Event *UsdtDeprecate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtDeprecateIterator is returned from FilterDeprecate and is used to iterate over the raw logs and unpacked data for Deprecate events raised by the Usdt contract.
func (*UsdtDeprecateIterator) Close ¶
func (it *UsdtDeprecateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtDeprecateIterator) Error ¶
func (it *UsdtDeprecateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtDeprecateIterator) Next ¶
func (it *UsdtDeprecateIterator) 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 UsdtDestroyedBlackFunds ¶
type UsdtDestroyedBlackFunds struct { BlackListedUser common.Address Balance *big.Int Raw types.Log // Blockchain specific contextual infos }
UsdtDestroyedBlackFunds represents a DestroyedBlackFunds event raised by the Usdt contract.
type UsdtDestroyedBlackFundsIterator ¶
type UsdtDestroyedBlackFundsIterator struct { Event *UsdtDestroyedBlackFunds // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtDestroyedBlackFundsIterator is returned from FilterDestroyedBlackFunds and is used to iterate over the raw logs and unpacked data for DestroyedBlackFunds events raised by the Usdt contract.
func (*UsdtDestroyedBlackFundsIterator) Close ¶
func (it *UsdtDestroyedBlackFundsIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtDestroyedBlackFundsIterator) Error ¶
func (it *UsdtDestroyedBlackFundsIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtDestroyedBlackFundsIterator) Next ¶
func (it *UsdtDestroyedBlackFundsIterator) 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 UsdtFilterer ¶
type UsdtFilterer struct {
// contains filtered or unexported fields
}
UsdtFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewUsdtFilterer ¶
func NewUsdtFilterer(address common.Address, filterer bind.ContractFilterer) (*UsdtFilterer, error)
NewUsdtFilterer creates a new log filterer instance of Usdt, bound to a specific deployed contract.
func (*UsdtFilterer) FilterAddedBlackList ¶
func (_Usdt *UsdtFilterer) FilterAddedBlackList(opts *bind.FilterOpts) (*UsdtAddedBlackListIterator, error)
FilterAddedBlackList is a free log retrieval operation binding the contract event 0x42e160154868087d6bfdc0ca23d96a1c1cfa32f1b72ba9ba27b69b98a0d819dc.
Solidity: event AddedBlackList(address _user)
func (*UsdtFilterer) FilterApproval ¶
func (_Usdt *UsdtFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*UsdtApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*UsdtFilterer) FilterDeprecate ¶
func (_Usdt *UsdtFilterer) FilterDeprecate(opts *bind.FilterOpts) (*UsdtDeprecateIterator, error)
FilterDeprecate is a free log retrieval operation binding the contract event 0xcc358699805e9a8b7f77b522628c7cb9abd07d9efb86b6fb616af1609036a99e.
Solidity: event Deprecate(address newAddress)
func (*UsdtFilterer) FilterDestroyedBlackFunds ¶
func (_Usdt *UsdtFilterer) FilterDestroyedBlackFunds(opts *bind.FilterOpts) (*UsdtDestroyedBlackFundsIterator, error)
FilterDestroyedBlackFunds is a free log retrieval operation binding the contract event 0x61e6e66b0d6339b2980aecc6ccc0039736791f0ccde9ed512e789a7fbdd698c6.
Solidity: event DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
func (*UsdtFilterer) FilterIssue ¶
func (_Usdt *UsdtFilterer) FilterIssue(opts *bind.FilterOpts) (*UsdtIssueIterator, error)
FilterIssue is a free log retrieval operation binding the contract event 0xcb8241adb0c3fdb35b70c24ce35c5eb0c17af7431c99f827d44a445ca624176a.
Solidity: event Issue(uint256 amount)
func (*UsdtFilterer) FilterParams ¶
func (_Usdt *UsdtFilterer) FilterParams(opts *bind.FilterOpts) (*UsdtParamsIterator, error)
FilterParams is a free log retrieval operation binding the contract event 0xb044a1e409eac5c48e5af22d4af52670dd1a99059537a78b31b48c6500a6354e.
Solidity: event Params(uint256 feeBasisPoints, uint256 maxFee)
func (*UsdtFilterer) FilterPause ¶
func (_Usdt *UsdtFilterer) FilterPause(opts *bind.FilterOpts) (*UsdtPauseIterator, error)
FilterPause is a free log retrieval operation binding the contract event 0x6985a02210a168e66602d3235cb6db0e70f92b3ba4d376a33c0f3d9434bff625.
Solidity: event Pause()
func (*UsdtFilterer) FilterRedeem ¶
func (_Usdt *UsdtFilterer) FilterRedeem(opts *bind.FilterOpts) (*UsdtRedeemIterator, error)
FilterRedeem is a free log retrieval operation binding the contract event 0x702d5967f45f6513a38ffc42d6ba9bf230bd40e8f53b16363c7eb4fd2deb9a44.
Solidity: event Redeem(uint256 amount)
func (*UsdtFilterer) FilterRemovedBlackList ¶
func (_Usdt *UsdtFilterer) FilterRemovedBlackList(opts *bind.FilterOpts) (*UsdtRemovedBlackListIterator, error)
FilterRemovedBlackList is a free log retrieval operation binding the contract event 0xd7e9ec6e6ecd65492dce6bf513cd6867560d49544421d0783ddf06e76c24470c.
Solidity: event RemovedBlackList(address _user)
func (*UsdtFilterer) FilterTransfer ¶
func (_Usdt *UsdtFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*UsdtTransferIterator, error)
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*UsdtFilterer) FilterUnpause ¶
func (_Usdt *UsdtFilterer) FilterUnpause(opts *bind.FilterOpts) (*UsdtUnpauseIterator, error)
FilterUnpause is a free log retrieval operation binding the contract event 0x7805862f689e2f13df9f062ff482ad3ad112aca9e0847911ed832e158c525b33.
Solidity: event Unpause()
func (*UsdtFilterer) ParseAddedBlackList ¶
func (_Usdt *UsdtFilterer) ParseAddedBlackList(log types.Log) (*UsdtAddedBlackList, error)
ParseAddedBlackList is a log parse operation binding the contract event 0x42e160154868087d6bfdc0ca23d96a1c1cfa32f1b72ba9ba27b69b98a0d819dc.
Solidity: event AddedBlackList(address _user)
func (*UsdtFilterer) ParseApproval ¶
func (_Usdt *UsdtFilterer) ParseApproval(log types.Log) (*UsdtApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*UsdtFilterer) ParseDeprecate ¶
func (_Usdt *UsdtFilterer) ParseDeprecate(log types.Log) (*UsdtDeprecate, error)
ParseDeprecate is a log parse operation binding the contract event 0xcc358699805e9a8b7f77b522628c7cb9abd07d9efb86b6fb616af1609036a99e.
Solidity: event Deprecate(address newAddress)
func (*UsdtFilterer) ParseDestroyedBlackFunds ¶
func (_Usdt *UsdtFilterer) ParseDestroyedBlackFunds(log types.Log) (*UsdtDestroyedBlackFunds, error)
ParseDestroyedBlackFunds is a log parse operation binding the contract event 0x61e6e66b0d6339b2980aecc6ccc0039736791f0ccde9ed512e789a7fbdd698c6.
Solidity: event DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
func (*UsdtFilterer) ParseIssue ¶
func (_Usdt *UsdtFilterer) ParseIssue(log types.Log) (*UsdtIssue, error)
ParseIssue is a log parse operation binding the contract event 0xcb8241adb0c3fdb35b70c24ce35c5eb0c17af7431c99f827d44a445ca624176a.
Solidity: event Issue(uint256 amount)
func (*UsdtFilterer) ParseParams ¶
func (_Usdt *UsdtFilterer) ParseParams(log types.Log) (*UsdtParams, error)
ParseParams is a log parse operation binding the contract event 0xb044a1e409eac5c48e5af22d4af52670dd1a99059537a78b31b48c6500a6354e.
Solidity: event Params(uint256 feeBasisPoints, uint256 maxFee)
func (*UsdtFilterer) ParsePause ¶
func (_Usdt *UsdtFilterer) ParsePause(log types.Log) (*UsdtPause, error)
ParsePause is a log parse operation binding the contract event 0x6985a02210a168e66602d3235cb6db0e70f92b3ba4d376a33c0f3d9434bff625.
Solidity: event Pause()
func (*UsdtFilterer) ParseRedeem ¶
func (_Usdt *UsdtFilterer) ParseRedeem(log types.Log) (*UsdtRedeem, error)
ParseRedeem is a log parse operation binding the contract event 0x702d5967f45f6513a38ffc42d6ba9bf230bd40e8f53b16363c7eb4fd2deb9a44.
Solidity: event Redeem(uint256 amount)
func (*UsdtFilterer) ParseRemovedBlackList ¶
func (_Usdt *UsdtFilterer) ParseRemovedBlackList(log types.Log) (*UsdtRemovedBlackList, error)
ParseRemovedBlackList is a log parse operation binding the contract event 0xd7e9ec6e6ecd65492dce6bf513cd6867560d49544421d0783ddf06e76c24470c.
Solidity: event RemovedBlackList(address _user)
func (*UsdtFilterer) ParseTransfer ¶
func (_Usdt *UsdtFilterer) ParseTransfer(log types.Log) (*UsdtTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*UsdtFilterer) ParseUnpause ¶
func (_Usdt *UsdtFilterer) ParseUnpause(log types.Log) (*UsdtUnpause, error)
ParseUnpause is a log parse operation binding the contract event 0x7805862f689e2f13df9f062ff482ad3ad112aca9e0847911ed832e158c525b33.
Solidity: event Unpause()
func (*UsdtFilterer) WatchAddedBlackList ¶
func (_Usdt *UsdtFilterer) WatchAddedBlackList(opts *bind.WatchOpts, sink chan<- *UsdtAddedBlackList) (event.Subscription, error)
WatchAddedBlackList is a free log subscription operation binding the contract event 0x42e160154868087d6bfdc0ca23d96a1c1cfa32f1b72ba9ba27b69b98a0d819dc.
Solidity: event AddedBlackList(address _user)
func (*UsdtFilterer) WatchApproval ¶
func (_Usdt *UsdtFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *UsdtApproval, owner []common.Address, spender []common.Address) (event.Subscription, error)
WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*UsdtFilterer) WatchDeprecate ¶
func (_Usdt *UsdtFilterer) WatchDeprecate(opts *bind.WatchOpts, sink chan<- *UsdtDeprecate) (event.Subscription, error)
WatchDeprecate is a free log subscription operation binding the contract event 0xcc358699805e9a8b7f77b522628c7cb9abd07d9efb86b6fb616af1609036a99e.
Solidity: event Deprecate(address newAddress)
func (*UsdtFilterer) WatchDestroyedBlackFunds ¶
func (_Usdt *UsdtFilterer) WatchDestroyedBlackFunds(opts *bind.WatchOpts, sink chan<- *UsdtDestroyedBlackFunds) (event.Subscription, error)
WatchDestroyedBlackFunds is a free log subscription operation binding the contract event 0x61e6e66b0d6339b2980aecc6ccc0039736791f0ccde9ed512e789a7fbdd698c6.
Solidity: event DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
func (*UsdtFilterer) WatchIssue ¶
func (_Usdt *UsdtFilterer) WatchIssue(opts *bind.WatchOpts, sink chan<- *UsdtIssue) (event.Subscription, error)
WatchIssue is a free log subscription operation binding the contract event 0xcb8241adb0c3fdb35b70c24ce35c5eb0c17af7431c99f827d44a445ca624176a.
Solidity: event Issue(uint256 amount)
func (*UsdtFilterer) WatchParams ¶
func (_Usdt *UsdtFilterer) WatchParams(opts *bind.WatchOpts, sink chan<- *UsdtParams) (event.Subscription, error)
WatchParams is a free log subscription operation binding the contract event 0xb044a1e409eac5c48e5af22d4af52670dd1a99059537a78b31b48c6500a6354e.
Solidity: event Params(uint256 feeBasisPoints, uint256 maxFee)
func (*UsdtFilterer) WatchPause ¶
func (_Usdt *UsdtFilterer) WatchPause(opts *bind.WatchOpts, sink chan<- *UsdtPause) (event.Subscription, error)
WatchPause is a free log subscription operation binding the contract event 0x6985a02210a168e66602d3235cb6db0e70f92b3ba4d376a33c0f3d9434bff625.
Solidity: event Pause()
func (*UsdtFilterer) WatchRedeem ¶
func (_Usdt *UsdtFilterer) WatchRedeem(opts *bind.WatchOpts, sink chan<- *UsdtRedeem) (event.Subscription, error)
WatchRedeem is a free log subscription operation binding the contract event 0x702d5967f45f6513a38ffc42d6ba9bf230bd40e8f53b16363c7eb4fd2deb9a44.
Solidity: event Redeem(uint256 amount)
func (*UsdtFilterer) WatchRemovedBlackList ¶
func (_Usdt *UsdtFilterer) WatchRemovedBlackList(opts *bind.WatchOpts, sink chan<- *UsdtRemovedBlackList) (event.Subscription, error)
WatchRemovedBlackList is a free log subscription operation binding the contract event 0xd7e9ec6e6ecd65492dce6bf513cd6867560d49544421d0783ddf06e76c24470c.
Solidity: event RemovedBlackList(address _user)
func (*UsdtFilterer) WatchTransfer ¶
func (_Usdt *UsdtFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *UsdtTransfer, from []common.Address, to []common.Address) (event.Subscription, error)
WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*UsdtFilterer) WatchUnpause ¶
func (_Usdt *UsdtFilterer) WatchUnpause(opts *bind.WatchOpts, sink chan<- *UsdtUnpause) (event.Subscription, error)
WatchUnpause is a free log subscription operation binding the contract event 0x7805862f689e2f13df9f062ff482ad3ad112aca9e0847911ed832e158c525b33.
Solidity: event Unpause()
type UsdtIssueIterator ¶
type UsdtIssueIterator struct { Event *UsdtIssue // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtIssueIterator is returned from FilterIssue and is used to iterate over the raw logs and unpacked data for Issue events raised by the Usdt contract.
func (*UsdtIssueIterator) Close ¶
func (it *UsdtIssueIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtIssueIterator) Error ¶
func (it *UsdtIssueIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtIssueIterator) Next ¶
func (it *UsdtIssueIterator) 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 UsdtParams ¶
type UsdtParams struct { FeeBasisPoints *big.Int MaxFee *big.Int Raw types.Log // Blockchain specific contextual infos }
UsdtParams represents a Params event raised by the Usdt contract.
type UsdtParamsIterator ¶
type UsdtParamsIterator struct { Event *UsdtParams // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtParamsIterator is returned from FilterParams and is used to iterate over the raw logs and unpacked data for Params events raised by the Usdt contract.
func (*UsdtParamsIterator) Close ¶
func (it *UsdtParamsIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtParamsIterator) Error ¶
func (it *UsdtParamsIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtParamsIterator) Next ¶
func (it *UsdtParamsIterator) 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 UsdtPauseIterator ¶
type UsdtPauseIterator struct { Event *UsdtPause // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtPauseIterator is returned from FilterPause and is used to iterate over the raw logs and unpacked data for Pause events raised by the Usdt contract.
func (*UsdtPauseIterator) Close ¶
func (it *UsdtPauseIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtPauseIterator) Error ¶
func (it *UsdtPauseIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtPauseIterator) Next ¶
func (it *UsdtPauseIterator) 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 UsdtRaw ¶
type UsdtRaw struct {
Contract *Usdt // Generic contract binding to access the raw methods on
}
UsdtRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*UsdtRaw) Call ¶
func (_Usdt *UsdtRaw) 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 (*UsdtRaw) Transact ¶
func (_Usdt *UsdtRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*UsdtRaw) Transfer ¶
func (_Usdt *UsdtRaw) 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 UsdtRedeem ¶
UsdtRedeem represents a Redeem event raised by the Usdt contract.
type UsdtRedeemIterator ¶
type UsdtRedeemIterator struct { Event *UsdtRedeem // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtRedeemIterator is returned from FilterRedeem and is used to iterate over the raw logs and unpacked data for Redeem events raised by the Usdt contract.
func (*UsdtRedeemIterator) Close ¶
func (it *UsdtRedeemIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtRedeemIterator) Error ¶
func (it *UsdtRedeemIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtRedeemIterator) Next ¶
func (it *UsdtRedeemIterator) 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 UsdtRemovedBlackList ¶
type UsdtRemovedBlackList struct { User common.Address Raw types.Log // Blockchain specific contextual infos }
UsdtRemovedBlackList represents a RemovedBlackList event raised by the Usdt contract.
type UsdtRemovedBlackListIterator ¶
type UsdtRemovedBlackListIterator struct { Event *UsdtRemovedBlackList // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtRemovedBlackListIterator is returned from FilterRemovedBlackList and is used to iterate over the raw logs and unpacked data for RemovedBlackList events raised by the Usdt contract.
func (*UsdtRemovedBlackListIterator) Close ¶
func (it *UsdtRemovedBlackListIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtRemovedBlackListIterator) Error ¶
func (it *UsdtRemovedBlackListIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtRemovedBlackListIterator) Next ¶
func (it *UsdtRemovedBlackListIterator) 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 UsdtSession ¶
type UsdtSession struct { Contract *Usdt // 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 }
UsdtSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*UsdtSession) AddBlackList ¶
func (_Usdt *UsdtSession) AddBlackList(_evilUser common.Address) (*types.Transaction, error)
AddBlackList is a paid mutator transaction binding the contract method 0x0ecb93c0.
Solidity: function addBlackList(address _evilUser) returns()
func (*UsdtSession) Allowance ¶
func (_Usdt *UsdtSession) 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 remaining)
func (*UsdtSession) Allowed ¶
Allowed is a free data retrieval call binding the contract method 0x5c658165.
Solidity: function allowed(address , address ) view returns(uint256)
func (*UsdtSession) Approve ¶
func (_Usdt *UsdtSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address _spender, uint256 _value) returns()
func (*UsdtSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address who) view returns(uint256)
func (*UsdtSession) Balances ¶
Balances is a free data retrieval call binding the contract method 0x27e235e3.
Solidity: function balances(address ) view returns(uint256)
func (*UsdtSession) BasisPointsRate ¶
func (_Usdt *UsdtSession) BasisPointsRate() (*big.Int, error)
BasisPointsRate is a free data retrieval call binding the contract method 0xdd644f72.
Solidity: function basisPointsRate() view returns(uint256)
func (*UsdtSession) Decimals ¶
func (_Usdt *UsdtSession) Decimals() (*big.Int, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint256)
func (*UsdtSession) Deprecate ¶
func (_Usdt *UsdtSession) Deprecate(_upgradedAddress common.Address) (*types.Transaction, error)
Deprecate is a paid mutator transaction binding the contract method 0x0753c30c.
Solidity: function deprecate(address _upgradedAddress) returns()
func (*UsdtSession) Deprecated ¶
func (_Usdt *UsdtSession) Deprecated() (bool, error)
Deprecated is a free data retrieval call binding the contract method 0x0e136b19.
Solidity: function deprecated() view returns(bool)
func (*UsdtSession) DestroyBlackFunds ¶
func (_Usdt *UsdtSession) DestroyBlackFunds(_blackListedUser common.Address) (*types.Transaction, error)
DestroyBlackFunds is a paid mutator transaction binding the contract method 0xf3bdc228.
Solidity: function destroyBlackFunds(address _blackListedUser) returns()
func (*UsdtSession) GetBlackListStatus ¶
func (_Usdt *UsdtSession) GetBlackListStatus(_maker common.Address) (bool, error)
GetBlackListStatus is a free data retrieval call binding the contract method 0x59bf1abe.
Solidity: function getBlackListStatus(address _maker) view returns(bool)
func (*UsdtSession) GetOwner ¶
func (_Usdt *UsdtSession) GetOwner() (common.Address, error)
GetOwner is a free data retrieval call binding the contract method 0x893d20e8.
Solidity: function getOwner() view returns(address)
func (*UsdtSession) IsBlackListed ¶
func (_Usdt *UsdtSession) IsBlackListed(arg0 common.Address) (bool, error)
IsBlackListed is a free data retrieval call binding the contract method 0xe47d6060.
Solidity: function isBlackListed(address ) view returns(bool)
func (*UsdtSession) Issue ¶
func (_Usdt *UsdtSession) Issue(amount *big.Int) (*types.Transaction, error)
Issue is a paid mutator transaction binding the contract method 0xcc872b66.
Solidity: function issue(uint256 amount) returns()
func (*UsdtSession) MAXUINT ¶
func (_Usdt *UsdtSession) MAXUINT() (*big.Int, error)
MAXUINT is a free data retrieval call binding the contract method 0xe5b5019a.
Solidity: function MAX_UINT() view returns(uint256)
func (*UsdtSession) MaximumFee ¶
func (_Usdt *UsdtSession) MaximumFee() (*big.Int, error)
MaximumFee is a free data retrieval call binding the contract method 0x35390714.
Solidity: function maximumFee() view returns(uint256)
func (*UsdtSession) Name ¶
func (_Usdt *UsdtSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*UsdtSession) Owner ¶
func (_Usdt *UsdtSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*UsdtSession) Pause ¶
func (_Usdt *UsdtSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*UsdtSession) Paused ¶
func (_Usdt *UsdtSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*UsdtSession) Redeem ¶
func (_Usdt *UsdtSession) Redeem(amount *big.Int) (*types.Transaction, error)
Redeem is a paid mutator transaction binding the contract method 0xdb006a75.
Solidity: function redeem(uint256 amount) returns()
func (*UsdtSession) RemoveBlackList ¶
func (_Usdt *UsdtSession) RemoveBlackList(_clearedUser common.Address) (*types.Transaction, error)
RemoveBlackList is a paid mutator transaction binding the contract method 0xe4997dc5.
Solidity: function removeBlackList(address _clearedUser) returns()
func (*UsdtSession) SetParams ¶
func (_Usdt *UsdtSession) SetParams(newBasisPoints *big.Int, newMaxFee *big.Int) (*types.Transaction, error)
SetParams is a paid mutator transaction binding the contract method 0xc0324c77.
Solidity: function setParams(uint256 newBasisPoints, uint256 newMaxFee) returns()
func (*UsdtSession) Symbol ¶
func (_Usdt *UsdtSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*UsdtSession) TetherToken ¶
func (_Usdt *UsdtSession) TetherToken(_initialSupply *big.Int, _name string, _symbol string, _decimals *big.Int) (*types.Transaction, error)
TetherToken is a paid mutator transaction binding the contract method 0x88d723ac.
Solidity: function TetherToken(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals) returns()
func (*UsdtSession) TotalSupply ¶
func (_Usdt *UsdtSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x3eaaf86b.
Solidity: function _totalSupply() view returns(uint256)
func (*UsdtSession) TotalSupply1 ¶
func (_Usdt *UsdtSession) TotalSupply1() (*big.Int, error)
TotalSupply1 is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*UsdtSession) Transfer ¶
func (_Usdt *UsdtSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address _to, uint256 _value) returns()
func (*UsdtSession) TransferFrom ¶
func (_Usdt *UsdtSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address _from, address _to, uint256 _value) returns()
func (*UsdtSession) TransferOwnership ¶
func (_Usdt *UsdtSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*UsdtSession) Unpause ¶
func (_Usdt *UsdtSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*UsdtSession) UpgradedAddress ¶
func (_Usdt *UsdtSession) UpgradedAddress() (common.Address, error)
UpgradedAddress is a free data retrieval call binding the contract method 0x26976e3f.
Solidity: function upgradedAddress() view returns(address)
type UsdtTransactor ¶
type UsdtTransactor struct {
// contains filtered or unexported fields
}
UsdtTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewUsdtTransactor ¶
func NewUsdtTransactor(address common.Address, transactor bind.ContractTransactor) (*UsdtTransactor, error)
NewUsdtTransactor creates a new write-only instance of Usdt, bound to a specific deployed contract.
func (*UsdtTransactor) AddBlackList ¶
func (_Usdt *UsdtTransactor) AddBlackList(opts *bind.TransactOpts, _evilUser common.Address) (*types.Transaction, error)
AddBlackList is a paid mutator transaction binding the contract method 0x0ecb93c0.
Solidity: function addBlackList(address _evilUser) returns()
func (*UsdtTransactor) Approve ¶
func (_Usdt *UsdtTransactor) Approve(opts *bind.TransactOpts, _spender common.Address, _value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address _spender, uint256 _value) returns()
func (*UsdtTransactor) Deprecate ¶
func (_Usdt *UsdtTransactor) Deprecate(opts *bind.TransactOpts, _upgradedAddress common.Address) (*types.Transaction, error)
Deprecate is a paid mutator transaction binding the contract method 0x0753c30c.
Solidity: function deprecate(address _upgradedAddress) returns()
func (*UsdtTransactor) DestroyBlackFunds ¶
func (_Usdt *UsdtTransactor) DestroyBlackFunds(opts *bind.TransactOpts, _blackListedUser common.Address) (*types.Transaction, error)
DestroyBlackFunds is a paid mutator transaction binding the contract method 0xf3bdc228.
Solidity: function destroyBlackFunds(address _blackListedUser) returns()
func (*UsdtTransactor) Issue ¶
func (_Usdt *UsdtTransactor) Issue(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
Issue is a paid mutator transaction binding the contract method 0xcc872b66.
Solidity: function issue(uint256 amount) returns()
func (*UsdtTransactor) Pause ¶
func (_Usdt *UsdtTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*UsdtTransactor) Redeem ¶
func (_Usdt *UsdtTransactor) Redeem(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
Redeem is a paid mutator transaction binding the contract method 0xdb006a75.
Solidity: function redeem(uint256 amount) returns()
func (*UsdtTransactor) RemoveBlackList ¶
func (_Usdt *UsdtTransactor) RemoveBlackList(opts *bind.TransactOpts, _clearedUser common.Address) (*types.Transaction, error)
RemoveBlackList is a paid mutator transaction binding the contract method 0xe4997dc5.
Solidity: function removeBlackList(address _clearedUser) returns()
func (*UsdtTransactor) SetParams ¶
func (_Usdt *UsdtTransactor) SetParams(opts *bind.TransactOpts, newBasisPoints *big.Int, newMaxFee *big.Int) (*types.Transaction, error)
SetParams is a paid mutator transaction binding the contract method 0xc0324c77.
Solidity: function setParams(uint256 newBasisPoints, uint256 newMaxFee) returns()
func (*UsdtTransactor) TetherToken ¶
func (_Usdt *UsdtTransactor) TetherToken(opts *bind.TransactOpts, _initialSupply *big.Int, _name string, _symbol string, _decimals *big.Int) (*types.Transaction, error)
TetherToken is a paid mutator transaction binding the contract method 0x88d723ac.
Solidity: function TetherToken(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals) returns()
func (*UsdtTransactor) Transfer ¶
func (_Usdt *UsdtTransactor) Transfer(opts *bind.TransactOpts, _to common.Address, _value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address _to, uint256 _value) returns()
func (*UsdtTransactor) TransferFrom ¶
func (_Usdt *UsdtTransactor) TransferFrom(opts *bind.TransactOpts, _from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address _from, address _to, uint256 _value) returns()
func (*UsdtTransactor) TransferOwnership ¶
func (_Usdt *UsdtTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*UsdtTransactor) Unpause ¶
func (_Usdt *UsdtTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
type UsdtTransactorRaw ¶
type UsdtTransactorRaw struct {
Contract *UsdtTransactor // Generic write-only contract binding to access the raw methods on
}
UsdtTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*UsdtTransactorRaw) Transact ¶
func (_Usdt *UsdtTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*UsdtTransactorRaw) Transfer ¶
func (_Usdt *UsdtTransactorRaw) 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 UsdtTransactorSession ¶
type UsdtTransactorSession struct { Contract *UsdtTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
UsdtTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*UsdtTransactorSession) AddBlackList ¶
func (_Usdt *UsdtTransactorSession) AddBlackList(_evilUser common.Address) (*types.Transaction, error)
AddBlackList is a paid mutator transaction binding the contract method 0x0ecb93c0.
Solidity: function addBlackList(address _evilUser) returns()
func (*UsdtTransactorSession) Approve ¶
func (_Usdt *UsdtTransactorSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address _spender, uint256 _value) returns()
func (*UsdtTransactorSession) Deprecate ¶
func (_Usdt *UsdtTransactorSession) Deprecate(_upgradedAddress common.Address) (*types.Transaction, error)
Deprecate is a paid mutator transaction binding the contract method 0x0753c30c.
Solidity: function deprecate(address _upgradedAddress) returns()
func (*UsdtTransactorSession) DestroyBlackFunds ¶
func (_Usdt *UsdtTransactorSession) DestroyBlackFunds(_blackListedUser common.Address) (*types.Transaction, error)
DestroyBlackFunds is a paid mutator transaction binding the contract method 0xf3bdc228.
Solidity: function destroyBlackFunds(address _blackListedUser) returns()
func (*UsdtTransactorSession) Issue ¶
func (_Usdt *UsdtTransactorSession) Issue(amount *big.Int) (*types.Transaction, error)
Issue is a paid mutator transaction binding the contract method 0xcc872b66.
Solidity: function issue(uint256 amount) returns()
func (*UsdtTransactorSession) Pause ¶
func (_Usdt *UsdtTransactorSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*UsdtTransactorSession) Redeem ¶
func (_Usdt *UsdtTransactorSession) Redeem(amount *big.Int) (*types.Transaction, error)
Redeem is a paid mutator transaction binding the contract method 0xdb006a75.
Solidity: function redeem(uint256 amount) returns()
func (*UsdtTransactorSession) RemoveBlackList ¶
func (_Usdt *UsdtTransactorSession) RemoveBlackList(_clearedUser common.Address) (*types.Transaction, error)
RemoveBlackList is a paid mutator transaction binding the contract method 0xe4997dc5.
Solidity: function removeBlackList(address _clearedUser) returns()
func (*UsdtTransactorSession) SetParams ¶
func (_Usdt *UsdtTransactorSession) SetParams(newBasisPoints *big.Int, newMaxFee *big.Int) (*types.Transaction, error)
SetParams is a paid mutator transaction binding the contract method 0xc0324c77.
Solidity: function setParams(uint256 newBasisPoints, uint256 newMaxFee) returns()
func (*UsdtTransactorSession) TetherToken ¶
func (_Usdt *UsdtTransactorSession) TetherToken(_initialSupply *big.Int, _name string, _symbol string, _decimals *big.Int) (*types.Transaction, error)
TetherToken is a paid mutator transaction binding the contract method 0x88d723ac.
Solidity: function TetherToken(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals) returns()
func (*UsdtTransactorSession) Transfer ¶
func (_Usdt *UsdtTransactorSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address _to, uint256 _value) returns()
func (*UsdtTransactorSession) TransferFrom ¶
func (_Usdt *UsdtTransactorSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address _from, address _to, uint256 _value) returns()
func (*UsdtTransactorSession) TransferOwnership ¶
func (_Usdt *UsdtTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*UsdtTransactorSession) Unpause ¶
func (_Usdt *UsdtTransactorSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
type UsdtTransfer ¶
type UsdtTransfer struct { From common.Address To common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
UsdtTransfer represents a Transfer event raised by the Usdt contract.
type UsdtTransferIterator ¶
type UsdtTransferIterator struct { Event *UsdtTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Usdt contract.
func (*UsdtTransferIterator) Close ¶
func (it *UsdtTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtTransferIterator) Error ¶
func (it *UsdtTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtTransferIterator) Next ¶
func (it *UsdtTransferIterator) 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 UsdtUnpause ¶
UsdtUnpause represents a Unpause event raised by the Usdt contract.
type UsdtUnpauseIterator ¶
type UsdtUnpauseIterator struct { Event *UsdtUnpause // Event containing the contract specifics and raw log // contains filtered or unexported fields }
UsdtUnpauseIterator is returned from FilterUnpause and is used to iterate over the raw logs and unpacked data for Unpause events raised by the Usdt contract.
func (*UsdtUnpauseIterator) Close ¶
func (it *UsdtUnpauseIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*UsdtUnpauseIterator) Error ¶
func (it *UsdtUnpauseIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*UsdtUnpauseIterator) Next ¶
func (it *UsdtUnpauseIterator) 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.