Documentation ¶
Index ¶
- Variables
- type Gennetsepio
- type GennetsepioApproval
- type GennetsepioApprovalForAll
- type GennetsepioApprovalForAllIterator
- type GennetsepioApprovalIterator
- type GennetsepioCaller
- func (_Gennetsepio *GennetsepioCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Gennetsepio *GennetsepioCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
- func (_Gennetsepio *GennetsepioCaller) GetRoleMember(opts *bind.CallOpts, role [32]byte, index *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioCaller) GetRoleMemberCount(opts *bind.CallOpts, role [32]byte) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
- func (_Gennetsepio *GennetsepioCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
- func (_Gennetsepio *GennetsepioCaller) NETSEPIOADMINROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Gennetsepio *GennetsepioCaller) NETSEPIOMODERATORROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Gennetsepio *GennetsepioCaller) NETSEPIOVOTERROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_Gennetsepio *GennetsepioCaller) Name(opts *bind.CallOpts) (string, error)
- func (_Gennetsepio *GennetsepioCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioCaller) Paused(opts *bind.CallOpts) (bool, error)
- func (_Gennetsepio *GennetsepioCaller) ReadMetadata(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_Gennetsepio *GennetsepioCaller) Reviews(opts *bind.CallOpts, arg0 *big.Int) (struct{ ... }, error)
- func (_Gennetsepio *GennetsepioCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Gennetsepio *GennetsepioCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Gennetsepio *GennetsepioCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)
- func (_Gennetsepio *GennetsepioCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type GennetsepioCallerRaw
- type GennetsepioCallerSession
- func (_Gennetsepio *GennetsepioCallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCallerSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_Gennetsepio *GennetsepioCallerSession) GetRoleMember(role [32]byte, index *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioCallerSession) GetRoleMemberCount(role [32]byte) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_Gennetsepio *GennetsepioCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Gennetsepio *GennetsepioCallerSession) NETSEPIOADMINROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioCallerSession) NETSEPIOMODERATORROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioCallerSession) NETSEPIOVOTERROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioCallerSession) Name() (string, error)
- func (_Gennetsepio *GennetsepioCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioCallerSession) Paused() (bool, error)
- func (_Gennetsepio *GennetsepioCallerSession) ReadMetadata(tokenId *big.Int) (string, error)
- func (_Gennetsepio *GennetsepioCallerSession) Reviews(arg0 *big.Int) (struct{ ... }, error)
- func (_Gennetsepio *GennetsepioCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Gennetsepio *GennetsepioCallerSession) Symbol() (string, error)
- func (_Gennetsepio *GennetsepioCallerSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Gennetsepio *GennetsepioCallerSession) TokenURI(tokenId *big.Int) (string, error)
- func (_Gennetsepio *GennetsepioCallerSession) TotalSupply() (*big.Int, error)
- type GennetsepioFilterer
- func (_Gennetsepio *GennetsepioFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*GennetsepioApprovalIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*GennetsepioApprovalForAllIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterPaused(opts *bind.FilterOpts) (*GennetsepioPausedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterReviewCreated(opts *bind.FilterOpts, receiver []common.Address, tokenId []*big.Int) (*GennetsepioReviewCreatedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterReviewDeleted(opts *bind.FilterOpts, ownerOrApproved []common.Address, tokenId []*big.Int) (*GennetsepioReviewDeletedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterReviewUpdated(opts *bind.FilterOpts, ownerOrApproved []common.Address, tokenId []*big.Int) (*GennetsepioReviewUpdatedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, ...) (*GennetsepioRoleAdminChangedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*GennetsepioRoleGrantedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*GennetsepioRoleRevokedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*GennetsepioTransferIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) FilterUnpaused(opts *bind.FilterOpts) (*GennetsepioUnpausedIterator, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseApproval(log types.Log) (*GennetsepioApproval, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseApprovalForAll(log types.Log) (*GennetsepioApprovalForAll, error)
- func (_Gennetsepio *GennetsepioFilterer) ParsePaused(log types.Log) (*GennetsepioPaused, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseReviewCreated(log types.Log) (*GennetsepioReviewCreated, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseReviewDeleted(log types.Log) (*GennetsepioReviewDeleted, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseReviewUpdated(log types.Log) (*GennetsepioReviewUpdated, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseRoleAdminChanged(log types.Log) (*GennetsepioRoleAdminChanged, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseRoleGranted(log types.Log) (*GennetsepioRoleGranted, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseRoleRevoked(log types.Log) (*GennetsepioRoleRevoked, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseTransfer(log types.Log) (*GennetsepioTransfer, error)
- func (_Gennetsepio *GennetsepioFilterer) ParseUnpaused(log types.Log) (*GennetsepioUnpaused, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *GennetsepioApproval, owner []common.Address, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *GennetsepioApprovalForAll, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *GennetsepioPaused) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchReviewCreated(opts *bind.WatchOpts, sink chan<- *GennetsepioReviewCreated, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchReviewDeleted(opts *bind.WatchOpts, sink chan<- *GennetsepioReviewDeleted, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchReviewUpdated(opts *bind.WatchOpts, sink chan<- *GennetsepioReviewUpdated, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *GennetsepioRoleAdminChanged, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *GennetsepioRoleGranted, role [][32]byte, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *GennetsepioRoleRevoked, role [][32]byte, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *GennetsepioTransfer, from []common.Address, ...) (event.Subscription, error)
- func (_Gennetsepio *GennetsepioFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *GennetsepioUnpaused) (event.Subscription, error)
- type GennetsepioPaused
- type GennetsepioPausedIterator
- type GennetsepioRaw
- func (_Gennetsepio *GennetsepioRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Gennetsepio *GennetsepioRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type GennetsepioReviewCreated
- type GennetsepioReviewCreatedIterator
- type GennetsepioReviewDeleted
- type GennetsepioReviewDeletedIterator
- type GennetsepioReviewUpdated
- type GennetsepioReviewUpdatedIterator
- type GennetsepioRoleAdminChanged
- type GennetsepioRoleAdminChangedIterator
- type GennetsepioRoleGranted
- type GennetsepioRoleGrantedIterator
- type GennetsepioRoleRevoked
- type GennetsepioRoleRevokedIterator
- type GennetsepioSession
- func (_Gennetsepio *GennetsepioSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Gennetsepio *GennetsepioSession) CreateReview(category string, domainAddress string, siteURL string, siteType string, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioSession) DelegateReviewCreation(category string, domainAddress string, siteURL string, siteType string, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) DeleteReview(tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_Gennetsepio *GennetsepioSession) GetRoleMember(role [32]byte, index *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioSession) GetRoleMemberCount(role [32]byte) (*big.Int, error)
- func (_Gennetsepio *GennetsepioSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_Gennetsepio *GennetsepioSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Gennetsepio *GennetsepioSession) NETSEPIOADMINROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioSession) NETSEPIOMODERATORROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioSession) NETSEPIOVOTERROLE() ([32]byte, error)
- func (_Gennetsepio *GennetsepioSession) Name() (string, error)
- func (_Gennetsepio *GennetsepioSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Gennetsepio *GennetsepioSession) Pause() (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) Paused() (bool, error)
- func (_Gennetsepio *GennetsepioSession) ReadMetadata(tokenId *big.Int) (string, error)
- func (_Gennetsepio *GennetsepioSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) Reviews(arg0 *big.Int) (struct{ ... }, error)
- func (_Gennetsepio *GennetsepioSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Gennetsepio *GennetsepioSession) Symbol() (string, error)
- func (_Gennetsepio *GennetsepioSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Gennetsepio *GennetsepioSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Gennetsepio *GennetsepioSession) TokenURI(tokenId *big.Int) (string, error)
- func (_Gennetsepio *GennetsepioSession) TotalSupply() (*big.Int, error)
- func (_Gennetsepio *GennetsepioSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) Unpause() (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioSession) UpdateReview(tokenId *big.Int, newInfoHash string) (*types.Transaction, error)
- type GennetsepioTransactor
- func (_Gennetsepio *GennetsepioTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) CreateReview(opts *bind.TransactOpts, category string, domainAddress string, siteURL string, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) DelegateReviewCreation(opts *bind.TransactOpts, category string, domainAddress string, siteURL string, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) DeleteReview(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactor) UpdateReview(opts *bind.TransactOpts, tokenId *big.Int, newInfoHash string) (*types.Transaction, error)
- type GennetsepioTransactorRaw
- type GennetsepioTransactorSession
- func (_Gennetsepio *GennetsepioTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) CreateReview(category string, domainAddress string, siteURL string, siteType string, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) DelegateReviewCreation(category string, domainAddress string, siteURL string, siteType string, ...) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) DeleteReview(tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) Pause() (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) Unpause() (*types.Transaction, error)
- func (_Gennetsepio *GennetsepioTransactorSession) UpdateReview(tokenId *big.Int, newInfoHash string) (*types.Transaction, error)
- type GennetsepioTransfer
- type GennetsepioTransferIterator
- type GennetsepioUnpaused
- type GennetsepioUnpausedIterator
Constants ¶
This section is empty.
Variables ¶
var GennetsepioABI = GennetsepioMetaData.ABI
GennetsepioABI is the input ABI used to generate the binding from. Deprecated: Use GennetsepioMetaData.ABI instead.
var GennetsepioMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"}],\"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\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"domainAddress\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"siteURL\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"siteType\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"siteTag\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"siteSafety\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"metadataURI\",\"type\":\"string\"}],\"name\":\"ReviewCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"ownerOrApproved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ReviewDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"ownerOrApproved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"oldInfoHash\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"newInfoHash\",\"type\":\"string\"}],\"name\":\"ReviewUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"previousAdminRole\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"newAdminRole\",\"type\":\"bytes32\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"DEFAULT_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NETSEPIO_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NETSEPIO_MODERATOR_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NETSEPIO_VOTER_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"Reviews\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"domainAddress\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteType\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteTag\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteSafety\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"infoHash\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"domainAddress\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteType\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteTag\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteSafety\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"metadataURI\",\"type\":\"string\"}],\"name\":\"createReview\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"domainAddress\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteType\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteTag\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"siteSafety\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"metadataURI\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"voter\",\"type\":\"address\"}],\"name\":\"delegateReviewCreation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"deleteReview\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"getRoleMember\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"}],\"name\":\"getRoleMemberCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"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\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"readMetadata\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"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\":\"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\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenOfOwnerByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"newInfoHash\",\"type\":\"string\"}],\"name\":\"updateReview\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
GennetsepioMetaData contains all meta data concerning the Gennetsepio contract.
Functions ¶
This section is empty.
Types ¶
type Gennetsepio ¶
type Gennetsepio struct { GennetsepioCaller // Read-only binding to the contract GennetsepioTransactor // Write-only binding to the contract GennetsepioFilterer // Log filterer for contract events }
Gennetsepio is an auto generated Go binding around an Ethereum contract.
func NewGennetsepio ¶
func NewGennetsepio(address common.Address, backend bind.ContractBackend) (*Gennetsepio, error)
NewGennetsepio creates a new instance of Gennetsepio, bound to a specific deployed contract.
type GennetsepioApproval ¶
type GennetsepioApproval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
GennetsepioApproval represents a Approval event raised by the Gennetsepio contract.
type GennetsepioApprovalForAll ¶
type GennetsepioApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
GennetsepioApprovalForAll represents a ApprovalForAll event raised by the Gennetsepio contract.
type GennetsepioApprovalForAllIterator ¶
type GennetsepioApprovalForAllIterator struct { Event *GennetsepioApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Gennetsepio contract.
func (*GennetsepioApprovalForAllIterator) Close ¶
func (it *GennetsepioApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioApprovalForAllIterator) Error ¶
func (it *GennetsepioApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioApprovalForAllIterator) Next ¶
func (it *GennetsepioApprovalForAllIterator) 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 GennetsepioApprovalIterator ¶
type GennetsepioApprovalIterator struct { Event *GennetsepioApproval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Gennetsepio contract.
func (*GennetsepioApprovalIterator) Close ¶
func (it *GennetsepioApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioApprovalIterator) Error ¶
func (it *GennetsepioApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioApprovalIterator) Next ¶
func (it *GennetsepioApprovalIterator) 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 GennetsepioCaller ¶
type GennetsepioCaller struct {
// contains filtered or unexported fields
}
GennetsepioCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewGennetsepioCaller ¶
func NewGennetsepioCaller(address common.Address, caller bind.ContractCaller) (*GennetsepioCaller, error)
NewGennetsepioCaller creates a new read-only instance of Gennetsepio, bound to a specific deployed contract.
func (*GennetsepioCaller) BalanceOf ¶
func (_Gennetsepio *GennetsepioCaller) 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 (*GennetsepioCaller) DEFAULTADMINROLE ¶
func (_Gennetsepio *GennetsepioCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*GennetsepioCaller) GetApproved ¶
func (_Gennetsepio *GennetsepioCaller) 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 (*GennetsepioCaller) GetRoleAdmin ¶
func (_Gennetsepio *GennetsepioCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*GennetsepioCaller) GetRoleMember ¶
func (_Gennetsepio *GennetsepioCaller) GetRoleMember(opts *bind.CallOpts, role [32]byte, index *big.Int) (common.Address, error)
GetRoleMember is a free data retrieval call binding the contract method 0x9010d07c.
Solidity: function getRoleMember(bytes32 role, uint256 index) view returns(address)
func (*GennetsepioCaller) GetRoleMemberCount ¶
func (_Gennetsepio *GennetsepioCaller) GetRoleMemberCount(opts *bind.CallOpts, role [32]byte) (*big.Int, error)
GetRoleMemberCount is a free data retrieval call binding the contract method 0xca15c873.
Solidity: function getRoleMemberCount(bytes32 role) view returns(uint256)
func (*GennetsepioCaller) HasRole ¶
func (_Gennetsepio *GennetsepioCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*GennetsepioCaller) IsApprovedForAll ¶
func (_Gennetsepio *GennetsepioCaller) 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 (*GennetsepioCaller) NETSEPIOADMINROLE ¶
func (_Gennetsepio *GennetsepioCaller) NETSEPIOADMINROLE(opts *bind.CallOpts) ([32]byte, error)
NETSEPIOADMINROLE is a free data retrieval call binding the contract method 0x2297017f.
Solidity: function NETSEPIO_ADMIN_ROLE() view returns(bytes32)
func (*GennetsepioCaller) NETSEPIOMODERATORROLE ¶
func (_Gennetsepio *GennetsepioCaller) NETSEPIOMODERATORROLE(opts *bind.CallOpts) ([32]byte, error)
NETSEPIOMODERATORROLE is a free data retrieval call binding the contract method 0x6b1f3b5e.
Solidity: function NETSEPIO_MODERATOR_ROLE() view returns(bytes32)
func (*GennetsepioCaller) NETSEPIOVOTERROLE ¶
func (_Gennetsepio *GennetsepioCaller) NETSEPIOVOTERROLE(opts *bind.CallOpts) ([32]byte, error)
NETSEPIOVOTERROLE is a free data retrieval call binding the contract method 0x30879cb7.
Solidity: function NETSEPIO_VOTER_ROLE() view returns(bytes32)
func (*GennetsepioCaller) Name ¶
func (_Gennetsepio *GennetsepioCaller) 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 (*GennetsepioCaller) OwnerOf ¶
func (_Gennetsepio *GennetsepioCaller) 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 (*GennetsepioCaller) Paused ¶
func (_Gennetsepio *GennetsepioCaller) Paused(opts *bind.CallOpts) (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*GennetsepioCaller) ReadMetadata ¶
func (_Gennetsepio *GennetsepioCaller) ReadMetadata(opts *bind.CallOpts, tokenId *big.Int) (string, error)
ReadMetadata is a free data retrieval call binding the contract method 0x48960a4f.
Solidity: function readMetadata(uint256 tokenId) view returns(string)
func (*GennetsepioCaller) Reviews ¶
func (_Gennetsepio *GennetsepioCaller) Reviews(opts *bind.CallOpts, arg0 *big.Int) (struct { Category string DomainAddress string SiteURL string SiteType string SiteTag string SiteSafety string InfoHash string }, error)
Reviews is a free data retrieval call binding the contract method 0x113ea69f.
Solidity: function Reviews(uint256 ) view returns(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string infoHash)
func (*GennetsepioCaller) SupportsInterface ¶
func (_Gennetsepio *GennetsepioCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*GennetsepioCaller) Symbol ¶
func (_Gennetsepio *GennetsepioCaller) Symbol(opts *bind.CallOpts) (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*GennetsepioCaller) TokenByIndex ¶
func (_Gennetsepio *GennetsepioCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*GennetsepioCaller) TokenOfOwnerByIndex ¶
func (_Gennetsepio *GennetsepioCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.
Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)
func (*GennetsepioCaller) TokenURI ¶
func (_Gennetsepio *GennetsepioCaller) TokenURI(opts *bind.CallOpts, 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 (*GennetsepioCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type GennetsepioCallerRaw ¶
type GennetsepioCallerRaw struct {
Contract *GennetsepioCaller // Generic read-only contract binding to access the raw methods on
}
GennetsepioCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*GennetsepioCallerRaw) Call ¶
func (_Gennetsepio *GennetsepioCallerRaw) 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 GennetsepioCallerSession ¶
type GennetsepioCallerSession struct { Contract *GennetsepioCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
GennetsepioCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*GennetsepioCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*GennetsepioCallerSession) DEFAULTADMINROLE ¶
func (_Gennetsepio *GennetsepioCallerSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*GennetsepioCallerSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*GennetsepioCallerSession) GetRoleAdmin ¶
func (_Gennetsepio *GennetsepioCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*GennetsepioCallerSession) GetRoleMember ¶
func (_Gennetsepio *GennetsepioCallerSession) GetRoleMember(role [32]byte, index *big.Int) (common.Address, error)
GetRoleMember is a free data retrieval call binding the contract method 0x9010d07c.
Solidity: function getRoleMember(bytes32 role, uint256 index) view returns(address)
func (*GennetsepioCallerSession) GetRoleMemberCount ¶
func (_Gennetsepio *GennetsepioCallerSession) GetRoleMemberCount(role [32]byte) (*big.Int, error)
GetRoleMemberCount is a free data retrieval call binding the contract method 0xca15c873.
Solidity: function getRoleMemberCount(bytes32 role) view returns(uint256)
func (*GennetsepioCallerSession) HasRole ¶
func (_Gennetsepio *GennetsepioCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*GennetsepioCallerSession) IsApprovedForAll ¶
func (_Gennetsepio *GennetsepioCallerSession) 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 (*GennetsepioCallerSession) NETSEPIOADMINROLE ¶
func (_Gennetsepio *GennetsepioCallerSession) NETSEPIOADMINROLE() ([32]byte, error)
NETSEPIOADMINROLE is a free data retrieval call binding the contract method 0x2297017f.
Solidity: function NETSEPIO_ADMIN_ROLE() view returns(bytes32)
func (*GennetsepioCallerSession) NETSEPIOMODERATORROLE ¶
func (_Gennetsepio *GennetsepioCallerSession) NETSEPIOMODERATORROLE() ([32]byte, error)
NETSEPIOMODERATORROLE is a free data retrieval call binding the contract method 0x6b1f3b5e.
Solidity: function NETSEPIO_MODERATOR_ROLE() view returns(bytes32)
func (*GennetsepioCallerSession) NETSEPIOVOTERROLE ¶
func (_Gennetsepio *GennetsepioCallerSession) NETSEPIOVOTERROLE() ([32]byte, error)
NETSEPIOVOTERROLE is a free data retrieval call binding the contract method 0x30879cb7.
Solidity: function NETSEPIO_VOTER_ROLE() view returns(bytes32)
func (*GennetsepioCallerSession) Name ¶
func (_Gennetsepio *GennetsepioCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*GennetsepioCallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*GennetsepioCallerSession) Paused ¶
func (_Gennetsepio *GennetsepioCallerSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*GennetsepioCallerSession) ReadMetadata ¶
func (_Gennetsepio *GennetsepioCallerSession) ReadMetadata(tokenId *big.Int) (string, error)
ReadMetadata is a free data retrieval call binding the contract method 0x48960a4f.
Solidity: function readMetadata(uint256 tokenId) view returns(string)
func (*GennetsepioCallerSession) Reviews ¶
func (_Gennetsepio *GennetsepioCallerSession) Reviews(arg0 *big.Int) (struct { Category string DomainAddress string SiteURL string SiteType string SiteTag string SiteSafety string InfoHash string }, error)
Reviews is a free data retrieval call binding the contract method 0x113ea69f.
Solidity: function Reviews(uint256 ) view returns(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string infoHash)
func (*GennetsepioCallerSession) SupportsInterface ¶
func (_Gennetsepio *GennetsepioCallerSession) 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 (*GennetsepioCallerSession) Symbol ¶
func (_Gennetsepio *GennetsepioCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*GennetsepioCallerSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*GennetsepioCallerSession) TokenOfOwnerByIndex ¶
func (_Gennetsepio *GennetsepioCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.
Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)
func (*GennetsepioCallerSession) TokenURI ¶
func (_Gennetsepio *GennetsepioCallerSession) 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 (*GennetsepioCallerSession) TotalSupply ¶
func (_Gennetsepio *GennetsepioCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type GennetsepioFilterer ¶
type GennetsepioFilterer struct {
// contains filtered or unexported fields
}
GennetsepioFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewGennetsepioFilterer ¶
func NewGennetsepioFilterer(address common.Address, filterer bind.ContractFilterer) (*GennetsepioFilterer, error)
NewGennetsepioFilterer creates a new log filterer instance of Gennetsepio, bound to a specific deployed contract.
func (*GennetsepioFilterer) FilterApproval ¶
func (_Gennetsepio *GennetsepioFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*GennetsepioApprovalIterator, 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 (*GennetsepioFilterer) FilterApprovalForAll ¶
func (_Gennetsepio *GennetsepioFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*GennetsepioApprovalForAllIterator, 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 (*GennetsepioFilterer) FilterPaused ¶
func (_Gennetsepio *GennetsepioFilterer) FilterPaused(opts *bind.FilterOpts) (*GennetsepioPausedIterator, error)
FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*GennetsepioFilterer) FilterReviewCreated ¶
func (_Gennetsepio *GennetsepioFilterer) FilterReviewCreated(opts *bind.FilterOpts, receiver []common.Address, tokenId []*big.Int) (*GennetsepioReviewCreatedIterator, error)
FilterReviewCreated is a free log retrieval operation binding the contract event 0xbf3aecac43badf8f9faced29e91bd3c9e82d11c848f43cf088e7c8d006a8a9fd.
Solidity: event ReviewCreated(address indexed receiver, uint256 indexed tokenId, string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI)
func (*GennetsepioFilterer) FilterReviewDeleted ¶
func (_Gennetsepio *GennetsepioFilterer) FilterReviewDeleted(opts *bind.FilterOpts, ownerOrApproved []common.Address, tokenId []*big.Int) (*GennetsepioReviewDeletedIterator, error)
FilterReviewDeleted is a free log retrieval operation binding the contract event 0xdff6a326b030476d6cc240c281b441ec1be2bb84fd9c09fdeb176ba805cbd624.
Solidity: event ReviewDeleted(address indexed ownerOrApproved, uint256 indexed tokenId)
func (*GennetsepioFilterer) FilterReviewUpdated ¶
func (_Gennetsepio *GennetsepioFilterer) FilterReviewUpdated(opts *bind.FilterOpts, ownerOrApproved []common.Address, tokenId []*big.Int) (*GennetsepioReviewUpdatedIterator, error)
FilterReviewUpdated is a free log retrieval operation binding the contract event 0x0bf37ab2e7f0b608d2e483599c9fa0d6b6cb52a7380f7233287cef777d4d7920.
Solidity: event ReviewUpdated(address indexed ownerOrApproved, uint256 indexed tokenId, string oldInfoHash, string newInfoHash)
func (*GennetsepioFilterer) FilterRoleAdminChanged ¶
func (_Gennetsepio *GennetsepioFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (*GennetsepioRoleAdminChangedIterator, error)
FilterRoleAdminChanged is a free log retrieval operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*GennetsepioFilterer) FilterRoleGranted ¶
func (_Gennetsepio *GennetsepioFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*GennetsepioRoleGrantedIterator, error)
FilterRoleGranted is a free log retrieval operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*GennetsepioFilterer) FilterRoleRevoked ¶
func (_Gennetsepio *GennetsepioFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*GennetsepioRoleRevokedIterator, error)
FilterRoleRevoked is a free log retrieval operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*GennetsepioFilterer) FilterTransfer ¶
func (_Gennetsepio *GennetsepioFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*GennetsepioTransferIterator, 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 (*GennetsepioFilterer) FilterUnpaused ¶
func (_Gennetsepio *GennetsepioFilterer) FilterUnpaused(opts *bind.FilterOpts) (*GennetsepioUnpausedIterator, error)
FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*GennetsepioFilterer) ParseApproval ¶
func (_Gennetsepio *GennetsepioFilterer) ParseApproval(log types.Log) (*GennetsepioApproval, 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 (*GennetsepioFilterer) ParseApprovalForAll ¶
func (_Gennetsepio *GennetsepioFilterer) ParseApprovalForAll(log types.Log) (*GennetsepioApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*GennetsepioFilterer) ParsePaused ¶
func (_Gennetsepio *GennetsepioFilterer) ParsePaused(log types.Log) (*GennetsepioPaused, error)
ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*GennetsepioFilterer) ParseReviewCreated ¶
func (_Gennetsepio *GennetsepioFilterer) ParseReviewCreated(log types.Log) (*GennetsepioReviewCreated, error)
ParseReviewCreated is a log parse operation binding the contract event 0xbf3aecac43badf8f9faced29e91bd3c9e82d11c848f43cf088e7c8d006a8a9fd.
Solidity: event ReviewCreated(address indexed receiver, uint256 indexed tokenId, string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI)
func (*GennetsepioFilterer) ParseReviewDeleted ¶
func (_Gennetsepio *GennetsepioFilterer) ParseReviewDeleted(log types.Log) (*GennetsepioReviewDeleted, error)
ParseReviewDeleted is a log parse operation binding the contract event 0xdff6a326b030476d6cc240c281b441ec1be2bb84fd9c09fdeb176ba805cbd624.
Solidity: event ReviewDeleted(address indexed ownerOrApproved, uint256 indexed tokenId)
func (*GennetsepioFilterer) ParseReviewUpdated ¶
func (_Gennetsepio *GennetsepioFilterer) ParseReviewUpdated(log types.Log) (*GennetsepioReviewUpdated, error)
ParseReviewUpdated is a log parse operation binding the contract event 0x0bf37ab2e7f0b608d2e483599c9fa0d6b6cb52a7380f7233287cef777d4d7920.
Solidity: event ReviewUpdated(address indexed ownerOrApproved, uint256 indexed tokenId, string oldInfoHash, string newInfoHash)
func (*GennetsepioFilterer) ParseRoleAdminChanged ¶
func (_Gennetsepio *GennetsepioFilterer) ParseRoleAdminChanged(log types.Log) (*GennetsepioRoleAdminChanged, error)
ParseRoleAdminChanged is a log parse operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*GennetsepioFilterer) ParseRoleGranted ¶
func (_Gennetsepio *GennetsepioFilterer) ParseRoleGranted(log types.Log) (*GennetsepioRoleGranted, error)
ParseRoleGranted is a log parse operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*GennetsepioFilterer) ParseRoleRevoked ¶
func (_Gennetsepio *GennetsepioFilterer) ParseRoleRevoked(log types.Log) (*GennetsepioRoleRevoked, error)
ParseRoleRevoked is a log parse operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*GennetsepioFilterer) ParseTransfer ¶
func (_Gennetsepio *GennetsepioFilterer) ParseTransfer(log types.Log) (*GennetsepioTransfer, 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 (*GennetsepioFilterer) ParseUnpaused ¶
func (_Gennetsepio *GennetsepioFilterer) ParseUnpaused(log types.Log) (*GennetsepioUnpaused, error)
ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*GennetsepioFilterer) WatchApproval ¶
func (_Gennetsepio *GennetsepioFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *GennetsepioApproval, 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 (*GennetsepioFilterer) WatchApprovalForAll ¶
func (_Gennetsepio *GennetsepioFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *GennetsepioApprovalForAll, 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 (*GennetsepioFilterer) WatchPaused ¶
func (_Gennetsepio *GennetsepioFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *GennetsepioPaused) (event.Subscription, error)
WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*GennetsepioFilterer) WatchReviewCreated ¶
func (_Gennetsepio *GennetsepioFilterer) WatchReviewCreated(opts *bind.WatchOpts, sink chan<- *GennetsepioReviewCreated, receiver []common.Address, tokenId []*big.Int) (event.Subscription, error)
WatchReviewCreated is a free log subscription operation binding the contract event 0xbf3aecac43badf8f9faced29e91bd3c9e82d11c848f43cf088e7c8d006a8a9fd.
Solidity: event ReviewCreated(address indexed receiver, uint256 indexed tokenId, string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI)
func (*GennetsepioFilterer) WatchReviewDeleted ¶
func (_Gennetsepio *GennetsepioFilterer) WatchReviewDeleted(opts *bind.WatchOpts, sink chan<- *GennetsepioReviewDeleted, ownerOrApproved []common.Address, tokenId []*big.Int) (event.Subscription, error)
WatchReviewDeleted is a free log subscription operation binding the contract event 0xdff6a326b030476d6cc240c281b441ec1be2bb84fd9c09fdeb176ba805cbd624.
Solidity: event ReviewDeleted(address indexed ownerOrApproved, uint256 indexed tokenId)
func (*GennetsepioFilterer) WatchReviewUpdated ¶
func (_Gennetsepio *GennetsepioFilterer) WatchReviewUpdated(opts *bind.WatchOpts, sink chan<- *GennetsepioReviewUpdated, ownerOrApproved []common.Address, tokenId []*big.Int) (event.Subscription, error)
WatchReviewUpdated is a free log subscription operation binding the contract event 0x0bf37ab2e7f0b608d2e483599c9fa0d6b6cb52a7380f7233287cef777d4d7920.
Solidity: event ReviewUpdated(address indexed ownerOrApproved, uint256 indexed tokenId, string oldInfoHash, string newInfoHash)
func (*GennetsepioFilterer) WatchRoleAdminChanged ¶
func (_Gennetsepio *GennetsepioFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *GennetsepioRoleAdminChanged, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (event.Subscription, error)
WatchRoleAdminChanged is a free log subscription operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*GennetsepioFilterer) WatchRoleGranted ¶
func (_Gennetsepio *GennetsepioFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *GennetsepioRoleGranted, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleGranted is a free log subscription operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*GennetsepioFilterer) WatchRoleRevoked ¶
func (_Gennetsepio *GennetsepioFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *GennetsepioRoleRevoked, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleRevoked is a free log subscription operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*GennetsepioFilterer) WatchTransfer ¶
func (_Gennetsepio *GennetsepioFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *GennetsepioTransfer, from []common.Address, to []common.Address, tokenId []*big.Int) (event.Subscription, error)
WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
func (*GennetsepioFilterer) WatchUnpaused ¶
func (_Gennetsepio *GennetsepioFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *GennetsepioUnpaused) (event.Subscription, error)
WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
type GennetsepioPaused ¶
type GennetsepioPaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
GennetsepioPaused represents a Paused event raised by the Gennetsepio contract.
type GennetsepioPausedIterator ¶
type GennetsepioPausedIterator struct { Event *GennetsepioPaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the Gennetsepio contract.
func (*GennetsepioPausedIterator) Close ¶
func (it *GennetsepioPausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioPausedIterator) Error ¶
func (it *GennetsepioPausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioPausedIterator) Next ¶
func (it *GennetsepioPausedIterator) 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 GennetsepioRaw ¶
type GennetsepioRaw struct {
Contract *Gennetsepio // Generic contract binding to access the raw methods on
}
GennetsepioRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*GennetsepioRaw) Call ¶
func (_Gennetsepio *GennetsepioRaw) 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 (*GennetsepioRaw) Transact ¶
func (_Gennetsepio *GennetsepioRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*GennetsepioRaw) Transfer ¶
func (_Gennetsepio *GennetsepioRaw) 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 GennetsepioReviewCreated ¶
type GennetsepioReviewCreated struct { Receiver common.Address TokenId *big.Int Category string DomainAddress string SiteURL string SiteType string SiteTag string SiteSafety string MetadataURI string Raw types.Log // Blockchain specific contextual infos }
GennetsepioReviewCreated represents a ReviewCreated event raised by the Gennetsepio contract.
type GennetsepioReviewCreatedIterator ¶
type GennetsepioReviewCreatedIterator struct { Event *GennetsepioReviewCreated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioReviewCreatedIterator is returned from FilterReviewCreated and is used to iterate over the raw logs and unpacked data for ReviewCreated events raised by the Gennetsepio contract.
func (*GennetsepioReviewCreatedIterator) Close ¶
func (it *GennetsepioReviewCreatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioReviewCreatedIterator) Error ¶
func (it *GennetsepioReviewCreatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioReviewCreatedIterator) Next ¶
func (it *GennetsepioReviewCreatedIterator) 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 GennetsepioReviewDeleted ¶
type GennetsepioReviewDeleted struct { OwnerOrApproved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
GennetsepioReviewDeleted represents a ReviewDeleted event raised by the Gennetsepio contract.
type GennetsepioReviewDeletedIterator ¶
type GennetsepioReviewDeletedIterator struct { Event *GennetsepioReviewDeleted // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioReviewDeletedIterator is returned from FilterReviewDeleted and is used to iterate over the raw logs and unpacked data for ReviewDeleted events raised by the Gennetsepio contract.
func (*GennetsepioReviewDeletedIterator) Close ¶
func (it *GennetsepioReviewDeletedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioReviewDeletedIterator) Error ¶
func (it *GennetsepioReviewDeletedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioReviewDeletedIterator) Next ¶
func (it *GennetsepioReviewDeletedIterator) 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 GennetsepioReviewUpdated ¶
type GennetsepioReviewUpdated struct { OwnerOrApproved common.Address TokenId *big.Int OldInfoHash string NewInfoHash string Raw types.Log // Blockchain specific contextual infos }
GennetsepioReviewUpdated represents a ReviewUpdated event raised by the Gennetsepio contract.
type GennetsepioReviewUpdatedIterator ¶
type GennetsepioReviewUpdatedIterator struct { Event *GennetsepioReviewUpdated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioReviewUpdatedIterator is returned from FilterReviewUpdated and is used to iterate over the raw logs and unpacked data for ReviewUpdated events raised by the Gennetsepio contract.
func (*GennetsepioReviewUpdatedIterator) Close ¶
func (it *GennetsepioReviewUpdatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioReviewUpdatedIterator) Error ¶
func (it *GennetsepioReviewUpdatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioReviewUpdatedIterator) Next ¶
func (it *GennetsepioReviewUpdatedIterator) 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 GennetsepioRoleAdminChanged ¶
type GennetsepioRoleAdminChanged struct { Role [32]byte PreviousAdminRole [32]byte NewAdminRole [32]byte Raw types.Log // Blockchain specific contextual infos }
GennetsepioRoleAdminChanged represents a RoleAdminChanged event raised by the Gennetsepio contract.
type GennetsepioRoleAdminChangedIterator ¶
type GennetsepioRoleAdminChangedIterator struct { Event *GennetsepioRoleAdminChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioRoleAdminChangedIterator is returned from FilterRoleAdminChanged and is used to iterate over the raw logs and unpacked data for RoleAdminChanged events raised by the Gennetsepio contract.
func (*GennetsepioRoleAdminChangedIterator) Close ¶
func (it *GennetsepioRoleAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioRoleAdminChangedIterator) Error ¶
func (it *GennetsepioRoleAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioRoleAdminChangedIterator) Next ¶
func (it *GennetsepioRoleAdminChangedIterator) 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 GennetsepioRoleGranted ¶
type GennetsepioRoleGranted struct { Role [32]byte Account common.Address Sender common.Address Raw types.Log // Blockchain specific contextual infos }
GennetsepioRoleGranted represents a RoleGranted event raised by the Gennetsepio contract.
type GennetsepioRoleGrantedIterator ¶
type GennetsepioRoleGrantedIterator struct { Event *GennetsepioRoleGranted // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioRoleGrantedIterator is returned from FilterRoleGranted and is used to iterate over the raw logs and unpacked data for RoleGranted events raised by the Gennetsepio contract.
func (*GennetsepioRoleGrantedIterator) Close ¶
func (it *GennetsepioRoleGrantedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioRoleGrantedIterator) Error ¶
func (it *GennetsepioRoleGrantedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioRoleGrantedIterator) Next ¶
func (it *GennetsepioRoleGrantedIterator) 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 GennetsepioRoleRevoked ¶
type GennetsepioRoleRevoked struct { Role [32]byte Account common.Address Sender common.Address Raw types.Log // Blockchain specific contextual infos }
GennetsepioRoleRevoked represents a RoleRevoked event raised by the Gennetsepio contract.
type GennetsepioRoleRevokedIterator ¶
type GennetsepioRoleRevokedIterator struct { Event *GennetsepioRoleRevoked // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioRoleRevokedIterator is returned from FilterRoleRevoked and is used to iterate over the raw logs and unpacked data for RoleRevoked events raised by the Gennetsepio contract.
func (*GennetsepioRoleRevokedIterator) Close ¶
func (it *GennetsepioRoleRevokedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioRoleRevokedIterator) Error ¶
func (it *GennetsepioRoleRevokedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioRoleRevokedIterator) Next ¶
func (it *GennetsepioRoleRevokedIterator) 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 GennetsepioSession ¶
type GennetsepioSession struct { Contract *Gennetsepio // 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 }
GennetsepioSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*GennetsepioSession) Approve ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*GennetsepioSession) CreateReview ¶
func (_Gennetsepio *GennetsepioSession) CreateReview(category string, domainAddress string, siteURL string, siteType string, siteTag string, siteSafety string, metadataURI string) (*types.Transaction, error)
CreateReview is a paid mutator transaction binding the contract method 0x6297fac1.
Solidity: function createReview(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI) returns()
func (*GennetsepioSession) DEFAULTADMINROLE ¶
func (_Gennetsepio *GennetsepioSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*GennetsepioSession) DelegateReviewCreation ¶
func (_Gennetsepio *GennetsepioSession) DelegateReviewCreation(category string, domainAddress string, siteURL string, siteType string, siteTag string, siteSafety string, metadataURI string, voter common.Address) (*types.Transaction, error)
DelegateReviewCreation is a paid mutator transaction binding the contract method 0xb1c58bba.
Solidity: function delegateReviewCreation(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI, address voter) returns()
func (*GennetsepioSession) DeleteReview ¶
func (_Gennetsepio *GennetsepioSession) DeleteReview(tokenId *big.Int) (*types.Transaction, error)
DeleteReview is a paid mutator transaction binding the contract method 0xd71e4890.
Solidity: function deleteReview(uint256 tokenId) returns()
func (*GennetsepioSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*GennetsepioSession) GetRoleAdmin ¶
func (_Gennetsepio *GennetsepioSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*GennetsepioSession) GetRoleMember ¶
func (_Gennetsepio *GennetsepioSession) GetRoleMember(role [32]byte, index *big.Int) (common.Address, error)
GetRoleMember is a free data retrieval call binding the contract method 0x9010d07c.
Solidity: function getRoleMember(bytes32 role, uint256 index) view returns(address)
func (*GennetsepioSession) GetRoleMemberCount ¶
func (_Gennetsepio *GennetsepioSession) GetRoleMemberCount(role [32]byte) (*big.Int, error)
GetRoleMemberCount is a free data retrieval call binding the contract method 0xca15c873.
Solidity: function getRoleMemberCount(bytes32 role) view returns(uint256)
func (*GennetsepioSession) GrantRole ¶
func (_Gennetsepio *GennetsepioSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*GennetsepioSession) HasRole ¶
func (_Gennetsepio *GennetsepioSession) HasRole(role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*GennetsepioSession) IsApprovedForAll ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) NETSEPIOADMINROLE ¶
func (_Gennetsepio *GennetsepioSession) NETSEPIOADMINROLE() ([32]byte, error)
NETSEPIOADMINROLE is a free data retrieval call binding the contract method 0x2297017f.
Solidity: function NETSEPIO_ADMIN_ROLE() view returns(bytes32)
func (*GennetsepioSession) NETSEPIOMODERATORROLE ¶
func (_Gennetsepio *GennetsepioSession) NETSEPIOMODERATORROLE() ([32]byte, error)
NETSEPIOMODERATORROLE is a free data retrieval call binding the contract method 0x6b1f3b5e.
Solidity: function NETSEPIO_MODERATOR_ROLE() view returns(bytes32)
func (*GennetsepioSession) NETSEPIOVOTERROLE ¶
func (_Gennetsepio *GennetsepioSession) NETSEPIOVOTERROLE() ([32]byte, error)
NETSEPIOVOTERROLE is a free data retrieval call binding the contract method 0x30879cb7.
Solidity: function NETSEPIO_VOTER_ROLE() view returns(bytes32)
func (*GennetsepioSession) Name ¶
func (_Gennetsepio *GennetsepioSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*GennetsepioSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*GennetsepioSession) Pause ¶
func (_Gennetsepio *GennetsepioSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*GennetsepioSession) Paused ¶
func (_Gennetsepio *GennetsepioSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*GennetsepioSession) ReadMetadata ¶
func (_Gennetsepio *GennetsepioSession) ReadMetadata(tokenId *big.Int) (string, error)
ReadMetadata is a free data retrieval call binding the contract method 0x48960a4f.
Solidity: function readMetadata(uint256 tokenId) view returns(string)
func (*GennetsepioSession) RenounceRole ¶
func (_Gennetsepio *GennetsepioSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address account) returns()
func (*GennetsepioSession) Reviews ¶
func (_Gennetsepio *GennetsepioSession) Reviews(arg0 *big.Int) (struct { Category string DomainAddress string SiteURL string SiteType string SiteTag string SiteSafety string InfoHash string }, error)
Reviews is a free data retrieval call binding the contract method 0x113ea69f.
Solidity: function Reviews(uint256 ) view returns(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string infoHash)
func (*GennetsepioSession) RevokeRole ¶
func (_Gennetsepio *GennetsepioSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*GennetsepioSession) SafeTransferFrom ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) SafeTransferFrom0 ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) SetApprovalForAll ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) SupportsInterface ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) Symbol ¶
func (_Gennetsepio *GennetsepioSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*GennetsepioSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*GennetsepioSession) TokenOfOwnerByIndex ¶
func (_Gennetsepio *GennetsepioSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.
Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)
func (*GennetsepioSession) TokenURI ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) TotalSupply ¶
func (_Gennetsepio *GennetsepioSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*GennetsepioSession) TransferFrom ¶
func (_Gennetsepio *GennetsepioSession) 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 (*GennetsepioSession) Unpause ¶
func (_Gennetsepio *GennetsepioSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*GennetsepioSession) UpdateReview ¶
func (_Gennetsepio *GennetsepioSession) UpdateReview(tokenId *big.Int, newInfoHash string) (*types.Transaction, error)
UpdateReview is a paid mutator transaction binding the contract method 0x66b58c03.
Solidity: function updateReview(uint256 tokenId, string newInfoHash) returns()
type GennetsepioTransactor ¶
type GennetsepioTransactor struct {
// contains filtered or unexported fields
}
GennetsepioTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewGennetsepioTransactor ¶
func NewGennetsepioTransactor(address common.Address, transactor bind.ContractTransactor) (*GennetsepioTransactor, error)
NewGennetsepioTransactor creates a new write-only instance of Gennetsepio, bound to a specific deployed contract.
func (*GennetsepioTransactor) Approve ¶
func (_Gennetsepio *GennetsepioTransactor) 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 (*GennetsepioTransactor) CreateReview ¶
func (_Gennetsepio *GennetsepioTransactor) CreateReview(opts *bind.TransactOpts, category string, domainAddress string, siteURL string, siteType string, siteTag string, siteSafety string, metadataURI string) (*types.Transaction, error)
CreateReview is a paid mutator transaction binding the contract method 0x6297fac1.
Solidity: function createReview(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI) returns()
func (*GennetsepioTransactor) DelegateReviewCreation ¶
func (_Gennetsepio *GennetsepioTransactor) DelegateReviewCreation(opts *bind.TransactOpts, category string, domainAddress string, siteURL string, siteType string, siteTag string, siteSafety string, metadataURI string, voter common.Address) (*types.Transaction, error)
DelegateReviewCreation is a paid mutator transaction binding the contract method 0xb1c58bba.
Solidity: function delegateReviewCreation(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI, address voter) returns()
func (*GennetsepioTransactor) DeleteReview ¶
func (_Gennetsepio *GennetsepioTransactor) DeleteReview(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
DeleteReview is a paid mutator transaction binding the contract method 0xd71e4890.
Solidity: function deleteReview(uint256 tokenId) returns()
func (*GennetsepioTransactor) GrantRole ¶
func (_Gennetsepio *GennetsepioTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*GennetsepioTransactor) Pause ¶
func (_Gennetsepio *GennetsepioTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*GennetsepioTransactor) RenounceRole ¶
func (_Gennetsepio *GennetsepioTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address account) returns()
func (*GennetsepioTransactor) RevokeRole ¶
func (_Gennetsepio *GennetsepioTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*GennetsepioTransactor) SafeTransferFrom ¶
func (_Gennetsepio *GennetsepioTransactor) 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 (*GennetsepioTransactor) SafeTransferFrom0 ¶
func (_Gennetsepio *GennetsepioTransactor) 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 (*GennetsepioTransactor) SetApprovalForAll ¶
func (_Gennetsepio *GennetsepioTransactor) 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 (*GennetsepioTransactor) TransferFrom ¶
func (_Gennetsepio *GennetsepioTransactor) 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 (*GennetsepioTransactor) Unpause ¶
func (_Gennetsepio *GennetsepioTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*GennetsepioTransactor) UpdateReview ¶
func (_Gennetsepio *GennetsepioTransactor) UpdateReview(opts *bind.TransactOpts, tokenId *big.Int, newInfoHash string) (*types.Transaction, error)
UpdateReview is a paid mutator transaction binding the contract method 0x66b58c03.
Solidity: function updateReview(uint256 tokenId, string newInfoHash) returns()
type GennetsepioTransactorRaw ¶
type GennetsepioTransactorRaw struct {
Contract *GennetsepioTransactor // Generic write-only contract binding to access the raw methods on
}
GennetsepioTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*GennetsepioTransactorRaw) Transact ¶
func (_Gennetsepio *GennetsepioTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*GennetsepioTransactorRaw) Transfer ¶
func (_Gennetsepio *GennetsepioTransactorRaw) 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 GennetsepioTransactorSession ¶
type GennetsepioTransactorSession struct { Contract *GennetsepioTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
GennetsepioTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*GennetsepioTransactorSession) Approve ¶
func (_Gennetsepio *GennetsepioTransactorSession) 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 (*GennetsepioTransactorSession) CreateReview ¶
func (_Gennetsepio *GennetsepioTransactorSession) CreateReview(category string, domainAddress string, siteURL string, siteType string, siteTag string, siteSafety string, metadataURI string) (*types.Transaction, error)
CreateReview is a paid mutator transaction binding the contract method 0x6297fac1.
Solidity: function createReview(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI) returns()
func (*GennetsepioTransactorSession) DelegateReviewCreation ¶
func (_Gennetsepio *GennetsepioTransactorSession) DelegateReviewCreation(category string, domainAddress string, siteURL string, siteType string, siteTag string, siteSafety string, metadataURI string, voter common.Address) (*types.Transaction, error)
DelegateReviewCreation is a paid mutator transaction binding the contract method 0xb1c58bba.
Solidity: function delegateReviewCreation(string category, string domainAddress, string siteURL, string siteType, string siteTag, string siteSafety, string metadataURI, address voter) returns()
func (*GennetsepioTransactorSession) DeleteReview ¶
func (_Gennetsepio *GennetsepioTransactorSession) DeleteReview(tokenId *big.Int) (*types.Transaction, error)
DeleteReview is a paid mutator transaction binding the contract method 0xd71e4890.
Solidity: function deleteReview(uint256 tokenId) returns()
func (*GennetsepioTransactorSession) GrantRole ¶
func (_Gennetsepio *GennetsepioTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*GennetsepioTransactorSession) Pause ¶
func (_Gennetsepio *GennetsepioTransactorSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*GennetsepioTransactorSession) RenounceRole ¶
func (_Gennetsepio *GennetsepioTransactorSession) RenounceRole(role [32]byte, account common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address account) returns()
func (*GennetsepioTransactorSession) RevokeRole ¶
func (_Gennetsepio *GennetsepioTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*GennetsepioTransactorSession) SafeTransferFrom ¶
func (_Gennetsepio *GennetsepioTransactorSession) 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 (*GennetsepioTransactorSession) SafeTransferFrom0 ¶
func (_Gennetsepio *GennetsepioTransactorSession) 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 (*GennetsepioTransactorSession) SetApprovalForAll ¶
func (_Gennetsepio *GennetsepioTransactorSession) 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 (*GennetsepioTransactorSession) TransferFrom ¶
func (_Gennetsepio *GennetsepioTransactorSession) 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 (*GennetsepioTransactorSession) Unpause ¶
func (_Gennetsepio *GennetsepioTransactorSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*GennetsepioTransactorSession) UpdateReview ¶
func (_Gennetsepio *GennetsepioTransactorSession) UpdateReview(tokenId *big.Int, newInfoHash string) (*types.Transaction, error)
UpdateReview is a paid mutator transaction binding the contract method 0x66b58c03.
Solidity: function updateReview(uint256 tokenId, string newInfoHash) returns()
type GennetsepioTransfer ¶
type GennetsepioTransfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
GennetsepioTransfer represents a Transfer event raised by the Gennetsepio contract.
type GennetsepioTransferIterator ¶
type GennetsepioTransferIterator struct { Event *GennetsepioTransfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Gennetsepio contract.
func (*GennetsepioTransferIterator) Close ¶
func (it *GennetsepioTransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioTransferIterator) Error ¶
func (it *GennetsepioTransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioTransferIterator) Next ¶
func (it *GennetsepioTransferIterator) 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 GennetsepioUnpaused ¶
type GennetsepioUnpaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
GennetsepioUnpaused represents a Unpaused event raised by the Gennetsepio contract.
type GennetsepioUnpausedIterator ¶
type GennetsepioUnpausedIterator struct { Event *GennetsepioUnpaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
GennetsepioUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the Gennetsepio contract.
func (*GennetsepioUnpausedIterator) Close ¶
func (it *GennetsepioUnpausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*GennetsepioUnpausedIterator) Error ¶
func (it *GennetsepioUnpausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*GennetsepioUnpausedIterator) Next ¶
func (it *GennetsepioUnpausedIterator) 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.