USDT

package
v0.0.0-...-b095981 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const USDTABI = "" /* 8385-byte string literal not displayed */

USDTABI is the input ABI used to generate the binding from.

Variables

View Source
var File_USDT_USDT_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddedBlackList

type AddedBlackList struct {
	Ts   *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	User []byte                 `protobuf:"bytes,2,opt,name=User,proto3" json:"User,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*AddedBlackList) Descriptor deprecated

func (*AddedBlackList) Descriptor() ([]byte, []int)

Deprecated: Use AddedBlackList.ProtoReflect.Descriptor instead.

func (*AddedBlackList) GetTs

func (x *AddedBlackList) GetTs() *timestamppb.Timestamp

func (*AddedBlackList) GetUser

func (x *AddedBlackList) GetUser() []byte

func (*AddedBlackList) ProtoMessage

func (*AddedBlackList) ProtoMessage()

func (*AddedBlackList) ProtoReflect

func (x *AddedBlackList) ProtoReflect() protoreflect.Message

func (*AddedBlackList) Reset

func (x *AddedBlackList) Reset()

func (*AddedBlackList) String

func (x *AddedBlackList) String() string

type Approval

type Approval struct {
	Ts      *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Owner   []byte                 `protobuf:"bytes,2,opt,name=Owner,proto3" json:"Owner,omitempty"`     //	address
	Spender []byte                 `protobuf:"bytes,3,opt,name=Spender,proto3" json:"Spender,omitempty"` //	address
	Value   []byte                 `protobuf:"bytes,4,opt,name=Value,proto3" json:"Value,omitempty"`     //	uint256
	// contains filtered or unexported fields
}

func (*Approval) Descriptor deprecated

func (*Approval) Descriptor() ([]byte, []int)

Deprecated: Use Approval.ProtoReflect.Descriptor instead.

func (*Approval) GetOwner

func (x *Approval) GetOwner() []byte

func (*Approval) GetSpender

func (x *Approval) GetSpender() []byte

func (*Approval) GetTs

func (x *Approval) GetTs() *timestamppb.Timestamp

func (*Approval) GetValue

func (x *Approval) GetValue() []byte

func (*Approval) ProtoMessage

func (*Approval) ProtoMessage()

func (*Approval) ProtoReflect

func (x *Approval) ProtoReflect() protoreflect.Message

func (*Approval) Reset

func (x *Approval) Reset()

func (*Approval) String

func (x *Approval) String() string

type Deprecate

type Deprecate struct {
	Ts         *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	NewAddress []byte                 `protobuf:"bytes,2,opt,name=NewAddress,proto3" json:"NewAddress,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*Deprecate) Descriptor deprecated

func (*Deprecate) Descriptor() ([]byte, []int)

Deprecated: Use Deprecate.ProtoReflect.Descriptor instead.

func (*Deprecate) GetNewAddress

func (x *Deprecate) GetNewAddress() []byte

func (*Deprecate) GetTs

func (x *Deprecate) GetTs() *timestamppb.Timestamp

func (*Deprecate) ProtoMessage

func (*Deprecate) ProtoMessage()

func (*Deprecate) ProtoReflect

func (x *Deprecate) ProtoReflect() protoreflect.Message

func (*Deprecate) Reset

func (x *Deprecate) Reset()

func (*Deprecate) String

func (x *Deprecate) String() string

type DestroyedBlackFunds

type DestroyedBlackFunds struct {
	Ts              *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	BlackListedUser []byte                 `protobuf:"bytes,2,opt,name=BlackListedUser,proto3" json:"BlackListedUser,omitempty"` //	address
	Balance         []byte                 `protobuf:"bytes,3,opt,name=Balance,proto3" json:"Balance,omitempty"`                 //	uint256
	// contains filtered or unexported fields
}

func (*DestroyedBlackFunds) Descriptor deprecated

func (*DestroyedBlackFunds) Descriptor() ([]byte, []int)

Deprecated: Use DestroyedBlackFunds.ProtoReflect.Descriptor instead.

func (*DestroyedBlackFunds) GetBalance

func (x *DestroyedBlackFunds) GetBalance() []byte

func (*DestroyedBlackFunds) GetBlackListedUser

func (x *DestroyedBlackFunds) GetBlackListedUser() []byte

func (*DestroyedBlackFunds) GetTs

func (*DestroyedBlackFunds) ProtoMessage

func (*DestroyedBlackFunds) ProtoMessage()

func (*DestroyedBlackFunds) ProtoReflect

func (x *DestroyedBlackFunds) ProtoReflect() protoreflect.Message

func (*DestroyedBlackFunds) Reset

func (x *DestroyedBlackFunds) Reset()

func (*DestroyedBlackFunds) String

func (x *DestroyedBlackFunds) String() string

type Issue

type Issue struct {
	Ts     *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Amount []byte                 `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"` //	uint256
	// contains filtered or unexported fields
}

func (*Issue) Descriptor deprecated

func (*Issue) Descriptor() ([]byte, []int)

Deprecated: Use Issue.ProtoReflect.Descriptor instead.

func (*Issue) GetAmount

func (x *Issue) GetAmount() []byte

func (*Issue) GetTs

func (x *Issue) GetTs() *timestamppb.Timestamp

func (*Issue) ProtoMessage

func (*Issue) ProtoMessage()

func (*Issue) ProtoReflect

func (x *Issue) ProtoReflect() protoreflect.Message

func (*Issue) Reset

func (x *Issue) Reset()

func (*Issue) String

func (x *Issue) String() string

type Params

type Params struct {
	Ts             *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	FeeBasisPoints []byte                 `protobuf:"bytes,2,opt,name=FeeBasisPoints,proto3" json:"FeeBasisPoints,omitempty"` //	uint256
	MaxFee         []byte                 `protobuf:"bytes,3,opt,name=MaxFee,proto3" json:"MaxFee,omitempty"`                 //	uint256
	// contains filtered or unexported fields
}

func (*Params) Descriptor deprecated

func (*Params) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetFeeBasisPoints

func (x *Params) GetFeeBasisPoints() []byte

func (*Params) GetMaxFee

func (x *Params) GetMaxFee() []byte

func (*Params) GetTs

func (x *Params) GetTs() *timestamppb.Timestamp

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type Pause

type Pause struct {
	Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	// contains filtered or unexported fields
}

func (*Pause) Descriptor deprecated

func (*Pause) Descriptor() ([]byte, []int)

Deprecated: Use Pause.ProtoReflect.Descriptor instead.

func (*Pause) GetTs

func (x *Pause) GetTs() *timestamppb.Timestamp

func (*Pause) ProtoMessage

func (*Pause) ProtoMessage()

func (*Pause) ProtoReflect

func (x *Pause) ProtoReflect() protoreflect.Message

func (*Pause) Reset

func (x *Pause) Reset()

func (*Pause) String

func (x *Pause) String() string

type Redeem

type Redeem struct {
	Ts     *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Amount []byte                 `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"` //	uint256
	// contains filtered or unexported fields
}

func (*Redeem) Descriptor deprecated

func (*Redeem) Descriptor() ([]byte, []int)

Deprecated: Use Redeem.ProtoReflect.Descriptor instead.

func (*Redeem) GetAmount

func (x *Redeem) GetAmount() []byte

func (*Redeem) GetTs

func (x *Redeem) GetTs() *timestamppb.Timestamp

func (*Redeem) ProtoMessage

func (*Redeem) ProtoMessage()

func (*Redeem) ProtoReflect

func (x *Redeem) ProtoReflect() protoreflect.Message

func (*Redeem) Reset

func (x *Redeem) Reset()

func (*Redeem) String

func (x *Redeem) String() string

type RemovedBlackList

type RemovedBlackList struct {
	Ts   *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	User []byte                 `protobuf:"bytes,2,opt,name=User,proto3" json:"User,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*RemovedBlackList) Descriptor deprecated

func (*RemovedBlackList) Descriptor() ([]byte, []int)

Deprecated: Use RemovedBlackList.ProtoReflect.Descriptor instead.

func (*RemovedBlackList) GetTs

func (*RemovedBlackList) GetUser

func (x *RemovedBlackList) GetUser() []byte

func (*RemovedBlackList) ProtoMessage

func (*RemovedBlackList) ProtoMessage()

func (*RemovedBlackList) ProtoReflect

func (x *RemovedBlackList) ProtoReflect() protoreflect.Message

func (*RemovedBlackList) Reset

func (x *RemovedBlackList) Reset()

func (*RemovedBlackList) String

func (x *RemovedBlackList) String() string

type SmartContract

type SmartContract struct{}

func (*SmartContract) Message

func (sc *SmartContract) Message(eventName string, contractAbi *abi.ABI, vLog types.Log, timestamp *timestamppb.Timestamp) protoreflect.ProtoMessage

type Transfer

type Transfer struct {
	Ts    *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	From  []byte                 `protobuf:"bytes,2,opt,name=From,proto3" json:"From,omitempty"`   //	address
	To    []byte                 `protobuf:"bytes,3,opt,name=To,proto3" json:"To,omitempty"`       //	address
	Value []byte                 `protobuf:"bytes,4,opt,name=Value,proto3" json:"Value,omitempty"` //	uint256
	// contains filtered or unexported fields
}

func (*Transfer) Descriptor deprecated

func (*Transfer) Descriptor() ([]byte, []int)

Deprecated: Use Transfer.ProtoReflect.Descriptor instead.

func (*Transfer) GetFrom

func (x *Transfer) GetFrom() []byte

func (*Transfer) GetTo

func (x *Transfer) GetTo() []byte

func (*Transfer) GetTs

func (x *Transfer) GetTs() *timestamppb.Timestamp

func (*Transfer) GetValue

func (x *Transfer) GetValue() []byte

func (*Transfer) ProtoMessage

func (*Transfer) ProtoMessage()

func (*Transfer) ProtoReflect

func (x *Transfer) ProtoReflect() protoreflect.Message

func (*Transfer) Reset

func (x *Transfer) Reset()

func (*Transfer) String

func (x *Transfer) String() string

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.

func NewUSDT

func NewUSDT(address common.Address, backend bind.ContractBackend) (*USDT, error)

NewUSDT creates a new instance of USDT, bound to a specific deployed 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

func (_USDT *USDTCaller) BalanceOf(opts *bind.CallOpts, who common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address who) view returns(uint256)

func (*USDTCaller) Balances

func (_USDT *USDTCaller) Balances(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

Balances is a free data retrieval call binding the contract method 0x27e235e3.

Solidity: function balances(address ) view returns(uint256)

func (*USDTCaller) BasisPointsRate

func (_USDT *USDTCaller) BasisPointsRate(opts *bind.CallOpts) (*big.Int, error)

BasisPointsRate is a free data retrieval call binding the contract method 0xdd644f72.

Solidity: function basisPointsRate() view returns(uint256)

func (*USDTCaller) Decimals

func (_USDT *USDTCaller) Decimals(opts *bind.CallOpts) (*big.Int, error)

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

func (_USDT *USDTCaller) GetOwner(opts *bind.CallOpts) (common.Address, error)

GetOwner is a free data retrieval call binding the contract method 0x893d20e8.

Solidity: function getOwner() view returns(address)

func (*USDTCaller) IsBlackListed

func (_USDT *USDTCaller) IsBlackListed(opts *bind.CallOpts, 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 (*USDTCaller) MAXUINT

func (_USDT *USDTCaller) MAXUINT(opts *bind.CallOpts) (*big.Int, error)

MAXUINT is a free data retrieval call binding the contract method 0xe5b5019a.

Solidity: function MAX_UINT() view returns(uint256)

func (*USDTCaller) MaximumFee

func (_USDT *USDTCaller) MaximumFee(opts *bind.CallOpts) (*big.Int, error)

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

func (_USDT *USDTCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

func (_USDT *USDTCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x3eaaf86b.

Solidity: function _totalSupply() view returns(uint256)

func (*USDTCaller) TotalSupply2

func (_USDT *USDTCaller) TotalSupply2(opts *bind.CallOpts) (*big.Int, error)

TotalSupply2 is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*USDTCaller) UpgradedAddress

func (_USDT *USDTCaller) UpgradedAddress(opts *bind.CallOpts) (common.Address, error)

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

func (_USDT *USDTCallerSession) Allowed(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 (*USDTCallerSession) BalanceOf

func (_USDT *USDTCallerSession) BalanceOf(who common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address who) view returns(uint256)

func (*USDTCallerSession) Balances

func (_USDT *USDTCallerSession) Balances(arg0 common.Address) (*big.Int, error)

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) TotalSupply2

func (_USDT *USDTCallerSession) TotalSupply2() (*big.Int, error)

TotalSupply2 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

Close terminates the iteration process, releasing any pending underlying resources.

func (*USDTDestroyedBlackFundsIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*USDTDestroyedBlackFundsIterator) Next

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 USDTIssue

type USDTIssue struct {
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

USDTIssue represents a Issue event raised by the USDT contract.

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 USDTPause

type USDTPause struct {
	Raw types.Log // Blockchain specific contextual infos
}

USDTPause represents a Pause event raised by the USDT contract.

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

type USDTRedeem struct {
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

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

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

func (_USDT *USDTSession) Allowed(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 (*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

func (_USDT *USDTSession) BalanceOf(who common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address who) view returns(uint256)

func (*USDTSession) Balances

func (_USDT *USDTSession) Balances(arg0 common.Address) (*big.Int, error)

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) 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) TotalSupply2

func (_USDT *USDTSession) TotalSupply2() (*big.Int, error)

TotalSupply2 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) 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) 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

type USDTUnpause struct {
	Raw types.Log // Blockchain specific contextual infos
}

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.

type Unpause

type Unpause struct {
	Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	// contains filtered or unexported fields
}

func (*Unpause) Descriptor deprecated

func (*Unpause) Descriptor() ([]byte, []int)

Deprecated: Use Unpause.ProtoReflect.Descriptor instead.

func (*Unpause) GetTs

func (x *Unpause) GetTs() *timestamppb.Timestamp

func (*Unpause) ProtoMessage

func (*Unpause) ProtoMessage()

func (*Unpause) ProtoReflect

func (x *Unpause) ProtoReflect() protoreflect.Message

func (*Unpause) Reset

func (x *Unpause) Reset()

func (*Unpause) String

func (x *Unpause) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL