Documentation ¶
Index ¶
- Variables
- type FDSRegistrar
- type FDSRegistrarApproval
- type FDSRegistrarApprovalForAll
- type FDSRegistrarApprovalForAllIterator
- type FDSRegistrarApprovalIterator
- type FDSRegistrarCaller
- func (_FDSRegistrar *FDSRegistrarCaller) Available(opts *bind.CallOpts, id *big.Int) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarCaller) BaseNode(opts *bind.CallOpts) ([32]byte, error)
- func (_FDSRegistrar *FDSRegistrarCaller) Controllers(opts *bind.CallOpts, arg0 common.Address) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCaller) Ens(opts *bind.CallOpts) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCaller) GRACEPERIOD(opts *bind.CallOpts) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCaller) Name(opts *bind.CallOpts) (string, error)
- func (_FDSRegistrar *FDSRegistrarCaller) NameExpires(opts *bind.CallOpts, id *big.Int) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCaller) SupportsInterface(opts *bind.CallOpts, interfaceID [4]byte) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_FDSRegistrar *FDSRegistrarCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- type FDSRegistrarCallerRaw
- type FDSRegistrarCallerSession
- func (_FDSRegistrar *FDSRegistrarCallerSession) Available(id *big.Int) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) BaseNode() ([32]byte, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) Controllers(arg0 common.Address) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) Ens() (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) GRACEPERIOD() (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) Name() (string, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) NameExpires(id *big.Int) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) Owner() (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) SupportsInterface(interfaceID [4]byte) (bool, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) Symbol() (string, error)
- func (_FDSRegistrar *FDSRegistrarCallerSession) TokenURI(tokenId *big.Int) (string, error)
- type FDSRegistrarControllerAdded
- type FDSRegistrarControllerAddedIterator
- type FDSRegistrarControllerRemoved
- type FDSRegistrarControllerRemovedIterator
- type FDSRegistrarFilterer
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*FDSRegistrarApprovalIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*FDSRegistrarApprovalForAllIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterControllerAdded(opts *bind.FilterOpts, controller []common.Address) (*FDSRegistrarControllerAddedIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterControllerRemoved(opts *bind.FilterOpts, controller []common.Address) (*FDSRegistrarControllerRemovedIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterNameMigrated(opts *bind.FilterOpts, id []*big.Int, owner []common.Address) (*FDSRegistrarNameMigratedIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterNameRegistered(opts *bind.FilterOpts, id []*big.Int, owner []common.Address) (*FDSRegistrarNameRegisteredIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterNameRenewed(opts *bind.FilterOpts, id []*big.Int) (*FDSRegistrarNameRenewedIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*FDSRegistrarOwnershipTransferredIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*FDSRegistrarTransferIterator, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseApproval(log types.Log) (*FDSRegistrarApproval, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseApprovalForAll(log types.Log) (*FDSRegistrarApprovalForAll, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseControllerAdded(log types.Log) (*FDSRegistrarControllerAdded, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseControllerRemoved(log types.Log) (*FDSRegistrarControllerRemoved, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseNameMigrated(log types.Log) (*FDSRegistrarNameMigrated, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseNameRegistered(log types.Log) (*FDSRegistrarNameRegistered, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseNameRenewed(log types.Log) (*FDSRegistrarNameRenewed, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseOwnershipTransferred(log types.Log) (*FDSRegistrarOwnershipTransferred, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) ParseTransfer(log types.Log) (*FDSRegistrarTransfer, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *FDSRegistrarApproval, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *FDSRegistrarApprovalForAll, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchControllerAdded(opts *bind.WatchOpts, sink chan<- *FDSRegistrarControllerAdded, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchControllerRemoved(opts *bind.WatchOpts, sink chan<- *FDSRegistrarControllerRemoved, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchNameMigrated(opts *bind.WatchOpts, sink chan<- *FDSRegistrarNameMigrated, id []*big.Int, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchNameRegistered(opts *bind.WatchOpts, sink chan<- *FDSRegistrarNameRegistered, id []*big.Int, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchNameRenewed(opts *bind.WatchOpts, sink chan<- *FDSRegistrarNameRenewed, id []*big.Int) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *FDSRegistrarOwnershipTransferred, ...) (event.Subscription, error)
- func (_FDSRegistrar *FDSRegistrarFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *FDSRegistrarTransfer, from []common.Address, ...) (event.Subscription, error)
- type FDSRegistrarNameMigrated
- type FDSRegistrarNameMigratedIterator
- type FDSRegistrarNameRegistered
- type FDSRegistrarNameRegisteredIterator
- type FDSRegistrarNameRenewed
- type FDSRegistrarNameRenewedIterator
- type FDSRegistrarOwnershipTransferred
- type FDSRegistrarOwnershipTransferredIterator
- type FDSRegistrarRaw
- func (_FDSRegistrar *FDSRegistrarRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_FDSRegistrar *FDSRegistrarRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type FDSRegistrarSession
- func (_FDSRegistrar *FDSRegistrarSession) AddController(controller common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) Available(id *big.Int) (bool, error)
- func (_FDSRegistrar *FDSRegistrarSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarSession) BaseNode() ([32]byte, error)
- func (_FDSRegistrar *FDSRegistrarSession) Controllers(arg0 common.Address) (bool, error)
- func (_FDSRegistrar *FDSRegistrarSession) Ens() (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarSession) GRACEPERIOD() (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_FDSRegistrar *FDSRegistrarSession) Name() (string, error)
- func (_FDSRegistrar *FDSRegistrarSession) NameExpires(id *big.Int) (*big.Int, error)
- func (_FDSRegistrar *FDSRegistrarSession) Owner() (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_FDSRegistrar *FDSRegistrarSession) Reclaim(id *big.Int, owner common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) Register(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) RegisterOnly(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) RemoveController(controller common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) Renew(id *big.Int, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) RenounceOwnership() (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) SetResolver(resolver common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) SupportsInterface(interfaceID [4]byte) (bool, error)
- func (_FDSRegistrar *FDSRegistrarSession) Symbol() (string, error)
- func (_FDSRegistrar *FDSRegistrarSession) TokenURI(tokenId *big.Int) (string, error)
- func (_FDSRegistrar *FDSRegistrarSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type FDSRegistrarTransactor
- func (_FDSRegistrar *FDSRegistrarTransactor) AddController(opts *bind.TransactOpts, controller common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) Reclaim(opts *bind.TransactOpts, id *big.Int, owner common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) Register(opts *bind.TransactOpts, id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) RegisterOnly(opts *bind.TransactOpts, id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) RemoveController(opts *bind.TransactOpts, controller common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) Renew(opts *bind.TransactOpts, id *big.Int, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) SetResolver(opts *bind.TransactOpts, resolver common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type FDSRegistrarTransactorRaw
- type FDSRegistrarTransactorSession
- func (_FDSRegistrar *FDSRegistrarTransactorSession) AddController(controller common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) Reclaim(id *big.Int, owner common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) Register(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) RegisterOnly(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) RemoveController(controller common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) Renew(id *big.Int, duration *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) SetResolver(resolver common.Address) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_FDSRegistrar *FDSRegistrarTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type FDSRegistrarTransfer
- type FDSRegistrarTransferIterator
Constants ¶
This section is empty.
Variables ¶
var FDSRegistrarABI = FDSRegistrarMetaData.ABI
FDSRegistrarABI is the input ABI used to generate the binding from. Deprecated: Use FDSRegistrarMetaData.ABI instead.
var FDSRegistrarMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"contractENS\",\"name\":\"_registry\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"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\":\"controller\",\"type\":\"address\"}],\"name\":\"ControllerAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"controller\",\"type\":\"address\"}],\"name\":\"ControllerRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"expires\",\"type\":\"uint256\"}],\"name\":\"NameMigrated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"expires\",\"type\":\"uint256\"}],\"name\":\"NameRegistered\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"expires\",\"type\":\"uint256\"}],\"name\":\"NameRenewed\",\"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\":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\"},{\"inputs\":[],\"name\":\"GRACE_PERIOD\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"controller\",\"type\":\"address\"}],\"name\":\"addController\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"available\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"baseNode\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"controllers\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ens\",\"outputs\":[{\"internalType\":\"contractENS\",\"name\":\"\",\"type\":\"address\"}],\"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\":\"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\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"nameExpires\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"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\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"reclaim\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"duration\",\"type\":\"uint256\"}],\"name\":\"register\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"duration\",\"type\":\"uint256\"}],\"name\":\"registerOnly\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"controller\",\"type\":\"address\"}],\"name\":\"removeController\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"duration\",\"type\":\"uint256\"}],\"name\":\"renew\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"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\":\"address\",\"name\":\"resolver\",\"type\":\"address\"}],\"name\":\"setResolver\",\"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\":\"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\"}]",
}
FDSRegistrarMetaData contains all meta data concerning the FDSRegistrar contract.
Functions ¶
This section is empty.
Types ¶
type FDSRegistrar ¶
type FDSRegistrar struct { FDSRegistrarCaller // Read-only binding to the contract FDSRegistrarTransactor // Write-only binding to the contract FDSRegistrarFilterer // Log filterer for contract events }
FDSRegistrar is an auto generated Go binding around an Ethereum contract.
func NewFDSRegistrar ¶
func NewFDSRegistrar(address common.Address, backend bind.ContractBackend) (*FDSRegistrar, error)
NewFDSRegistrar creates a new instance of FDSRegistrar, bound to a specific deployed contract.
type FDSRegistrarApproval ¶
type FDSRegistrarApproval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarApproval represents a Approval event raised by the FDSRegistrar contract.
type FDSRegistrarApprovalForAll ¶
type FDSRegistrarApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarApprovalForAll represents a ApprovalForAll event raised by the FDSRegistrar contract.
type FDSRegistrarApprovalForAllIterator ¶
type FDSRegistrarApprovalForAllIterator struct { Event *FDSRegistrarApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the FDSRegistrar contract.
func (*FDSRegistrarApprovalForAllIterator) Close ¶
func (it *FDSRegistrarApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarApprovalForAllIterator) Error ¶
func (it *FDSRegistrarApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarApprovalForAllIterator) Next ¶
func (it *FDSRegistrarApprovalForAllIterator) 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 FDSRegistrarApprovalIterator ¶
type FDSRegistrarApprovalIterator struct { Event *FDSRegistrarApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the FDSRegistrar contract.
func (*FDSRegistrarApprovalIterator) Close ¶
func (it *FDSRegistrarApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarApprovalIterator) Error ¶
func (it *FDSRegistrarApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarApprovalIterator) Next ¶
func (it *FDSRegistrarApprovalIterator) 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 FDSRegistrarCaller ¶
type FDSRegistrarCaller struct {
// contains filtered or unexported fields
}
FDSRegistrarCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewFDSRegistrarCaller ¶
func NewFDSRegistrarCaller(address common.Address, caller bind.ContractCaller) (*FDSRegistrarCaller, error)
NewFDSRegistrarCaller creates a new read-only instance of FDSRegistrar, bound to a specific deployed contract.
func (*FDSRegistrarCaller) Available ¶
Available is a free data retrieval call binding the contract method 0x96e494e8.
Solidity: function available(uint256 id) view returns(bool)
func (*FDSRegistrarCaller) BalanceOf ¶
func (_FDSRegistrar *FDSRegistrarCaller) 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 (*FDSRegistrarCaller) BaseNode ¶
func (_FDSRegistrar *FDSRegistrarCaller) BaseNode(opts *bind.CallOpts) ([32]byte, error)
BaseNode is a free data retrieval call binding the contract method 0xddf7fcb0.
Solidity: function baseNode() view returns(bytes32)
func (*FDSRegistrarCaller) Controllers ¶
func (_FDSRegistrar *FDSRegistrarCaller) Controllers(opts *bind.CallOpts, arg0 common.Address) (bool, error)
Controllers is a free data retrieval call binding the contract method 0xda8c229e.
Solidity: function controllers(address ) view returns(bool)
func (*FDSRegistrarCaller) Ens ¶
Ens is a free data retrieval call binding the contract method 0x3f15457f.
Solidity: function ens() view returns(address)
func (*FDSRegistrarCaller) GRACEPERIOD ¶
GRACEPERIOD is a free data retrieval call binding the contract method 0xc1a287e2.
Solidity: function GRACE_PERIOD() view returns(uint256)
func (*FDSRegistrarCaller) GetApproved ¶
func (_FDSRegistrar *FDSRegistrarCaller) 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 (*FDSRegistrarCaller) IsApprovedForAll ¶
func (_FDSRegistrar *FDSRegistrarCaller) 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 (*FDSRegistrarCaller) Name ¶
func (_FDSRegistrar *FDSRegistrarCaller) 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 (*FDSRegistrarCaller) NameExpires ¶
func (_FDSRegistrar *FDSRegistrarCaller) NameExpires(opts *bind.CallOpts, id *big.Int) (*big.Int, error)
NameExpires is a free data retrieval call binding the contract method 0xd6e4fa86.
Solidity: function nameExpires(uint256 id) view returns(uint256)
func (*FDSRegistrarCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*FDSRegistrarCaller) OwnerOf ¶
func (_FDSRegistrar *FDSRegistrarCaller) 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 (*FDSRegistrarCaller) SupportsInterface ¶
func (_FDSRegistrar *FDSRegistrarCaller) 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)
type FDSRegistrarCallerRaw ¶
type FDSRegistrarCallerRaw struct {
Contract *FDSRegistrarCaller // Generic read-only contract binding to access the raw methods on
}
FDSRegistrarCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*FDSRegistrarCallerRaw) Call ¶
func (_FDSRegistrar *FDSRegistrarCallerRaw) 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 FDSRegistrarCallerSession ¶
type FDSRegistrarCallerSession struct { Contract *FDSRegistrarCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
FDSRegistrarCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*FDSRegistrarCallerSession) Available ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) Available(id *big.Int) (bool, error)
Available is a free data retrieval call binding the contract method 0x96e494e8.
Solidity: function available(uint256 id) view returns(bool)
func (*FDSRegistrarCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*FDSRegistrarCallerSession) BaseNode ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) BaseNode() ([32]byte, error)
BaseNode is a free data retrieval call binding the contract method 0xddf7fcb0.
Solidity: function baseNode() view returns(bytes32)
func (*FDSRegistrarCallerSession) Controllers ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) Controllers(arg0 common.Address) (bool, error)
Controllers is a free data retrieval call binding the contract method 0xda8c229e.
Solidity: function controllers(address ) view returns(bool)
func (*FDSRegistrarCallerSession) Ens ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) Ens() (common.Address, error)
Ens is a free data retrieval call binding the contract method 0x3f15457f.
Solidity: function ens() view returns(address)
func (*FDSRegistrarCallerSession) GRACEPERIOD ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) GRACEPERIOD() (*big.Int, error)
GRACEPERIOD is a free data retrieval call binding the contract method 0xc1a287e2.
Solidity: function GRACE_PERIOD() view returns(uint256)
func (*FDSRegistrarCallerSession) GetApproved ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) GetApproved(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 (*FDSRegistrarCallerSession) IsApprovedForAll ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) 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 (*FDSRegistrarCallerSession) Name ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*FDSRegistrarCallerSession) NameExpires ¶
NameExpires is a free data retrieval call binding the contract method 0xd6e4fa86.
Solidity: function nameExpires(uint256 id) view returns(uint256)
func (*FDSRegistrarCallerSession) Owner ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*FDSRegistrarCallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*FDSRegistrarCallerSession) SupportsInterface ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) 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 (*FDSRegistrarCallerSession) Symbol ¶
func (_FDSRegistrar *FDSRegistrarCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
type FDSRegistrarControllerAdded ¶
type FDSRegistrarControllerAdded struct { Controller common.Address Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarControllerAdded represents a ControllerAdded event raised by the FDSRegistrar contract.
type FDSRegistrarControllerAddedIterator ¶
type FDSRegistrarControllerAddedIterator struct { Event *FDSRegistrarControllerAdded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarControllerAddedIterator is returned from FilterControllerAdded and is used to iterate over the raw logs and unpacked data for ControllerAdded events raised by the FDSRegistrar contract.
func (*FDSRegistrarControllerAddedIterator) Close ¶
func (it *FDSRegistrarControllerAddedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarControllerAddedIterator) Error ¶
func (it *FDSRegistrarControllerAddedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarControllerAddedIterator) Next ¶
func (it *FDSRegistrarControllerAddedIterator) 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 FDSRegistrarControllerRemoved ¶
type FDSRegistrarControllerRemoved struct { Controller common.Address Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarControllerRemoved represents a ControllerRemoved event raised by the FDSRegistrar contract.
type FDSRegistrarControllerRemovedIterator ¶
type FDSRegistrarControllerRemovedIterator struct { Event *FDSRegistrarControllerRemoved // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarControllerRemovedIterator is returned from FilterControllerRemoved and is used to iterate over the raw logs and unpacked data for ControllerRemoved events raised by the FDSRegistrar contract.
func (*FDSRegistrarControllerRemovedIterator) Close ¶
func (it *FDSRegistrarControllerRemovedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarControllerRemovedIterator) Error ¶
func (it *FDSRegistrarControllerRemovedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarControllerRemovedIterator) Next ¶
func (it *FDSRegistrarControllerRemovedIterator) 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 FDSRegistrarFilterer ¶
type FDSRegistrarFilterer struct {
// contains filtered or unexported fields
}
FDSRegistrarFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewFDSRegistrarFilterer ¶
func NewFDSRegistrarFilterer(address common.Address, filterer bind.ContractFilterer) (*FDSRegistrarFilterer, error)
NewFDSRegistrarFilterer creates a new log filterer instance of FDSRegistrar, bound to a specific deployed contract.
func (*FDSRegistrarFilterer) FilterApproval ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*FDSRegistrarApprovalIterator, 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 (*FDSRegistrarFilterer) FilterApprovalForAll ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*FDSRegistrarApprovalForAllIterator, 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 (*FDSRegistrarFilterer) FilterControllerAdded ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterControllerAdded(opts *bind.FilterOpts, controller []common.Address) (*FDSRegistrarControllerAddedIterator, error)
FilterControllerAdded is a free log retrieval operation binding the contract event 0x0a8bb31534c0ed46f380cb867bd5c803a189ced9a764e30b3a4991a9901d7474.
Solidity: event ControllerAdded(address indexed controller)
func (*FDSRegistrarFilterer) FilterControllerRemoved ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterControllerRemoved(opts *bind.FilterOpts, controller []common.Address) (*FDSRegistrarControllerRemovedIterator, error)
FilterControllerRemoved is a free log retrieval operation binding the contract event 0x33d83959be2573f5453b12eb9d43b3499bc57d96bd2f067ba44803c859e81113.
Solidity: event ControllerRemoved(address indexed controller)
func (*FDSRegistrarFilterer) FilterNameMigrated ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterNameMigrated(opts *bind.FilterOpts, id []*big.Int, owner []common.Address) (*FDSRegistrarNameMigratedIterator, error)
FilterNameMigrated is a free log retrieval operation binding the contract event 0xea3d7e1195a15d2ddcd859b01abd4c6b960fa9f9264e499a70a90c7f0c64b717.
Solidity: event NameMigrated(uint256 indexed id, address indexed owner, uint256 expires)
func (*FDSRegistrarFilterer) FilterNameRegistered ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterNameRegistered(opts *bind.FilterOpts, id []*big.Int, owner []common.Address) (*FDSRegistrarNameRegisteredIterator, error)
FilterNameRegistered is a free log retrieval operation binding the contract event 0xb3d987963d01b2f68493b4bdb130988f157ea43070d4ad840fee0466ed9370d9.
Solidity: event NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
func (*FDSRegistrarFilterer) FilterNameRenewed ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterNameRenewed(opts *bind.FilterOpts, id []*big.Int) (*FDSRegistrarNameRenewedIterator, error)
FilterNameRenewed is a free log retrieval operation binding the contract event 0x9b87a00e30f1ac65d898f070f8a3488fe60517182d0a2098e1b4b93a54aa9bd6.
Solidity: event NameRenewed(uint256 indexed id, uint256 expires)
func (*FDSRegistrarFilterer) FilterOwnershipTransferred ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*FDSRegistrarOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*FDSRegistrarFilterer) FilterTransfer ¶
func (_FDSRegistrar *FDSRegistrarFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*FDSRegistrarTransferIterator, 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 (*FDSRegistrarFilterer) ParseApproval ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseApproval(log types.Log) (*FDSRegistrarApproval, 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 (*FDSRegistrarFilterer) ParseApprovalForAll ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseApprovalForAll(log types.Log) (*FDSRegistrarApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*FDSRegistrarFilterer) ParseControllerAdded ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseControllerAdded(log types.Log) (*FDSRegistrarControllerAdded, error)
ParseControllerAdded is a log parse operation binding the contract event 0x0a8bb31534c0ed46f380cb867bd5c803a189ced9a764e30b3a4991a9901d7474.
Solidity: event ControllerAdded(address indexed controller)
func (*FDSRegistrarFilterer) ParseControllerRemoved ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseControllerRemoved(log types.Log) (*FDSRegistrarControllerRemoved, error)
ParseControllerRemoved is a log parse operation binding the contract event 0x33d83959be2573f5453b12eb9d43b3499bc57d96bd2f067ba44803c859e81113.
Solidity: event ControllerRemoved(address indexed controller)
func (*FDSRegistrarFilterer) ParseNameMigrated ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseNameMigrated(log types.Log) (*FDSRegistrarNameMigrated, error)
ParseNameMigrated is a log parse operation binding the contract event 0xea3d7e1195a15d2ddcd859b01abd4c6b960fa9f9264e499a70a90c7f0c64b717.
Solidity: event NameMigrated(uint256 indexed id, address indexed owner, uint256 expires)
func (*FDSRegistrarFilterer) ParseNameRegistered ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseNameRegistered(log types.Log) (*FDSRegistrarNameRegistered, error)
ParseNameRegistered is a log parse operation binding the contract event 0xb3d987963d01b2f68493b4bdb130988f157ea43070d4ad840fee0466ed9370d9.
Solidity: event NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
func (*FDSRegistrarFilterer) ParseNameRenewed ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseNameRenewed(log types.Log) (*FDSRegistrarNameRenewed, error)
ParseNameRenewed is a log parse operation binding the contract event 0x9b87a00e30f1ac65d898f070f8a3488fe60517182d0a2098e1b4b93a54aa9bd6.
Solidity: event NameRenewed(uint256 indexed id, uint256 expires)
func (*FDSRegistrarFilterer) ParseOwnershipTransferred ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseOwnershipTransferred(log types.Log) (*FDSRegistrarOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*FDSRegistrarFilterer) ParseTransfer ¶
func (_FDSRegistrar *FDSRegistrarFilterer) ParseTransfer(log types.Log) (*FDSRegistrarTransfer, 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 (*FDSRegistrarFilterer) WatchApproval ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *FDSRegistrarApproval, 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 (*FDSRegistrarFilterer) WatchApprovalForAll ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *FDSRegistrarApprovalForAll, 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 (*FDSRegistrarFilterer) WatchControllerAdded ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchControllerAdded(opts *bind.WatchOpts, sink chan<- *FDSRegistrarControllerAdded, controller []common.Address) (event.Subscription, error)
WatchControllerAdded is a free log subscription operation binding the contract event 0x0a8bb31534c0ed46f380cb867bd5c803a189ced9a764e30b3a4991a9901d7474.
Solidity: event ControllerAdded(address indexed controller)
func (*FDSRegistrarFilterer) WatchControllerRemoved ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchControllerRemoved(opts *bind.WatchOpts, sink chan<- *FDSRegistrarControllerRemoved, controller []common.Address) (event.Subscription, error)
WatchControllerRemoved is a free log subscription operation binding the contract event 0x33d83959be2573f5453b12eb9d43b3499bc57d96bd2f067ba44803c859e81113.
Solidity: event ControllerRemoved(address indexed controller)
func (*FDSRegistrarFilterer) WatchNameMigrated ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchNameMigrated(opts *bind.WatchOpts, sink chan<- *FDSRegistrarNameMigrated, id []*big.Int, owner []common.Address) (event.Subscription, error)
WatchNameMigrated is a free log subscription operation binding the contract event 0xea3d7e1195a15d2ddcd859b01abd4c6b960fa9f9264e499a70a90c7f0c64b717.
Solidity: event NameMigrated(uint256 indexed id, address indexed owner, uint256 expires)
func (*FDSRegistrarFilterer) WatchNameRegistered ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchNameRegistered(opts *bind.WatchOpts, sink chan<- *FDSRegistrarNameRegistered, id []*big.Int, owner []common.Address) (event.Subscription, error)
WatchNameRegistered is a free log subscription operation binding the contract event 0xb3d987963d01b2f68493b4bdb130988f157ea43070d4ad840fee0466ed9370d9.
Solidity: event NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
func (*FDSRegistrarFilterer) WatchNameRenewed ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchNameRenewed(opts *bind.WatchOpts, sink chan<- *FDSRegistrarNameRenewed, id []*big.Int) (event.Subscription, error)
WatchNameRenewed is a free log subscription operation binding the contract event 0x9b87a00e30f1ac65d898f070f8a3488fe60517182d0a2098e1b4b93a54aa9bd6.
Solidity: event NameRenewed(uint256 indexed id, uint256 expires)
func (*FDSRegistrarFilterer) WatchOwnershipTransferred ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *FDSRegistrarOwnershipTransferred, 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 (*FDSRegistrarFilterer) WatchTransfer ¶
func (_FDSRegistrar *FDSRegistrarFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *FDSRegistrarTransfer, 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)
type FDSRegistrarNameMigrated ¶
type FDSRegistrarNameMigrated struct { Id *big.Int Owner common.Address Expires *big.Int Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarNameMigrated represents a NameMigrated event raised by the FDSRegistrar contract.
type FDSRegistrarNameMigratedIterator ¶
type FDSRegistrarNameMigratedIterator struct { Event *FDSRegistrarNameMigrated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarNameMigratedIterator is returned from FilterNameMigrated and is used to iterate over the raw logs and unpacked data for NameMigrated events raised by the FDSRegistrar contract.
func (*FDSRegistrarNameMigratedIterator) Close ¶
func (it *FDSRegistrarNameMigratedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarNameMigratedIterator) Error ¶
func (it *FDSRegistrarNameMigratedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarNameMigratedIterator) Next ¶
func (it *FDSRegistrarNameMigratedIterator) 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 FDSRegistrarNameRegistered ¶
type FDSRegistrarNameRegistered struct { Id *big.Int Owner common.Address Expires *big.Int Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarNameRegistered represents a NameRegistered event raised by the FDSRegistrar contract.
type FDSRegistrarNameRegisteredIterator ¶
type FDSRegistrarNameRegisteredIterator struct { Event *FDSRegistrarNameRegistered // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarNameRegisteredIterator is returned from FilterNameRegistered and is used to iterate over the raw logs and unpacked data for NameRegistered events raised by the FDSRegistrar contract.
func (*FDSRegistrarNameRegisteredIterator) Close ¶
func (it *FDSRegistrarNameRegisteredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarNameRegisteredIterator) Error ¶
func (it *FDSRegistrarNameRegisteredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarNameRegisteredIterator) Next ¶
func (it *FDSRegistrarNameRegisteredIterator) 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 FDSRegistrarNameRenewed ¶
type FDSRegistrarNameRenewed struct { Id *big.Int Expires *big.Int Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarNameRenewed represents a NameRenewed event raised by the FDSRegistrar contract.
type FDSRegistrarNameRenewedIterator ¶
type FDSRegistrarNameRenewedIterator struct { Event *FDSRegistrarNameRenewed // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarNameRenewedIterator is returned from FilterNameRenewed and is used to iterate over the raw logs and unpacked data for NameRenewed events raised by the FDSRegistrar contract.
func (*FDSRegistrarNameRenewedIterator) Close ¶
func (it *FDSRegistrarNameRenewedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarNameRenewedIterator) Error ¶
func (it *FDSRegistrarNameRenewedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarNameRenewedIterator) Next ¶
func (it *FDSRegistrarNameRenewedIterator) 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 FDSRegistrarOwnershipTransferred ¶
type FDSRegistrarOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarOwnershipTransferred represents a OwnershipTransferred event raised by the FDSRegistrar contract.
type FDSRegistrarOwnershipTransferredIterator ¶
type FDSRegistrarOwnershipTransferredIterator struct { Event *FDSRegistrarOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the FDSRegistrar contract.
func (*FDSRegistrarOwnershipTransferredIterator) Close ¶
func (it *FDSRegistrarOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarOwnershipTransferredIterator) Error ¶
func (it *FDSRegistrarOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarOwnershipTransferredIterator) Next ¶
func (it *FDSRegistrarOwnershipTransferredIterator) 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 FDSRegistrarRaw ¶
type FDSRegistrarRaw struct {
Contract *FDSRegistrar // Generic contract binding to access the raw methods on
}
FDSRegistrarRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*FDSRegistrarRaw) Call ¶
func (_FDSRegistrar *FDSRegistrarRaw) 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 (*FDSRegistrarRaw) Transact ¶
func (_FDSRegistrar *FDSRegistrarRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*FDSRegistrarRaw) Transfer ¶
func (_FDSRegistrar *FDSRegistrarRaw) 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 FDSRegistrarSession ¶
type FDSRegistrarSession struct { Contract *FDSRegistrar // 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 }
FDSRegistrarSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*FDSRegistrarSession) AddController ¶
func (_FDSRegistrar *FDSRegistrarSession) AddController(controller common.Address) (*types.Transaction, error)
AddController is a paid mutator transaction binding the contract method 0xa7fc7a07.
Solidity: function addController(address controller) returns()
func (*FDSRegistrarSession) Approve ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) Available ¶
func (_FDSRegistrar *FDSRegistrarSession) Available(id *big.Int) (bool, error)
Available is a free data retrieval call binding the contract method 0x96e494e8.
Solidity: function available(uint256 id) view returns(bool)
func (*FDSRegistrarSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*FDSRegistrarSession) BaseNode ¶
func (_FDSRegistrar *FDSRegistrarSession) BaseNode() ([32]byte, error)
BaseNode is a free data retrieval call binding the contract method 0xddf7fcb0.
Solidity: function baseNode() view returns(bytes32)
func (*FDSRegistrarSession) Controllers ¶
func (_FDSRegistrar *FDSRegistrarSession) Controllers(arg0 common.Address) (bool, error)
Controllers is a free data retrieval call binding the contract method 0xda8c229e.
Solidity: function controllers(address ) view returns(bool)
func (*FDSRegistrarSession) Ens ¶
func (_FDSRegistrar *FDSRegistrarSession) Ens() (common.Address, error)
Ens is a free data retrieval call binding the contract method 0x3f15457f.
Solidity: function ens() view returns(address)
func (*FDSRegistrarSession) GRACEPERIOD ¶
func (_FDSRegistrar *FDSRegistrarSession) GRACEPERIOD() (*big.Int, error)
GRACEPERIOD is a free data retrieval call binding the contract method 0xc1a287e2.
Solidity: function GRACE_PERIOD() view returns(uint256)
func (*FDSRegistrarSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*FDSRegistrarSession) IsApprovedForAll ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) Name ¶
func (_FDSRegistrar *FDSRegistrarSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*FDSRegistrarSession) NameExpires ¶
NameExpires is a free data retrieval call binding the contract method 0xd6e4fa86.
Solidity: function nameExpires(uint256 id) view returns(uint256)
func (*FDSRegistrarSession) Owner ¶
func (_FDSRegistrar *FDSRegistrarSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*FDSRegistrarSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*FDSRegistrarSession) Reclaim ¶
func (_FDSRegistrar *FDSRegistrarSession) Reclaim(id *big.Int, owner common.Address) (*types.Transaction, error)
Reclaim is a paid mutator transaction binding the contract method 0x28ed4f6c.
Solidity: function reclaim(uint256 id, address owner) returns()
func (*FDSRegistrarSession) Register ¶
func (_FDSRegistrar *FDSRegistrarSession) Register(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
Register is a paid mutator transaction binding the contract method 0xfca247ac.
Solidity: function register(uint256 id, address owner, uint256 duration) returns(uint256)
func (*FDSRegistrarSession) RegisterOnly ¶
func (_FDSRegistrar *FDSRegistrarSession) RegisterOnly(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
RegisterOnly is a paid mutator transaction binding the contract method 0x0e297b45.
Solidity: function registerOnly(uint256 id, address owner, uint256 duration) returns(uint256)
func (*FDSRegistrarSession) RemoveController ¶
func (_FDSRegistrar *FDSRegistrarSession) RemoveController(controller common.Address) (*types.Transaction, error)
RemoveController is a paid mutator transaction binding the contract method 0xf6a74ed7.
Solidity: function removeController(address controller) returns()
func (*FDSRegistrarSession) Renew ¶
func (_FDSRegistrar *FDSRegistrarSession) Renew(id *big.Int, duration *big.Int) (*types.Transaction, error)
Renew is a paid mutator transaction binding the contract method 0xc475abff.
Solidity: function renew(uint256 id, uint256 duration) returns(uint256)
func (*FDSRegistrarSession) RenounceOwnership ¶
func (_FDSRegistrar *FDSRegistrarSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*FDSRegistrarSession) SafeTransferFrom ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) SafeTransferFrom0 ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) SetApprovalForAll ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) SetResolver ¶
func (_FDSRegistrar *FDSRegistrarSession) SetResolver(resolver common.Address) (*types.Transaction, error)
SetResolver is a paid mutator transaction binding the contract method 0x4e543b26.
Solidity: function setResolver(address resolver) returns()
func (*FDSRegistrarSession) SupportsInterface ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) Symbol ¶
func (_FDSRegistrar *FDSRegistrarSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*FDSRegistrarSession) TokenURI ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) TransferFrom ¶
func (_FDSRegistrar *FDSRegistrarSession) 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 (*FDSRegistrarSession) TransferOwnership ¶
func (_FDSRegistrar *FDSRegistrarSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type FDSRegistrarTransactor ¶
type FDSRegistrarTransactor struct {
// contains filtered or unexported fields
}
FDSRegistrarTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewFDSRegistrarTransactor ¶
func NewFDSRegistrarTransactor(address common.Address, transactor bind.ContractTransactor) (*FDSRegistrarTransactor, error)
NewFDSRegistrarTransactor creates a new write-only instance of FDSRegistrar, bound to a specific deployed contract.
func (*FDSRegistrarTransactor) AddController ¶
func (_FDSRegistrar *FDSRegistrarTransactor) AddController(opts *bind.TransactOpts, controller common.Address) (*types.Transaction, error)
AddController is a paid mutator transaction binding the contract method 0xa7fc7a07.
Solidity: function addController(address controller) returns()
func (*FDSRegistrarTransactor) Approve ¶
func (_FDSRegistrar *FDSRegistrarTransactor) 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 (*FDSRegistrarTransactor) Reclaim ¶
func (_FDSRegistrar *FDSRegistrarTransactor) Reclaim(opts *bind.TransactOpts, id *big.Int, owner common.Address) (*types.Transaction, error)
Reclaim is a paid mutator transaction binding the contract method 0x28ed4f6c.
Solidity: function reclaim(uint256 id, address owner) returns()
func (*FDSRegistrarTransactor) Register ¶
func (_FDSRegistrar *FDSRegistrarTransactor) Register(opts *bind.TransactOpts, id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
Register is a paid mutator transaction binding the contract method 0xfca247ac.
Solidity: function register(uint256 id, address owner, uint256 duration) returns(uint256)
func (*FDSRegistrarTransactor) RegisterOnly ¶
func (_FDSRegistrar *FDSRegistrarTransactor) RegisterOnly(opts *bind.TransactOpts, id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
RegisterOnly is a paid mutator transaction binding the contract method 0x0e297b45.
Solidity: function registerOnly(uint256 id, address owner, uint256 duration) returns(uint256)
func (*FDSRegistrarTransactor) RemoveController ¶
func (_FDSRegistrar *FDSRegistrarTransactor) RemoveController(opts *bind.TransactOpts, controller common.Address) (*types.Transaction, error)
RemoveController is a paid mutator transaction binding the contract method 0xf6a74ed7.
Solidity: function removeController(address controller) returns()
func (*FDSRegistrarTransactor) Renew ¶
func (_FDSRegistrar *FDSRegistrarTransactor) Renew(opts *bind.TransactOpts, id *big.Int, duration *big.Int) (*types.Transaction, error)
Renew is a paid mutator transaction binding the contract method 0xc475abff.
Solidity: function renew(uint256 id, uint256 duration) returns(uint256)
func (*FDSRegistrarTransactor) RenounceOwnership ¶
func (_FDSRegistrar *FDSRegistrarTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*FDSRegistrarTransactor) SafeTransferFrom ¶
func (_FDSRegistrar *FDSRegistrarTransactor) 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 (*FDSRegistrarTransactor) SafeTransferFrom0 ¶
func (_FDSRegistrar *FDSRegistrarTransactor) 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 (*FDSRegistrarTransactor) SetApprovalForAll ¶
func (_FDSRegistrar *FDSRegistrarTransactor) 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 (*FDSRegistrarTransactor) SetResolver ¶
func (_FDSRegistrar *FDSRegistrarTransactor) SetResolver(opts *bind.TransactOpts, resolver common.Address) (*types.Transaction, error)
SetResolver is a paid mutator transaction binding the contract method 0x4e543b26.
Solidity: function setResolver(address resolver) returns()
func (*FDSRegistrarTransactor) TransferFrom ¶
func (_FDSRegistrar *FDSRegistrarTransactor) 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 (*FDSRegistrarTransactor) TransferOwnership ¶
func (_FDSRegistrar *FDSRegistrarTransactor) 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()
type FDSRegistrarTransactorRaw ¶
type FDSRegistrarTransactorRaw struct {
Contract *FDSRegistrarTransactor // Generic write-only contract binding to access the raw methods on
}
FDSRegistrarTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*FDSRegistrarTransactorRaw) Transact ¶
func (_FDSRegistrar *FDSRegistrarTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*FDSRegistrarTransactorRaw) Transfer ¶
func (_FDSRegistrar *FDSRegistrarTransactorRaw) 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 FDSRegistrarTransactorSession ¶
type FDSRegistrarTransactorSession struct { Contract *FDSRegistrarTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
FDSRegistrarTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*FDSRegistrarTransactorSession) AddController ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) AddController(controller common.Address) (*types.Transaction, error)
AddController is a paid mutator transaction binding the contract method 0xa7fc7a07.
Solidity: function addController(address controller) returns()
func (*FDSRegistrarTransactorSession) Approve ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) 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 (*FDSRegistrarTransactorSession) Reclaim ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) Reclaim(id *big.Int, owner common.Address) (*types.Transaction, error)
Reclaim is a paid mutator transaction binding the contract method 0x28ed4f6c.
Solidity: function reclaim(uint256 id, address owner) returns()
func (*FDSRegistrarTransactorSession) Register ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) Register(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
Register is a paid mutator transaction binding the contract method 0xfca247ac.
Solidity: function register(uint256 id, address owner, uint256 duration) returns(uint256)
func (*FDSRegistrarTransactorSession) RegisterOnly ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) RegisterOnly(id *big.Int, owner common.Address, duration *big.Int) (*types.Transaction, error)
RegisterOnly is a paid mutator transaction binding the contract method 0x0e297b45.
Solidity: function registerOnly(uint256 id, address owner, uint256 duration) returns(uint256)
func (*FDSRegistrarTransactorSession) RemoveController ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) RemoveController(controller common.Address) (*types.Transaction, error)
RemoveController is a paid mutator transaction binding the contract method 0xf6a74ed7.
Solidity: function removeController(address controller) returns()
func (*FDSRegistrarTransactorSession) Renew ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) Renew(id *big.Int, duration *big.Int) (*types.Transaction, error)
Renew is a paid mutator transaction binding the contract method 0xc475abff.
Solidity: function renew(uint256 id, uint256 duration) returns(uint256)
func (*FDSRegistrarTransactorSession) RenounceOwnership ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*FDSRegistrarTransactorSession) SafeTransferFrom ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) 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 (*FDSRegistrarTransactorSession) SafeTransferFrom0 ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) 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 (*FDSRegistrarTransactorSession) SetApprovalForAll ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) 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 (*FDSRegistrarTransactorSession) SetResolver ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) SetResolver(resolver common.Address) (*types.Transaction, error)
SetResolver is a paid mutator transaction binding the contract method 0x4e543b26.
Solidity: function setResolver(address resolver) returns()
func (*FDSRegistrarTransactorSession) TransferFrom ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) 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 (*FDSRegistrarTransactorSession) TransferOwnership ¶
func (_FDSRegistrar *FDSRegistrarTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type FDSRegistrarTransfer ¶
type FDSRegistrarTransfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
FDSRegistrarTransfer represents a Transfer event raised by the FDSRegistrar contract.
type FDSRegistrarTransferIterator ¶
type FDSRegistrarTransferIterator struct { Event *FDSRegistrarTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
FDSRegistrarTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the FDSRegistrar contract.
func (*FDSRegistrarTransferIterator) Close ¶
func (it *FDSRegistrarTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*FDSRegistrarTransferIterator) Error ¶
func (it *FDSRegistrarTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*FDSRegistrarTransferIterator) Next ¶
func (it *FDSRegistrarTransferIterator) 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.