# Functions
DeployOwnable deploys a new Ethereum contract, binding an instance of Ownable to it.
DeployTokenSafe deploys a new Ethereum contract, binding an instance of TokenSafe to it.
NewOwnable creates a new instance of Ownable, bound to a specific deployed contract.
NewOwnableCaller creates a new read-only instance of Ownable, bound to a specific deployed contract.
NewOwnableFilterer creates a new log filterer instance of Ownable, bound to a specific deployed contract.
NewOwnableTransactor creates a new write-only instance of Ownable, bound to a specific deployed contract.
NewTokenSafe creates a new instance of TokenSafe, bound to a specific deployed contract.
NewTokenSafeCaller creates a new read-only instance of TokenSafe, bound to a specific deployed contract.
NewTokenSafeFilterer creates a new log filterer instance of TokenSafe, bound to a specific deployed contract.
NewTokenSafeTransactor creates a new write-only instance of TokenSafe, bound to a specific deployed contract.
# Constants
OwnableABI is the input ABI used to generate the binding from.
TokenSafeABI is the input ABI used to generate the binding from.
# Variables
OwnableBin is the compiled bytecode used for deploying new contracts.
OwnableFuncSigs maps the 4-byte function signature to its string representation.
TokenSafeBin is the compiled bytecode used for deploying new contracts.
TokenSafeFuncSigs maps the 4-byte function signature to its string representation.
# Structs
Ownable is an auto generated Go binding around an Ethereum contract.
OwnableCaller is an auto generated read-only Go binding around an Ethereum contract.
OwnableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
OwnableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
OwnableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
OwnableOwnershipTransferred represents a OwnershipTransferred event raised by the Ownable contract.
OwnableOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Ownable contract.
OwnableRaw is an auto generated low-level Go binding around an Ethereum contract.
OwnableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
OwnableTransactor is an auto generated write-only Go binding around an Ethereum contract.
OwnableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
OwnableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TokenSafe is an auto generated Go binding around an Ethereum contract.
TokenSafeCaller is an auto generated read-only Go binding around an Ethereum contract.
TokenSafeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TokenSafeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TokenSafeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TokenSafeOwnershipTransferred represents a OwnershipTransferred event raised by the TokenSafe contract.
TokenSafeOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the TokenSafe contract.
TokenSafeRaw is an auto generated low-level Go binding around an Ethereum contract.
TokenSafeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TokenSafeTransactor is an auto generated write-only Go binding around an Ethereum contract.
TokenSafeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TokenSafeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.