Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2019 Changes in this version + const AuctionRegistrarContractABI + type AuctionRegistrarContract struct + func NewAuctionRegistrarContract(address common.Address, backend bind.ContractBackend) (*AuctionRegistrarContract, error) + type AuctionRegistrarContractAuctionStarted struct + Hash [32]byte + Raw types.Log + RegistrationDate *big.Int + type AuctionRegistrarContractAuctionStartedIterator struct + Event *AuctionRegistrarContractAuctionStarted + func (it *AuctionRegistrarContractAuctionStartedIterator) Close() error + func (it *AuctionRegistrarContractAuctionStartedIterator) Error() error + func (it *AuctionRegistrarContractAuctionStartedIterator) Next() bool + type AuctionRegistrarContractBidRevealed struct + Hash [32]byte + Owner common.Address + Raw types.Log + Status uint8 + Value *big.Int + type AuctionRegistrarContractBidRevealedIterator struct + Event *AuctionRegistrarContractBidRevealed + func (it *AuctionRegistrarContractBidRevealedIterator) Close() error + func (it *AuctionRegistrarContractBidRevealedIterator) Error() error + func (it *AuctionRegistrarContractBidRevealedIterator) Next() bool + type AuctionRegistrarContractCaller struct + func NewAuctionRegistrarContractCaller(address common.Address, caller bind.ContractCaller) (*AuctionRegistrarContractCaller, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) Ens(opts *bind.CallOpts) (common.Address, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) Entries(opts *bind.CallOpts, _hash [32]byte) (uint8, common.Address, *big.Int, *big.Int, *big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) GetAllowedTime(opts *bind.CallOpts, _hash [32]byte) (*big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) IsAllowed(opts *bind.CallOpts, _hash [32]byte, _timestamp *big.Int) (bool, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) LaunchLength(opts *bind.CallOpts) (uint32, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) RegistryStarted(opts *bind.CallOpts) (*big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) RootNode(opts *bind.CallOpts) ([32]byte, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) SealedBids(opts *bind.CallOpts, arg0 common.Address, arg1 [32]byte) (common.Address, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) ShaBid(opts *bind.CallOpts, hash [32]byte, owner common.Address, value *big.Int, ...) ([32]byte, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCaller) State(opts *bind.CallOpts, _hash [32]byte) (uint8, error) + type AuctionRegistrarContractCallerRaw struct + Contract *AuctionRegistrarContractCaller + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + type AuctionRegistrarContractCallerSession struct + CallOpts bind.CallOpts + Contract *AuctionRegistrarContractCaller + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) Ens() (common.Address, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) Entries(_hash [32]byte) (uint8, common.Address, *big.Int, *big.Int, *big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) GetAllowedTime(_hash [32]byte) (*big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) IsAllowed(_hash [32]byte, _timestamp *big.Int) (bool, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) LaunchLength() (uint32, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) RegistryStarted() (*big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) RootNode() ([32]byte, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) SealedBids(arg0 common.Address, arg1 [32]byte) (common.Address, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) ShaBid(hash [32]byte, owner common.Address, value *big.Int, salt [32]byte) ([32]byte, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractCallerSession) State(_hash [32]byte) (uint8, error) + type AuctionRegistrarContractFilterer struct + func NewAuctionRegistrarContractFilterer(address common.Address, filterer bind.ContractFilterer) (*AuctionRegistrarContractFilterer, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) FilterAuctionStarted(opts *bind.FilterOpts, hash [][32]byte) (*AuctionRegistrarContractAuctionStartedIterator, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) FilterBidRevealed(opts *bind.FilterOpts, hash [][32]byte, owner []common.Address) (*AuctionRegistrarContractBidRevealedIterator, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) FilterHashInvalidated(opts *bind.FilterOpts, hash [][32]byte, name []string) (*AuctionRegistrarContractHashInvalidatedIterator, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) FilterHashRegistered(opts *bind.FilterOpts, hash [][32]byte, owner []common.Address) (*AuctionRegistrarContractHashRegisteredIterator, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) FilterHashReleased(opts *bind.FilterOpts, hash [][32]byte) (*AuctionRegistrarContractHashReleasedIterator, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) FilterNewBid(opts *bind.FilterOpts, hash [][32]byte, bidder []common.Address) (*AuctionRegistrarContractNewBidIterator, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) WatchAuctionStarted(opts *bind.WatchOpts, sink chan<- *AuctionRegistrarContractAuctionStarted, ...) (event.Subscription, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) WatchBidRevealed(opts *bind.WatchOpts, sink chan<- *AuctionRegistrarContractBidRevealed, ...) (event.Subscription, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) WatchHashInvalidated(opts *bind.WatchOpts, sink chan<- *AuctionRegistrarContractHashInvalidated, ...) (event.Subscription, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) WatchHashRegistered(opts *bind.WatchOpts, sink chan<- *AuctionRegistrarContractHashRegistered, ...) (event.Subscription, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) WatchHashReleased(opts *bind.WatchOpts, sink chan<- *AuctionRegistrarContractHashReleased, ...) (event.Subscription, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractFilterer) WatchNewBid(opts *bind.WatchOpts, sink chan<- *AuctionRegistrarContractNewBid, ...) (event.Subscription, error) + type AuctionRegistrarContractHashInvalidated struct + Hash [32]byte + Name common.Hash + Raw types.Log + RegistrationDate *big.Int + Value *big.Int + type AuctionRegistrarContractHashInvalidatedIterator struct + Event *AuctionRegistrarContractHashInvalidated + func (it *AuctionRegistrarContractHashInvalidatedIterator) Close() error + func (it *AuctionRegistrarContractHashInvalidatedIterator) Error() error + func (it *AuctionRegistrarContractHashInvalidatedIterator) Next() bool + type AuctionRegistrarContractHashRegistered struct + Hash [32]byte + Owner common.Address + Raw types.Log + RegistrationDate *big.Int + Value *big.Int + type AuctionRegistrarContractHashRegisteredIterator struct + Event *AuctionRegistrarContractHashRegistered + func (it *AuctionRegistrarContractHashRegisteredIterator) Close() error + func (it *AuctionRegistrarContractHashRegisteredIterator) Error() error + func (it *AuctionRegistrarContractHashRegisteredIterator) Next() bool + type AuctionRegistrarContractHashReleased struct + Hash [32]byte + Raw types.Log + Value *big.Int + type AuctionRegistrarContractHashReleasedIterator struct + Event *AuctionRegistrarContractHashReleased + func (it *AuctionRegistrarContractHashReleasedIterator) Close() error + func (it *AuctionRegistrarContractHashReleasedIterator) Error() error + func (it *AuctionRegistrarContractHashReleasedIterator) Next() bool + type AuctionRegistrarContractNewBid struct + Bidder common.Address + Deposit *big.Int + Hash [32]byte + Raw types.Log + type AuctionRegistrarContractNewBidIterator struct + Event *AuctionRegistrarContractNewBid + func (it *AuctionRegistrarContractNewBidIterator) Close() error + func (it *AuctionRegistrarContractNewBidIterator) Error() error + func (it *AuctionRegistrarContractNewBidIterator) Next() bool + type AuctionRegistrarContractRaw struct + Contract *AuctionRegistrarContract + func (_AuctionRegistrarContract *AuctionRegistrarContractRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + func (_AuctionRegistrarContract *AuctionRegistrarContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AuctionRegistrarContractSession struct + CallOpts bind.CallOpts + Contract *AuctionRegistrarContract + TransactOpts bind.TransactOpts + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) AcceptRegistrarTransfer(hash [32]byte, deed common.Address, registrationDate *big.Int) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) CancelBid(bidder common.Address, seal [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) Ens() (common.Address, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) Entries(_hash [32]byte) (uint8, common.Address, *big.Int, *big.Int, *big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) EraseNode(labels [][32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) FinalizeAuction(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) GetAllowedTime(_hash [32]byte) (*big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) InvalidateName(unhashedName string) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) IsAllowed(_hash [32]byte, _timestamp *big.Int) (bool, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) LaunchLength() (uint32, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) NewBid(sealedBid [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) RegistryStarted() (*big.Int, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) ReleaseDeed(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) RootNode() ([32]byte, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) SealedBids(arg0 common.Address, arg1 [32]byte) (common.Address, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) ShaBid(hash [32]byte, owner common.Address, value *big.Int, salt [32]byte) ([32]byte, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) StartAuction(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) StartAuctions(_hashes [][32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) StartAuctionsAndBid(hashes [][32]byte, sealedBid [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) State(_hash [32]byte) (uint8, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) Transfer(_hash [32]byte, newOwner common.Address) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) TransferRegistrars(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractSession) UnsealBid(_hash [32]byte, _value *big.Int, _salt [32]byte) (*types.Transaction, error) + type AuctionRegistrarContractTransactor struct + func NewAuctionRegistrarContractTransactor(address common.Address, transactor bind.ContractTransactor) (*AuctionRegistrarContractTransactor, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) AcceptRegistrarTransfer(opts *bind.TransactOpts, hash [32]byte, deed common.Address, ...) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) CancelBid(opts *bind.TransactOpts, bidder common.Address, seal [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) EraseNode(opts *bind.TransactOpts, labels [][32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) FinalizeAuction(opts *bind.TransactOpts, _hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) InvalidateName(opts *bind.TransactOpts, unhashedName string) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) NewBid(opts *bind.TransactOpts, sealedBid [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) ReleaseDeed(opts *bind.TransactOpts, _hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) StartAuction(opts *bind.TransactOpts, _hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) StartAuctions(opts *bind.TransactOpts, _hashes [][32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) StartAuctionsAndBid(opts *bind.TransactOpts, hashes [][32]byte, sealedBid [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) Transfer(opts *bind.TransactOpts, _hash [32]byte, newOwner common.Address) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) TransferRegistrars(opts *bind.TransactOpts, _hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactor) UnsealBid(opts *bind.TransactOpts, _hash [32]byte, _value *big.Int, _salt [32]byte) (*types.Transaction, error) + type AuctionRegistrarContractTransactorRaw struct + Contract *AuctionRegistrarContractTransactor + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type AuctionRegistrarContractTransactorSession struct + Contract *AuctionRegistrarContractTransactor + TransactOpts bind.TransactOpts + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) AcceptRegistrarTransfer(hash [32]byte, deed common.Address, registrationDate *big.Int) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) CancelBid(bidder common.Address, seal [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) EraseNode(labels [][32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) FinalizeAuction(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) InvalidateName(unhashedName string) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) NewBid(sealedBid [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) ReleaseDeed(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) StartAuction(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) StartAuctions(_hashes [][32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) StartAuctionsAndBid(hashes [][32]byte, sealedBid [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) Transfer(_hash [32]byte, newOwner common.Address) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) TransferRegistrars(_hash [32]byte) (*types.Transaction, error) + func (_AuctionRegistrarContract *AuctionRegistrarContractTransactorSession) UnsealBid(_hash [32]byte, _value *big.Int, _salt [32]byte) (*types.Transaction, error) Other modules containing this package github.com/wealdtech/go-ens/v2 github.com/wealdtech/go-ens/v3