Documentation ¶
Index ¶
- Variables
- type ERC20VotesCheckpoint
- type ITokenDistributionTokenHolder
- type Thixm
- type ThixmApproval
- type ThixmApprovalIterator
- type ThixmCaller
- func (_Thixm *ThixmCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_Thixm *ThixmCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
- func (_Thixm *ThixmCaller) Checkpoints(opts *bind.CallOpts, account common.Address, pos uint32) (ERC20VotesCheckpoint, error)
- func (_Thixm *ThixmCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Thixm *ThixmCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
- func (_Thixm *ThixmCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_Thixm *ThixmCaller) Delegates(opts *bind.CallOpts, account common.Address) (common.Address, error)
- func (_Thixm *ThixmCaller) Distribution(opts *bind.CallOpts, start *big.Int, end *big.Int) ([]ITokenDistributionTokenHolder, error)
- func (_Thixm *ThixmCaller) GetPastTotalSupply(opts *bind.CallOpts, blockNumber *big.Int) (*big.Int, error)
- func (_Thixm *ThixmCaller) GetPastVotes(opts *bind.CallOpts, account common.Address, blockNumber *big.Int) (*big.Int, error)
- func (_Thixm *ThixmCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
- func (_Thixm *ThixmCaller) GetVotes(opts *bind.CallOpts, account common.Address) (*big.Int, error)
- func (_Thixm *ThixmCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
- func (_Thixm *ThixmCaller) MINTERROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Thixm *ThixmCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Thixm *ThixmCaller) Nonces(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Thixm *ThixmCaller) NumCheckpoints(opts *bind.CallOpts, account common.Address) (uint32, error)
- func (_Thixm *ThixmCaller) PAUSERROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Thixm *ThixmCaller) Paused(opts *bind.CallOpts) (bool, error)
- func (_Thixm *ThixmCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Thixm *ThixmCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Thixm *ThixmCaller) TRUSTEDFORWARDERROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Thixm *ThixmCaller) TokenHoldersCount(opts *bind.CallOpts) (*big.Int, error)
- func (_Thixm *ThixmCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- func (_Thixm *ThixmCaller) UNPAUSERROLE(opts *bind.CallOpts) ([32]byte, error)
- type ThixmCallerRaw
- type ThixmCallerSession
- func (_Thixm *ThixmCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Thixm *ThixmCallerSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Thixm *ThixmCallerSession) Checkpoints(account common.Address, pos uint32) (ERC20VotesCheckpoint, error)
- func (_Thixm *ThixmCallerSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_Thixm *ThixmCallerSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Thixm *ThixmCallerSession) Decimals() (uint8, error)
- func (_Thixm *ThixmCallerSession) Delegates(account common.Address) (common.Address, error)
- func (_Thixm *ThixmCallerSession) Distribution(start *big.Int, end *big.Int) ([]ITokenDistributionTokenHolder, error)
- func (_Thixm *ThixmCallerSession) GetPastTotalSupply(blockNumber *big.Int) (*big.Int, error)
- func (_Thixm *ThixmCallerSession) GetPastVotes(account common.Address, blockNumber *big.Int) (*big.Int, error)
- func (_Thixm *ThixmCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_Thixm *ThixmCallerSession) GetVotes(account common.Address) (*big.Int, error)
- func (_Thixm *ThixmCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_Thixm *ThixmCallerSession) MINTERROLE() ([32]byte, error)
- func (_Thixm *ThixmCallerSession) Name() (string, error)
- func (_Thixm *ThixmCallerSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Thixm *ThixmCallerSession) NumCheckpoints(account common.Address) (uint32, error)
- func (_Thixm *ThixmCallerSession) PAUSERROLE() ([32]byte, error)
- func (_Thixm *ThixmCallerSession) Paused() (bool, error)
- func (_Thixm *ThixmCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Thixm *ThixmCallerSession) Symbol() (string, error)
- func (_Thixm *ThixmCallerSession) TRUSTEDFORWARDERROLE() ([32]byte, error)
- func (_Thixm *ThixmCallerSession) TokenHoldersCount() (*big.Int, error)
- func (_Thixm *ThixmCallerSession) TotalSupply() (*big.Int, error)
- func (_Thixm *ThixmCallerSession) UNPAUSERROLE() ([32]byte, error)
- type ThixmDelegateChanged
- type ThixmDelegateChangedIterator
- type ThixmDelegateVotesChanged
- type ThixmDelegateVotesChangedIterator
- type ThixmFilterer
- func (_Thixm *ThixmFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ThixmApprovalIterator, error)
- func (_Thixm *ThixmFilterer) FilterDelegateChanged(opts *bind.FilterOpts, delegator []common.Address, ...) (*ThixmDelegateChangedIterator, error)
- func (_Thixm *ThixmFilterer) FilterDelegateVotesChanged(opts *bind.FilterOpts, delegate []common.Address) (*ThixmDelegateVotesChangedIterator, error)
- func (_Thixm *ThixmFilterer) FilterPaused(opts *bind.FilterOpts) (*ThixmPausedIterator, error)
- func (_Thixm *ThixmFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, ...) (*ThixmRoleAdminChangedIterator, error)
- func (_Thixm *ThixmFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*ThixmRoleGrantedIterator, error)
- func (_Thixm *ThixmFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*ThixmRoleRevokedIterator, error)
- func (_Thixm *ThixmFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ThixmTransferIterator, error)
- func (_Thixm *ThixmFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ThixmUnpausedIterator, error)
- func (_Thixm *ThixmFilterer) ParseApproval(log types.Log) (*ThixmApproval, error)
- func (_Thixm *ThixmFilterer) ParseDelegateChanged(log types.Log) (*ThixmDelegateChanged, error)
- func (_Thixm *ThixmFilterer) ParseDelegateVotesChanged(log types.Log) (*ThixmDelegateVotesChanged, error)
- func (_Thixm *ThixmFilterer) ParsePaused(log types.Log) (*ThixmPaused, error)
- func (_Thixm *ThixmFilterer) ParseRoleAdminChanged(log types.Log) (*ThixmRoleAdminChanged, error)
- func (_Thixm *ThixmFilterer) ParseRoleGranted(log types.Log) (*ThixmRoleGranted, error)
- func (_Thixm *ThixmFilterer) ParseRoleRevoked(log types.Log) (*ThixmRoleRevoked, error)
- func (_Thixm *ThixmFilterer) ParseTransfer(log types.Log) (*ThixmTransfer, error)
- func (_Thixm *ThixmFilterer) ParseUnpaused(log types.Log) (*ThixmUnpaused, error)
- func (_Thixm *ThixmFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ThixmApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchDelegateChanged(opts *bind.WatchOpts, sink chan<- *ThixmDelegateChanged, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchDelegateVotesChanged(opts *bind.WatchOpts, sink chan<- *ThixmDelegateVotesChanged, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ThixmPaused) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *ThixmRoleAdminChanged, role [][32]byte, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *ThixmRoleGranted, role [][32]byte, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *ThixmRoleRevoked, role [][32]byte, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ThixmTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_Thixm *ThixmFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ThixmUnpaused) (event.Subscription, error)
- type ThixmPaused
- type ThixmPausedIterator
- type ThixmRaw
- func (_Thixm *ThixmRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Thixm *ThixmRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Thixm *ThixmRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ThixmRoleAdminChanged
- type ThixmRoleAdminChangedIterator
- type ThixmRoleGranted
- type ThixmRoleGrantedIterator
- type ThixmRoleRevoked
- type ThixmRoleRevokedIterator
- type ThixmSession
- func (_Thixm *ThixmSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Thixm *ThixmSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_Thixm *ThixmSession) Checkpoints(account common.Address, pos uint32) (ERC20VotesCheckpoint, error)
- func (_Thixm *ThixmSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_Thixm *ThixmSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Thixm *ThixmSession) Decimals() (uint8, error)
- func (_Thixm *ThixmSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) Delegate(delegatee common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmSession) DelegateBySig(delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, ...) (*types.Transaction, error)
- func (_Thixm *ThixmSession) Delegates(account common.Address) (common.Address, error)
- func (_Thixm *ThixmSession) Distribution(start *big.Int, end *big.Int) ([]ITokenDistributionTokenHolder, error)
- func (_Thixm *ThixmSession) GetPastTotalSupply(blockNumber *big.Int) (*big.Int, error)
- func (_Thixm *ThixmSession) GetPastVotes(account common.Address, blockNumber *big.Int) (*big.Int, error)
- func (_Thixm *ThixmSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_Thixm *ThixmSession) GetVotes(account common.Address) (*big.Int, error)
- func (_Thixm *ThixmSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_Thixm *ThixmSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) MINTERROLE() ([32]byte, error)
- func (_Thixm *ThixmSession) Mint(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) MintTokens(holders []common.Address, amounts []*big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) Name() (string, error)
- func (_Thixm *ThixmSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Thixm *ThixmSession) NumCheckpoints(account common.Address) (uint32, error)
- func (_Thixm *ThixmSession) PAUSERROLE() ([32]byte, error)
- func (_Thixm *ThixmSession) Pause() (*types.Transaction, error)
- func (_Thixm *ThixmSession) Paused() (bool, error)
- func (_Thixm *ThixmSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Thixm *ThixmSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Thixm *ThixmSession) Symbol() (string, error)
- func (_Thixm *ThixmSession) TRUSTEDFORWARDERROLE() ([32]byte, error)
- func (_Thixm *ThixmSession) TokenHoldersCount() (*big.Int, error)
- func (_Thixm *ThixmSession) TotalSupply() (*big.Int, error)
- func (_Thixm *ThixmSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmSession) UNPAUSERROLE() ([32]byte, error)
- func (_Thixm *ThixmSession) Unpause() (*types.Transaction, error)
- type ThixmTransactor
- func (_Thixm *ThixmTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) Delegate(opts *bind.TransactOpts, delegatee common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) DelegateBySig(opts *bind.TransactOpts, delegatee common.Address, nonce *big.Int, ...) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) Mint(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) MintTokens(opts *bind.TransactOpts, holders []common.Address, amounts []*big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Thixm *ThixmTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
- type ThixmTransactorRaw
- type ThixmTransactorSession
- func (_Thixm *ThixmTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) Delegate(delegatee common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) DelegateBySig(delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, ...) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) Mint(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) MintTokens(holders []common.Address, amounts []*big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) Pause() (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
- func (_Thixm *ThixmTransactorSession) Unpause() (*types.Transaction, error)
- type ThixmTransfer
- type ThixmTransferIterator
- type ThixmUnpaused
- type ThixmUnpausedIterator
Constants ¶
This section is empty.
Variables ¶
var ThixmABI = ThixmMetaData.ABI
ThixmABI is the input ABI used to generate the binding from. Deprecated: Use ThixmMetaData.ABI instead.
var ThixmMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"manager\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"fromDelegate\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"toDelegate\",\"type\":\"address\"}],\"name\":\"DelegateChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegate\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousBalance\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newBalance\",\"type\":\"uint256\"}],\"name\":\"DelegateVotesChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"previousAdminRole\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"newAdminRole\",\"type\":\"bytes32\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"DEFAULT_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"MINTER_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PAUSER_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"TRUSTED_FORWARDER_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"UNPAUSER_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"pos\",\"type\":\"uint32\"}],\"name\":\"checkpoints\",\"outputs\":[{\"components\":[{\"internalType\":\"uint32\",\"name\":\"fromBlock\",\"type\":\"uint32\"},{\"internalType\":\"uint224\",\"name\":\"votes\",\"type\":\"uint224\"}],\"internalType\":\"structERC20Votes.Checkpoint\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"delegate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"expiry\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"delegateBySig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"delegates\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"distribution\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"}],\"internalType\":\"structITokenDistribution.TokenHolder[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"blockNumber\",\"type\":\"uint256\"}],\"name\":\"getPastTotalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"blockNumber\",\"type\":\"uint256\"}],\"name\":\"getPastVotes\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getVotes\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"holders\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"}],\"name\":\"mintTokens\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"numCheckpoints\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"tokenHoldersCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
ThixmMetaData contains all meta data concerning the Thixm contract.
Functions ¶
This section is empty.
Types ¶
type ERC20VotesCheckpoint ¶
ERC20VotesCheckpoint is an auto generated low-level Go binding around an user-defined struct.
type ITokenDistributionTokenHolder ¶
ITokenDistributionTokenHolder is an auto generated low-level Go binding around an user-defined struct.
type Thixm ¶
type Thixm struct { ThixmCaller // Read-only binding to the contract ThixmTransactor // Write-only binding to the contract ThixmFilterer // Log filterer for contract events }
Thixm is an auto generated Go binding around an Ethereum contract.
type ThixmApproval ¶
type ThixmApproval struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
ThixmApproval represents a Approval event raised by the Thixm contract.
type ThixmApprovalIterator ¶
type ThixmApprovalIterator struct { Event *ThixmApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Thixm contract.
func (*ThixmApprovalIterator) Close ¶
func (it *ThixmApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmApprovalIterator) Error ¶
func (it *ThixmApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmApprovalIterator) Next ¶
func (it *ThixmApprovalIterator) 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 ThixmCaller ¶
type ThixmCaller struct {
// contains filtered or unexported fields
}
ThixmCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewThixmCaller ¶
func NewThixmCaller(address common.Address, caller bind.ContractCaller) (*ThixmCaller, error)
NewThixmCaller creates a new read-only instance of Thixm, bound to a specific deployed contract.
func (*ThixmCaller) Allowance ¶
func (_Thixm *ThixmCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*ThixmCaller) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*ThixmCaller) Checkpoints ¶
func (_Thixm *ThixmCaller) Checkpoints(opts *bind.CallOpts, account common.Address, pos uint32) (ERC20VotesCheckpoint, error)
Checkpoints is a free data retrieval call binding the contract method 0xf1127ed8.
Solidity: function checkpoints(address account, uint32 pos) view returns((uint32,uint224))
func (*ThixmCaller) DEFAULTADMINROLE ¶
func (_Thixm *ThixmCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*ThixmCaller) DOMAINSEPARATOR ¶
func (_Thixm *ThixmCaller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*ThixmCaller) Decimals ¶
func (_Thixm *ThixmCaller) Decimals(opts *bind.CallOpts) (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ThixmCaller) Delegates ¶
func (_Thixm *ThixmCaller) Delegates(opts *bind.CallOpts, account common.Address) (common.Address, error)
Delegates is a free data retrieval call binding the contract method 0x587cde1e.
Solidity: function delegates(address account) view returns(address)
func (*ThixmCaller) Distribution ¶
func (_Thixm *ThixmCaller) Distribution(opts *bind.CallOpts, start *big.Int, end *big.Int) ([]ITokenDistributionTokenHolder, error)
Distribution is a free data retrieval call binding the contract method 0xb00a7cf6.
Solidity: function distribution(uint256 start, uint256 end) view returns((address,uint256)[])
func (*ThixmCaller) GetPastTotalSupply ¶
func (_Thixm *ThixmCaller) GetPastTotalSupply(opts *bind.CallOpts, blockNumber *big.Int) (*big.Int, error)
GetPastTotalSupply is a free data retrieval call binding the contract method 0x8e539e8c.
Solidity: function getPastTotalSupply(uint256 blockNumber) view returns(uint256)
func (*ThixmCaller) GetPastVotes ¶
func (_Thixm *ThixmCaller) GetPastVotes(opts *bind.CallOpts, account common.Address, blockNumber *big.Int) (*big.Int, error)
GetPastVotes is a free data retrieval call binding the contract method 0x3a46b1a8.
Solidity: function getPastVotes(address account, uint256 blockNumber) view returns(uint256)
func (*ThixmCaller) GetRoleAdmin ¶
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*ThixmCaller) GetVotes ¶
GetVotes is a free data retrieval call binding the contract method 0x9ab24eb0.
Solidity: function getVotes(address account) view returns(uint256)
func (*ThixmCaller) HasRole ¶
func (_Thixm *ThixmCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*ThixmCaller) MINTERROLE ¶
func (_Thixm *ThixmCaller) MINTERROLE(opts *bind.CallOpts) ([32]byte, error)
MINTERROLE is a free data retrieval call binding the contract method 0xd5391393.
Solidity: function MINTER_ROLE() view returns(bytes32)
func (*ThixmCaller) Name ¶
func (_Thixm *ThixmCaller) 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 (*ThixmCaller) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*ThixmCaller) NumCheckpoints ¶
func (_Thixm *ThixmCaller) NumCheckpoints(opts *bind.CallOpts, account common.Address) (uint32, error)
NumCheckpoints is a free data retrieval call binding the contract method 0x6fcfff45.
Solidity: function numCheckpoints(address account) view returns(uint32)
func (*ThixmCaller) PAUSERROLE ¶
func (_Thixm *ThixmCaller) PAUSERROLE(opts *bind.CallOpts) ([32]byte, error)
PAUSERROLE is a free data retrieval call binding the contract method 0xe63ab1e9.
Solidity: function PAUSER_ROLE() view returns(bytes32)
func (*ThixmCaller) Paused ¶
func (_Thixm *ThixmCaller) 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 (*ThixmCaller) SupportsInterface ¶
func (_Thixm *ThixmCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*ThixmCaller) Symbol ¶
func (_Thixm *ThixmCaller) 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 (*ThixmCaller) TRUSTEDFORWARDERROLE ¶
func (_Thixm *ThixmCaller) TRUSTEDFORWARDERROLE(opts *bind.CallOpts) ([32]byte, error)
TRUSTEDFORWARDERROLE is a free data retrieval call binding the contract method 0x00cba943.
Solidity: function TRUSTED_FORWARDER_ROLE() view returns(bytes32)
func (*ThixmCaller) TokenHoldersCount ¶
TokenHoldersCount is a free data retrieval call binding the contract method 0x4787513a.
Solidity: function tokenHoldersCount() view returns(uint256)
func (*ThixmCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*ThixmCaller) UNPAUSERROLE ¶
func (_Thixm *ThixmCaller) UNPAUSERROLE(opts *bind.CallOpts) ([32]byte, error)
UNPAUSERROLE is a free data retrieval call binding the contract method 0xfb1bb9de.
Solidity: function UNPAUSER_ROLE() view returns(bytes32)
type ThixmCallerRaw ¶
type ThixmCallerRaw struct {
Contract *ThixmCaller // Generic read-only contract binding to access the raw methods on
}
ThixmCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ThixmCallerRaw) Call ¶
func (_Thixm *ThixmCallerRaw) 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 ThixmCallerSession ¶
type ThixmCallerSession struct { Contract *ThixmCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ThixmCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ThixmCallerSession) Allowance ¶
func (_Thixm *ThixmCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*ThixmCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*ThixmCallerSession) Checkpoints ¶
func (_Thixm *ThixmCallerSession) Checkpoints(account common.Address, pos uint32) (ERC20VotesCheckpoint, error)
Checkpoints is a free data retrieval call binding the contract method 0xf1127ed8.
Solidity: function checkpoints(address account, uint32 pos) view returns((uint32,uint224))
func (*ThixmCallerSession) DEFAULTADMINROLE ¶
func (_Thixm *ThixmCallerSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*ThixmCallerSession) DOMAINSEPARATOR ¶
func (_Thixm *ThixmCallerSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*ThixmCallerSession) Decimals ¶
func (_Thixm *ThixmCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ThixmCallerSession) Delegates ¶
Delegates is a free data retrieval call binding the contract method 0x587cde1e.
Solidity: function delegates(address account) view returns(address)
func (*ThixmCallerSession) Distribution ¶
func (_Thixm *ThixmCallerSession) Distribution(start *big.Int, end *big.Int) ([]ITokenDistributionTokenHolder, error)
Distribution is a free data retrieval call binding the contract method 0xb00a7cf6.
Solidity: function distribution(uint256 start, uint256 end) view returns((address,uint256)[])
func (*ThixmCallerSession) GetPastTotalSupply ¶
GetPastTotalSupply is a free data retrieval call binding the contract method 0x8e539e8c.
Solidity: function getPastTotalSupply(uint256 blockNumber) view returns(uint256)
func (*ThixmCallerSession) GetPastVotes ¶
func (_Thixm *ThixmCallerSession) GetPastVotes(account common.Address, blockNumber *big.Int) (*big.Int, error)
GetPastVotes is a free data retrieval call binding the contract method 0x3a46b1a8.
Solidity: function getPastVotes(address account, uint256 blockNumber) view returns(uint256)
func (*ThixmCallerSession) GetRoleAdmin ¶
func (_Thixm *ThixmCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*ThixmCallerSession) GetVotes ¶
GetVotes is a free data retrieval call binding the contract method 0x9ab24eb0.
Solidity: function getVotes(address account) view returns(uint256)
func (*ThixmCallerSession) HasRole ¶
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*ThixmCallerSession) MINTERROLE ¶
func (_Thixm *ThixmCallerSession) MINTERROLE() ([32]byte, error)
MINTERROLE is a free data retrieval call binding the contract method 0xd5391393.
Solidity: function MINTER_ROLE() view returns(bytes32)
func (*ThixmCallerSession) Name ¶
func (_Thixm *ThixmCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ThixmCallerSession) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*ThixmCallerSession) NumCheckpoints ¶
func (_Thixm *ThixmCallerSession) NumCheckpoints(account common.Address) (uint32, error)
NumCheckpoints is a free data retrieval call binding the contract method 0x6fcfff45.
Solidity: function numCheckpoints(address account) view returns(uint32)
func (*ThixmCallerSession) PAUSERROLE ¶
func (_Thixm *ThixmCallerSession) PAUSERROLE() ([32]byte, error)
PAUSERROLE is a free data retrieval call binding the contract method 0xe63ab1e9.
Solidity: function PAUSER_ROLE() view returns(bytes32)
func (*ThixmCallerSession) Paused ¶
func (_Thixm *ThixmCallerSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ThixmCallerSession) SupportsInterface ¶
func (_Thixm *ThixmCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*ThixmCallerSession) Symbol ¶
func (_Thixm *ThixmCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ThixmCallerSession) TRUSTEDFORWARDERROLE ¶
func (_Thixm *ThixmCallerSession) TRUSTEDFORWARDERROLE() ([32]byte, error)
TRUSTEDFORWARDERROLE is a free data retrieval call binding the contract method 0x00cba943.
Solidity: function TRUSTED_FORWARDER_ROLE() view returns(bytes32)
func (*ThixmCallerSession) TokenHoldersCount ¶
func (_Thixm *ThixmCallerSession) TokenHoldersCount() (*big.Int, error)
TokenHoldersCount is a free data retrieval call binding the contract method 0x4787513a.
Solidity: function tokenHoldersCount() view returns(uint256)
func (*ThixmCallerSession) TotalSupply ¶
func (_Thixm *ThixmCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*ThixmCallerSession) UNPAUSERROLE ¶
func (_Thixm *ThixmCallerSession) UNPAUSERROLE() ([32]byte, error)
UNPAUSERROLE is a free data retrieval call binding the contract method 0xfb1bb9de.
Solidity: function UNPAUSER_ROLE() view returns(bytes32)
type ThixmDelegateChanged ¶
type ThixmDelegateChanged struct { Delegator common.Address FromDelegate common.Address ToDelegate common.Address Raw types.Log // Blockchain specific contextual infos }
ThixmDelegateChanged represents a DelegateChanged event raised by the Thixm contract.
type ThixmDelegateChangedIterator ¶
type ThixmDelegateChangedIterator struct { Event *ThixmDelegateChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmDelegateChangedIterator is returned from FilterDelegateChanged and is used to iterate over the raw logs and unpacked data for DelegateChanged events raised by the Thixm contract.
func (*ThixmDelegateChangedIterator) Close ¶
func (it *ThixmDelegateChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmDelegateChangedIterator) Error ¶
func (it *ThixmDelegateChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmDelegateChangedIterator) Next ¶
func (it *ThixmDelegateChangedIterator) 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 ThixmDelegateVotesChanged ¶
type ThixmDelegateVotesChanged struct { Delegate common.Address PreviousBalance *big.Int NewBalance *big.Int Raw types.Log // Blockchain specific contextual infos }
ThixmDelegateVotesChanged represents a DelegateVotesChanged event raised by the Thixm contract.
type ThixmDelegateVotesChangedIterator ¶
type ThixmDelegateVotesChangedIterator struct { Event *ThixmDelegateVotesChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmDelegateVotesChangedIterator is returned from FilterDelegateVotesChanged and is used to iterate over the raw logs and unpacked data for DelegateVotesChanged events raised by the Thixm contract.
func (*ThixmDelegateVotesChangedIterator) Close ¶
func (it *ThixmDelegateVotesChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmDelegateVotesChangedIterator) Error ¶
func (it *ThixmDelegateVotesChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmDelegateVotesChangedIterator) Next ¶
func (it *ThixmDelegateVotesChangedIterator) 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 ThixmFilterer ¶
type ThixmFilterer struct {
// contains filtered or unexported fields
}
ThixmFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewThixmFilterer ¶
func NewThixmFilterer(address common.Address, filterer bind.ContractFilterer) (*ThixmFilterer, error)
NewThixmFilterer creates a new log filterer instance of Thixm, bound to a specific deployed contract.
func (*ThixmFilterer) FilterApproval ¶
func (_Thixm *ThixmFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ThixmApprovalIterator, 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 (*ThixmFilterer) FilterDelegateChanged ¶
func (_Thixm *ThixmFilterer) FilterDelegateChanged(opts *bind.FilterOpts, delegator []common.Address, fromDelegate []common.Address, toDelegate []common.Address) (*ThixmDelegateChangedIterator, error)
FilterDelegateChanged is a free log retrieval operation binding the contract event 0x3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f.
Solidity: event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
func (*ThixmFilterer) FilterDelegateVotesChanged ¶
func (_Thixm *ThixmFilterer) FilterDelegateVotesChanged(opts *bind.FilterOpts, delegate []common.Address) (*ThixmDelegateVotesChangedIterator, error)
FilterDelegateVotesChanged is a free log retrieval operation binding the contract event 0xdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724.
Solidity: event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
func (*ThixmFilterer) FilterPaused ¶
func (_Thixm *ThixmFilterer) FilterPaused(opts *bind.FilterOpts) (*ThixmPausedIterator, error)
FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ThixmFilterer) FilterRoleAdminChanged ¶
func (_Thixm *ThixmFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (*ThixmRoleAdminChangedIterator, error)
FilterRoleAdminChanged is a free log retrieval operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*ThixmFilterer) FilterRoleGranted ¶
func (_Thixm *ThixmFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*ThixmRoleGrantedIterator, error)
FilterRoleGranted is a free log retrieval operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*ThixmFilterer) FilterRoleRevoked ¶
func (_Thixm *ThixmFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*ThixmRoleRevokedIterator, error)
FilterRoleRevoked is a free log retrieval operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*ThixmFilterer) FilterTransfer ¶
func (_Thixm *ThixmFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ThixmTransferIterator, 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 (*ThixmFilterer) FilterUnpaused ¶
func (_Thixm *ThixmFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ThixmUnpausedIterator, error)
FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ThixmFilterer) ParseApproval ¶
func (_Thixm *ThixmFilterer) ParseApproval(log types.Log) (*ThixmApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*ThixmFilterer) ParseDelegateChanged ¶
func (_Thixm *ThixmFilterer) ParseDelegateChanged(log types.Log) (*ThixmDelegateChanged, error)
ParseDelegateChanged is a log parse operation binding the contract event 0x3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f.
Solidity: event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
func (*ThixmFilterer) ParseDelegateVotesChanged ¶
func (_Thixm *ThixmFilterer) ParseDelegateVotesChanged(log types.Log) (*ThixmDelegateVotesChanged, error)
ParseDelegateVotesChanged is a log parse operation binding the contract event 0xdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724.
Solidity: event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
func (*ThixmFilterer) ParsePaused ¶
func (_Thixm *ThixmFilterer) ParsePaused(log types.Log) (*ThixmPaused, error)
ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ThixmFilterer) ParseRoleAdminChanged ¶
func (_Thixm *ThixmFilterer) ParseRoleAdminChanged(log types.Log) (*ThixmRoleAdminChanged, error)
ParseRoleAdminChanged is a log parse operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*ThixmFilterer) ParseRoleGranted ¶
func (_Thixm *ThixmFilterer) ParseRoleGranted(log types.Log) (*ThixmRoleGranted, error)
ParseRoleGranted is a log parse operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*ThixmFilterer) ParseRoleRevoked ¶
func (_Thixm *ThixmFilterer) ParseRoleRevoked(log types.Log) (*ThixmRoleRevoked, error)
ParseRoleRevoked is a log parse operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*ThixmFilterer) ParseTransfer ¶
func (_Thixm *ThixmFilterer) ParseTransfer(log types.Log) (*ThixmTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*ThixmFilterer) ParseUnpaused ¶
func (_Thixm *ThixmFilterer) ParseUnpaused(log types.Log) (*ThixmUnpaused, error)
ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ThixmFilterer) WatchApproval ¶
func (_Thixm *ThixmFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ThixmApproval, 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 (*ThixmFilterer) WatchDelegateChanged ¶
func (_Thixm *ThixmFilterer) WatchDelegateChanged(opts *bind.WatchOpts, sink chan<- *ThixmDelegateChanged, delegator []common.Address, fromDelegate []common.Address, toDelegate []common.Address) (event.Subscription, error)
WatchDelegateChanged is a free log subscription operation binding the contract event 0x3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f.
Solidity: event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
func (*ThixmFilterer) WatchDelegateVotesChanged ¶
func (_Thixm *ThixmFilterer) WatchDelegateVotesChanged(opts *bind.WatchOpts, sink chan<- *ThixmDelegateVotesChanged, delegate []common.Address) (event.Subscription, error)
WatchDelegateVotesChanged is a free log subscription operation binding the contract event 0xdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724.
Solidity: event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
func (*ThixmFilterer) WatchPaused ¶
func (_Thixm *ThixmFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ThixmPaused) (event.Subscription, error)
WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ThixmFilterer) WatchRoleAdminChanged ¶
func (_Thixm *ThixmFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *ThixmRoleAdminChanged, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (event.Subscription, error)
WatchRoleAdminChanged is a free log subscription operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*ThixmFilterer) WatchRoleGranted ¶
func (_Thixm *ThixmFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *ThixmRoleGranted, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleGranted is a free log subscription operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*ThixmFilterer) WatchRoleRevoked ¶
func (_Thixm *ThixmFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *ThixmRoleRevoked, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleRevoked is a free log subscription operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*ThixmFilterer) WatchTransfer ¶
func (_Thixm *ThixmFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ThixmTransfer, 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 (*ThixmFilterer) WatchUnpaused ¶
func (_Thixm *ThixmFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ThixmUnpaused) (event.Subscription, error)
WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
type ThixmPaused ¶
type ThixmPaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
ThixmPaused represents a Paused event raised by the Thixm contract.
type ThixmPausedIterator ¶
type ThixmPausedIterator struct { Event *ThixmPaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the Thixm contract.
func (*ThixmPausedIterator) Close ¶
func (it *ThixmPausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmPausedIterator) Error ¶
func (it *ThixmPausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmPausedIterator) Next ¶
func (it *ThixmPausedIterator) 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 ThixmRaw ¶
type ThixmRaw struct {
Contract *Thixm // Generic contract binding to access the raw methods on
}
ThixmRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ThixmRaw) Call ¶
func (_Thixm *ThixmRaw) 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 (*ThixmRaw) Transact ¶
func (_Thixm *ThixmRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ThixmRaw) Transfer ¶
func (_Thixm *ThixmRaw) 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 ThixmRoleAdminChanged ¶
type ThixmRoleAdminChanged struct { Role [32]byte PreviousAdminRole [32]byte NewAdminRole [32]byte Raw types.Log // Blockchain specific contextual infos }
ThixmRoleAdminChanged represents a RoleAdminChanged event raised by the Thixm contract.
type ThixmRoleAdminChangedIterator ¶
type ThixmRoleAdminChangedIterator struct { Event *ThixmRoleAdminChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmRoleAdminChangedIterator is returned from FilterRoleAdminChanged and is used to iterate over the raw logs and unpacked data for RoleAdminChanged events raised by the Thixm contract.
func (*ThixmRoleAdminChangedIterator) Close ¶
func (it *ThixmRoleAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmRoleAdminChangedIterator) Error ¶
func (it *ThixmRoleAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmRoleAdminChangedIterator) Next ¶
func (it *ThixmRoleAdminChangedIterator) 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 ThixmRoleGranted ¶
type ThixmRoleGranted struct { Role [32]byte Account common.Address Sender common.Address Raw types.Log // Blockchain specific contextual infos }
ThixmRoleGranted represents a RoleGranted event raised by the Thixm contract.
type ThixmRoleGrantedIterator ¶
type ThixmRoleGrantedIterator struct { Event *ThixmRoleGranted // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmRoleGrantedIterator is returned from FilterRoleGranted and is used to iterate over the raw logs and unpacked data for RoleGranted events raised by the Thixm contract.
func (*ThixmRoleGrantedIterator) Close ¶
func (it *ThixmRoleGrantedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmRoleGrantedIterator) Error ¶
func (it *ThixmRoleGrantedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmRoleGrantedIterator) Next ¶
func (it *ThixmRoleGrantedIterator) 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 ThixmRoleRevoked ¶
type ThixmRoleRevoked struct { Role [32]byte Account common.Address Sender common.Address Raw types.Log // Blockchain specific contextual infos }
ThixmRoleRevoked represents a RoleRevoked event raised by the Thixm contract.
type ThixmRoleRevokedIterator ¶
type ThixmRoleRevokedIterator struct { Event *ThixmRoleRevoked // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmRoleRevokedIterator is returned from FilterRoleRevoked and is used to iterate over the raw logs and unpacked data for RoleRevoked events raised by the Thixm contract.
func (*ThixmRoleRevokedIterator) Close ¶
func (it *ThixmRoleRevokedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmRoleRevokedIterator) Error ¶
func (it *ThixmRoleRevokedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmRoleRevokedIterator) Next ¶
func (it *ThixmRoleRevokedIterator) 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 ThixmSession ¶
type ThixmSession struct { Contract *Thixm // 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 }
ThixmSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ThixmSession) Allowance ¶
func (_Thixm *ThixmSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*ThixmSession) Approve ¶
func (_Thixm *ThixmSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*ThixmSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*ThixmSession) Checkpoints ¶
func (_Thixm *ThixmSession) Checkpoints(account common.Address, pos uint32) (ERC20VotesCheckpoint, error)
Checkpoints is a free data retrieval call binding the contract method 0xf1127ed8.
Solidity: function checkpoints(address account, uint32 pos) view returns((uint32,uint224))
func (*ThixmSession) DEFAULTADMINROLE ¶
func (_Thixm *ThixmSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*ThixmSession) DOMAINSEPARATOR ¶
func (_Thixm *ThixmSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*ThixmSession) Decimals ¶
func (_Thixm *ThixmSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ThixmSession) DecreaseAllowance ¶
func (_Thixm *ThixmSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*ThixmSession) Delegate ¶
func (_Thixm *ThixmSession) Delegate(delegatee common.Address) (*types.Transaction, error)
Delegate is a paid mutator transaction binding the contract method 0x5c19a95c.
Solidity: function delegate(address delegatee) returns()
func (*ThixmSession) DelegateBySig ¶
func (_Thixm *ThixmSession) DelegateBySig(delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
DelegateBySig is a paid mutator transaction binding the contract method 0xc3cda520.
Solidity: function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) returns()
func (*ThixmSession) Delegates ¶
Delegates is a free data retrieval call binding the contract method 0x587cde1e.
Solidity: function delegates(address account) view returns(address)
func (*ThixmSession) Distribution ¶
func (_Thixm *ThixmSession) Distribution(start *big.Int, end *big.Int) ([]ITokenDistributionTokenHolder, error)
Distribution is a free data retrieval call binding the contract method 0xb00a7cf6.
Solidity: function distribution(uint256 start, uint256 end) view returns((address,uint256)[])
func (*ThixmSession) GetPastTotalSupply ¶
GetPastTotalSupply is a free data retrieval call binding the contract method 0x8e539e8c.
Solidity: function getPastTotalSupply(uint256 blockNumber) view returns(uint256)
func (*ThixmSession) GetPastVotes ¶
func (_Thixm *ThixmSession) GetPastVotes(account common.Address, blockNumber *big.Int) (*big.Int, error)
GetPastVotes is a free data retrieval call binding the contract method 0x3a46b1a8.
Solidity: function getPastVotes(address account, uint256 blockNumber) view returns(uint256)
func (*ThixmSession) GetRoleAdmin ¶
func (_Thixm *ThixmSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*ThixmSession) GetVotes ¶
GetVotes is a free data retrieval call binding the contract method 0x9ab24eb0.
Solidity: function getVotes(address account) view returns(uint256)
func (*ThixmSession) GrantRole ¶
func (_Thixm *ThixmSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*ThixmSession) HasRole ¶
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*ThixmSession) IncreaseAllowance ¶
func (_Thixm *ThixmSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*ThixmSession) MINTERROLE ¶
func (_Thixm *ThixmSession) MINTERROLE() ([32]byte, error)
MINTERROLE is a free data retrieval call binding the contract method 0xd5391393.
Solidity: function MINTER_ROLE() view returns(bytes32)
func (*ThixmSession) Mint ¶
func (_Thixm *ThixmSession) Mint(to common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 amount) returns()
func (*ThixmSession) MintTokens ¶
func (_Thixm *ThixmSession) MintTokens(holders []common.Address, amounts []*big.Int) (*types.Transaction, error)
MintTokens is a paid mutator transaction binding the contract method 0xc2acc5cf.
Solidity: function mintTokens(address[] holders, uint256[] amounts) returns()
func (*ThixmSession) Name ¶
func (_Thixm *ThixmSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ThixmSession) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*ThixmSession) NumCheckpoints ¶
func (_Thixm *ThixmSession) NumCheckpoints(account common.Address) (uint32, error)
NumCheckpoints is a free data retrieval call binding the contract method 0x6fcfff45.
Solidity: function numCheckpoints(address account) view returns(uint32)
func (*ThixmSession) PAUSERROLE ¶
func (_Thixm *ThixmSession) PAUSERROLE() ([32]byte, error)
PAUSERROLE is a free data retrieval call binding the contract method 0xe63ab1e9.
Solidity: function PAUSER_ROLE() view returns(bytes32)
func (*ThixmSession) Pause ¶
func (_Thixm *ThixmSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ThixmSession) Paused ¶
func (_Thixm *ThixmSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ThixmSession) Permit ¶
func (_Thixm *ThixmSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*ThixmSession) RenounceRole ¶
func (_Thixm *ThixmSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address account) returns()
func (*ThixmSession) RevokeRole ¶
func (_Thixm *ThixmSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*ThixmSession) SupportsInterface ¶
func (_Thixm *ThixmSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*ThixmSession) Symbol ¶
func (_Thixm *ThixmSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ThixmSession) TRUSTEDFORWARDERROLE ¶
func (_Thixm *ThixmSession) TRUSTEDFORWARDERROLE() ([32]byte, error)
TRUSTEDFORWARDERROLE is a free data retrieval call binding the contract method 0x00cba943.
Solidity: function TRUSTED_FORWARDER_ROLE() view returns(bytes32)
func (*ThixmSession) TokenHoldersCount ¶
func (_Thixm *ThixmSession) TokenHoldersCount() (*big.Int, error)
TokenHoldersCount is a free data retrieval call binding the contract method 0x4787513a.
Solidity: function tokenHoldersCount() view returns(uint256)
func (*ThixmSession) TotalSupply ¶
func (_Thixm *ThixmSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*ThixmSession) Transfer ¶
func (_Thixm *ThixmSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 amount) returns(bool)
func (*ThixmSession) TransferFrom ¶
func (_Thixm *ThixmSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (*ThixmSession) UNPAUSERROLE ¶
func (_Thixm *ThixmSession) UNPAUSERROLE() ([32]byte, error)
UNPAUSERROLE is a free data retrieval call binding the contract method 0xfb1bb9de.
Solidity: function UNPAUSER_ROLE() view returns(bytes32)
func (*ThixmSession) Unpause ¶
func (_Thixm *ThixmSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
type ThixmTransactor ¶
type ThixmTransactor struct {
// contains filtered or unexported fields
}
ThixmTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewThixmTransactor ¶
func NewThixmTransactor(address common.Address, transactor bind.ContractTransactor) (*ThixmTransactor, error)
NewThixmTransactor creates a new write-only instance of Thixm, bound to a specific deployed contract.
func (*ThixmTransactor) Approve ¶
func (_Thixm *ThixmTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*ThixmTransactor) DecreaseAllowance ¶
func (_Thixm *ThixmTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*ThixmTransactor) Delegate ¶
func (_Thixm *ThixmTransactor) Delegate(opts *bind.TransactOpts, delegatee common.Address) (*types.Transaction, error)
Delegate is a paid mutator transaction binding the contract method 0x5c19a95c.
Solidity: function delegate(address delegatee) returns()
func (*ThixmTransactor) DelegateBySig ¶
func (_Thixm *ThixmTransactor) DelegateBySig(opts *bind.TransactOpts, delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
DelegateBySig is a paid mutator transaction binding the contract method 0xc3cda520.
Solidity: function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) returns()
func (*ThixmTransactor) GrantRole ¶
func (_Thixm *ThixmTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*ThixmTransactor) IncreaseAllowance ¶
func (_Thixm *ThixmTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*ThixmTransactor) Mint ¶
func (_Thixm *ThixmTransactor) Mint(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 amount) returns()
func (*ThixmTransactor) MintTokens ¶
func (_Thixm *ThixmTransactor) MintTokens(opts *bind.TransactOpts, holders []common.Address, amounts []*big.Int) (*types.Transaction, error)
MintTokens is a paid mutator transaction binding the contract method 0xc2acc5cf.
Solidity: function mintTokens(address[] holders, uint256[] amounts) returns()
func (*ThixmTransactor) Pause ¶
func (_Thixm *ThixmTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ThixmTransactor) Permit ¶
func (_Thixm *ThixmTransactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*ThixmTransactor) RenounceRole ¶
func (_Thixm *ThixmTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address account) returns()
func (*ThixmTransactor) RevokeRole ¶
func (_Thixm *ThixmTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*ThixmTransactor) Transfer ¶
func (_Thixm *ThixmTransactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 amount) returns(bool)
func (*ThixmTransactor) TransferFrom ¶
func (_Thixm *ThixmTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (*ThixmTransactor) Unpause ¶
func (_Thixm *ThixmTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
type ThixmTransactorRaw ¶
type ThixmTransactorRaw struct {
Contract *ThixmTransactor // Generic write-only contract binding to access the raw methods on
}
ThixmTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ThixmTransactorRaw) Transact ¶
func (_Thixm *ThixmTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ThixmTransactorRaw) Transfer ¶
func (_Thixm *ThixmTransactorRaw) 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 ThixmTransactorSession ¶
type ThixmTransactorSession struct { Contract *ThixmTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ThixmTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ThixmTransactorSession) Approve ¶
func (_Thixm *ThixmTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*ThixmTransactorSession) DecreaseAllowance ¶
func (_Thixm *ThixmTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*ThixmTransactorSession) Delegate ¶
func (_Thixm *ThixmTransactorSession) Delegate(delegatee common.Address) (*types.Transaction, error)
Delegate is a paid mutator transaction binding the contract method 0x5c19a95c.
Solidity: function delegate(address delegatee) returns()
func (*ThixmTransactorSession) DelegateBySig ¶
func (_Thixm *ThixmTransactorSession) DelegateBySig(delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
DelegateBySig is a paid mutator transaction binding the contract method 0xc3cda520.
Solidity: function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) returns()
func (*ThixmTransactorSession) GrantRole ¶
func (_Thixm *ThixmTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*ThixmTransactorSession) IncreaseAllowance ¶
func (_Thixm *ThixmTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*ThixmTransactorSession) Mint ¶
func (_Thixm *ThixmTransactorSession) Mint(to common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address to, uint256 amount) returns()
func (*ThixmTransactorSession) MintTokens ¶
func (_Thixm *ThixmTransactorSession) MintTokens(holders []common.Address, amounts []*big.Int) (*types.Transaction, error)
MintTokens is a paid mutator transaction binding the contract method 0xc2acc5cf.
Solidity: function mintTokens(address[] holders, uint256[] amounts) returns()
func (*ThixmTransactorSession) Pause ¶
func (_Thixm *ThixmTransactorSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ThixmTransactorSession) Permit ¶
func (_Thixm *ThixmTransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*ThixmTransactorSession) RenounceRole ¶
func (_Thixm *ThixmTransactorSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address account) returns()
func (*ThixmTransactorSession) RevokeRole ¶
func (_Thixm *ThixmTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*ThixmTransactorSession) Transfer ¶
func (_Thixm *ThixmTransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 amount) returns(bool)
func (*ThixmTransactorSession) TransferFrom ¶
func (_Thixm *ThixmTransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)
func (*ThixmTransactorSession) Unpause ¶
func (_Thixm *ThixmTransactorSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
type ThixmTransfer ¶
type ThixmTransfer struct { From common.Address To common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
ThixmTransfer represents a Transfer event raised by the Thixm contract.
type ThixmTransferIterator ¶
type ThixmTransferIterator struct { Event *ThixmTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Thixm contract.
func (*ThixmTransferIterator) Close ¶
func (it *ThixmTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmTransferIterator) Error ¶
func (it *ThixmTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmTransferIterator) Next ¶
func (it *ThixmTransferIterator) 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 ThixmUnpaused ¶
type ThixmUnpaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
ThixmUnpaused represents a Unpaused event raised by the Thixm contract.
type ThixmUnpausedIterator ¶
type ThixmUnpausedIterator struct { Event *ThixmUnpaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ThixmUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the Thixm contract.
func (*ThixmUnpausedIterator) Close ¶
func (it *ThixmUnpausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ThixmUnpausedIterator) Error ¶
func (it *ThixmUnpausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ThixmUnpausedIterator) Next ¶
func (it *ThixmUnpausedIterator) 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.