Documentation ¶
Index ¶
- Variables
- type Client
- func (c *Client) CreateTable(ctx context.Context, owner common.Address, statement string) (tables.Transaction, error)
- func (c *Client) IsOwner(context context.Context, addr common.Address, id *big.Int) (bool, error)
- func (c *Client) RunSQL(ctx context.Context, addr common.Address, table tables.TableID, ...) (tables.Transaction, error)
- func (c *Client) SetController(ctx context.Context, caller common.Address, table tables.TableID, ...) (tables.Transaction, error)
- type Contract
- type ContractAdminChanged
- type ContractAdminChangedIterator
- type ContractApproval
- type ContractApprovalForAll
- type ContractApprovalForAllIterator
- type ContractApprovalIterator
- type ContractBeaconUpgraded
- type ContractBeaconUpgradedIterator
- type ContractCaller
- func (_Contract *ContractCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Contract *ContractCaller) ExplicitOwnershipOf(opts *bind.CallOpts, tokenId *big.Int) (IERC721AUpgradeableTokenOwnership, error)
- func (_Contract *ContractCaller) ExplicitOwnershipsOf(opts *bind.CallOpts, tokenIds []*big.Int) ([]IERC721AUpgradeableTokenOwnership, error)
- func (_Contract *ContractCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Contract *ContractCaller) GetController(opts *bind.CallOpts, tableId *big.Int) (common.Address, error)
- func (_Contract *ContractCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
- func (_Contract *ContractCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Contract *ContractCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Contract *ContractCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Contract *ContractCaller) Paused(opts *bind.CallOpts) (bool, error)
- func (_Contract *ContractCaller) ProxiableUUID(opts *bind.CallOpts) ([32]byte, error)
- func (_Contract *ContractCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Contract *ContractCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Contract *ContractCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_Contract *ContractCaller) TokensOfOwner(opts *bind.CallOpts, owner common.Address) ([]*big.Int, error)
- func (_Contract *ContractCaller) TokensOfOwnerIn(opts *bind.CallOpts, owner common.Address, start *big.Int, stop *big.Int) ([]*big.Int, error)
- func (_Contract *ContractCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type ContractCallerRaw
- type ContractCallerSession
- func (_Contract *ContractCallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Contract *ContractCallerSession) ExplicitOwnershipOf(tokenId *big.Int) (IERC721AUpgradeableTokenOwnership, error)
- func (_Contract *ContractCallerSession) ExplicitOwnershipsOf(tokenIds []*big.Int) ([]IERC721AUpgradeableTokenOwnership, error)
- func (_Contract *ContractCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Contract *ContractCallerSession) GetController(tableId *big.Int) (common.Address, error)
- func (_Contract *ContractCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Contract *ContractCallerSession) Name() (string, error)
- func (_Contract *ContractCallerSession) Owner() (common.Address, error)
- func (_Contract *ContractCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Contract *ContractCallerSession) Paused() (bool, error)
- func (_Contract *ContractCallerSession) ProxiableUUID() ([32]byte, error)
- func (_Contract *ContractCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Contract *ContractCallerSession) Symbol() (string, error)
- func (_Contract *ContractCallerSession) TokenURI(tokenId *big.Int) (string, error)
- func (_Contract *ContractCallerSession) TokensOfOwner(owner common.Address) ([]*big.Int, error)
- func (_Contract *ContractCallerSession) TokensOfOwnerIn(owner common.Address, start *big.Int, stop *big.Int) ([]*big.Int, error)
- func (_Contract *ContractCallerSession) TotalSupply() (*big.Int, error)
- type ContractCreateTable
- type ContractCreateTableIterator
- type ContractFilterer
- func (_Contract *ContractFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*ContractAdminChangedIterator, error)
- func (_Contract *ContractFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*ContractApprovalIterator, error)
- func (_Contract *ContractFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*ContractApprovalForAllIterator, error)
- func (_Contract *ContractFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*ContractBeaconUpgradedIterator, error)
- func (_Contract *ContractFilterer) FilterCreateTable(opts *bind.FilterOpts) (*ContractCreateTableIterator, error)
- func (_Contract *ContractFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractInitializedIterator, error)
- func (_Contract *ContractFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*ContractOwnershipTransferredIterator, error)
- func (_Contract *ContractFilterer) FilterPaused(opts *bind.FilterOpts) (*ContractPausedIterator, error)
- func (_Contract *ContractFilterer) FilterRunSQL(opts *bind.FilterOpts) (*ContractRunSQLIterator, error)
- func (_Contract *ContractFilterer) FilterSetController(opts *bind.FilterOpts) (*ContractSetControllerIterator, error)
- func (_Contract *ContractFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*ContractTransferIterator, error)
- func (_Contract *ContractFilterer) FilterTransferTable(opts *bind.FilterOpts) (*ContractTransferTableIterator, error)
- func (_Contract *ContractFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ContractUnpausedIterator, error)
- func (_Contract *ContractFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*ContractUpgradedIterator, error)
- func (_Contract *ContractFilterer) ParseAdminChanged(log types.Log) (*ContractAdminChanged, error)
- func (_Contract *ContractFilterer) ParseApproval(log types.Log) (*ContractApproval, error)
- func (_Contract *ContractFilterer) ParseApprovalForAll(log types.Log) (*ContractApprovalForAll, error)
- func (_Contract *ContractFilterer) ParseBeaconUpgraded(log types.Log) (*ContractBeaconUpgraded, error)
- func (_Contract *ContractFilterer) ParseCreateTable(log types.Log) (*ContractCreateTable, error)
- func (_Contract *ContractFilterer) ParseInitialized(log types.Log) (*ContractInitialized, error)
- func (_Contract *ContractFilterer) ParseOwnershipTransferred(log types.Log) (*ContractOwnershipTransferred, error)
- func (_Contract *ContractFilterer) ParsePaused(log types.Log) (*ContractPaused, error)
- func (_Contract *ContractFilterer) ParseRunSQL(log types.Log) (*ContractRunSQL, error)
- func (_Contract *ContractFilterer) ParseSetController(log types.Log) (*ContractSetController, error)
- func (_Contract *ContractFilterer) ParseTransfer(log types.Log) (*ContractTransfer, error)
- func (_Contract *ContractFilterer) ParseTransferTable(log types.Log) (*ContractTransferTable, error)
- func (_Contract *ContractFilterer) ParseUnpaused(log types.Log) (*ContractUnpaused, error)
- func (_Contract *ContractFilterer) ParseUpgraded(log types.Log) (*ContractUpgraded, error)
- func (_Contract *ContractFilterer) WatchAdminChanged(opts *bind.WatchOpts, sink chan<- *ContractAdminChanged) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *ContractApprovalForAll, ...) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, sink chan<- *ContractBeaconUpgraded, ...) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchCreateTable(opts *bind.WatchOpts, sink chan<- *ContractCreateTable) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractInitialized) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractOwnershipTransferred, ...) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractPaused) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchRunSQL(opts *bind.WatchOpts, sink chan<- *ContractRunSQL) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchSetController(opts *bind.WatchOpts, sink chan<- *ContractSetController) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchTransferTable(opts *bind.WatchOpts, sink chan<- *ContractTransferTable) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractUnpaused) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *ContractUpgraded, ...) (event.Subscription, error)
- type ContractInitialized
- type ContractInitializedIterator
- type ContractOwnershipTransferred
- type ContractOwnershipTransferredIterator
- type ContractPaused
- type ContractPausedIterator
- type ContractRaw
- func (_Contract *ContractRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Contract *ContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Contract *ContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ContractRunSQL
- type ContractRunSQLIterator
- type ContractSession
- func (_Contract *ContractSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Contract *ContractSession) Burn(tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) CreateTable(owner common.Address, statement string) (*types.Transaction, error)
- func (_Contract *ContractSession) ExplicitOwnershipOf(tokenId *big.Int) (IERC721AUpgradeableTokenOwnership, error)
- func (_Contract *ContractSession) ExplicitOwnershipsOf(tokenIds []*big.Int) ([]IERC721AUpgradeableTokenOwnership, error)
- func (_Contract *ContractSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Contract *ContractSession) GetController(tableId *big.Int) (common.Address, error)
- func (_Contract *ContractSession) Initialize(baseURI string) (*types.Transaction, error)
- func (_Contract *ContractSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Contract *ContractSession) Name() (string, error)
- func (_Contract *ContractSession) Owner() (common.Address, error)
- func (_Contract *ContractSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Contract *ContractSession) Pause() (*types.Transaction, error)
- func (_Contract *ContractSession) Paused() (bool, error)
- func (_Contract *ContractSession) ProxiableUUID() ([32]byte, error)
- func (_Contract *ContractSession) RenounceOwnership() (*types.Transaction, error)
- func (_Contract *ContractSession) RunSQL(caller common.Address, tableId *big.Int, statement string) (*types.Transaction, error)
- func (_Contract *ContractSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_Contract *ContractSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Contract *ContractSession) SetBaseURI(baseURI string) (*types.Transaction, error)
- func (_Contract *ContractSession) SetController(caller common.Address, tableId *big.Int, controller common.Address) (*types.Transaction, error)
- func (_Contract *ContractSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Contract *ContractSession) Symbol() (string, error)
- func (_Contract *ContractSession) TokenURI(tokenId *big.Int) (string, error)
- func (_Contract *ContractSession) TokensOfOwner(owner common.Address) ([]*big.Int, error)
- func (_Contract *ContractSession) TokensOfOwnerIn(owner common.Address, start *big.Int, stop *big.Int) ([]*big.Int, error)
- func (_Contract *ContractSession) TotalSupply() (*big.Int, error)
- func (_Contract *ContractSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Contract *ContractSession) Unpause() (*types.Transaction, error)
- func (_Contract *ContractSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_Contract *ContractSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ContractSetController
- type ContractSetControllerIterator
- type ContractTransactor
- func (_Contract *ContractTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Burn(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) CreateTable(opts *bind.TransactOpts, owner common.Address, statement string) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Initialize(opts *bind.TransactOpts, baseURI string) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Contract *ContractTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Contract *ContractTransactor) RunSQL(opts *bind.TransactOpts, caller common.Address, tableId *big.Int, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SetBaseURI(opts *bind.TransactOpts, baseURI string) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SetController(opts *bind.TransactOpts, caller common.Address, tableId *big.Int, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Contract *ContractTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- func (_Contract *ContractTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ContractTransactorRaw
- type ContractTransactorSession
- func (_Contract *ContractTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Burn(tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) CreateTable(owner common.Address, statement string) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Initialize(baseURI string) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Pause() (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) RunSQL(caller common.Address, tableId *big.Int, statement string) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SetBaseURI(baseURI string) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SetController(caller common.Address, tableId *big.Int, controller common.Address) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Unpause() (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ContractTransfer
- type ContractTransferIterator
- type ContractTransferTable
- type ContractTransferTableIterator
- type ContractUnpaused
- type ContractUnpausedIterator
- type ContractUpgraded
- type ContractUpgradedIterator
- type IERC721AUpgradeableTokenOwnership
- type ITablelandControllerPolicy
Constants ¶
This section is empty.
Variables ¶
var ContractABI = ContractMetaData.ABI
ContractABI is the input ABI used to generate the binding from. Deprecated: Use ContractMetaData.ABI instead.
var ContractBin = ContractMetaData.Bin
ContractBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ContractMetaData.Bin instead.
var ContractMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"ApprovalCallerNotOwnerNorApproved\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ApprovalQueryForNonexistentToken\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ApprovalToCurrentOwner\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ApproveToCaller\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BalanceQueryForZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidQueryRange\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"querySize\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxQuerySize\",\"type\":\"uint256\"}],\"name\":\"MaxQuerySizeExceeded\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MintToZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MintZeroQuantity\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OwnerQueryForNonexistentToken\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TransferCallerNotOwnerNorApproved\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TransferFromIncorrectOwner\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TransferToNonERC721ReceiverImplementer\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TransferToZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"URIQueryForNonexistentToken\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"previousAdmin\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"AdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"statement\",\"type\":\"string\"}],\"name\":\"CreateTable\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isOwner\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"statement\",\"type\":\"string\"},{\"components\":[{\"internalType\":\"bool\",\"name\":\"allowInsert\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"allowUpdate\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"allowDelete\",\"type\":\"bool\"},{\"internalType\":\"string\",\"name\":\"whereClause\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"withCheck\",\"type\":\"string\"},{\"internalType\":\"string[]\",\"name\":\"updatableColumns\",\"type\":\"string[]\"}],\"indexed\":false,\"internalType\":\"structITablelandController.Policy\",\"name\":\"policy\",\"type\":\"tuple\"}],\"name\":\"RunSQL\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"controller\",\"type\":\"address\"}],\"name\":\"SetController\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"}],\"name\":\"TransferTable\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"statement\",\"type\":\"string\"}],\"name\":\"createTable\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"explicitOwnershipOf\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"startTimestamp\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"burned\",\"type\":\"bool\"}],\"internalType\":\"structIERC721AUpgradeable.TokenOwnership\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256[]\",\"name\":\"tokenIds\",\"type\":\"uint256[]\"}],\"name\":\"explicitOwnershipsOf\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"startTimestamp\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"burned\",\"type\":\"bool\"}],\"internalType\":\"structIERC721AUpgradeable.TokenOwnership[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"}],\"name\":\"getController\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"baseURI\",\"type\":\"string\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"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\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"statement\",\"type\":\"string\"}],\"name\":\"runSQL\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"_data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"baseURI\",\"type\":\"string\"}],\"name\":\"setBaseURI\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tableId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"controller\",\"type\":\"address\"}],\"name\":\"setController\",\"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\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"tokensOfOwner\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"stop\",\"type\":\"uint256\"}],\"name\":\"tokensOfOwnerIn\",\"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\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
Bin: "0x60a06040523060601b60805234801561001757600080fd5b5060805160601c613684610052600039600081816108aa015281816108f301528181610a6701528181610aa70152610b3a01526136846000f3fe6080604052600436106101f95760003560e01c80636352211e1161010d57806399a2557a116100a0578063c87b56dd1161006f578063c87b56dd146105b4578063e985e9c5146105d4578063eaf5d04e146105f4578063f2fde38b14610614578063f62d18881461063457600080fd5b806399a2557a14610527578063a22cb46514610547578063b88d4fde14610567578063c23dc68f1461058757600080fd5b80638462151c116100dc5780638462151c146104a75780638bb0ab97146104d45780638da5cb5b146104f457806395d89b411461051257600080fd5b80636352211e1461043d57806370a082311461045d578063715018a61461047d5780638456cb591461049257600080fd5b80633f4ba83a1161019057806352d1902d1161015f57806352d1902d1461038d57806355f804b3146103a257806358edaa9c146103c25780635bbb2177146103f85780635c975abb1461042557600080fd5b80633f4ba83a1461032557806342842e0e1461033a57806342966c681461035a5780634f1ef2861461037a57600080fd5b806318160ddd116101cc57806318160ddd146102af57806323b872dd146102d25780633659cfe6146102f25780633a9151b01461031257600080fd5b806301ffc9a7146101fe57806306fdde0314610233578063081812fc14610255578063095ea7b31461028d575b600080fd5b34801561020a57600080fd5b5061021e610219366004612e87565b610654565b60405190151581526020015b60405180910390f35b34801561023f57600080fd5b506102486106a6565b60405161022a9190613258565b34801561026157600080fd5b50610275610270366004612fd2565b610741565b6040516001600160a01b03909116815260200161022a565b34801561029957600080fd5b506102ad6102a8366004612cf3565b61078e565b005b3480156102bb57600080fd5b506102c461086f565b60405190815260200161022a565b3480156102de57600080fd5b506102ad6102ed366004612bd2565b61088f565b3480156102fe57600080fd5b506102ad61030d366004612b86565b61089f565b6102ad610320366004612ca8565b610988565b34801561033157600080fd5b506102ad610a02565b34801561034657600080fd5b506102ad610355366004612bd2565b610a36565b34801561036657600080fd5b506102ad610375366004612fd2565b610a51565b6102ad610388366004612ca8565b610a5c565b34801561039957600080fd5b506102c4610b2d565b3480156103ae57600080fd5b506102ad6103bd366004612ebf565b610be0565b3480156103ce57600080fd5b506102756103dd366004612fd2565b600090815260fc60205260409020546001600160a01b031690565b34801561040457600080fd5b50610418610413366004612ddd565b610c1d565b60405161022a91906131b6565b34801561043157600080fd5b5060655460ff1661021e565b34801561044957600080fd5b50610275610458366004612fd2565b610d0d565b34801561046957600080fd5b506102c4610478366004612b86565b610d18565b34801561048957600080fd5b506102ad610d77565b34801561049e57600080fd5b506102ad610dab565b3480156104b357600080fd5b506104c76104c2366004612b86565b610ddd565b60405161022a9190613220565b3480156104e057600080fd5b506102ad6104ef366004612d1c565b610f01565b34801561050057600080fd5b506033546001600160a01b0316610275565b34801561051e57600080fd5b50610248610fe3565b34801561053357600080fd5b506104c7610542366004612dab565b610ffb565b34801561055357600080fd5b506102ad610562366004612c72565b6111a1565b34801561057357600080fd5b506102ad610582366004612c0d565b611248565b34801561059357600080fd5b506105a76105a2366004612fd2565b611292565b60405161022a919061344f565b3480156105c057600080fd5b506102486105cf366004612fd2565b61130c565b3480156105e057600080fd5b5061021e6105ef366004612ba0565b611390565b34801561060057600080fd5b506102ad61060f366004612d57565b6113cd565b34801561062057600080fd5b506102ad61062f366004612b86565b6114da565b34801561064057600080fd5b506102ad61064f366004612ebf565b611572565b60006301ffc9a760e01b6001600160e01b03198316148061068557506380ac58cd60e01b6001600160e01b03198316145b806106a05750635b5e139f60e01b6001600160e01b03198316145b92915050565b60606106b0611771565b60020180546106be90613552565b80601f01602080910402602001604051908101604052809291908181526020018280546106ea90613552565b80156107375780601f1061070c57610100808354040283529160200191610737565b820191906000526020600020905b81548152906001019060200180831161071a57829003601f168201915b5050505050905090565b600061074c82611795565b610769576040516333d1c03960e21b815260040160405180910390fd5b610771611771565b60009283526006016020525060409020546001600160a01b031690565b6000610799826117de565b9050806001600160a01b0316836001600160a01b031614156107ce5760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b03821614610805576107e88133611390565b610805576040516367d9dca160e11b815260040160405180910390fd5b8261080e611771565b6000848152600691909101602052604080822080546001600160a01b0319166001600160a01b0394851617905551849286811692908516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259190a4505050565b6000600161087b611771565b60010154610887611771565b540303919050565b61089a83838361186d565b505050565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156108f15760405162461bcd60e51b81526004016108e8906132bf565b60405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661093a6000805160206135c8833981519152546001600160a01b031690565b6001600160a01b0316146109605760405162461bcd60e51b81526004016108e89061330b565b61096981611a87565b6040805160008082526020820190925261098591839190611ab1565b50565b60655460ff16156109ab5760405162461bcd60e51b81526004016108e890613357565b60006109b5611c2b565b90506109c2836001611c3b565b7ffe0c067afc4fe17adcf4cfa139aabad6dc30dd86dfe39fb2b858961637156cdd8382846040516109f59392919061318f565b60405180910390a1505050565b6033546001600160a01b03163314610a2c5760405162461bcd60e51b81526004016108e8906133cf565b610a34611c55565b565b61089a83838360405180602001604052806000815250611248565b610985816001611ce8565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161415610aa55760405162461bcd60e51b81526004016108e8906132bf565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610aee6000805160206135c8833981519152546001600160a01b031690565b6001600160a01b031614610b145760405162461bcd60e51b81526004016108e89061330b565b610b1d82611a87565b610b2982826001611ab1565b5050565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610bcd5760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c60448201527f6c6564207468726f7567682064656c656761746563616c6c000000000000000060648201526084016108e8565b506000805160206135c883398151915290565b6033546001600160a01b03163314610c0a5760405162461bcd60e51b81526004016108e8906133cf565b8051610b299060fb9060208401906129ab565b80516060906000816001600160401b03811115610c4a57634e487b7160e01b600052604160045260246000fd5b604051908082528060200260200182016040528015610c9557816020015b6040805160608101825260008082526020808301829052928201528252600019909201910181610c685790505b50905060005b828114610d0557610cd2858281518110610cc557634e487b7160e01b600052603260045260246000fd5b6020026020010151611292565b828281518110610cf257634e487b7160e01b600052603260045260246000fd5b6020908102919091010152600101610c9b565b509392505050565b60006106a0826117de565b600081610d38576040516323d3ad8160e21b815260040160405180910390fd5b6001600160401b03610d48611771565b6005016000846001600160a01b03166001600160a01b0316815260200190815260200160002054169050919050565b6033546001600160a01b03163314610da15760405162461bcd60e51b81526004016108e8906133cf565b610a346000611ec0565b6033546001600160a01b03163314610dd55760405162461bcd60e51b81526004016108e8906133cf565b610a34611f12565b60606000806000610ded85610d18565b90506000816001600160401b03811115610e1757634e487b7160e01b600052604160045260246000fd5b604051908082528060200260200182016040528015610e40578160200160208202803683370190505b509050610e66604080516060810182526000808252602082018190529181019190915290565b60015b838614610ef557610e7981611f6a565b9150816040015115610e8a57610eed565b81516001600160a01b031615610e9f57815194505b876001600160a01b0316856001600160a01b03161415610eed5780838780600101985081518110610ee057634e487b7160e01b600052603260045260246000fd5b6020026020010181815250505b600101610e69565b50909695505050505050565b60655460ff1615610f245760405162461bcd60e51b81526004016108e890613357565b610f2d82611795565b1580610f6757506001600160a01b03831633148015610f655750610f5082610d0d565b6001600160a01b0316836001600160a01b0316145b155b15610f84576040516282b42960e81b815260040160405180910390fd5b600082815260fc602090815260409182902080546001600160a01b0319166001600160a01b0385169081179091558251858152918201527f64d442926514e7c17643406b529155919979582e13eee1dfe07cbd088ef2033e91016109f5565b6060610fed611771565b60030180546106be90613552565b606081831061101d57604051631960ccad60e11b815260040160405180910390fd5b600080611028611c2b565b9050600185101561103857600194505b80841115611044578093505b600061104f87610d18565b90508486101561106e5785850381811015611068578091505b50611072565b5060005b6000816001600160401b0381111561109a57634e487b7160e01b600052604160045260246000fd5b6040519080825280602002602001820160405280156110c3578160200160208202803683370190505b509050816110d657935061119a92505050565b60006110e188611292565b9050600081604001516110f2575080515b885b8881141580156111045750848714155b1561118e5761111281611f6a565b925082604001511561112357611186565b82516001600160a01b03161561113857825191505b8a6001600160a01b0316826001600160a01b03161415611186578084888060010199508151811061117957634e487b7160e01b600052603260045260246000fd5b6020026020010181815250505b6001016110f4565b50505092835250909150505b9392505050565b6001600160a01b0382163314156111cb5760405163b06307db60e01b815260040160405180910390fd5b806111d4611771565b336000818152600792909201602090815260408084206001600160a01b03881680865290835293819020805460ff19169515159590951790945592518415158152919290917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b61125384848461186d565b6001600160a01b0383163b1561128c5761126f84848484611faa565b61128c576040516368d2bf6b60e11b815260040160405180910390fd5b50505050565b604080516060808201835260008083526020808401829052838501829052845192830185528183528201819052928101929092529060018310806112dd57506112d9611c2b565b8310155b156112e85792915050565b6112f183611f6a565b90508060400151156113035792915050565b61119a836120a2565b606061131782611795565b61133457604051630a14c4b560e41b815260040160405180910390fd5b600061133e6120d0565b905080516000141561135f576040518060200160405280600081525061119a565b80611369846120df565b60405160200161137a929190613032565b6040516020818303038152906040529392505050565b600061139a611771565b6001600160a01b039384166000908152600791909101602090815260408083209490951682529290925250205460ff1690565b60655460ff16156113f05760405162461bcd60e51b81526004016108e890613357565b6113f982611795565b158061142357506001600160a01b03831633148061142157506033546001600160a01b031633145b155b15611440576040516282b42960e81b815260040160405180910390fd5b80516188b88111156114705760405163287d905760e01b8152600481018290526188b860248201526044016108e8565b7f6de956d2cb2e161f8c91c6ae7b286358c7458d5ad5e26ea2d55330fbe282839c84856001600160a01b03166114a586610d0d565b6001600160a01b03161485856114bb898961212e565b6040516114cc95949392919061309e565b60405180910390a150505050565b6033546001600160a01b031633146115045760405162461bcd60e51b81526004016108e8906133cf565b6001600160a01b0381166115695760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108e8565b61098581611ec0565b60008051602061362f83398151915254610100900460ff166115a75760008051602061362f8339815191525460ff16156115ab565b303b155b61161d5760405162461bcd60e51b815260206004820152603760248201527f455243373231415f5f496e697469616c697a61626c653a20636f6e747261637460448201527f20697320616c726561647920696e697469616c697a656400000000000000000060648201526084016108e8565b60008051602061362f83398151915254610100900460ff161580156116595760008051602061362f833981519152805461ffff19166101011790555b600061166560016122bf565b9050801561167d576000805461ff0019166101001790555b6116cc6040518060400160405280601081526020016f5461626c656c616e64205461626c657360801b815250604051806040016040528060058152602001645441424c4560d81b81525061234c565b6116d461238a565b6116dc61238a565b6116e46123c6565b6116ec6123f5565b6116f4612424565b82516117079060fb9060208601906129ab565b50801561174e576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b508015610b2957505060008051602061362f833981519152805461ff0019169055565b7f2569078dfb4b0305704d3008e7403993ae9601b85f7ae5e742de3de8f8011c4090565b6000816001111580156117af57506117ab611771565b5482105b80156106a05750600160e01b6117c3611771565b60008481526004919091016020526040902054161592915050565b60008180600111611854576117f1611771565b54811015611854576000611803611771565b600083815260049190910160205260409020549050600160e01b8116611852575b8061119a57611831611771565b60001990920160008181526004939093016020526040909220549050611824565b505b604051636f96cda160e11b815260040160405180910390fd5b6000611878826117de565b9050836001600160a01b0316816001600160a01b0316146118ab5760405162a1148160e81b815260040160405180910390fd5b60006118b5611771565b600084815260069190910160205260408120546001600160a01b03908116925086163314806118e957506118e98633611390565b806118fc57506001600160a01b03821633145b90508061191c57604051632ce44b5f60e11b815260040160405180910390fd5b8461193a57604051633a954ecd60e21b815260040160405180910390fd5b811561196957611948611771565b60008581526006919091016020526040902080546001600160a01b03191690555b611971611771565b6001600160a01b038716600090815260059190910160205260409020805460001901905561199d611771565b6001600160a01b03861660009081526005919091016020526040902080546001019055600160e11b4260a01b8617176119d4611771565b60008681526004919091016020526040902055600160e11b8316611a4357600184016119fe611771565b60008281526004919091016020526040902054611a4157611a1d611771565b548114611a415783611a2d611771565b600083815260049190910160205260409020555b505b83856001600160a01b0316876001600160a01b031660008051602061360f83398151915260405160405180910390a4611a7f868686600161244b565b505050505050565b6033546001600160a01b031633146109855760405162461bcd60e51b81526004016108e8906133cf565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff1615611ae45761089a836124a2565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b815260040160206040518083038186803b158015611b1d57600080fd5b505afa925050508015611b4d575060408051601f3d908101601f19168201909252611b4a91810190612e6f565b60015b611bb05760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016108e8565b6000805160206135c88339815191528114611c1f5760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016108e8565b5061089a83838361253e565b6000611c35611771565b54919050565b610b29828260405180602001604052806000815250612563565b60655460ff16611c9e5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108e8565b6065805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6000611cf3836117de565b9050806000611d00611771565b600086815260069190910160205260409020546001600160a01b031690508315611d77576000336001600160a01b0384161480611d425750611d428333611390565b80611d5557506001600160a01b03821633145b905080611d7557604051632ce44b5f60e11b815260040160405180910390fd5b505b8015611da657611d85611771565b60008681526006919091016020526040902080546001600160a01b03191690555b6fffffffffffffffffffffffffffffffff611dbf611771565b6001600160a01b03841660009081526005919091016020526040902080549091019055600160e11b600160e01b4260a01b611df78590565b171717611e02611771565b60008781526004919091016020526040902055600160e11b8316611e715760018501611e2c611771565b60008281526004919091016020526040902054611e6f57611e4b611771565b548114611e6f5783611e5b611771565b600083815260049190910160205260409020555b505b60405185906000906001600160a01b0385169060008051602061360f833981519152908390a4611ea582600087600161244b565b611ead611771565b6001908101805490910190555050505050565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60655460ff1615611f355760405162461bcd60e51b81526004016108e890613357565b6065805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611ccb3390565b60408051606081018252600080825260208201819052918101919091526106a0611f92611771565b600084815260049190910160205260409020546126ea565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290611fdf903390899088908890600401613061565b602060405180830381600087803b158015611ff957600080fd5b505af1925050508015612029575060408051601f3d908101601f1916820190925261202691810190612ea3565b60015b612084573d808015612057576040519150601f19603f3d011682016040523d82523d6000602084013e61205c565b606091505b50805161207c576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490505b949350505050565b60408051606081018252600080825260208201819052918101919091526106a06120cb836117de565b6126ea565b606060fb80546106be90613552565b604080516080810191829052607f0190826030600a8206018353600a90045b801561211c57600183039250600a81066030018353600a90046120fe565b50819003601f19909101908152919050565b6040805160c0810182526000808252602082018190529181019190915260608082018190526080820181905260a0820152600082815260fc60205260409020546001600160a01b0316803b1561220357604051631bc8ee3560e11b81526001600160a01b038581166004830152821690633791dc6a9060240160006040518083038186803b1580156121bf57600080fd5b505afa1580156121d3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526121fb9190810190612ef1565b9150506106a0565b6001600160a01b038116158061222a5750836001600160a01b0316816001600160a01b0316145b612246576040516282b42960e81b815260040160405180910390fd5b6040805160c081018252600180825260208083018290528284019190915282518082018452600080825260608401919091528351808301855281815260808401528351818152918201909352909160a0830191906122b4565b606081526020019060019003908161229f5790505b509052949350505050565b60008054610100900460ff1615612306578160ff1660011480156122e25750303b155b6122fe5760405162461bcd60e51b81526004016108e890613381565b506000919050565b60005460ff80841691161061232d5760405162461bcd60e51b81526004016108e890613381565b506000805460ff191660ff92909216919091179055600190565b919050565b60008051602061362f83398151915254610100900460ff166123805760405162461bcd60e51b81526004016108e89061326b565b610b298282612724565b60008051602061362f83398151915254610100900460ff166123be5760405162461bcd60e51b81526004016108e89061326b565b610a346127a7565b600054610100900460ff166123ed5760405162461bcd60e51b81526004016108e890613404565b610a346127db565b600054610100900460ff1661241c5760405162461bcd60e51b81526004016108e890613404565b610a3461280b565b600054610100900460ff16610a345760405162461bcd60e51b81526004016108e890613404565b6001600160a01b0384161561128c57604080516001600160a01b038087168252851660208201529081018390527f16d5b5d582da969cea3131e89ffbd67ee6b1ebbe2576c7a97e9b852fce946a7f906060016114cc565b6001600160a01b0381163b61250f5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016108e8565b6000805160206135c883398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6125478361283e565b6000825111806125545750805b1561089a5761128c838361287e565b600061256d611771565b5490508361258d57604051622e076360e81b815260040160405180910390fd5b826125ab5760405163b562e8dd60e01b815260040160405180910390fd5b6801000000000000000183026125bf611771565b6001600160a01b0386166000908152600591909101602052604090208054909101905560e16125ee6001851490565b901b4260a01b8517176125ff611771565b60008381526004919091016020526040902055808381016001600160a01b0386163b1561269d575b60405182906001600160a01b0388169060009060008051602061360f833981519152908290a46126606000878480600101955087611faa565b61267d576040516368d2bf6b60e11b815260040160405180910390fd5b808210612627578261268d611771565b541461269857600080fd5b6126d0565b5b6040516001830192906001600160a01b0388169060009060008051602061360f833981519152908290a480821061269e575b816126d9611771565b555061128c9050600085838661244b565b604080516060810182526001600160a01b038316815260a083901c6001600160401b03166020820152600160e01b90921615159082015290565b60008051602061362f83398151915254610100900460ff166127585760405162461bcd60e51b81526004016108e89061326b565b81612761611771565b60020190805190602001906127779291906129ab565b5080612781611771565b60030190805190602001906127979291906129ab565b5060016127a2611771565b555050565b60008051602061362f83398151915254610100900460ff16610a345760405162461bcd60e51b81526004016108e89061326b565b600054610100900460ff166128025760405162461bcd60e51b81526004016108e890613404565b610a3433611ec0565b600054610100900460ff166128325760405162461bcd60e51b81526004016108e890613404565b6065805460ff19169055565b612847816124a2565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606001600160a01b0383163b6128e65760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016108e8565b600080846001600160a01b0316846040516129019190613016565b600060405180830381855af49150503d806000811461293c576040519150601f19603f3d011682016040523d82523d6000602084013e612941565b606091505b509150915061296982826040518060600160405280602781526020016135e860279139612972565b95945050505050565b6060831561298157508161119a565b8251156129915782518084602001fd5b8160405162461bcd60e51b81526004016108e89190613258565b8280546129b790613552565b90600052602060002090601f0160209004810192826129d95760008555612a1f565b82601f106129f257805160ff1916838001178555612a1f565b82800160010185558215612a1f579182015b82811115612a1f578251825591602001919060010190612a04565b50612a2b929150612a2f565b5090565b5b80821115612a2b5760008155600101612a30565b80356001600160a01b038116811461234757600080fd5b600082601f830112612a6b578081fd5b81516020612a80612a7b836134dc565b6134ac565b80838252828201915082860187848660051b8901011115612a9f578586fd5b855b85811015612adf5781516001600160401b03811115612abe578788fd5b612acc8a87838c0101612b43565b8552509284019290840190600101612aa1565b5090979650505050505050565b8051612347816135a3565b600082601f830112612b07578081fd5b8135612b15612a7b826134ff565b818152846020838601011115612b29578283fd5b816020850160208301379081016020019190915292915050565b600082601f830112612b53578081fd5b8151612b61612a7b826134ff565b818152846020838601011115612b75578283fd5b61209a826020830160208701613526565b600060208284031215612b97578081fd5b61119a82612a44565b60008060408385031215612bb2578081fd5b612bbb83612a44565b9150612bc960208401612a44565b90509250929050565b600080600060608486031215612be6578081fd5b612bef84612a44565b9250612bfd60208501612a44565b9150604084013590509250925092565b60008060008060808587031215612c22578081fd5b612c2b85612a44565b9350612c3960208601612a44565b92506040850135915060608501356001600160401b03811115612c5a578182fd5b612c6687828801612af7565b91505092959194509250565b60008060408385031215612c84578182fd5b612c8d83612a44565b91506020830135612c9d816135a3565b809150509250929050565b60008060408385031215612cba578182fd5b612cc383612a44565b915060208301356001600160401b03811115612cdd578182fd5b612ce985828601612af7565b9150509250929050565b60008060408385031215612d05578182fd5b612d0e83612a44565b946020939093013593505050565b600080600060608486031215612d30578081fd5b612d3984612a44565b925060208401359150612d4e60408501612a44565b90509250925092565b600080600060608486031215612d6b578081fd5b612d7484612a44565b92506020840135915060408401356001600160401b03811115612d95578182fd5b612da186828701612af7565b9150509250925092565b600080600060608486031215612dbf578081fd5b612dc884612a44565b95602085013595506040909401359392505050565b60006020808385031215612def578182fd5b82356001600160401b03811115612e04578283fd5b8301601f81018513612e14578283fd5b8035612e22612a7b826134dc565b80828252848201915084840188868560051b8701011115612e41578687fd5b8694505b83851015612e63578035835260019490940193918501918501612e45565b50979650505050505050565b600060208284031215612e80578081fd5b5051919050565b600060208284031215612e98578081fd5b813561119a816135b1565b600060208284031215612eb4578081fd5b815161119a816135b1565b600060208284031215612ed0578081fd5b81356001600160401b03811115612ee5578182fd5b61209a84828501612af7565b600060208284031215612f02578081fd5b81516001600160401b0380821115612f18578283fd5b9083019060c08286031215612f2b578283fd5b612f33613484565b612f3c83612aec565b8152612f4a60208401612aec565b6020820152612f5b60408401612aec565b6040820152606083015182811115612f71578485fd5b612f7d87828601612b43565b606083015250608083015182811115612f94578485fd5b612fa087828601612b43565b60808301525060a083015182811115612fb7578485fd5b612fc387828601612a5b565b60a08301525095945050505050565b600060208284031215612fe3578081fd5b5035919050565b60008151808452613002816020860160208601613526565b601f01601f19169290920160200192915050565b60008251613028818460208701613526565b9190910192915050565b60008351613044818460208801613526565b835190830190613058818360208801613526565b01949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061309490830184612fea565b9695505050505050565b60018060a01b0386168152600060208615158184015285604084015260a060608401526130ce60a0840186612fea565b838103608085015284511515815281850151151582820152604085015115156040820152606085015160c0606083015261310b60c0830182612fea565b9050608086015182820360808401526131248282612fea565b91505060a086015182820360a084015281925080518083528483019350848160051b8401018583019250865b8281101561317e57601f1985830301865261316c828551612fea565b95870195938701939150600101613150565b509c9b505050505050505050505050565b60018060a01b03841681528260208201526060604082015260006129696060830184612fea565b6020808252825182820181905260009190848201906040850190845b81811015610ef55761320d83855180516001600160a01b031682526020808201516001600160401b0316908301526040908101511515910152565b92840192606092909201916001016131d2565b6020808252825182820181905260009190848201906040850190845b81811015610ef55783518352928401929184019160010161323c565b60208152600061119a6020830184612fea565b60208082526034908201527f455243373231415f5f496e697469616c697a61626c653a20636f6e7472616374604082015273206973206e6f7420696e697469616c697a696e6760601b606082015260800190565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b6163746976652070726f787960a01b606082015260800190565b60208082526010908201526f14185d5cd8589b194e881c185d5cd95960821b604082015260600190565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b81516001600160a01b031681526020808301516001600160401b031690820152604080830151151590820152606081016106a0565b60405160c081016001600160401b03811182821017156134a6576134a661358d565b60405290565b604051601f8201601f191681016001600160401b03811182821017156134d4576134d461358d565b604052919050565b60006001600160401b038211156134f5576134f561358d565b5060051b60200190565b60006001600160401b038211156135185761351861358d565b50601f01601f191660200190565b60005b83811015613541578181015183820152602001613529565b8381111561128c5750506000910152565b600181811c9082168061356657607f821691505b6020821081141561358757634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b801515811461098557600080fd5b6001600160e01b03198116811461098557600080fdfe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efee151c8401928dc223602bb187aff91b9a56c7cae5476ef1b3287b085a16c85fa2646970667358221220be0e9f10bd78bb28f14b63f64059ad2d62f5e764eae9031b1a17017b61300f3b64736f6c63430008040033",
}
ContractMetaData contains all meta data concerning the Contract contract.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the Ethereum implementation of the registry client.
func NewClient ¶
func NewClient( backend bind.ContractBackend, chainID tableland.ChainID, contractAddr common.Address, wallet *wallet.Wallet, tracker nonce.NonceTracker, ) (*Client, error)
NewClient creates a new Client.
func (*Client) CreateTable ¶
func (c *Client) CreateTable(ctx context.Context, owner common.Address, statement string) (tables.Transaction, error)
CreateTable implements CreateTable.
type Contract ¶
type Contract struct { ContractCaller // Read-only binding to the contract ContractTransactor // Write-only binding to the contract ContractFilterer // Log filterer for contract events }
Contract is an auto generated Go binding around an Ethereum contract.
func DeployContract ¶
func DeployContract(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Contract, error)
DeployContract deploys a new Ethereum contract, binding an instance of Contract to it.
func NewContract ¶
NewContract creates a new instance of Contract, bound to a specific deployed contract.
type ContractAdminChanged ¶
type ContractAdminChanged struct { PreviousAdmin common.Address NewAdmin common.Address Raw types.Log // Blockchain specific contextual infos }
ContractAdminChanged represents a AdminChanged event raised by the Contract contract.
type ContractAdminChangedIterator ¶
type ContractAdminChangedIterator struct { Event *ContractAdminChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractAdminChangedIterator is returned from FilterAdminChanged and is used to iterate over the raw logs and unpacked data for AdminChanged events raised by the Contract contract.
func (*ContractAdminChangedIterator) Close ¶
func (it *ContractAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractAdminChangedIterator) Error ¶
func (it *ContractAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractAdminChangedIterator) Next ¶
func (it *ContractAdminChangedIterator) 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 ContractApproval ¶
type ContractApproval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
ContractApproval represents a Approval event raised by the Contract contract.
type ContractApprovalForAll ¶
type ContractApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
ContractApprovalForAll represents a ApprovalForAll event raised by the Contract contract.
type ContractApprovalForAllIterator ¶
type ContractApprovalForAllIterator struct { Event *ContractApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Contract contract.
func (*ContractApprovalForAllIterator) Close ¶
func (it *ContractApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractApprovalForAllIterator) Error ¶
func (it *ContractApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractApprovalForAllIterator) Next ¶
func (it *ContractApprovalForAllIterator) 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 ContractApprovalIterator ¶
type ContractApprovalIterator struct { Event *ContractApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Contract contract.
func (*ContractApprovalIterator) Close ¶
func (it *ContractApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractApprovalIterator) Error ¶
func (it *ContractApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractApprovalIterator) Next ¶
func (it *ContractApprovalIterator) 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 ContractBeaconUpgraded ¶
type ContractBeaconUpgraded struct { Beacon common.Address Raw types.Log // Blockchain specific contextual infos }
ContractBeaconUpgraded represents a BeaconUpgraded event raised by the Contract contract.
type ContractBeaconUpgradedIterator ¶
type ContractBeaconUpgradedIterator struct { Event *ContractBeaconUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractBeaconUpgradedIterator is returned from FilterBeaconUpgraded and is used to iterate over the raw logs and unpacked data for BeaconUpgraded events raised by the Contract contract.
func (*ContractBeaconUpgradedIterator) Close ¶
func (it *ContractBeaconUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractBeaconUpgradedIterator) Error ¶
func (it *ContractBeaconUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractBeaconUpgradedIterator) Next ¶
func (it *ContractBeaconUpgradedIterator) 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 ContractCaller ¶
type ContractCaller struct {
// contains filtered or unexported fields
}
ContractCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewContractCaller ¶
func NewContractCaller(address common.Address, caller bind.ContractCaller) (*ContractCaller, error)
NewContractCaller creates a new read-only instance of Contract, bound to a specific deployed contract.
func (*ContractCaller) BalanceOf ¶
func (_Contract *ContractCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*ContractCaller) ExplicitOwnershipOf ¶
func (_Contract *ContractCaller) ExplicitOwnershipOf(opts *bind.CallOpts, tokenId *big.Int) (IERC721AUpgradeableTokenOwnership, error)
ExplicitOwnershipOf is a free data retrieval call binding the contract method 0xc23dc68f.
Solidity: function explicitOwnershipOf(uint256 tokenId) view returns((address,uint64,bool))
func (*ContractCaller) ExplicitOwnershipsOf ¶
func (_Contract *ContractCaller) ExplicitOwnershipsOf(opts *bind.CallOpts, tokenIds []*big.Int) ([]IERC721AUpgradeableTokenOwnership, error)
ExplicitOwnershipsOf is a free data retrieval call binding the contract method 0x5bbb2177.
Solidity: function explicitOwnershipsOf(uint256[] tokenIds) view returns((address,uint64,bool)[])
func (*ContractCaller) GetApproved ¶
func (_Contract *ContractCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*ContractCaller) GetController ¶
func (_Contract *ContractCaller) GetController(opts *bind.CallOpts, tableId *big.Int) (common.Address, error)
GetController is a free data retrieval call binding the contract method 0x58edaa9c.
Solidity: function getController(uint256 tableId) view returns(address)
func (*ContractCaller) IsApprovedForAll ¶
func (_Contract *ContractCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)
func (*ContractCaller) Name ¶
func (_Contract *ContractCaller) 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 (*ContractCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*ContractCaller) OwnerOf ¶
func (_Contract *ContractCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*ContractCaller) Paused ¶
func (_Contract *ContractCaller) 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 (*ContractCaller) ProxiableUUID ¶
func (_Contract *ContractCaller) ProxiableUUID(opts *bind.CallOpts) ([32]byte, error)
ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.
Solidity: function proxiableUUID() view returns(bytes32)
func (*ContractCaller) SupportsInterface ¶
func (_Contract *ContractCaller) 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 (*ContractCaller) Symbol ¶
func (_Contract *ContractCaller) 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 (*ContractCaller) TokenURI ¶
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 tokenId) view returns(string)
func (*ContractCaller) TokensOfOwner ¶
func (_Contract *ContractCaller) TokensOfOwner(opts *bind.CallOpts, owner common.Address) ([]*big.Int, error)
TokensOfOwner is a free data retrieval call binding the contract method 0x8462151c.
Solidity: function tokensOfOwner(address owner) view returns(uint256[])
func (*ContractCaller) TokensOfOwnerIn ¶
func (_Contract *ContractCaller) TokensOfOwnerIn(opts *bind.CallOpts, owner common.Address, start *big.Int, stop *big.Int) ([]*big.Int, error)
TokensOfOwnerIn is a free data retrieval call binding the contract method 0x99a2557a.
Solidity: function tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns(uint256[])
func (*ContractCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type ContractCallerRaw ¶
type ContractCallerRaw struct {
Contract *ContractCaller // Generic read-only contract binding to access the raw methods on
}
ContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ContractCallerRaw) Call ¶
func (_Contract *ContractCallerRaw) 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 ContractCallerSession ¶
type ContractCallerSession struct { Contract *ContractCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ContractCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*ContractCallerSession) ExplicitOwnershipOf ¶
func (_Contract *ContractCallerSession) ExplicitOwnershipOf(tokenId *big.Int) (IERC721AUpgradeableTokenOwnership, error)
ExplicitOwnershipOf is a free data retrieval call binding the contract method 0xc23dc68f.
Solidity: function explicitOwnershipOf(uint256 tokenId) view returns((address,uint64,bool))
func (*ContractCallerSession) ExplicitOwnershipsOf ¶
func (_Contract *ContractCallerSession) ExplicitOwnershipsOf(tokenIds []*big.Int) ([]IERC721AUpgradeableTokenOwnership, error)
ExplicitOwnershipsOf is a free data retrieval call binding the contract method 0x5bbb2177.
Solidity: function explicitOwnershipsOf(uint256[] tokenIds) view returns((address,uint64,bool)[])
func (*ContractCallerSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*ContractCallerSession) GetController ¶
GetController is a free data retrieval call binding the contract method 0x58edaa9c.
Solidity: function getController(uint256 tableId) view returns(address)
func (*ContractCallerSession) IsApprovedForAll ¶
func (_Contract *ContractCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)
func (*ContractCallerSession) Name ¶
func (_Contract *ContractCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ContractCallerSession) Owner ¶
func (_Contract *ContractCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*ContractCallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*ContractCallerSession) Paused ¶
func (_Contract *ContractCallerSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ContractCallerSession) ProxiableUUID ¶
func (_Contract *ContractCallerSession) ProxiableUUID() ([32]byte, error)
ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.
Solidity: function proxiableUUID() view returns(bytes32)
func (*ContractCallerSession) SupportsInterface ¶
func (_Contract *ContractCallerSession) 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 (*ContractCallerSession) Symbol ¶
func (_Contract *ContractCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ContractCallerSession) TokenURI ¶
func (_Contract *ContractCallerSession) TokenURI(tokenId *big.Int) (string, error)
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 tokenId) view returns(string)
func (*ContractCallerSession) TokensOfOwner ¶
TokensOfOwner is a free data retrieval call binding the contract method 0x8462151c.
Solidity: function tokensOfOwner(address owner) view returns(uint256[])
func (*ContractCallerSession) TokensOfOwnerIn ¶
func (_Contract *ContractCallerSession) TokensOfOwnerIn(owner common.Address, start *big.Int, stop *big.Int) ([]*big.Int, error)
TokensOfOwnerIn is a free data retrieval call binding the contract method 0x99a2557a.
Solidity: function tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns(uint256[])
func (*ContractCallerSession) TotalSupply ¶
func (_Contract *ContractCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type ContractCreateTable ¶
type ContractCreateTable struct { Owner common.Address TableId *big.Int Statement string Raw types.Log // Blockchain specific contextual infos }
ContractCreateTable represents a CreateTable event raised by the Contract contract.
type ContractCreateTableIterator ¶
type ContractCreateTableIterator struct { Event *ContractCreateTable // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractCreateTableIterator is returned from FilterCreateTable and is used to iterate over the raw logs and unpacked data for CreateTable events raised by the Contract contract.
func (*ContractCreateTableIterator) Close ¶
func (it *ContractCreateTableIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractCreateTableIterator) Error ¶
func (it *ContractCreateTableIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractCreateTableIterator) Next ¶
func (it *ContractCreateTableIterator) 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 ContractFilterer ¶
type ContractFilterer struct {
// contains filtered or unexported fields
}
ContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewContractFilterer ¶
func NewContractFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractFilterer, error)
NewContractFilterer creates a new log filterer instance of Contract, bound to a specific deployed contract.
func (*ContractFilterer) FilterAdminChanged ¶
func (_Contract *ContractFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*ContractAdminChangedIterator, error)
FilterAdminChanged is a free log retrieval operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ContractFilterer) FilterApproval ¶
func (_Contract *ContractFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*ContractApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
func (*ContractFilterer) FilterApprovalForAll ¶
func (_Contract *ContractFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*ContractApprovalForAllIterator, error)
FilterApprovalForAll is a free log retrieval operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*ContractFilterer) FilterBeaconUpgraded ¶
func (_Contract *ContractFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*ContractBeaconUpgradedIterator, error)
FilterBeaconUpgraded is a free log retrieval operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ContractFilterer) FilterCreateTable ¶
func (_Contract *ContractFilterer) FilterCreateTable(opts *bind.FilterOpts) (*ContractCreateTableIterator, error)
FilterCreateTable is a free log retrieval operation binding the contract event 0xfe0c067afc4fe17adcf4cfa139aabad6dc30dd86dfe39fb2b858961637156cdd.
Solidity: event CreateTable(address owner, uint256 tableId, string statement)
func (*ContractFilterer) FilterInitialized ¶
func (_Contract *ContractFilterer) FilterInitialized(opts *bind.FilterOpts) (*ContractInitializedIterator, error)
FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*ContractFilterer) FilterOwnershipTransferred ¶
func (_Contract *ContractFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ContractOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*ContractFilterer) FilterPaused ¶
func (_Contract *ContractFilterer) FilterPaused(opts *bind.FilterOpts) (*ContractPausedIterator, error)
FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ContractFilterer) FilterRunSQL ¶
func (_Contract *ContractFilterer) FilterRunSQL(opts *bind.FilterOpts) (*ContractRunSQLIterator, error)
FilterRunSQL is a free log retrieval operation binding the contract event 0x6de956d2cb2e161f8c91c6ae7b286358c7458d5ad5e26ea2d55330fbe282839c.
Solidity: event RunSQL(address caller, bool isOwner, uint256 tableId, string statement, (bool,bool,bool,string,string,string[]) policy)
func (*ContractFilterer) FilterSetController ¶
func (_Contract *ContractFilterer) FilterSetController(opts *bind.FilterOpts) (*ContractSetControllerIterator, error)
FilterSetController is a free log retrieval operation binding the contract event 0x64d442926514e7c17643406b529155919979582e13eee1dfe07cbd088ef2033e.
Solidity: event SetController(uint256 tableId, address controller)
func (*ContractFilterer) FilterTransfer ¶
func (_Contract *ContractFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*ContractTransferIterator, error)
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
func (*ContractFilterer) FilterTransferTable ¶
func (_Contract *ContractFilterer) FilterTransferTable(opts *bind.FilterOpts) (*ContractTransferTableIterator, error)
FilterTransferTable is a free log retrieval operation binding the contract event 0x16d5b5d582da969cea3131e89ffbd67ee6b1ebbe2576c7a97e9b852fce946a7f.
Solidity: event TransferTable(address from, address to, uint256 tableId)
func (*ContractFilterer) FilterUnpaused ¶
func (_Contract *ContractFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ContractUnpausedIterator, error)
FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ContractFilterer) FilterUpgraded ¶
func (_Contract *ContractFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*ContractUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*ContractFilterer) ParseAdminChanged ¶
func (_Contract *ContractFilterer) ParseAdminChanged(log types.Log) (*ContractAdminChanged, error)
ParseAdminChanged is a log parse operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ContractFilterer) ParseApproval ¶
func (_Contract *ContractFilterer) ParseApproval(log types.Log) (*ContractApproval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
func (*ContractFilterer) ParseApprovalForAll ¶
func (_Contract *ContractFilterer) ParseApprovalForAll(log types.Log) (*ContractApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*ContractFilterer) ParseBeaconUpgraded ¶
func (_Contract *ContractFilterer) ParseBeaconUpgraded(log types.Log) (*ContractBeaconUpgraded, error)
ParseBeaconUpgraded is a log parse operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ContractFilterer) ParseCreateTable ¶
func (_Contract *ContractFilterer) ParseCreateTable(log types.Log) (*ContractCreateTable, error)
ParseCreateTable is a log parse operation binding the contract event 0xfe0c067afc4fe17adcf4cfa139aabad6dc30dd86dfe39fb2b858961637156cdd.
Solidity: event CreateTable(address owner, uint256 tableId, string statement)
func (*ContractFilterer) ParseInitialized ¶
func (_Contract *ContractFilterer) ParseInitialized(log types.Log) (*ContractInitialized, error)
ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*ContractFilterer) ParseOwnershipTransferred ¶
func (_Contract *ContractFilterer) ParseOwnershipTransferred(log types.Log) (*ContractOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*ContractFilterer) ParsePaused ¶
func (_Contract *ContractFilterer) ParsePaused(log types.Log) (*ContractPaused, error)
ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ContractFilterer) ParseRunSQL ¶
func (_Contract *ContractFilterer) ParseRunSQL(log types.Log) (*ContractRunSQL, error)
ParseRunSQL is a log parse operation binding the contract event 0x6de956d2cb2e161f8c91c6ae7b286358c7458d5ad5e26ea2d55330fbe282839c.
Solidity: event RunSQL(address caller, bool isOwner, uint256 tableId, string statement, (bool,bool,bool,string,string,string[]) policy)
func (*ContractFilterer) ParseSetController ¶
func (_Contract *ContractFilterer) ParseSetController(log types.Log) (*ContractSetController, error)
ParseSetController is a log parse operation binding the contract event 0x64d442926514e7c17643406b529155919979582e13eee1dfe07cbd088ef2033e.
Solidity: event SetController(uint256 tableId, address controller)
func (*ContractFilterer) ParseTransfer ¶
func (_Contract *ContractFilterer) ParseTransfer(log types.Log) (*ContractTransfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
func (*ContractFilterer) ParseTransferTable ¶
func (_Contract *ContractFilterer) ParseTransferTable(log types.Log) (*ContractTransferTable, error)
ParseTransferTable is a log parse operation binding the contract event 0x16d5b5d582da969cea3131e89ffbd67ee6b1ebbe2576c7a97e9b852fce946a7f.
Solidity: event TransferTable(address from, address to, uint256 tableId)
func (*ContractFilterer) ParseUnpaused ¶
func (_Contract *ContractFilterer) ParseUnpaused(log types.Log) (*ContractUnpaused, error)
ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ContractFilterer) ParseUpgraded ¶
func (_Contract *ContractFilterer) ParseUpgraded(log types.Log) (*ContractUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*ContractFilterer) WatchAdminChanged ¶
func (_Contract *ContractFilterer) WatchAdminChanged(opts *bind.WatchOpts, sink chan<- *ContractAdminChanged) (event.Subscription, error)
WatchAdminChanged is a free log subscription operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ContractFilterer) WatchApproval ¶
func (_Contract *ContractFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ContractApproval, owner []common.Address, approved []common.Address, tokenId []*big.Int) (event.Subscription, error)
WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
func (*ContractFilterer) WatchApprovalForAll ¶
func (_Contract *ContractFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *ContractApprovalForAll, owner []common.Address, operator []common.Address) (event.Subscription, error)
WatchApprovalForAll is a free log subscription operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*ContractFilterer) WatchBeaconUpgraded ¶
func (_Contract *ContractFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, sink chan<- *ContractBeaconUpgraded, beacon []common.Address) (event.Subscription, error)
WatchBeaconUpgraded is a free log subscription operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ContractFilterer) WatchCreateTable ¶
func (_Contract *ContractFilterer) WatchCreateTable(opts *bind.WatchOpts, sink chan<- *ContractCreateTable) (event.Subscription, error)
WatchCreateTable is a free log subscription operation binding the contract event 0xfe0c067afc4fe17adcf4cfa139aabad6dc30dd86dfe39fb2b858961637156cdd.
Solidity: event CreateTable(address owner, uint256 tableId, string statement)
func (*ContractFilterer) WatchInitialized ¶
func (_Contract *ContractFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ContractInitialized) (event.Subscription, error)
WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*ContractFilterer) WatchOwnershipTransferred ¶
func (_Contract *ContractFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ContractOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*ContractFilterer) WatchPaused ¶
func (_Contract *ContractFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ContractPaused) (event.Subscription, error)
WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ContractFilterer) WatchRunSQL ¶
func (_Contract *ContractFilterer) WatchRunSQL(opts *bind.WatchOpts, sink chan<- *ContractRunSQL) (event.Subscription, error)
WatchRunSQL is a free log subscription operation binding the contract event 0x6de956d2cb2e161f8c91c6ae7b286358c7458d5ad5e26ea2d55330fbe282839c.
Solidity: event RunSQL(address caller, bool isOwner, uint256 tableId, string statement, (bool,bool,bool,string,string,string[]) policy)
func (*ContractFilterer) WatchSetController ¶
func (_Contract *ContractFilterer) WatchSetController(opts *bind.WatchOpts, sink chan<- *ContractSetController) (event.Subscription, error)
WatchSetController is a free log subscription operation binding the contract event 0x64d442926514e7c17643406b529155919979582e13eee1dfe07cbd088ef2033e.
Solidity: event SetController(uint256 tableId, address controller)
func (*ContractFilterer) WatchTransfer ¶
func (_Contract *ContractFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ContractTransfer, from []common.Address, to []common.Address, tokenId []*big.Int) (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 indexed tokenId)
func (*ContractFilterer) WatchTransferTable ¶
func (_Contract *ContractFilterer) WatchTransferTable(opts *bind.WatchOpts, sink chan<- *ContractTransferTable) (event.Subscription, error)
WatchTransferTable is a free log subscription operation binding the contract event 0x16d5b5d582da969cea3131e89ffbd67ee6b1ebbe2576c7a97e9b852fce946a7f.
Solidity: event TransferTable(address from, address to, uint256 tableId)
func (*ContractFilterer) WatchUnpaused ¶
func (_Contract *ContractFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ContractUnpaused) (event.Subscription, error)
WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ContractFilterer) WatchUpgraded ¶
func (_Contract *ContractFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *ContractUpgraded, implementation []common.Address) (event.Subscription, error)
WatchUpgraded is a free log subscription operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
type ContractInitialized ¶
type ContractInitialized struct { Version uint8 Raw types.Log // Blockchain specific contextual infos }
ContractInitialized represents a Initialized event raised by the Contract contract.
type ContractInitializedIterator ¶
type ContractInitializedIterator struct { Event *ContractInitialized // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the Contract contract.
func (*ContractInitializedIterator) Close ¶
func (it *ContractInitializedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractInitializedIterator) Error ¶
func (it *ContractInitializedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractInitializedIterator) Next ¶
func (it *ContractInitializedIterator) 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 ContractOwnershipTransferred ¶
type ContractOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
ContractOwnershipTransferred represents a OwnershipTransferred event raised by the Contract contract.
type ContractOwnershipTransferredIterator ¶
type ContractOwnershipTransferredIterator struct { Event *ContractOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Contract contract.
func (*ContractOwnershipTransferredIterator) Close ¶
func (it *ContractOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractOwnershipTransferredIterator) Error ¶
func (it *ContractOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractOwnershipTransferredIterator) Next ¶
func (it *ContractOwnershipTransferredIterator) 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 ContractPaused ¶
type ContractPaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
ContractPaused represents a Paused event raised by the Contract contract.
type ContractPausedIterator ¶
type ContractPausedIterator struct { Event *ContractPaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the Contract contract.
func (*ContractPausedIterator) Close ¶
func (it *ContractPausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractPausedIterator) Error ¶
func (it *ContractPausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractPausedIterator) Next ¶
func (it *ContractPausedIterator) 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 ContractRaw ¶
type ContractRaw struct {
Contract *Contract // Generic contract binding to access the raw methods on
}
ContractRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ContractRaw) Call ¶
func (_Contract *ContractRaw) 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 (*ContractRaw) Transact ¶
func (_Contract *ContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractRaw) Transfer ¶
func (_Contract *ContractRaw) 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 ContractRunSQL ¶
type ContractRunSQL struct { Caller common.Address IsOwner bool TableId *big.Int Statement string Policy ITablelandControllerPolicy Raw types.Log // Blockchain specific contextual infos }
ContractRunSQL represents a RunSQL event raised by the Contract contract.
type ContractRunSQLIterator ¶
type ContractRunSQLIterator struct { Event *ContractRunSQL // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractRunSQLIterator is returned from FilterRunSQL and is used to iterate over the raw logs and unpacked data for RunSQL events raised by the Contract contract.
func (*ContractRunSQLIterator) Close ¶
func (it *ContractRunSQLIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractRunSQLIterator) Error ¶
func (it *ContractRunSQLIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractRunSQLIterator) Next ¶
func (it *ContractRunSQLIterator) 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 ContractSession ¶
type ContractSession struct { Contract *Contract // 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 }
ContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ContractSession) Approve ¶
func (_Contract *ContractSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address to, uint256 tokenId) returns()
func (*ContractSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*ContractSession) Burn ¶
func (_Contract *ContractSession) Burn(tokenId *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 tokenId) returns()
func (*ContractSession) CreateTable ¶
func (_Contract *ContractSession) CreateTable(owner common.Address, statement string) (*types.Transaction, error)
CreateTable is a paid mutator transaction binding the contract method 0x3a9151b0.
Solidity: function createTable(address owner, string statement) payable returns()
func (*ContractSession) ExplicitOwnershipOf ¶
func (_Contract *ContractSession) ExplicitOwnershipOf(tokenId *big.Int) (IERC721AUpgradeableTokenOwnership, error)
ExplicitOwnershipOf is a free data retrieval call binding the contract method 0xc23dc68f.
Solidity: function explicitOwnershipOf(uint256 tokenId) view returns((address,uint64,bool))
func (*ContractSession) ExplicitOwnershipsOf ¶
func (_Contract *ContractSession) ExplicitOwnershipsOf(tokenIds []*big.Int) ([]IERC721AUpgradeableTokenOwnership, error)
ExplicitOwnershipsOf is a free data retrieval call binding the contract method 0x5bbb2177.
Solidity: function explicitOwnershipsOf(uint256[] tokenIds) view returns((address,uint64,bool)[])
func (*ContractSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*ContractSession) GetController ¶
GetController is a free data retrieval call binding the contract method 0x58edaa9c.
Solidity: function getController(uint256 tableId) view returns(address)
func (*ContractSession) Initialize ¶
func (_Contract *ContractSession) Initialize(baseURI string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xf62d1888.
Solidity: function initialize(string baseURI) returns()
func (*ContractSession) IsApprovedForAll ¶
func (_Contract *ContractSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.
Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)
func (*ContractSession) Name ¶
func (_Contract *ContractSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*ContractSession) Owner ¶
func (_Contract *ContractSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*ContractSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*ContractSession) Pause ¶
func (_Contract *ContractSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ContractSession) Paused ¶
func (_Contract *ContractSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ContractSession) ProxiableUUID ¶
func (_Contract *ContractSession) ProxiableUUID() ([32]byte, error)
ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.
Solidity: function proxiableUUID() view returns(bytes32)
func (*ContractSession) RenounceOwnership ¶
func (_Contract *ContractSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*ContractSession) RunSQL ¶
func (_Contract *ContractSession) RunSQL(caller common.Address, tableId *big.Int, statement string) (*types.Transaction, error)
RunSQL is a paid mutator transaction binding the contract method 0xeaf5d04e.
Solidity: function runSQL(address caller, uint256 tableId, string statement) returns()
func (*ContractSession) SafeTransferFrom ¶
func (_Contract *ContractSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()
func (*ContractSession) SafeTransferFrom0 ¶
func (_Contract *ContractSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) returns()
func (*ContractSession) SetApprovalForAll ¶
func (_Contract *ContractSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.
Solidity: function setApprovalForAll(address operator, bool approved) returns()
func (*ContractSession) SetBaseURI ¶
func (_Contract *ContractSession) SetBaseURI(baseURI string) (*types.Transaction, error)
SetBaseURI is a paid mutator transaction binding the contract method 0x55f804b3.
Solidity: function setBaseURI(string baseURI) returns()
func (*ContractSession) SetController ¶
func (_Contract *ContractSession) SetController(caller common.Address, tableId *big.Int, controller common.Address) (*types.Transaction, error)
SetController is a paid mutator transaction binding the contract method 0x8bb0ab97.
Solidity: function setController(address caller, uint256 tableId, address controller) returns()
func (*ContractSession) SupportsInterface ¶
func (_Contract *ContractSession) 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 (*ContractSession) Symbol ¶
func (_Contract *ContractSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*ContractSession) TokenURI ¶
func (_Contract *ContractSession) TokenURI(tokenId *big.Int) (string, error)
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 tokenId) view returns(string)
func (*ContractSession) TokensOfOwner ¶
TokensOfOwner is a free data retrieval call binding the contract method 0x8462151c.
Solidity: function tokensOfOwner(address owner) view returns(uint256[])
func (*ContractSession) TokensOfOwnerIn ¶
func (_Contract *ContractSession) TokensOfOwnerIn(owner common.Address, start *big.Int, stop *big.Int) ([]*big.Int, error)
TokensOfOwnerIn is a free data retrieval call binding the contract method 0x99a2557a.
Solidity: function tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns(uint256[])
func (*ContractSession) TotalSupply ¶
func (_Contract *ContractSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*ContractSession) TransferFrom ¶
func (_Contract *ContractSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()
func (*ContractSession) TransferOwnership ¶
func (_Contract *ContractSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*ContractSession) Unpause ¶
func (_Contract *ContractSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*ContractSession) UpgradeTo ¶
func (_Contract *ContractSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ContractSession) UpgradeToAndCall ¶
func (_Contract *ContractSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ContractSetController ¶
type ContractSetController struct { TableId *big.Int Controller common.Address Raw types.Log // Blockchain specific contextual infos }
ContractSetController represents a SetController event raised by the Contract contract.
type ContractSetControllerIterator ¶
type ContractSetControllerIterator struct { Event *ContractSetController // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractSetControllerIterator is returned from FilterSetController and is used to iterate over the raw logs and unpacked data for SetController events raised by the Contract contract.
func (*ContractSetControllerIterator) Close ¶
func (it *ContractSetControllerIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractSetControllerIterator) Error ¶
func (it *ContractSetControllerIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractSetControllerIterator) Next ¶
func (it *ContractSetControllerIterator) 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 ContractTransactor ¶
type ContractTransactor struct {
// contains filtered or unexported fields
}
ContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewContractTransactor ¶
func NewContractTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractTransactor, error)
NewContractTransactor creates a new write-only instance of Contract, bound to a specific deployed contract.
func (*ContractTransactor) Approve ¶
func (_Contract *ContractTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address to, uint256 tokenId) returns()
func (*ContractTransactor) Burn ¶
func (_Contract *ContractTransactor) Burn(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 tokenId) returns()
func (*ContractTransactor) CreateTable ¶
func (_Contract *ContractTransactor) CreateTable(opts *bind.TransactOpts, owner common.Address, statement string) (*types.Transaction, error)
CreateTable is a paid mutator transaction binding the contract method 0x3a9151b0.
Solidity: function createTable(address owner, string statement) payable returns()
func (*ContractTransactor) Initialize ¶
func (_Contract *ContractTransactor) Initialize(opts *bind.TransactOpts, baseURI string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xf62d1888.
Solidity: function initialize(string baseURI) returns()
func (*ContractTransactor) Pause ¶
func (_Contract *ContractTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ContractTransactor) RenounceOwnership ¶
func (_Contract *ContractTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*ContractTransactor) RunSQL ¶
func (_Contract *ContractTransactor) RunSQL(opts *bind.TransactOpts, caller common.Address, tableId *big.Int, statement string) (*types.Transaction, error)
RunSQL is a paid mutator transaction binding the contract method 0xeaf5d04e.
Solidity: function runSQL(address caller, uint256 tableId, string statement) returns()
func (*ContractTransactor) SafeTransferFrom ¶
func (_Contract *ContractTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()
func (*ContractTransactor) SafeTransferFrom0 ¶
func (_Contract *ContractTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) returns()
func (*ContractTransactor) SetApprovalForAll ¶
func (_Contract *ContractTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.
Solidity: function setApprovalForAll(address operator, bool approved) returns()
func (*ContractTransactor) SetBaseURI ¶
func (_Contract *ContractTransactor) SetBaseURI(opts *bind.TransactOpts, baseURI string) (*types.Transaction, error)
SetBaseURI is a paid mutator transaction binding the contract method 0x55f804b3.
Solidity: function setBaseURI(string baseURI) returns()
func (*ContractTransactor) SetController ¶
func (_Contract *ContractTransactor) SetController(opts *bind.TransactOpts, caller common.Address, tableId *big.Int, controller common.Address) (*types.Transaction, error)
SetController is a paid mutator transaction binding the contract method 0x8bb0ab97.
Solidity: function setController(address caller, uint256 tableId, address controller) returns()
func (*ContractTransactor) TransferFrom ¶
func (_Contract *ContractTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()
func (*ContractTransactor) TransferOwnership ¶
func (_Contract *ContractTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*ContractTransactor) Unpause ¶
func (_Contract *ContractTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*ContractTransactor) UpgradeTo ¶
func (_Contract *ContractTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ContractTransactor) UpgradeToAndCall ¶
func (_Contract *ContractTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ContractTransactorRaw ¶
type ContractTransactorRaw struct {
Contract *ContractTransactor // Generic write-only contract binding to access the raw methods on
}
ContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ContractTransactorRaw) Transact ¶
func (_Contract *ContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractTransactorRaw) Transfer ¶
func (_Contract *ContractTransactorRaw) 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 ContractTransactorSession ¶
type ContractTransactorSession struct { Contract *ContractTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ContractTransactorSession) Approve ¶
func (_Contract *ContractTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address to, uint256 tokenId) returns()
func (*ContractTransactorSession) Burn ¶
func (_Contract *ContractTransactorSession) Burn(tokenId *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 tokenId) returns()
func (*ContractTransactorSession) CreateTable ¶
func (_Contract *ContractTransactorSession) CreateTable(owner common.Address, statement string) (*types.Transaction, error)
CreateTable is a paid mutator transaction binding the contract method 0x3a9151b0.
Solidity: function createTable(address owner, string statement) payable returns()
func (*ContractTransactorSession) Initialize ¶
func (_Contract *ContractTransactorSession) Initialize(baseURI string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xf62d1888.
Solidity: function initialize(string baseURI) returns()
func (*ContractTransactorSession) Pause ¶
func (_Contract *ContractTransactorSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ContractTransactorSession) RenounceOwnership ¶
func (_Contract *ContractTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*ContractTransactorSession) RunSQL ¶
func (_Contract *ContractTransactorSession) RunSQL(caller common.Address, tableId *big.Int, statement string) (*types.Transaction, error)
RunSQL is a paid mutator transaction binding the contract method 0xeaf5d04e.
Solidity: function runSQL(address caller, uint256 tableId, string statement) returns()
func (*ContractTransactorSession) SafeTransferFrom ¶
func (_Contract *ContractTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()
func (*ContractTransactorSession) SafeTransferFrom0 ¶
func (_Contract *ContractTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.
Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) returns()
func (*ContractTransactorSession) SetApprovalForAll ¶
func (_Contract *ContractTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.
Solidity: function setApprovalForAll(address operator, bool approved) returns()
func (*ContractTransactorSession) SetBaseURI ¶
func (_Contract *ContractTransactorSession) SetBaseURI(baseURI string) (*types.Transaction, error)
SetBaseURI is a paid mutator transaction binding the contract method 0x55f804b3.
Solidity: function setBaseURI(string baseURI) returns()
func (*ContractTransactorSession) SetController ¶
func (_Contract *ContractTransactorSession) SetController(caller common.Address, tableId *big.Int, controller common.Address) (*types.Transaction, error)
SetController is a paid mutator transaction binding the contract method 0x8bb0ab97.
Solidity: function setController(address caller, uint256 tableId, address controller) returns()
func (*ContractTransactorSession) TransferFrom ¶
func (_Contract *ContractTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()
func (*ContractTransactorSession) TransferOwnership ¶
func (_Contract *ContractTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*ContractTransactorSession) Unpause ¶
func (_Contract *ContractTransactorSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*ContractTransactorSession) UpgradeTo ¶
func (_Contract *ContractTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ContractTransactorSession) UpgradeToAndCall ¶
func (_Contract *ContractTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ContractTransfer ¶
type ContractTransfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
ContractTransfer represents a Transfer event raised by the Contract contract.
type ContractTransferIterator ¶
type ContractTransferIterator struct { Event *ContractTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Contract contract.
func (*ContractTransferIterator) Close ¶
func (it *ContractTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractTransferIterator) Error ¶
func (it *ContractTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractTransferIterator) Next ¶
func (it *ContractTransferIterator) 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 ContractTransferTable ¶
type ContractTransferTable struct { From common.Address To common.Address TableId *big.Int Raw types.Log // Blockchain specific contextual infos }
ContractTransferTable represents a TransferTable event raised by the Contract contract.
type ContractTransferTableIterator ¶
type ContractTransferTableIterator struct { Event *ContractTransferTable // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractTransferTableIterator is returned from FilterTransferTable and is used to iterate over the raw logs and unpacked data for TransferTable events raised by the Contract contract.
func (*ContractTransferTableIterator) Close ¶
func (it *ContractTransferTableIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractTransferTableIterator) Error ¶
func (it *ContractTransferTableIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractTransferTableIterator) Next ¶
func (it *ContractTransferTableIterator) 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 ContractUnpaused ¶
type ContractUnpaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
ContractUnpaused represents a Unpaused event raised by the Contract contract.
type ContractUnpausedIterator ¶
type ContractUnpausedIterator struct { Event *ContractUnpaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the Contract contract.
func (*ContractUnpausedIterator) Close ¶
func (it *ContractUnpausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractUnpausedIterator) Error ¶
func (it *ContractUnpausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractUnpausedIterator) Next ¶
func (it *ContractUnpausedIterator) 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 ContractUpgraded ¶
type ContractUpgraded struct { Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
ContractUpgraded represents a Upgraded event raised by the Contract contract.
type ContractUpgradedIterator ¶
type ContractUpgradedIterator struct { Event *ContractUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the Contract contract.
func (*ContractUpgradedIterator) Close ¶
func (it *ContractUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractUpgradedIterator) Error ¶
func (it *ContractUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractUpgradedIterator) Next ¶
func (it *ContractUpgradedIterator) 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.