Documentation
¶
Index ¶
- Variables
- type Dagent721
- type Dagent721AgentDataAddNew
- type Dagent721AgentDataAddNewIterator
- type Dagent721AgentDataUpdate
- type Dagent721AgentDataUpdateIterator
- type Dagent721AgentFeeUpdate
- type Dagent721AgentFeeUpdateIterator
- type Dagent721AgentMissionAddNew
- type Dagent721AgentMissionAddNewIterator
- type Dagent721AgentMissionUpdate
- type Dagent721AgentMissionUpdateIterator
- type Dagent721AgentModelIdUpdate
- type Dagent721AgentModelIdUpdateIterator
- type Dagent721AgentPromptSchedulerdUpdate
- type Dagent721AgentPromptSchedulerdUpdateIterator
- type Dagent721AgentURIUpdate
- type Dagent721AgentURIUpdateIterator
- type Dagent721Approval
- type Dagent721ApprovalForAll
- type Dagent721ApprovalForAllIterator
- type Dagent721ApprovalIterator
- type Dagent721BatchMetadataUpdate
- type Dagent721BatchMetadataUpdateIterator
- type Dagent721Caller
- func (_Dagent721 *Dagent721Caller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) DataOf(opts *bind.CallOpts, agentId *big.Int) (*big.Int, bool, error)
- func (_Dagent721 *Dagent721Caller) GetAgentFee(opts *bind.CallOpts, agentId *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) GetAgentIdByOwner(opts *bind.CallOpts, owner common.Address) ([]*big.Int, error)
- func (_Dagent721 *Dagent721Caller) GetAgentSystemPrompt(opts *bind.CallOpts, agentId *big.Int, promptKey string) ([][]byte, error)
- func (_Dagent721 *Dagent721Caller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Dagent721 *Dagent721Caller) GetMissionIdsByAgentId(opts *bind.CallOpts, agentId *big.Int) ([][]byte, error)
- func (_Dagent721 *Dagent721Caller) GpuManager(opts *bind.CallOpts) (common.Address, error)
- func (_Dagent721 *Dagent721Caller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)
- func (_Dagent721 *Dagent721Caller) MintPrice(opts *bind.CallOpts) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) Name(opts *bind.CallOpts) (string, error)
- func (_Dagent721 *Dagent721Caller) NextTokenId(opts *bind.CallOpts) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Dagent721 *Dagent721Caller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)
- func (_Dagent721 *Dagent721Caller) Paused(opts *bind.CallOpts) (bool, error)
- func (_Dagent721 *Dagent721Caller) PoolBalance(opts *bind.CallOpts, nftId *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) RoyaltyInfo(opts *bind.CallOpts, agentId *big.Int, salePrice *big.Int) (common.Address, *big.Int, error)
- func (_Dagent721 *Dagent721Caller) RoyaltyPortion(opts *bind.CallOpts) (uint16, error)
- func (_Dagent721 *Dagent721Caller) RoyaltyReceiver(opts *bind.CallOpts) (common.Address, error)
- func (_Dagent721 *Dagent721Caller) SignaturesUsed(opts *bind.CallOpts, nftId common.Address, signature [32]byte) (bool, error)
- func (_Dagent721 *Dagent721Caller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Dagent721 *Dagent721Caller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Dagent721 *Dagent721Caller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Caller) TokenURI(opts *bind.CallOpts, _agentId *big.Int) (string, error)
- func (_Dagent721 *Dagent721Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type Dagent721CallerRaw
- type Dagent721CallerSession
- func (_Dagent721 *Dagent721CallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) DataOf(agentId *big.Int) (*big.Int, bool, error)
- func (_Dagent721 *Dagent721CallerSession) GetAgentFee(agentId *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) GetAgentIdByOwner(owner common.Address) ([]*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) GetAgentSystemPrompt(agentId *big.Int, promptKey string) ([][]byte, error)
- func (_Dagent721 *Dagent721CallerSession) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Dagent721 *Dagent721CallerSession) GetMissionIdsByAgentId(agentId *big.Int) ([][]byte, error)
- func (_Dagent721 *Dagent721CallerSession) GpuManager() (common.Address, error)
- func (_Dagent721 *Dagent721CallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Dagent721 *Dagent721CallerSession) MintPrice() (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) Name() (string, error)
- func (_Dagent721 *Dagent721CallerSession) NextTokenId() (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) Owner() (common.Address, error)
- func (_Dagent721 *Dagent721CallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Dagent721 *Dagent721CallerSession) Paused() (bool, error)
- func (_Dagent721 *Dagent721CallerSession) PoolBalance(nftId *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) RoyaltyInfo(agentId *big.Int, salePrice *big.Int) (common.Address, *big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) RoyaltyPortion() (uint16, error)
- func (_Dagent721 *Dagent721CallerSession) RoyaltyReceiver() (common.Address, error)
- func (_Dagent721 *Dagent721CallerSession) SignaturesUsed(nftId common.Address, signature [32]byte) (bool, error)
- func (_Dagent721 *Dagent721CallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Dagent721 *Dagent721CallerSession) Symbol() (string, error)
- func (_Dagent721 *Dagent721CallerSession) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721CallerSession) TokenURI(_agentId *big.Int) (string, error)
- func (_Dagent721 *Dagent721CallerSession) TotalSupply() (*big.Int, error)
- type Dagent721Filterer
- func (_Dagent721 *Dagent721Filterer) FilterAgentDataAddNew(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentDataAddNewIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentDataUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentDataUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentFeeUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentFeeUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentMissionAddNew(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentMissionAddNewIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentMissionUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentMissionUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentModelIdUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentModelIdUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentPromptSchedulerdUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentPromptSchedulerdUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterAgentURIUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentURIUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*Dagent721ApprovalIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*Dagent721ApprovalForAllIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterBatchMetadataUpdate(opts *bind.FilterOpts) (*Dagent721BatchMetadataUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterInferencePerformed(opts *bind.FilterOpts, tokenId []*big.Int, caller []common.Address) (*Dagent721InferencePerformedIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterInitialized(opts *bind.FilterOpts) (*Dagent721InitializedIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterMetadataUpdate(opts *bind.FilterOpts) (*Dagent721MetadataUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterMintPriceUpdate(opts *bind.FilterOpts) (*Dagent721MintPriceUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterNewToken(opts *bind.FilterOpts, tokenId []*big.Int, minter []common.Address) (*Dagent721NewTokenIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*Dagent721OwnershipTransferredIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterPaused(opts *bind.FilterOpts) (*Dagent721PausedIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterRoyaltyPortionUpdate(opts *bind.FilterOpts) (*Dagent721RoyaltyPortionUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterRoyaltyReceiverUpdate(opts *bind.FilterOpts) (*Dagent721RoyaltyReceiverUpdateIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterTopUpPoolBalance(opts *bind.FilterOpts) (*Dagent721TopUpPoolBalanceIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*Dagent721TransferIterator, error)
- func (_Dagent721 *Dagent721Filterer) FilterUnpaused(opts *bind.FilterOpts) (*Dagent721UnpausedIterator, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentDataAddNew(log types.Log) (*Dagent721AgentDataAddNew, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentDataUpdate(log types.Log) (*Dagent721AgentDataUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentFeeUpdate(log types.Log) (*Dagent721AgentFeeUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentMissionAddNew(log types.Log) (*Dagent721AgentMissionAddNew, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentMissionUpdate(log types.Log) (*Dagent721AgentMissionUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentModelIdUpdate(log types.Log) (*Dagent721AgentModelIdUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentPromptSchedulerdUpdate(log types.Log) (*Dagent721AgentPromptSchedulerdUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseAgentURIUpdate(log types.Log) (*Dagent721AgentURIUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseApproval(log types.Log) (*Dagent721Approval, error)
- func (_Dagent721 *Dagent721Filterer) ParseApprovalForAll(log types.Log) (*Dagent721ApprovalForAll, error)
- func (_Dagent721 *Dagent721Filterer) ParseBatchMetadataUpdate(log types.Log) (*Dagent721BatchMetadataUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseInferencePerformed(log types.Log) (*Dagent721InferencePerformed, error)
- func (_Dagent721 *Dagent721Filterer) ParseInitialized(log types.Log) (*Dagent721Initialized, error)
- func (_Dagent721 *Dagent721Filterer) ParseMetadataUpdate(log types.Log) (*Dagent721MetadataUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseMintPriceUpdate(log types.Log) (*Dagent721MintPriceUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseNewToken(log types.Log) (*Dagent721NewToken, error)
- func (_Dagent721 *Dagent721Filterer) ParseOwnershipTransferred(log types.Log) (*Dagent721OwnershipTransferred, error)
- func (_Dagent721 *Dagent721Filterer) ParsePaused(log types.Log) (*Dagent721Paused, error)
- func (_Dagent721 *Dagent721Filterer) ParseRoyaltyPortionUpdate(log types.Log) (*Dagent721RoyaltyPortionUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseRoyaltyReceiverUpdate(log types.Log) (*Dagent721RoyaltyReceiverUpdate, error)
- func (_Dagent721 *Dagent721Filterer) ParseTopUpPoolBalance(log types.Log) (*Dagent721TopUpPoolBalance, error)
- func (_Dagent721 *Dagent721Filterer) ParseTransfer(log types.Log) (*Dagent721Transfer, error)
- func (_Dagent721 *Dagent721Filterer) ParseUnpaused(log types.Log) (*Dagent721Unpaused, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentDataAddNew(opts *bind.WatchOpts, sink chan<- *Dagent721AgentDataAddNew, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentDataUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentDataUpdate, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentFeeUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentFeeUpdate, agentId []*big.Int) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentMissionAddNew(opts *bind.WatchOpts, sink chan<- *Dagent721AgentMissionAddNew, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentMissionUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentMissionUpdate, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentModelIdUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentModelIdUpdate, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentPromptSchedulerdUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentPromptSchedulerdUpdate, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchAgentURIUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentURIUpdate, agentId []*big.Int) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Dagent721Approval, owner []common.Address, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Dagent721ApprovalForAll, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchBatchMetadataUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721BatchMetadataUpdate) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchInferencePerformed(opts *bind.WatchOpts, sink chan<- *Dagent721InferencePerformed, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *Dagent721Initialized) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchMetadataUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721MetadataUpdate) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchMintPriceUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721MintPriceUpdate) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchNewToken(opts *bind.WatchOpts, sink chan<- *Dagent721NewToken, tokenId []*big.Int, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *Dagent721OwnershipTransferred, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *Dagent721Paused) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchRoyaltyPortionUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721RoyaltyPortionUpdate) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchRoyaltyReceiverUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721RoyaltyReceiverUpdate) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchTopUpPoolBalance(opts *bind.WatchOpts, sink chan<- *Dagent721TopUpPoolBalance) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Dagent721Transfer, from []common.Address, ...) (event.Subscription, error)
- func (_Dagent721 *Dagent721Filterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *Dagent721Unpaused) (event.Subscription, error)
- type Dagent721InferencePerformed
- type Dagent721InferencePerformedIterator
- type Dagent721Initialized
- type Dagent721InitializedIterator
- type Dagent721MetadataUpdate
- type Dagent721MetadataUpdateIterator
- type Dagent721MintPriceUpdate
- type Dagent721MintPriceUpdateIterator
- type Dagent721NewToken
- type Dagent721NewTokenIterator
- type Dagent721OwnershipTransferred
- type Dagent721OwnershipTransferredIterator
- type Dagent721Paused
- type Dagent721PausedIterator
- type Dagent721Raw
- func (_Dagent721 *Dagent721Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Dagent721 *Dagent721Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Dagent721RoyaltyPortionUpdate
- type Dagent721RoyaltyPortionUpdateIterator
- type Dagent721RoyaltyReceiverUpdate
- type Dagent721RoyaltyReceiverUpdateIterator
- type Dagent721Session
- func (_Dagent721 *Dagent721Session) AddNewAgentData(agentId *big.Int, promptKey string, sysPrompt []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Dagent721 *Dagent721Session) CreateMission(agentId *big.Int, missionData []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) DataOf(agentId *big.Int) (*big.Int, bool, error)
- func (_Dagent721 *Dagent721Session) GetAgentFee(agentId *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Session) GetAgentIdByOwner(owner common.Address) ([]*big.Int, error)
- func (_Dagent721 *Dagent721Session) GetAgentSystemPrompt(agentId *big.Int, promptKey string) ([][]byte, error)
- func (_Dagent721 *Dagent721Session) GetApproved(tokenId *big.Int) (common.Address, error)
- func (_Dagent721 *Dagent721Session) GetMissionIdsByAgentId(agentId *big.Int) ([][]byte, error)
- func (_Dagent721 *Dagent721Session) GpuManager() (common.Address, error)
- func (_Dagent721 *Dagent721Session) Infer(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) Infer0(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) Initialize(name_ string, symbol_ string, mintPrice_ *big.Int, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)
- func (_Dagent721 *Dagent721Session) Mint(to common.Address, uri string, data []byte, fee *big.Int, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) MintPrice() (*big.Int, error)
- func (_Dagent721 *Dagent721Session) Name() (string, error)
- func (_Dagent721 *Dagent721Session) NextTokenId() (*big.Int, error)
- func (_Dagent721 *Dagent721Session) Owner() (common.Address, error)
- func (_Dagent721 *Dagent721Session) OwnerOf(tokenId *big.Int) (common.Address, error)
- func (_Dagent721 *Dagent721Session) Pause() (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) Paused() (bool, error)
- func (_Dagent721 *Dagent721Session) PoolBalance(nftId *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Session) RenounceOwnership() (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) RoyaltyInfo(agentId *big.Int, salePrice *big.Int) (common.Address, *big.Int, error)
- func (_Dagent721 *Dagent721Session) RoyaltyPortion() (uint16, error)
- func (_Dagent721 *Dagent721Session) RoyaltyReceiver() (common.Address, error)
- func (_Dagent721 *Dagent721Session) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) SignaturesUsed(nftId common.Address, signature [32]byte) (bool, error)
- func (_Dagent721 *Dagent721Session) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Dagent721 *Dagent721Session) Symbol() (string, error)
- func (_Dagent721 *Dagent721Session) TokenByIndex(index *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Session) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)
- func (_Dagent721 *Dagent721Session) TokenURI(_agentId *big.Int) (string, error)
- func (_Dagent721 *Dagent721Session) TopUpPoolBalance(agentId *big.Int, amount *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) TotalSupply() (*big.Int, error)
- func (_Dagent721 *Dagent721Session) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) Unpause() (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateAgentData(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateAgentDataWithSignature(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateAgentFee(agentId *big.Int, fee *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateAgentModelId(agentId *big.Int, newModelId uint32) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateAgentURI(agentId *big.Int, uri string) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateAgentUriWithSignature(agentId *big.Int, uri string, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateGPUManager(gpuManager common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateMintPrice(mintPrice *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateRoyaltyPortion(royaltyPortion uint16) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateRoyaltyReceiver(royaltyReceiver common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Session) UpdateSchedulePrompt(agentId *big.Int, newPromptScheduler common.Address) (*types.Transaction, error)
- type Dagent721TopUpPoolBalance
- type Dagent721TopUpPoolBalanceIterator
- type Dagent721Transactor
- func (_Dagent721 *Dagent721Transactor) AddNewAgentData(opts *bind.TransactOpts, agentId *big.Int, promptKey string, sysPrompt []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) CreateMission(opts *bind.TransactOpts, agentId *big.Int, missionData []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Infer(opts *bind.TransactOpts, agentId *big.Int, fwdCalldata []byte, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Infer0(opts *bind.TransactOpts, agentId *big.Int, fwdCalldata []byte, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Initialize(opts *bind.TransactOpts, name_ string, symbol_ string, mintPrice_ *big.Int, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Mint(opts *bind.TransactOpts, to common.Address, uri string, data []byte, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) TopUpPoolBalance(opts *bind.TransactOpts, agentId *big.Int, amount *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateAgentData(opts *bind.TransactOpts, agentId *big.Int, sysPrompt []byte, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateAgentDataWithSignature(opts *bind.TransactOpts, agentId *big.Int, sysPrompt []byte, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateAgentFee(opts *bind.TransactOpts, agentId *big.Int, fee *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateAgentModelId(opts *bind.TransactOpts, agentId *big.Int, newModelId uint32) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateAgentURI(opts *bind.TransactOpts, agentId *big.Int, uri string) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateAgentUriWithSignature(opts *bind.TransactOpts, agentId *big.Int, uri string, randomNonce *big.Int, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateGPUManager(opts *bind.TransactOpts, gpuManager common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateMintPrice(opts *bind.TransactOpts, mintPrice *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateRoyaltyPortion(opts *bind.TransactOpts, royaltyPortion uint16) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateRoyaltyReceiver(opts *bind.TransactOpts, royaltyReceiver common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721Transactor) UpdateSchedulePrompt(opts *bind.TransactOpts, agentId *big.Int, newPromptScheduler common.Address) (*types.Transaction, error)
- type Dagent721TransactorRaw
- type Dagent721TransactorSession
- func (_Dagent721 *Dagent721TransactorSession) AddNewAgentData(agentId *big.Int, promptKey string, sysPrompt []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) CreateMission(agentId *big.Int, missionData []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Infer(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Infer0(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Initialize(name_ string, symbol_ string, mintPrice_ *big.Int, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Mint(to common.Address, uri string, data []byte, fee *big.Int, promptKey string, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Pause() (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) TopUpPoolBalance(agentId *big.Int, amount *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) Unpause() (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateAgentData(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateAgentDataWithSignature(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int, ...) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateAgentFee(agentId *big.Int, fee *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateAgentModelId(agentId *big.Int, newModelId uint32) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateAgentURI(agentId *big.Int, uri string) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateAgentUriWithSignature(agentId *big.Int, uri string, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateGPUManager(gpuManager common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateMintPrice(mintPrice *big.Int) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateRoyaltyPortion(royaltyPortion uint16) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateRoyaltyReceiver(royaltyReceiver common.Address) (*types.Transaction, error)
- func (_Dagent721 *Dagent721TransactorSession) UpdateSchedulePrompt(agentId *big.Int, newPromptScheduler common.Address) (*types.Transaction, error)
- type Dagent721Transfer
- type Dagent721TransferIterator
- type Dagent721Unpaused
- type Dagent721UnpausedIterator
Constants ¶
This section is empty.
Variables ¶
var Dagent721ABI = Dagent721MetaData.ABI
Dagent721ABI is the input ABI used to generate the binding from. Deprecated: Use Dagent721MetaData.ABI instead.
var Dagent721MetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"InsufficientFunds\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAgentData\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAgentFee\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAgentId\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAgentPromptIndex\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAgentURI\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidData\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SignatureUsed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes[]\",\"name\":\"sysPrompt\",\"type\":\"bytes[]\"}],\"name\":\"AgentDataAddNew\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"promptIndex\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"oldSysPrompt\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"newSysPrompt\",\"type\":\"bytes\"}],\"name\":\"AgentDataUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"}],\"name\":\"AgentFeeUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes[]\",\"name\":\"missions\",\"type\":\"bytes[]\"}],\"name\":\"AgentMissionAddNew\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"missionIndex\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"oldSysMission\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"newSysMission\",\"type\":\"bytes\"}],\"name\":\"AgentMissionUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldModelId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newModelId\",\"type\":\"uint256\"}],\"name\":\"AgentModelIdUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldPromptScheduler\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newOldPromptScheduler\",\"type\":\"address\"}],\"name\":\"AgentPromptSchedulerdUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"}],\"name\":\"AgentURIUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"_fromTokenId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"_toTokenId\",\"type\":\"uint256\"}],\"name\":\"BatchMetadataUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"externalData\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"inferenceId\",\"type\":\"uint256\"}],\"name\":\"InferencePerformed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"}],\"name\":\"MetadataUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newValue\",\"type\":\"uint256\"}],\"name\":\"MintPriceUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"sysPrompt\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"minter\",\"type\":\"address\"}],\"name\":\"NewToken\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"newValue\",\"type\":\"uint16\"}],\"name\":\"RoyaltyPortionUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"RoyaltyReceiverUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TopUpPoolBalance\",\"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\":\"_gpuManager\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nftId\",\"type\":\"uint256\"}],\"name\":\"_poolBalance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"nftId\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"signature\",\"type\":\"bytes32\"}],\"name\":\"_signaturesUsed\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"sysPrompt\",\"type\":\"bytes\"}],\"name\":\"addNewAgentData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"missionData\",\"type\":\"bytes\"}],\"name\":\"createMission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"}],\"name\":\"dataOf\",\"outputs\":[{\"internalType\":\"uint128\",\"name\":\"\",\"type\":\"uint128\"},{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"}],\"name\":\"getAgentFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"getAgentIdByOwner\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"}],\"name\":\"getAgentSystemPrompt\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"\",\"type\":\"bytes[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"}],\"name\":\"getMissionIdsByAgentId\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"\",\"type\":\"bytes[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"fwdCalldata\",\"type\":\"bytes\"},{\"internalType\":\"string\",\"name\":\"externalData\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"feeAmount\",\"type\":\"uint256\"}],\"name\":\"infer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"fwdCalldata\",\"type\":\"bytes\"},{\"internalType\":\"string\",\"name\":\"externalData\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"},{\"internalType\":\"bool\",\"name\":\"flag\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"feeAmount\",\"type\":\"uint256\"}],\"name\":\"infer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name_\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol_\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"mintPrice_\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"royaltyReceiver_\",\"type\":\"address\"},{\"internalType\":\"uint16\",\"name\":\"royaltyPortion_\",\"type\":\"uint16\"},{\"internalType\":\"uint256\",\"name\":\"nextTokenId_\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"gpuManager_\",\"type\":\"address\"},{\"internalType\":\"contractIERC20\",\"name\":\"tokenFee_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"promptScheduler\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"modelId\",\"type\":\"uint32\"}],\"name\":\"mint\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"mintPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"nextTokenId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"salePrice\",\"type\":\"uint256\"}],\"name\":\"royaltyInfo\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"royaltyPortion\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"royaltyReceiver\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"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\":\"_agentId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"topUpPoolBalance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"sysPrompt\",\"type\":\"bytes\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"promptIdx\",\"type\":\"uint256\"}],\"name\":\"updateAgentData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"sysPrompt\",\"type\":\"bytes\"},{\"internalType\":\"string\",\"name\":\"promptKey\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"promptIdx\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"randomNonce\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"updateAgentDataWithSignature\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"}],\"name\":\"updateAgentFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"uint32\",\"name\":\"newModelId\",\"type\":\"uint32\"}],\"name\":\"updateAgentModelId\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"}],\"name\":\"updateAgentURI\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"string\",\"name\":\"uri\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"randomNonce\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"updateAgentUriWithSignature\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"gpuManager\",\"type\":\"address\"}],\"name\":\"updateGPUManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"mintPrice\",\"type\":\"uint256\"}],\"name\":\"updateMintPrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"royaltyPortion\",\"type\":\"uint16\"}],\"name\":\"updateRoyaltyPortion\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"royaltyReceiver\",\"type\":\"address\"}],\"name\":\"updateRoyaltyReceiver\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"agentId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newPromptScheduler\",\"type\":\"address\"}],\"name\":\"updateSchedulePrompt\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
Dagent721MetaData contains all meta data concerning the Dagent721 contract.
Functions ¶
This section is empty.
Types ¶
type Dagent721 ¶
type Dagent721 struct { Dagent721Caller // Read-only binding to the contract Dagent721Transactor // Write-only binding to the contract Dagent721Filterer // Log filterer for contract events }
Dagent721 is an auto generated Go binding around an Ethereum contract.
func NewDagent721 ¶
NewDagent721 creates a new instance of Dagent721, bound to a specific deployed contract.
type Dagent721AgentDataAddNew ¶
type Dagent721AgentDataAddNew struct { AgentId *big.Int SysPrompt [][]byte Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentDataAddNew represents a AgentDataAddNew event raised by the Dagent721 contract.
type Dagent721AgentDataAddNewIterator ¶
type Dagent721AgentDataAddNewIterator struct { Event *Dagent721AgentDataAddNew // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentDataAddNewIterator is returned from FilterAgentDataAddNew and is used to iterate over the raw logs and unpacked data for AgentDataAddNew events raised by the Dagent721 contract.
func (*Dagent721AgentDataAddNewIterator) Close ¶
func (it *Dagent721AgentDataAddNewIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentDataAddNewIterator) Error ¶
func (it *Dagent721AgentDataAddNewIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentDataAddNewIterator) Next ¶
func (it *Dagent721AgentDataAddNewIterator) 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 Dagent721AgentDataUpdate ¶
type Dagent721AgentDataUpdate struct { AgentId *big.Int PromptIndex *big.Int OldSysPrompt []byte NewSysPrompt []byte Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentDataUpdate represents a AgentDataUpdate event raised by the Dagent721 contract.
type Dagent721AgentDataUpdateIterator ¶
type Dagent721AgentDataUpdateIterator struct { Event *Dagent721AgentDataUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentDataUpdateIterator is returned from FilterAgentDataUpdate and is used to iterate over the raw logs and unpacked data for AgentDataUpdate events raised by the Dagent721 contract.
func (*Dagent721AgentDataUpdateIterator) Close ¶
func (it *Dagent721AgentDataUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentDataUpdateIterator) Error ¶
func (it *Dagent721AgentDataUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentDataUpdateIterator) Next ¶
func (it *Dagent721AgentDataUpdateIterator) 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 Dagent721AgentFeeUpdate ¶
type Dagent721AgentFeeUpdate struct { AgentId *big.Int Fee *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentFeeUpdate represents a AgentFeeUpdate event raised by the Dagent721 contract.
type Dagent721AgentFeeUpdateIterator ¶
type Dagent721AgentFeeUpdateIterator struct { Event *Dagent721AgentFeeUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentFeeUpdateIterator is returned from FilterAgentFeeUpdate and is used to iterate over the raw logs and unpacked data for AgentFeeUpdate events raised by the Dagent721 contract.
func (*Dagent721AgentFeeUpdateIterator) Close ¶
func (it *Dagent721AgentFeeUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentFeeUpdateIterator) Error ¶
func (it *Dagent721AgentFeeUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentFeeUpdateIterator) Next ¶
func (it *Dagent721AgentFeeUpdateIterator) 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 Dagent721AgentMissionAddNew ¶
type Dagent721AgentMissionAddNew struct { AgentId *big.Int Missions [][]byte Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentMissionAddNew represents a AgentMissionAddNew event raised by the Dagent721 contract.
type Dagent721AgentMissionAddNewIterator ¶
type Dagent721AgentMissionAddNewIterator struct { Event *Dagent721AgentMissionAddNew // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentMissionAddNewIterator is returned from FilterAgentMissionAddNew and is used to iterate over the raw logs and unpacked data for AgentMissionAddNew events raised by the Dagent721 contract.
func (*Dagent721AgentMissionAddNewIterator) Close ¶
func (it *Dagent721AgentMissionAddNewIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentMissionAddNewIterator) Error ¶
func (it *Dagent721AgentMissionAddNewIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentMissionAddNewIterator) Next ¶
func (it *Dagent721AgentMissionAddNewIterator) 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 Dagent721AgentMissionUpdate ¶
type Dagent721AgentMissionUpdate struct { AgentId *big.Int MissionIndex *big.Int OldSysMission []byte NewSysMission []byte Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentMissionUpdate represents a AgentMissionUpdate event raised by the Dagent721 contract.
type Dagent721AgentMissionUpdateIterator ¶
type Dagent721AgentMissionUpdateIterator struct { Event *Dagent721AgentMissionUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentMissionUpdateIterator is returned from FilterAgentMissionUpdate and is used to iterate over the raw logs and unpacked data for AgentMissionUpdate events raised by the Dagent721 contract.
func (*Dagent721AgentMissionUpdateIterator) Close ¶
func (it *Dagent721AgentMissionUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentMissionUpdateIterator) Error ¶
func (it *Dagent721AgentMissionUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentMissionUpdateIterator) Next ¶
func (it *Dagent721AgentMissionUpdateIterator) 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 Dagent721AgentModelIdUpdate ¶
type Dagent721AgentModelIdUpdate struct { AgentId *big.Int OldModelId *big.Int NewModelId *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentModelIdUpdate represents a AgentModelIdUpdate event raised by the Dagent721 contract.
type Dagent721AgentModelIdUpdateIterator ¶
type Dagent721AgentModelIdUpdateIterator struct { Event *Dagent721AgentModelIdUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentModelIdUpdateIterator is returned from FilterAgentModelIdUpdate and is used to iterate over the raw logs and unpacked data for AgentModelIdUpdate events raised by the Dagent721 contract.
func (*Dagent721AgentModelIdUpdateIterator) Close ¶
func (it *Dagent721AgentModelIdUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentModelIdUpdateIterator) Error ¶
func (it *Dagent721AgentModelIdUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentModelIdUpdateIterator) Next ¶
func (it *Dagent721AgentModelIdUpdateIterator) 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 Dagent721AgentPromptSchedulerdUpdate ¶
type Dagent721AgentPromptSchedulerdUpdate struct { AgentId *big.Int OldPromptScheduler common.Address NewOldPromptScheduler common.Address Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentPromptSchedulerdUpdate represents a AgentPromptSchedulerdUpdate event raised by the Dagent721 contract.
type Dagent721AgentPromptSchedulerdUpdateIterator ¶
type Dagent721AgentPromptSchedulerdUpdateIterator struct { Event *Dagent721AgentPromptSchedulerdUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentPromptSchedulerdUpdateIterator is returned from FilterAgentPromptSchedulerdUpdate and is used to iterate over the raw logs and unpacked data for AgentPromptSchedulerdUpdate events raised by the Dagent721 contract.
func (*Dagent721AgentPromptSchedulerdUpdateIterator) Close ¶
func (it *Dagent721AgentPromptSchedulerdUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentPromptSchedulerdUpdateIterator) Error ¶
func (it *Dagent721AgentPromptSchedulerdUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentPromptSchedulerdUpdateIterator) Next ¶
func (it *Dagent721AgentPromptSchedulerdUpdateIterator) 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 Dagent721AgentURIUpdate ¶
type Dagent721AgentURIUpdate struct { AgentId *big.Int Uri string Raw types.Log // Blockchain specific contextual infos }
Dagent721AgentURIUpdate represents a AgentURIUpdate event raised by the Dagent721 contract.
type Dagent721AgentURIUpdateIterator ¶
type Dagent721AgentURIUpdateIterator struct { Event *Dagent721AgentURIUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721AgentURIUpdateIterator is returned from FilterAgentURIUpdate and is used to iterate over the raw logs and unpacked data for AgentURIUpdate events raised by the Dagent721 contract.
func (*Dagent721AgentURIUpdateIterator) Close ¶
func (it *Dagent721AgentURIUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721AgentURIUpdateIterator) Error ¶
func (it *Dagent721AgentURIUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721AgentURIUpdateIterator) Next ¶
func (it *Dagent721AgentURIUpdateIterator) 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 Dagent721Approval ¶
type Dagent721Approval struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721Approval represents a Approval event raised by the Dagent721 contract.
type Dagent721ApprovalForAll ¶
type Dagent721ApprovalForAll struct { Owner common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
Dagent721ApprovalForAll represents a ApprovalForAll event raised by the Dagent721 contract.
type Dagent721ApprovalForAllIterator ¶
type Dagent721ApprovalForAllIterator struct { Event *Dagent721ApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721ApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Dagent721 contract.
func (*Dagent721ApprovalForAllIterator) Close ¶
func (it *Dagent721ApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721ApprovalForAllIterator) Error ¶
func (it *Dagent721ApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721ApprovalForAllIterator) Next ¶
func (it *Dagent721ApprovalForAllIterator) 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 Dagent721ApprovalIterator ¶
type Dagent721ApprovalIterator struct { Event *Dagent721Approval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Dagent721 contract.
func (*Dagent721ApprovalIterator) Close ¶
func (it *Dagent721ApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721ApprovalIterator) Error ¶
func (it *Dagent721ApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721ApprovalIterator) Next ¶
func (it *Dagent721ApprovalIterator) 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 Dagent721BatchMetadataUpdate ¶
type Dagent721BatchMetadataUpdate struct { FromTokenId *big.Int ToTokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721BatchMetadataUpdate represents a BatchMetadataUpdate event raised by the Dagent721 contract.
type Dagent721BatchMetadataUpdateIterator ¶
type Dagent721BatchMetadataUpdateIterator struct { Event *Dagent721BatchMetadataUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721BatchMetadataUpdateIterator is returned from FilterBatchMetadataUpdate and is used to iterate over the raw logs and unpacked data for BatchMetadataUpdate events raised by the Dagent721 contract.
func (*Dagent721BatchMetadataUpdateIterator) Close ¶
func (it *Dagent721BatchMetadataUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721BatchMetadataUpdateIterator) Error ¶
func (it *Dagent721BatchMetadataUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721BatchMetadataUpdateIterator) Next ¶
func (it *Dagent721BatchMetadataUpdateIterator) 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 Dagent721Caller ¶
type Dagent721Caller struct {
// contains filtered or unexported fields
}
Dagent721Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewDagent721Caller ¶
func NewDagent721Caller(address common.Address, caller bind.ContractCaller) (*Dagent721Caller, error)
NewDagent721Caller creates a new read-only instance of Dagent721, bound to a specific deployed contract.
func (*Dagent721Caller) BalanceOf ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) DataOf ¶
func (_Dagent721 *Dagent721Caller) DataOf(opts *bind.CallOpts, agentId *big.Int) (*big.Int, bool, error)
DataOf is a free data retrieval call binding the contract method 0x871caa98.
Solidity: function dataOf(uint256 agentId) view returns(uint128, bool)
func (*Dagent721Caller) GetAgentFee ¶
func (_Dagent721 *Dagent721Caller) GetAgentFee(opts *bind.CallOpts, agentId *big.Int) (*big.Int, error)
GetAgentFee is a free data retrieval call binding the contract method 0xed96f433.
Solidity: function getAgentFee(uint256 agentId) view returns(uint256)
func (*Dagent721Caller) GetAgentIdByOwner ¶
func (_Dagent721 *Dagent721Caller) GetAgentIdByOwner(opts *bind.CallOpts, owner common.Address) ([]*big.Int, error)
GetAgentIdByOwner is a free data retrieval call binding the contract method 0xae57a2d3.
Solidity: function getAgentIdByOwner(address owner) view returns(uint256[])
func (*Dagent721Caller) GetAgentSystemPrompt ¶
func (_Dagent721 *Dagent721Caller) GetAgentSystemPrompt(opts *bind.CallOpts, agentId *big.Int, promptKey string) ([][]byte, error)
GetAgentSystemPrompt is a free data retrieval call binding the contract method 0x5a88fc7c.
Solidity: function getAgentSystemPrompt(uint256 agentId, string promptKey) view returns(bytes[])
func (*Dagent721Caller) GetApproved ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) GetMissionIdsByAgentId ¶
func (_Dagent721 *Dagent721Caller) GetMissionIdsByAgentId(opts *bind.CallOpts, agentId *big.Int) ([][]byte, error)
GetMissionIdsByAgentId is a free data retrieval call binding the contract method 0x96694ad0.
Solidity: function getMissionIdsByAgentId(uint256 agentId) view returns(bytes[])
func (*Dagent721Caller) GpuManager ¶
GpuManager is a free data retrieval call binding the contract method 0x08c147fd.
Solidity: function _gpuManager() view returns(address)
func (*Dagent721Caller) IsApprovedForAll ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) MintPrice ¶
MintPrice is a free data retrieval call binding the contract method 0x6817c76c.
Solidity: function mintPrice() view returns(uint256)
func (*Dagent721Caller) Name ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) NextTokenId ¶
NextTokenId is a free data retrieval call binding the contract method 0x75794a3c.
Solidity: function nextTokenId() view returns(uint256)
func (*Dagent721Caller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*Dagent721Caller) OwnerOf ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) Paused ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) PoolBalance ¶
func (_Dagent721 *Dagent721Caller) PoolBalance(opts *bind.CallOpts, nftId *big.Int) (*big.Int, error)
PoolBalance is a free data retrieval call binding the contract method 0xf121000e.
Solidity: function _poolBalance(uint256 nftId) view returns(uint256)
func (*Dagent721Caller) RoyaltyInfo ¶
func (_Dagent721 *Dagent721Caller) RoyaltyInfo(opts *bind.CallOpts, agentId *big.Int, salePrice *big.Int) (common.Address, *big.Int, error)
RoyaltyInfo is a free data retrieval call binding the contract method 0x2a55205a.
Solidity: function royaltyInfo(uint256 agentId, uint256 salePrice) view returns(address, uint256)
func (*Dagent721Caller) RoyaltyPortion ¶
func (_Dagent721 *Dagent721Caller) RoyaltyPortion(opts *bind.CallOpts) (uint16, error)
RoyaltyPortion is a free data retrieval call binding the contract method 0x11d7beb2.
Solidity: function royaltyPortion() view returns(uint16)
func (*Dagent721Caller) RoyaltyReceiver ¶
RoyaltyReceiver is a free data retrieval call binding the contract method 0x9fbc8713.
Solidity: function royaltyReceiver() view returns(address)
func (*Dagent721Caller) SignaturesUsed ¶
func (_Dagent721 *Dagent721Caller) SignaturesUsed(opts *bind.CallOpts, nftId common.Address, signature [32]byte) (bool, error)
SignaturesUsed is a free data retrieval call binding the contract method 0xc9070a92.
Solidity: function _signaturesUsed(address nftId, bytes32 signature) view returns(bool)
func (*Dagent721Caller) SupportsInterface ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) Symbol ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) TokenByIndex ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) TokenOfOwnerByIndex ¶
func (_Dagent721 *Dagent721Caller) 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 (*Dagent721Caller) TokenURI ¶
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 _agentId) view returns(string)
func (*Dagent721Caller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type Dagent721CallerRaw ¶
type Dagent721CallerRaw struct {
Contract *Dagent721Caller // Generic read-only contract binding to access the raw methods on
}
Dagent721CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Dagent721CallerRaw) Call ¶
func (_Dagent721 *Dagent721CallerRaw) 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 Dagent721CallerSession ¶
type Dagent721CallerSession struct { Contract *Dagent721Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Dagent721CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*Dagent721CallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Dagent721CallerSession) DataOf ¶
DataOf is a free data retrieval call binding the contract method 0x871caa98.
Solidity: function dataOf(uint256 agentId) view returns(uint128, bool)
func (*Dagent721CallerSession) GetAgentFee ¶
GetAgentFee is a free data retrieval call binding the contract method 0xed96f433.
Solidity: function getAgentFee(uint256 agentId) view returns(uint256)
func (*Dagent721CallerSession) GetAgentIdByOwner ¶
func (_Dagent721 *Dagent721CallerSession) GetAgentIdByOwner(owner common.Address) ([]*big.Int, error)
GetAgentIdByOwner is a free data retrieval call binding the contract method 0xae57a2d3.
Solidity: function getAgentIdByOwner(address owner) view returns(uint256[])
func (*Dagent721CallerSession) GetAgentSystemPrompt ¶
func (_Dagent721 *Dagent721CallerSession) GetAgentSystemPrompt(agentId *big.Int, promptKey string) ([][]byte, error)
GetAgentSystemPrompt is a free data retrieval call binding the contract method 0x5a88fc7c.
Solidity: function getAgentSystemPrompt(uint256 agentId, string promptKey) view returns(bytes[])
func (*Dagent721CallerSession) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*Dagent721CallerSession) GetMissionIdsByAgentId ¶
func (_Dagent721 *Dagent721CallerSession) GetMissionIdsByAgentId(agentId *big.Int) ([][]byte, error)
GetMissionIdsByAgentId is a free data retrieval call binding the contract method 0x96694ad0.
Solidity: function getMissionIdsByAgentId(uint256 agentId) view returns(bytes[])
func (*Dagent721CallerSession) GpuManager ¶
func (_Dagent721 *Dagent721CallerSession) GpuManager() (common.Address, error)
GpuManager is a free data retrieval call binding the contract method 0x08c147fd.
Solidity: function _gpuManager() view returns(address)
func (*Dagent721CallerSession) IsApprovedForAll ¶
func (_Dagent721 *Dagent721CallerSession) 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 (*Dagent721CallerSession) MintPrice ¶
func (_Dagent721 *Dagent721CallerSession) MintPrice() (*big.Int, error)
MintPrice is a free data retrieval call binding the contract method 0x6817c76c.
Solidity: function mintPrice() view returns(uint256)
func (*Dagent721CallerSession) Name ¶
func (_Dagent721 *Dagent721CallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*Dagent721CallerSession) NextTokenId ¶
func (_Dagent721 *Dagent721CallerSession) NextTokenId() (*big.Int, error)
NextTokenId is a free data retrieval call binding the contract method 0x75794a3c.
Solidity: function nextTokenId() view returns(uint256)
func (*Dagent721CallerSession) Owner ¶
func (_Dagent721 *Dagent721CallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*Dagent721CallerSession) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*Dagent721CallerSession) Paused ¶
func (_Dagent721 *Dagent721CallerSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*Dagent721CallerSession) PoolBalance ¶
PoolBalance is a free data retrieval call binding the contract method 0xf121000e.
Solidity: function _poolBalance(uint256 nftId) view returns(uint256)
func (*Dagent721CallerSession) RoyaltyInfo ¶
func (_Dagent721 *Dagent721CallerSession) RoyaltyInfo(agentId *big.Int, salePrice *big.Int) (common.Address, *big.Int, error)
RoyaltyInfo is a free data retrieval call binding the contract method 0x2a55205a.
Solidity: function royaltyInfo(uint256 agentId, uint256 salePrice) view returns(address, uint256)
func (*Dagent721CallerSession) RoyaltyPortion ¶
func (_Dagent721 *Dagent721CallerSession) RoyaltyPortion() (uint16, error)
RoyaltyPortion is a free data retrieval call binding the contract method 0x11d7beb2.
Solidity: function royaltyPortion() view returns(uint16)
func (*Dagent721CallerSession) RoyaltyReceiver ¶
func (_Dagent721 *Dagent721CallerSession) RoyaltyReceiver() (common.Address, error)
RoyaltyReceiver is a free data retrieval call binding the contract method 0x9fbc8713.
Solidity: function royaltyReceiver() view returns(address)
func (*Dagent721CallerSession) SignaturesUsed ¶
func (_Dagent721 *Dagent721CallerSession) SignaturesUsed(nftId common.Address, signature [32]byte) (bool, error)
SignaturesUsed is a free data retrieval call binding the contract method 0xc9070a92.
Solidity: function _signaturesUsed(address nftId, bytes32 signature) view returns(bool)
func (*Dagent721CallerSession) SupportsInterface ¶
func (_Dagent721 *Dagent721CallerSession) 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 (*Dagent721CallerSession) Symbol ¶
func (_Dagent721 *Dagent721CallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*Dagent721CallerSession) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*Dagent721CallerSession) TokenOfOwnerByIndex ¶
func (_Dagent721 *Dagent721CallerSession) 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 (*Dagent721CallerSession) TokenURI ¶
func (_Dagent721 *Dagent721CallerSession) TokenURI(_agentId *big.Int) (string, error)
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 _agentId) view returns(string)
func (*Dagent721CallerSession) TotalSupply ¶
func (_Dagent721 *Dagent721CallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type Dagent721Filterer ¶
type Dagent721Filterer struct {
// contains filtered or unexported fields
}
Dagent721Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewDagent721Filterer ¶
func NewDagent721Filterer(address common.Address, filterer bind.ContractFilterer) (*Dagent721Filterer, error)
NewDagent721Filterer creates a new log filterer instance of Dagent721, bound to a specific deployed contract.
func (*Dagent721Filterer) FilterAgentDataAddNew ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentDataAddNew(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentDataAddNewIterator, error)
FilterAgentDataAddNew is a free log retrieval operation binding the contract event 0xdebec4c58e3b7c5817893e50cb1f9e65b65978e8c89bb4407eb0109d5887b258.
Solidity: event AgentDataAddNew(uint256 indexed agentId, bytes[] sysPrompt)
func (*Dagent721Filterer) FilterAgentDataUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentDataUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentDataUpdateIterator, error)
FilterAgentDataUpdate is a free log retrieval operation binding the contract event 0xe42abf7d4a793286da8cc1399cb577a1f5a0e133dfee371bb3a5abbdd77b011e.
Solidity: event AgentDataUpdate(uint256 indexed agentId, uint256 promptIndex, bytes oldSysPrompt, bytes newSysPrompt)
func (*Dagent721Filterer) FilterAgentFeeUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentFeeUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentFeeUpdateIterator, error)
FilterAgentFeeUpdate is a free log retrieval operation binding the contract event 0xa08d8197034aee8915921dd8aa7d95cf711690dd77f0b676dded49b3f9a632d1.
Solidity: event AgentFeeUpdate(uint256 indexed agentId, uint256 fee)
func (*Dagent721Filterer) FilterAgentMissionAddNew ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentMissionAddNew(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentMissionAddNewIterator, error)
FilterAgentMissionAddNew is a free log retrieval operation binding the contract event 0x12ccdcc9c8e92b22004686225bd3df163c042e77b03eab4566800d40b5047f91.
Solidity: event AgentMissionAddNew(uint256 indexed agentId, bytes[] missions)
func (*Dagent721Filterer) FilterAgentMissionUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentMissionUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentMissionUpdateIterator, error)
FilterAgentMissionUpdate is a free log retrieval operation binding the contract event 0x0a9b80bd675e3f5788f1a5da687efd147dbc4729245a7f300ce1074bbd535127.
Solidity: event AgentMissionUpdate(uint256 indexed agentId, uint256 missionIndex, bytes oldSysMission, bytes newSysMission)
func (*Dagent721Filterer) FilterAgentModelIdUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentModelIdUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentModelIdUpdateIterator, error)
FilterAgentModelIdUpdate is a free log retrieval operation binding the contract event 0xe8662b9bac978d6b361a9cc824ecf5a8ea4cfb61ccbdd24dec6237ee9b7d7fa7.
Solidity: event AgentModelIdUpdate(uint256 indexed agentId, uint256 oldModelId, uint256 newModelId)
func (*Dagent721Filterer) FilterAgentPromptSchedulerdUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentPromptSchedulerdUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentPromptSchedulerdUpdateIterator, error)
FilterAgentPromptSchedulerdUpdate is a free log retrieval operation binding the contract event 0x668af5d324df41df4dbf51978e1caa591bcf48468550da656523572a47d9abbd.
Solidity: event AgentPromptSchedulerdUpdate(uint256 indexed agentId, address oldPromptScheduler, address newOldPromptScheduler)
func (*Dagent721Filterer) FilterAgentURIUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterAgentURIUpdate(opts *bind.FilterOpts, agentId []*big.Int) (*Dagent721AgentURIUpdateIterator, error)
FilterAgentURIUpdate is a free log retrieval operation binding the contract event 0x706a4e8eb2f354c7f4d96e5ea1984f36e72482629987edad78c9940ea037c362.
Solidity: event AgentURIUpdate(uint256 indexed agentId, string uri)
func (*Dagent721Filterer) FilterApproval ¶
func (_Dagent721 *Dagent721Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*Dagent721ApprovalIterator, 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 (*Dagent721Filterer) FilterApprovalForAll ¶
func (_Dagent721 *Dagent721Filterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*Dagent721ApprovalForAllIterator, 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 (*Dagent721Filterer) FilterBatchMetadataUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterBatchMetadataUpdate(opts *bind.FilterOpts) (*Dagent721BatchMetadataUpdateIterator, error)
FilterBatchMetadataUpdate is a free log retrieval operation binding the contract event 0x6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c.
Solidity: event BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
func (*Dagent721Filterer) FilterInferencePerformed ¶
func (_Dagent721 *Dagent721Filterer) FilterInferencePerformed(opts *bind.FilterOpts, tokenId []*big.Int, caller []common.Address) (*Dagent721InferencePerformedIterator, error)
FilterInferencePerformed is a free log retrieval operation binding the contract event 0xcf35460eca25a0549d5eb14c712236d61c9a0bad90c834f996c5f2a98d332719.
Solidity: event InferencePerformed(uint256 indexed tokenId, address indexed caller, bytes data, uint256 fee, string externalData, uint256 inferenceId)
func (*Dagent721Filterer) FilterInitialized ¶
func (_Dagent721 *Dagent721Filterer) FilterInitialized(opts *bind.FilterOpts) (*Dagent721InitializedIterator, error)
FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*Dagent721Filterer) FilterMetadataUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterMetadataUpdate(opts *bind.FilterOpts) (*Dagent721MetadataUpdateIterator, error)
FilterMetadataUpdate is a free log retrieval operation binding the contract event 0xf8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce7.
Solidity: event MetadataUpdate(uint256 _tokenId)
func (*Dagent721Filterer) FilterMintPriceUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterMintPriceUpdate(opts *bind.FilterOpts) (*Dagent721MintPriceUpdateIterator, error)
FilterMintPriceUpdate is a free log retrieval operation binding the contract event 0x23050b539195eebd064c1bec834445b7d028a20c345600e868a74d7ca93c5e86.
Solidity: event MintPriceUpdate(uint256 newValue)
func (*Dagent721Filterer) FilterNewToken ¶
func (_Dagent721 *Dagent721Filterer) FilterNewToken(opts *bind.FilterOpts, tokenId []*big.Int, minter []common.Address) (*Dagent721NewTokenIterator, error)
FilterNewToken is a free log retrieval operation binding the contract event 0x61beab98a81083e3c0239c33e149bef1316ca78f15b9f29125039f5521a06d06.
Solidity: event NewToken(uint256 indexed tokenId, string uri, bytes sysPrompt, uint256 fee, address indexed minter)
func (*Dagent721Filterer) FilterOwnershipTransferred ¶
func (_Dagent721 *Dagent721Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*Dagent721OwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*Dagent721Filterer) FilterPaused ¶
func (_Dagent721 *Dagent721Filterer) FilterPaused(opts *bind.FilterOpts) (*Dagent721PausedIterator, error)
FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*Dagent721Filterer) FilterRoyaltyPortionUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterRoyaltyPortionUpdate(opts *bind.FilterOpts) (*Dagent721RoyaltyPortionUpdateIterator, error)
FilterRoyaltyPortionUpdate is a free log retrieval operation binding the contract event 0xb1f3037624bd2d961f6d56696cc10ccc3a676db381e671b1bc58f0ab1f686dd5.
Solidity: event RoyaltyPortionUpdate(uint16 newValue)
func (*Dagent721Filterer) FilterRoyaltyReceiverUpdate ¶
func (_Dagent721 *Dagent721Filterer) FilterRoyaltyReceiverUpdate(opts *bind.FilterOpts) (*Dagent721RoyaltyReceiverUpdateIterator, error)
FilterRoyaltyReceiverUpdate is a free log retrieval operation binding the contract event 0xec6b72b10aed766af02b35918b55be261c89aaaa4c8add826471ce35ec7f97b3.
Solidity: event RoyaltyReceiverUpdate(address newAddress)
func (*Dagent721Filterer) FilterTopUpPoolBalance ¶
func (_Dagent721 *Dagent721Filterer) FilterTopUpPoolBalance(opts *bind.FilterOpts) (*Dagent721TopUpPoolBalanceIterator, error)
FilterTopUpPoolBalance is a free log retrieval operation binding the contract event 0xf7ee57effd30f2ab842c1d65fdcfa7d20c2fb2f967e9ac30acafecabf013ea4c.
Solidity: event TopUpPoolBalance(uint256 agentId, address caller, uint256 amount)
func (*Dagent721Filterer) FilterTransfer ¶
func (_Dagent721 *Dagent721Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*Dagent721TransferIterator, 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 (*Dagent721Filterer) FilterUnpaused ¶
func (_Dagent721 *Dagent721Filterer) FilterUnpaused(opts *bind.FilterOpts) (*Dagent721UnpausedIterator, error)
FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*Dagent721Filterer) ParseAgentDataAddNew ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentDataAddNew(log types.Log) (*Dagent721AgentDataAddNew, error)
ParseAgentDataAddNew is a log parse operation binding the contract event 0xdebec4c58e3b7c5817893e50cb1f9e65b65978e8c89bb4407eb0109d5887b258.
Solidity: event AgentDataAddNew(uint256 indexed agentId, bytes[] sysPrompt)
func (*Dagent721Filterer) ParseAgentDataUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentDataUpdate(log types.Log) (*Dagent721AgentDataUpdate, error)
ParseAgentDataUpdate is a log parse operation binding the contract event 0xe42abf7d4a793286da8cc1399cb577a1f5a0e133dfee371bb3a5abbdd77b011e.
Solidity: event AgentDataUpdate(uint256 indexed agentId, uint256 promptIndex, bytes oldSysPrompt, bytes newSysPrompt)
func (*Dagent721Filterer) ParseAgentFeeUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentFeeUpdate(log types.Log) (*Dagent721AgentFeeUpdate, error)
ParseAgentFeeUpdate is a log parse operation binding the contract event 0xa08d8197034aee8915921dd8aa7d95cf711690dd77f0b676dded49b3f9a632d1.
Solidity: event AgentFeeUpdate(uint256 indexed agentId, uint256 fee)
func (*Dagent721Filterer) ParseAgentMissionAddNew ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentMissionAddNew(log types.Log) (*Dagent721AgentMissionAddNew, error)
ParseAgentMissionAddNew is a log parse operation binding the contract event 0x12ccdcc9c8e92b22004686225bd3df163c042e77b03eab4566800d40b5047f91.
Solidity: event AgentMissionAddNew(uint256 indexed agentId, bytes[] missions)
func (*Dagent721Filterer) ParseAgentMissionUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentMissionUpdate(log types.Log) (*Dagent721AgentMissionUpdate, error)
ParseAgentMissionUpdate is a log parse operation binding the contract event 0x0a9b80bd675e3f5788f1a5da687efd147dbc4729245a7f300ce1074bbd535127.
Solidity: event AgentMissionUpdate(uint256 indexed agentId, uint256 missionIndex, bytes oldSysMission, bytes newSysMission)
func (*Dagent721Filterer) ParseAgentModelIdUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentModelIdUpdate(log types.Log) (*Dagent721AgentModelIdUpdate, error)
ParseAgentModelIdUpdate is a log parse operation binding the contract event 0xe8662b9bac978d6b361a9cc824ecf5a8ea4cfb61ccbdd24dec6237ee9b7d7fa7.
Solidity: event AgentModelIdUpdate(uint256 indexed agentId, uint256 oldModelId, uint256 newModelId)
func (*Dagent721Filterer) ParseAgentPromptSchedulerdUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentPromptSchedulerdUpdate(log types.Log) (*Dagent721AgentPromptSchedulerdUpdate, error)
ParseAgentPromptSchedulerdUpdate is a log parse operation binding the contract event 0x668af5d324df41df4dbf51978e1caa591bcf48468550da656523572a47d9abbd.
Solidity: event AgentPromptSchedulerdUpdate(uint256 indexed agentId, address oldPromptScheduler, address newOldPromptScheduler)
func (*Dagent721Filterer) ParseAgentURIUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseAgentURIUpdate(log types.Log) (*Dagent721AgentURIUpdate, error)
ParseAgentURIUpdate is a log parse operation binding the contract event 0x706a4e8eb2f354c7f4d96e5ea1984f36e72482629987edad78c9940ea037c362.
Solidity: event AgentURIUpdate(uint256 indexed agentId, string uri)
func (*Dagent721Filterer) ParseApproval ¶
func (_Dagent721 *Dagent721Filterer) ParseApproval(log types.Log) (*Dagent721Approval, 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 (*Dagent721Filterer) ParseApprovalForAll ¶
func (_Dagent721 *Dagent721Filterer) ParseApprovalForAll(log types.Log) (*Dagent721ApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
func (*Dagent721Filterer) ParseBatchMetadataUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseBatchMetadataUpdate(log types.Log) (*Dagent721BatchMetadataUpdate, error)
ParseBatchMetadataUpdate is a log parse operation binding the contract event 0x6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c.
Solidity: event BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
func (*Dagent721Filterer) ParseInferencePerformed ¶
func (_Dagent721 *Dagent721Filterer) ParseInferencePerformed(log types.Log) (*Dagent721InferencePerformed, error)
ParseInferencePerformed is a log parse operation binding the contract event 0xcf35460eca25a0549d5eb14c712236d61c9a0bad90c834f996c5f2a98d332719.
Solidity: event InferencePerformed(uint256 indexed tokenId, address indexed caller, bytes data, uint256 fee, string externalData, uint256 inferenceId)
func (*Dagent721Filterer) ParseInitialized ¶
func (_Dagent721 *Dagent721Filterer) ParseInitialized(log types.Log) (*Dagent721Initialized, error)
ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*Dagent721Filterer) ParseMetadataUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseMetadataUpdate(log types.Log) (*Dagent721MetadataUpdate, error)
ParseMetadataUpdate is a log parse operation binding the contract event 0xf8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce7.
Solidity: event MetadataUpdate(uint256 _tokenId)
func (*Dagent721Filterer) ParseMintPriceUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseMintPriceUpdate(log types.Log) (*Dagent721MintPriceUpdate, error)
ParseMintPriceUpdate is a log parse operation binding the contract event 0x23050b539195eebd064c1bec834445b7d028a20c345600e868a74d7ca93c5e86.
Solidity: event MintPriceUpdate(uint256 newValue)
func (*Dagent721Filterer) ParseNewToken ¶
func (_Dagent721 *Dagent721Filterer) ParseNewToken(log types.Log) (*Dagent721NewToken, error)
ParseNewToken is a log parse operation binding the contract event 0x61beab98a81083e3c0239c33e149bef1316ca78f15b9f29125039f5521a06d06.
Solidity: event NewToken(uint256 indexed tokenId, string uri, bytes sysPrompt, uint256 fee, address indexed minter)
func (*Dagent721Filterer) ParseOwnershipTransferred ¶
func (_Dagent721 *Dagent721Filterer) ParseOwnershipTransferred(log types.Log) (*Dagent721OwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*Dagent721Filterer) ParsePaused ¶
func (_Dagent721 *Dagent721Filterer) ParsePaused(log types.Log) (*Dagent721Paused, error)
ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*Dagent721Filterer) ParseRoyaltyPortionUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseRoyaltyPortionUpdate(log types.Log) (*Dagent721RoyaltyPortionUpdate, error)
ParseRoyaltyPortionUpdate is a log parse operation binding the contract event 0xb1f3037624bd2d961f6d56696cc10ccc3a676db381e671b1bc58f0ab1f686dd5.
Solidity: event RoyaltyPortionUpdate(uint16 newValue)
func (*Dagent721Filterer) ParseRoyaltyReceiverUpdate ¶
func (_Dagent721 *Dagent721Filterer) ParseRoyaltyReceiverUpdate(log types.Log) (*Dagent721RoyaltyReceiverUpdate, error)
ParseRoyaltyReceiverUpdate is a log parse operation binding the contract event 0xec6b72b10aed766af02b35918b55be261c89aaaa4c8add826471ce35ec7f97b3.
Solidity: event RoyaltyReceiverUpdate(address newAddress)
func (*Dagent721Filterer) ParseTopUpPoolBalance ¶
func (_Dagent721 *Dagent721Filterer) ParseTopUpPoolBalance(log types.Log) (*Dagent721TopUpPoolBalance, error)
ParseTopUpPoolBalance is a log parse operation binding the contract event 0xf7ee57effd30f2ab842c1d65fdcfa7d20c2fb2f967e9ac30acafecabf013ea4c.
Solidity: event TopUpPoolBalance(uint256 agentId, address caller, uint256 amount)
func (*Dagent721Filterer) ParseTransfer ¶
func (_Dagent721 *Dagent721Filterer) ParseTransfer(log types.Log) (*Dagent721Transfer, 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 (*Dagent721Filterer) ParseUnpaused ¶
func (_Dagent721 *Dagent721Filterer) ParseUnpaused(log types.Log) (*Dagent721Unpaused, error)
ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*Dagent721Filterer) WatchAgentDataAddNew ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentDataAddNew(opts *bind.WatchOpts, sink chan<- *Dagent721AgentDataAddNew, agentId []*big.Int) (event.Subscription, error)
WatchAgentDataAddNew is a free log subscription operation binding the contract event 0xdebec4c58e3b7c5817893e50cb1f9e65b65978e8c89bb4407eb0109d5887b258.
Solidity: event AgentDataAddNew(uint256 indexed agentId, bytes[] sysPrompt)
func (*Dagent721Filterer) WatchAgentDataUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentDataUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentDataUpdate, agentId []*big.Int) (event.Subscription, error)
WatchAgentDataUpdate is a free log subscription operation binding the contract event 0xe42abf7d4a793286da8cc1399cb577a1f5a0e133dfee371bb3a5abbdd77b011e.
Solidity: event AgentDataUpdate(uint256 indexed agentId, uint256 promptIndex, bytes oldSysPrompt, bytes newSysPrompt)
func (*Dagent721Filterer) WatchAgentFeeUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentFeeUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentFeeUpdate, agentId []*big.Int) (event.Subscription, error)
WatchAgentFeeUpdate is a free log subscription operation binding the contract event 0xa08d8197034aee8915921dd8aa7d95cf711690dd77f0b676dded49b3f9a632d1.
Solidity: event AgentFeeUpdate(uint256 indexed agentId, uint256 fee)
func (*Dagent721Filterer) WatchAgentMissionAddNew ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentMissionAddNew(opts *bind.WatchOpts, sink chan<- *Dagent721AgentMissionAddNew, agentId []*big.Int) (event.Subscription, error)
WatchAgentMissionAddNew is a free log subscription operation binding the contract event 0x12ccdcc9c8e92b22004686225bd3df163c042e77b03eab4566800d40b5047f91.
Solidity: event AgentMissionAddNew(uint256 indexed agentId, bytes[] missions)
func (*Dagent721Filterer) WatchAgentMissionUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentMissionUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentMissionUpdate, agentId []*big.Int) (event.Subscription, error)
WatchAgentMissionUpdate is a free log subscription operation binding the contract event 0x0a9b80bd675e3f5788f1a5da687efd147dbc4729245a7f300ce1074bbd535127.
Solidity: event AgentMissionUpdate(uint256 indexed agentId, uint256 missionIndex, bytes oldSysMission, bytes newSysMission)
func (*Dagent721Filterer) WatchAgentModelIdUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentModelIdUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentModelIdUpdate, agentId []*big.Int) (event.Subscription, error)
WatchAgentModelIdUpdate is a free log subscription operation binding the contract event 0xe8662b9bac978d6b361a9cc824ecf5a8ea4cfb61ccbdd24dec6237ee9b7d7fa7.
Solidity: event AgentModelIdUpdate(uint256 indexed agentId, uint256 oldModelId, uint256 newModelId)
func (*Dagent721Filterer) WatchAgentPromptSchedulerdUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentPromptSchedulerdUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentPromptSchedulerdUpdate, agentId []*big.Int) (event.Subscription, error)
WatchAgentPromptSchedulerdUpdate is a free log subscription operation binding the contract event 0x668af5d324df41df4dbf51978e1caa591bcf48468550da656523572a47d9abbd.
Solidity: event AgentPromptSchedulerdUpdate(uint256 indexed agentId, address oldPromptScheduler, address newOldPromptScheduler)
func (*Dagent721Filterer) WatchAgentURIUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchAgentURIUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721AgentURIUpdate, agentId []*big.Int) (event.Subscription, error)
WatchAgentURIUpdate is a free log subscription operation binding the contract event 0x706a4e8eb2f354c7f4d96e5ea1984f36e72482629987edad78c9940ea037c362.
Solidity: event AgentURIUpdate(uint256 indexed agentId, string uri)
func (*Dagent721Filterer) WatchApproval ¶
func (_Dagent721 *Dagent721Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Dagent721Approval, 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 (*Dagent721Filterer) WatchApprovalForAll ¶
func (_Dagent721 *Dagent721Filterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Dagent721ApprovalForAll, 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 (*Dagent721Filterer) WatchBatchMetadataUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchBatchMetadataUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721BatchMetadataUpdate) (event.Subscription, error)
WatchBatchMetadataUpdate is a free log subscription operation binding the contract event 0x6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c.
Solidity: event BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
func (*Dagent721Filterer) WatchInferencePerformed ¶
func (_Dagent721 *Dagent721Filterer) WatchInferencePerformed(opts *bind.WatchOpts, sink chan<- *Dagent721InferencePerformed, tokenId []*big.Int, caller []common.Address) (event.Subscription, error)
WatchInferencePerformed is a free log subscription operation binding the contract event 0xcf35460eca25a0549d5eb14c712236d61c9a0bad90c834f996c5f2a98d332719.
Solidity: event InferencePerformed(uint256 indexed tokenId, address indexed caller, bytes data, uint256 fee, string externalData, uint256 inferenceId)
func (*Dagent721Filterer) WatchInitialized ¶
func (_Dagent721 *Dagent721Filterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *Dagent721Initialized) (event.Subscription, error)
WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*Dagent721Filterer) WatchMetadataUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchMetadataUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721MetadataUpdate) (event.Subscription, error)
WatchMetadataUpdate is a free log subscription operation binding the contract event 0xf8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce7.
Solidity: event MetadataUpdate(uint256 _tokenId)
func (*Dagent721Filterer) WatchMintPriceUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchMintPriceUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721MintPriceUpdate) (event.Subscription, error)
WatchMintPriceUpdate is a free log subscription operation binding the contract event 0x23050b539195eebd064c1bec834445b7d028a20c345600e868a74d7ca93c5e86.
Solidity: event MintPriceUpdate(uint256 newValue)
func (*Dagent721Filterer) WatchNewToken ¶
func (_Dagent721 *Dagent721Filterer) WatchNewToken(opts *bind.WatchOpts, sink chan<- *Dagent721NewToken, tokenId []*big.Int, minter []common.Address) (event.Subscription, error)
WatchNewToken is a free log subscription operation binding the contract event 0x61beab98a81083e3c0239c33e149bef1316ca78f15b9f29125039f5521a06d06.
Solidity: event NewToken(uint256 indexed tokenId, string uri, bytes sysPrompt, uint256 fee, address indexed minter)
func (*Dagent721Filterer) WatchOwnershipTransferred ¶
func (_Dagent721 *Dagent721Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *Dagent721OwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*Dagent721Filterer) WatchPaused ¶
func (_Dagent721 *Dagent721Filterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *Dagent721Paused) (event.Subscription, error)
WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*Dagent721Filterer) WatchRoyaltyPortionUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchRoyaltyPortionUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721RoyaltyPortionUpdate) (event.Subscription, error)
WatchRoyaltyPortionUpdate is a free log subscription operation binding the contract event 0xb1f3037624bd2d961f6d56696cc10ccc3a676db381e671b1bc58f0ab1f686dd5.
Solidity: event RoyaltyPortionUpdate(uint16 newValue)
func (*Dagent721Filterer) WatchRoyaltyReceiverUpdate ¶
func (_Dagent721 *Dagent721Filterer) WatchRoyaltyReceiverUpdate(opts *bind.WatchOpts, sink chan<- *Dagent721RoyaltyReceiverUpdate) (event.Subscription, error)
WatchRoyaltyReceiverUpdate is a free log subscription operation binding the contract event 0xec6b72b10aed766af02b35918b55be261c89aaaa4c8add826471ce35ec7f97b3.
Solidity: event RoyaltyReceiverUpdate(address newAddress)
func (*Dagent721Filterer) WatchTopUpPoolBalance ¶
func (_Dagent721 *Dagent721Filterer) WatchTopUpPoolBalance(opts *bind.WatchOpts, sink chan<- *Dagent721TopUpPoolBalance) (event.Subscription, error)
WatchTopUpPoolBalance is a free log subscription operation binding the contract event 0xf7ee57effd30f2ab842c1d65fdcfa7d20c2fb2f967e9ac30acafecabf013ea4c.
Solidity: event TopUpPoolBalance(uint256 agentId, address caller, uint256 amount)
func (*Dagent721Filterer) WatchTransfer ¶
func (_Dagent721 *Dagent721Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Dagent721Transfer, 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 (*Dagent721Filterer) WatchUnpaused ¶
func (_Dagent721 *Dagent721Filterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *Dagent721Unpaused) (event.Subscription, error)
WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
type Dagent721InferencePerformed ¶
type Dagent721InferencePerformed struct { TokenId *big.Int Caller common.Address Data []byte Fee *big.Int ExternalData string InferenceId *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721InferencePerformed represents a InferencePerformed event raised by the Dagent721 contract.
type Dagent721InferencePerformedIterator ¶
type Dagent721InferencePerformedIterator struct { Event *Dagent721InferencePerformed // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721InferencePerformedIterator is returned from FilterInferencePerformed and is used to iterate over the raw logs and unpacked data for InferencePerformed events raised by the Dagent721 contract.
func (*Dagent721InferencePerformedIterator) Close ¶
func (it *Dagent721InferencePerformedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721InferencePerformedIterator) Error ¶
func (it *Dagent721InferencePerformedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721InferencePerformedIterator) Next ¶
func (it *Dagent721InferencePerformedIterator) 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 Dagent721Initialized ¶
type Dagent721Initialized struct { Version uint8 Raw types.Log // Blockchain specific contextual infos }
Dagent721Initialized represents a Initialized event raised by the Dagent721 contract.
type Dagent721InitializedIterator ¶
type Dagent721InitializedIterator struct { Event *Dagent721Initialized // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721InitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the Dagent721 contract.
func (*Dagent721InitializedIterator) Close ¶
func (it *Dagent721InitializedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721InitializedIterator) Error ¶
func (it *Dagent721InitializedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721InitializedIterator) Next ¶
func (it *Dagent721InitializedIterator) 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 Dagent721MetadataUpdate ¶
type Dagent721MetadataUpdate struct { TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721MetadataUpdate represents a MetadataUpdate event raised by the Dagent721 contract.
type Dagent721MetadataUpdateIterator ¶
type Dagent721MetadataUpdateIterator struct { Event *Dagent721MetadataUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721MetadataUpdateIterator is returned from FilterMetadataUpdate and is used to iterate over the raw logs and unpacked data for MetadataUpdate events raised by the Dagent721 contract.
func (*Dagent721MetadataUpdateIterator) Close ¶
func (it *Dagent721MetadataUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721MetadataUpdateIterator) Error ¶
func (it *Dagent721MetadataUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721MetadataUpdateIterator) Next ¶
func (it *Dagent721MetadataUpdateIterator) 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 Dagent721MintPriceUpdate ¶
type Dagent721MintPriceUpdate struct { NewValue *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721MintPriceUpdate represents a MintPriceUpdate event raised by the Dagent721 contract.
type Dagent721MintPriceUpdateIterator ¶
type Dagent721MintPriceUpdateIterator struct { Event *Dagent721MintPriceUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721MintPriceUpdateIterator is returned from FilterMintPriceUpdate and is used to iterate over the raw logs and unpacked data for MintPriceUpdate events raised by the Dagent721 contract.
func (*Dagent721MintPriceUpdateIterator) Close ¶
func (it *Dagent721MintPriceUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721MintPriceUpdateIterator) Error ¶
func (it *Dagent721MintPriceUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721MintPriceUpdateIterator) Next ¶
func (it *Dagent721MintPriceUpdateIterator) 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 Dagent721NewToken ¶
type Dagent721NewToken struct { TokenId *big.Int Uri string SysPrompt []byte Fee *big.Int Minter common.Address Raw types.Log // Blockchain specific contextual infos }
Dagent721NewToken represents a NewToken event raised by the Dagent721 contract.
type Dagent721NewTokenIterator ¶
type Dagent721NewTokenIterator struct { Event *Dagent721NewToken // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721NewTokenIterator is returned from FilterNewToken and is used to iterate over the raw logs and unpacked data for NewToken events raised by the Dagent721 contract.
func (*Dagent721NewTokenIterator) Close ¶
func (it *Dagent721NewTokenIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721NewTokenIterator) Error ¶
func (it *Dagent721NewTokenIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721NewTokenIterator) Next ¶
func (it *Dagent721NewTokenIterator) 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 Dagent721OwnershipTransferred ¶
type Dagent721OwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
Dagent721OwnershipTransferred represents a OwnershipTransferred event raised by the Dagent721 contract.
type Dagent721OwnershipTransferredIterator ¶
type Dagent721OwnershipTransferredIterator struct { Event *Dagent721OwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721OwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Dagent721 contract.
func (*Dagent721OwnershipTransferredIterator) Close ¶
func (it *Dagent721OwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721OwnershipTransferredIterator) Error ¶
func (it *Dagent721OwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721OwnershipTransferredIterator) Next ¶
func (it *Dagent721OwnershipTransferredIterator) 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 Dagent721Paused ¶
type Dagent721Paused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
Dagent721Paused represents a Paused event raised by the Dagent721 contract.
type Dagent721PausedIterator ¶
type Dagent721PausedIterator struct { Event *Dagent721Paused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721PausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the Dagent721 contract.
func (*Dagent721PausedIterator) Close ¶
func (it *Dagent721PausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721PausedIterator) Error ¶
func (it *Dagent721PausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721PausedIterator) Next ¶
func (it *Dagent721PausedIterator) 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 Dagent721Raw ¶
type Dagent721Raw struct {
Contract *Dagent721 // Generic contract binding to access the raw methods on
}
Dagent721Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Dagent721Raw) Call ¶
func (_Dagent721 *Dagent721Raw) 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 (*Dagent721Raw) Transact ¶
func (_Dagent721 *Dagent721Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Dagent721Raw) Transfer ¶
func (_Dagent721 *Dagent721Raw) 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 Dagent721RoyaltyPortionUpdate ¶
type Dagent721RoyaltyPortionUpdate struct { NewValue uint16 Raw types.Log // Blockchain specific contextual infos }
Dagent721RoyaltyPortionUpdate represents a RoyaltyPortionUpdate event raised by the Dagent721 contract.
type Dagent721RoyaltyPortionUpdateIterator ¶
type Dagent721RoyaltyPortionUpdateIterator struct { Event *Dagent721RoyaltyPortionUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721RoyaltyPortionUpdateIterator is returned from FilterRoyaltyPortionUpdate and is used to iterate over the raw logs and unpacked data for RoyaltyPortionUpdate events raised by the Dagent721 contract.
func (*Dagent721RoyaltyPortionUpdateIterator) Close ¶
func (it *Dagent721RoyaltyPortionUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721RoyaltyPortionUpdateIterator) Error ¶
func (it *Dagent721RoyaltyPortionUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721RoyaltyPortionUpdateIterator) Next ¶
func (it *Dagent721RoyaltyPortionUpdateIterator) 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 Dagent721RoyaltyReceiverUpdate ¶
type Dagent721RoyaltyReceiverUpdate struct { NewAddress common.Address Raw types.Log // Blockchain specific contextual infos }
Dagent721RoyaltyReceiverUpdate represents a RoyaltyReceiverUpdate event raised by the Dagent721 contract.
type Dagent721RoyaltyReceiverUpdateIterator ¶
type Dagent721RoyaltyReceiverUpdateIterator struct { Event *Dagent721RoyaltyReceiverUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721RoyaltyReceiverUpdateIterator is returned from FilterRoyaltyReceiverUpdate and is used to iterate over the raw logs and unpacked data for RoyaltyReceiverUpdate events raised by the Dagent721 contract.
func (*Dagent721RoyaltyReceiverUpdateIterator) Close ¶
func (it *Dagent721RoyaltyReceiverUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721RoyaltyReceiverUpdateIterator) Error ¶
func (it *Dagent721RoyaltyReceiverUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721RoyaltyReceiverUpdateIterator) Next ¶
func (it *Dagent721RoyaltyReceiverUpdateIterator) 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 Dagent721Session ¶
type Dagent721Session struct { Contract *Dagent721 // 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 }
Dagent721Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Dagent721Session) AddNewAgentData ¶
func (_Dagent721 *Dagent721Session) AddNewAgentData(agentId *big.Int, promptKey string, sysPrompt []byte) (*types.Transaction, error)
AddNewAgentData is a paid mutator transaction binding the contract method 0x413b0efa.
Solidity: function addNewAgentData(uint256 agentId, string promptKey, bytes sysPrompt) returns()
func (*Dagent721Session) Approve ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Dagent721Session) CreateMission ¶
func (_Dagent721 *Dagent721Session) CreateMission(agentId *big.Int, missionData []byte) (*types.Transaction, error)
CreateMission is a paid mutator transaction binding the contract method 0x6001ad44.
Solidity: function createMission(uint256 agentId, bytes missionData) returns()
func (*Dagent721Session) DataOf ¶
DataOf is a free data retrieval call binding the contract method 0x871caa98.
Solidity: function dataOf(uint256 agentId) view returns(uint128, bool)
func (*Dagent721Session) GetAgentFee ¶
GetAgentFee is a free data retrieval call binding the contract method 0xed96f433.
Solidity: function getAgentFee(uint256 agentId) view returns(uint256)
func (*Dagent721Session) GetAgentIdByOwner ¶
GetAgentIdByOwner is a free data retrieval call binding the contract method 0xae57a2d3.
Solidity: function getAgentIdByOwner(address owner) view returns(uint256[])
func (*Dagent721Session) GetAgentSystemPrompt ¶
func (_Dagent721 *Dagent721Session) GetAgentSystemPrompt(agentId *big.Int, promptKey string) ([][]byte, error)
GetAgentSystemPrompt is a free data retrieval call binding the contract method 0x5a88fc7c.
Solidity: function getAgentSystemPrompt(uint256 agentId, string promptKey) view returns(bytes[])
func (*Dagent721Session) GetApproved ¶
GetApproved is a free data retrieval call binding the contract method 0x081812fc.
Solidity: function getApproved(uint256 tokenId) view returns(address)
func (*Dagent721Session) GetMissionIdsByAgentId ¶
func (_Dagent721 *Dagent721Session) GetMissionIdsByAgentId(agentId *big.Int) ([][]byte, error)
GetMissionIdsByAgentId is a free data retrieval call binding the contract method 0x96694ad0.
Solidity: function getMissionIdsByAgentId(uint256 agentId) view returns(bytes[])
func (*Dagent721Session) GpuManager ¶
func (_Dagent721 *Dagent721Session) GpuManager() (common.Address, error)
GpuManager is a free data retrieval call binding the contract method 0x08c147fd.
Solidity: function _gpuManager() view returns(address)
func (*Dagent721Session) Infer ¶
func (_Dagent721 *Dagent721Session) Infer(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, feeAmount *big.Int) (*types.Transaction, error)
Infer is a paid mutator transaction binding the contract method 0x3b8117fa.
Solidity: function infer(uint256 agentId, bytes fwdCalldata, string externalData, string promptKey, uint256 feeAmount) returns()
func (*Dagent721Session) Infer0 ¶
func (_Dagent721 *Dagent721Session) Infer0(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, flag bool, feeAmount *big.Int) (*types.Transaction, error)
Infer0 is a paid mutator transaction binding the contract method 0xfa064b19.
Solidity: function infer(uint256 agentId, bytes fwdCalldata, string externalData, string promptKey, bool flag, uint256 feeAmount) returns()
func (*Dagent721Session) Initialize ¶
func (_Dagent721 *Dagent721Session) Initialize(name_ string, symbol_ string, mintPrice_ *big.Int, royaltyReceiver_ common.Address, royaltyPortion_ uint16, nextTokenId_ *big.Int, gpuManager_ common.Address, tokenFee_ common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1e18fb8c.
Solidity: function initialize(string name_, string symbol_, uint256 mintPrice_, address royaltyReceiver_, uint16 royaltyPortion_, uint256 nextTokenId_, address gpuManager_, address tokenFee_) returns()
func (*Dagent721Session) IsApprovedForAll ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) Mint ¶
func (_Dagent721 *Dagent721Session) Mint(to common.Address, uri string, data []byte, fee *big.Int, promptKey string, promptScheduler common.Address, modelId uint32) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0xb8ea1693.
Solidity: function mint(address to, string uri, bytes data, uint256 fee, string promptKey, address promptScheduler, uint32 modelId) returns(uint256)
func (*Dagent721Session) MintPrice ¶
func (_Dagent721 *Dagent721Session) MintPrice() (*big.Int, error)
MintPrice is a free data retrieval call binding the contract method 0x6817c76c.
Solidity: function mintPrice() view returns(uint256)
func (*Dagent721Session) Name ¶
func (_Dagent721 *Dagent721Session) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*Dagent721Session) NextTokenId ¶
func (_Dagent721 *Dagent721Session) NextTokenId() (*big.Int, error)
NextTokenId is a free data retrieval call binding the contract method 0x75794a3c.
Solidity: function nextTokenId() view returns(uint256)
func (*Dagent721Session) Owner ¶
func (_Dagent721 *Dagent721Session) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*Dagent721Session) OwnerOf ¶
OwnerOf is a free data retrieval call binding the contract method 0x6352211e.
Solidity: function ownerOf(uint256 tokenId) view returns(address)
func (*Dagent721Session) Pause ¶
func (_Dagent721 *Dagent721Session) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*Dagent721Session) Paused ¶
func (_Dagent721 *Dagent721Session) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*Dagent721Session) PoolBalance ¶
PoolBalance is a free data retrieval call binding the contract method 0xf121000e.
Solidity: function _poolBalance(uint256 nftId) view returns(uint256)
func (*Dagent721Session) RenounceOwnership ¶
func (_Dagent721 *Dagent721Session) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*Dagent721Session) RoyaltyInfo ¶
func (_Dagent721 *Dagent721Session) RoyaltyInfo(agentId *big.Int, salePrice *big.Int) (common.Address, *big.Int, error)
RoyaltyInfo is a free data retrieval call binding the contract method 0x2a55205a.
Solidity: function royaltyInfo(uint256 agentId, uint256 salePrice) view returns(address, uint256)
func (*Dagent721Session) RoyaltyPortion ¶
func (_Dagent721 *Dagent721Session) RoyaltyPortion() (uint16, error)
RoyaltyPortion is a free data retrieval call binding the contract method 0x11d7beb2.
Solidity: function royaltyPortion() view returns(uint16)
func (*Dagent721Session) RoyaltyReceiver ¶
func (_Dagent721 *Dagent721Session) RoyaltyReceiver() (common.Address, error)
RoyaltyReceiver is a free data retrieval call binding the contract method 0x9fbc8713.
Solidity: function royaltyReceiver() view returns(address)
func (*Dagent721Session) SafeTransferFrom ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) SafeTransferFrom0 ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) SetApprovalForAll ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) SignaturesUsed ¶
func (_Dagent721 *Dagent721Session) SignaturesUsed(nftId common.Address, signature [32]byte) (bool, error)
SignaturesUsed is a free data retrieval call binding the contract method 0xc9070a92.
Solidity: function _signaturesUsed(address nftId, bytes32 signature) view returns(bool)
func (*Dagent721Session) SupportsInterface ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) Symbol ¶
func (_Dagent721 *Dagent721Session) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*Dagent721Session) TokenByIndex ¶
TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.
Solidity: function tokenByIndex(uint256 index) view returns(uint256)
func (*Dagent721Session) TokenOfOwnerByIndex ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) TokenURI ¶
func (_Dagent721 *Dagent721Session) TokenURI(_agentId *big.Int) (string, error)
TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.
Solidity: function tokenURI(uint256 _agentId) view returns(string)
func (*Dagent721Session) TopUpPoolBalance ¶
func (_Dagent721 *Dagent721Session) TopUpPoolBalance(agentId *big.Int, amount *big.Int) (*types.Transaction, error)
TopUpPoolBalance is a paid mutator transaction binding the contract method 0x67b611a0.
Solidity: function topUpPoolBalance(uint256 agentId, uint256 amount) returns()
func (*Dagent721Session) TotalSupply ¶
func (_Dagent721 *Dagent721Session) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*Dagent721Session) TransferFrom ¶
func (_Dagent721 *Dagent721Session) 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 (*Dagent721Session) TransferOwnership ¶
func (_Dagent721 *Dagent721Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*Dagent721Session) Unpause ¶
func (_Dagent721 *Dagent721Session) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*Dagent721Session) UpdateAgentData ¶
func (_Dagent721 *Dagent721Session) UpdateAgentData(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int) (*types.Transaction, error)
UpdateAgentData is a paid mutator transaction binding the contract method 0xe96177c4.
Solidity: function updateAgentData(uint256 agentId, bytes sysPrompt, string promptKey, uint256 promptIdx) returns()
func (*Dagent721Session) UpdateAgentDataWithSignature ¶
func (_Dagent721 *Dagent721Session) UpdateAgentDataWithSignature(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
UpdateAgentDataWithSignature is a paid mutator transaction binding the contract method 0x1c83fb2c.
Solidity: function updateAgentDataWithSignature(uint256 agentId, bytes sysPrompt, string promptKey, uint256 promptIdx, uint256 randomNonce, bytes signature) returns()
func (*Dagent721Session) UpdateAgentFee ¶
func (_Dagent721 *Dagent721Session) UpdateAgentFee(agentId *big.Int, fee *big.Int) (*types.Transaction, error)
UpdateAgentFee is a paid mutator transaction binding the contract method 0xb1fd1526.
Solidity: function updateAgentFee(uint256 agentId, uint256 fee) returns()
func (*Dagent721Session) UpdateAgentModelId ¶
func (_Dagent721 *Dagent721Session) UpdateAgentModelId(agentId *big.Int, newModelId uint32) (*types.Transaction, error)
UpdateAgentModelId is a paid mutator transaction binding the contract method 0x0ffc8cf4.
Solidity: function updateAgentModelId(uint256 agentId, uint32 newModelId) returns()
func (*Dagent721Session) UpdateAgentURI ¶
func (_Dagent721 *Dagent721Session) UpdateAgentURI(agentId *big.Int, uri string) (*types.Transaction, error)
UpdateAgentURI is a paid mutator transaction binding the contract method 0x6b595822.
Solidity: function updateAgentURI(uint256 agentId, string uri) returns()
func (*Dagent721Session) UpdateAgentUriWithSignature ¶
func (_Dagent721 *Dagent721Session) UpdateAgentUriWithSignature(agentId *big.Int, uri string, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
UpdateAgentUriWithSignature is a paid mutator transaction binding the contract method 0xf5888779.
Solidity: function updateAgentUriWithSignature(uint256 agentId, string uri, uint256 randomNonce, bytes signature) returns()
func (*Dagent721Session) UpdateGPUManager ¶
func (_Dagent721 *Dagent721Session) UpdateGPUManager(gpuManager common.Address) (*types.Transaction, error)
UpdateGPUManager is a paid mutator transaction binding the contract method 0x88ee5fb2.
Solidity: function updateGPUManager(address gpuManager) returns()
func (*Dagent721Session) UpdateMintPrice ¶
func (_Dagent721 *Dagent721Session) UpdateMintPrice(mintPrice *big.Int) (*types.Transaction, error)
UpdateMintPrice is a paid mutator transaction binding the contract method 0x00728e46.
Solidity: function updateMintPrice(uint256 mintPrice) returns()
func (*Dagent721Session) UpdateRoyaltyPortion ¶
func (_Dagent721 *Dagent721Session) UpdateRoyaltyPortion(royaltyPortion uint16) (*types.Transaction, error)
UpdateRoyaltyPortion is a paid mutator transaction binding the contract method 0x19e93993.
Solidity: function updateRoyaltyPortion(uint16 royaltyPortion) returns()
func (*Dagent721Session) UpdateRoyaltyReceiver ¶
func (_Dagent721 *Dagent721Session) UpdateRoyaltyReceiver(royaltyReceiver common.Address) (*types.Transaction, error)
UpdateRoyaltyReceiver is a paid mutator transaction binding the contract method 0x29dc4d9b.
Solidity: function updateRoyaltyReceiver(address royaltyReceiver) returns()
func (*Dagent721Session) UpdateSchedulePrompt ¶
func (_Dagent721 *Dagent721Session) UpdateSchedulePrompt(agentId *big.Int, newPromptScheduler common.Address) (*types.Transaction, error)
UpdateSchedulePrompt is a paid mutator transaction binding the contract method 0x1ddbc69a.
Solidity: function updateSchedulePrompt(uint256 agentId, address newPromptScheduler) returns()
type Dagent721TopUpPoolBalance ¶
type Dagent721TopUpPoolBalance struct { AgentId *big.Int Caller common.Address Amount *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721TopUpPoolBalance represents a TopUpPoolBalance event raised by the Dagent721 contract.
type Dagent721TopUpPoolBalanceIterator ¶
type Dagent721TopUpPoolBalanceIterator struct { Event *Dagent721TopUpPoolBalance // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721TopUpPoolBalanceIterator is returned from FilterTopUpPoolBalance and is used to iterate over the raw logs and unpacked data for TopUpPoolBalance events raised by the Dagent721 contract.
func (*Dagent721TopUpPoolBalanceIterator) Close ¶
func (it *Dagent721TopUpPoolBalanceIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721TopUpPoolBalanceIterator) Error ¶
func (it *Dagent721TopUpPoolBalanceIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721TopUpPoolBalanceIterator) Next ¶
func (it *Dagent721TopUpPoolBalanceIterator) 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 Dagent721Transactor ¶
type Dagent721Transactor struct {
// contains filtered or unexported fields
}
Dagent721Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewDagent721Transactor ¶
func NewDagent721Transactor(address common.Address, transactor bind.ContractTransactor) (*Dagent721Transactor, error)
NewDagent721Transactor creates a new write-only instance of Dagent721, bound to a specific deployed contract.
func (*Dagent721Transactor) AddNewAgentData ¶
func (_Dagent721 *Dagent721Transactor) AddNewAgentData(opts *bind.TransactOpts, agentId *big.Int, promptKey string, sysPrompt []byte) (*types.Transaction, error)
AddNewAgentData is a paid mutator transaction binding the contract method 0x413b0efa.
Solidity: function addNewAgentData(uint256 agentId, string promptKey, bytes sysPrompt) returns()
func (*Dagent721Transactor) Approve ¶
func (_Dagent721 *Dagent721Transactor) 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 (*Dagent721Transactor) CreateMission ¶
func (_Dagent721 *Dagent721Transactor) CreateMission(opts *bind.TransactOpts, agentId *big.Int, missionData []byte) (*types.Transaction, error)
CreateMission is a paid mutator transaction binding the contract method 0x6001ad44.
Solidity: function createMission(uint256 agentId, bytes missionData) returns()
func (*Dagent721Transactor) Infer ¶
func (_Dagent721 *Dagent721Transactor) Infer(opts *bind.TransactOpts, agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, feeAmount *big.Int) (*types.Transaction, error)
Infer is a paid mutator transaction binding the contract method 0x3b8117fa.
Solidity: function infer(uint256 agentId, bytes fwdCalldata, string externalData, string promptKey, uint256 feeAmount) returns()
func (*Dagent721Transactor) Infer0 ¶
func (_Dagent721 *Dagent721Transactor) Infer0(opts *bind.TransactOpts, agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, flag bool, feeAmount *big.Int) (*types.Transaction, error)
Infer0 is a paid mutator transaction binding the contract method 0xfa064b19.
Solidity: function infer(uint256 agentId, bytes fwdCalldata, string externalData, string promptKey, bool flag, uint256 feeAmount) returns()
func (*Dagent721Transactor) Initialize ¶
func (_Dagent721 *Dagent721Transactor) Initialize(opts *bind.TransactOpts, name_ string, symbol_ string, mintPrice_ *big.Int, royaltyReceiver_ common.Address, royaltyPortion_ uint16, nextTokenId_ *big.Int, gpuManager_ common.Address, tokenFee_ common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1e18fb8c.
Solidity: function initialize(string name_, string symbol_, uint256 mintPrice_, address royaltyReceiver_, uint16 royaltyPortion_, uint256 nextTokenId_, address gpuManager_, address tokenFee_) returns()
func (*Dagent721Transactor) Mint ¶
func (_Dagent721 *Dagent721Transactor) Mint(opts *bind.TransactOpts, to common.Address, uri string, data []byte, fee *big.Int, promptKey string, promptScheduler common.Address, modelId uint32) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0xb8ea1693.
Solidity: function mint(address to, string uri, bytes data, uint256 fee, string promptKey, address promptScheduler, uint32 modelId) returns(uint256)
func (*Dagent721Transactor) Pause ¶
func (_Dagent721 *Dagent721Transactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*Dagent721Transactor) RenounceOwnership ¶
func (_Dagent721 *Dagent721Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*Dagent721Transactor) SafeTransferFrom ¶
func (_Dagent721 *Dagent721Transactor) 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 (*Dagent721Transactor) SafeTransferFrom0 ¶
func (_Dagent721 *Dagent721Transactor) 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 (*Dagent721Transactor) SetApprovalForAll ¶
func (_Dagent721 *Dagent721Transactor) 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 (*Dagent721Transactor) TopUpPoolBalance ¶
func (_Dagent721 *Dagent721Transactor) TopUpPoolBalance(opts *bind.TransactOpts, agentId *big.Int, amount *big.Int) (*types.Transaction, error)
TopUpPoolBalance is a paid mutator transaction binding the contract method 0x67b611a0.
Solidity: function topUpPoolBalance(uint256 agentId, uint256 amount) returns()
func (*Dagent721Transactor) TransferFrom ¶
func (_Dagent721 *Dagent721Transactor) 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 (*Dagent721Transactor) TransferOwnership ¶
func (_Dagent721 *Dagent721Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*Dagent721Transactor) Unpause ¶
func (_Dagent721 *Dagent721Transactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*Dagent721Transactor) UpdateAgentData ¶
func (_Dagent721 *Dagent721Transactor) UpdateAgentData(opts *bind.TransactOpts, agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int) (*types.Transaction, error)
UpdateAgentData is a paid mutator transaction binding the contract method 0xe96177c4.
Solidity: function updateAgentData(uint256 agentId, bytes sysPrompt, string promptKey, uint256 promptIdx) returns()
func (*Dagent721Transactor) UpdateAgentDataWithSignature ¶
func (_Dagent721 *Dagent721Transactor) UpdateAgentDataWithSignature(opts *bind.TransactOpts, agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
UpdateAgentDataWithSignature is a paid mutator transaction binding the contract method 0x1c83fb2c.
Solidity: function updateAgentDataWithSignature(uint256 agentId, bytes sysPrompt, string promptKey, uint256 promptIdx, uint256 randomNonce, bytes signature) returns()
func (*Dagent721Transactor) UpdateAgentFee ¶
func (_Dagent721 *Dagent721Transactor) UpdateAgentFee(opts *bind.TransactOpts, agentId *big.Int, fee *big.Int) (*types.Transaction, error)
UpdateAgentFee is a paid mutator transaction binding the contract method 0xb1fd1526.
Solidity: function updateAgentFee(uint256 agentId, uint256 fee) returns()
func (*Dagent721Transactor) UpdateAgentModelId ¶
func (_Dagent721 *Dagent721Transactor) UpdateAgentModelId(opts *bind.TransactOpts, agentId *big.Int, newModelId uint32) (*types.Transaction, error)
UpdateAgentModelId is a paid mutator transaction binding the contract method 0x0ffc8cf4.
Solidity: function updateAgentModelId(uint256 agentId, uint32 newModelId) returns()
func (*Dagent721Transactor) UpdateAgentURI ¶
func (_Dagent721 *Dagent721Transactor) UpdateAgentURI(opts *bind.TransactOpts, agentId *big.Int, uri string) (*types.Transaction, error)
UpdateAgentURI is a paid mutator transaction binding the contract method 0x6b595822.
Solidity: function updateAgentURI(uint256 agentId, string uri) returns()
func (*Dagent721Transactor) UpdateAgentUriWithSignature ¶
func (_Dagent721 *Dagent721Transactor) UpdateAgentUriWithSignature(opts *bind.TransactOpts, agentId *big.Int, uri string, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
UpdateAgentUriWithSignature is a paid mutator transaction binding the contract method 0xf5888779.
Solidity: function updateAgentUriWithSignature(uint256 agentId, string uri, uint256 randomNonce, bytes signature) returns()
func (*Dagent721Transactor) UpdateGPUManager ¶
func (_Dagent721 *Dagent721Transactor) UpdateGPUManager(opts *bind.TransactOpts, gpuManager common.Address) (*types.Transaction, error)
UpdateGPUManager is a paid mutator transaction binding the contract method 0x88ee5fb2.
Solidity: function updateGPUManager(address gpuManager) returns()
func (*Dagent721Transactor) UpdateMintPrice ¶
func (_Dagent721 *Dagent721Transactor) UpdateMintPrice(opts *bind.TransactOpts, mintPrice *big.Int) (*types.Transaction, error)
UpdateMintPrice is a paid mutator transaction binding the contract method 0x00728e46.
Solidity: function updateMintPrice(uint256 mintPrice) returns()
func (*Dagent721Transactor) UpdateRoyaltyPortion ¶
func (_Dagent721 *Dagent721Transactor) UpdateRoyaltyPortion(opts *bind.TransactOpts, royaltyPortion uint16) (*types.Transaction, error)
UpdateRoyaltyPortion is a paid mutator transaction binding the contract method 0x19e93993.
Solidity: function updateRoyaltyPortion(uint16 royaltyPortion) returns()
func (*Dagent721Transactor) UpdateRoyaltyReceiver ¶
func (_Dagent721 *Dagent721Transactor) UpdateRoyaltyReceiver(opts *bind.TransactOpts, royaltyReceiver common.Address) (*types.Transaction, error)
UpdateRoyaltyReceiver is a paid mutator transaction binding the contract method 0x29dc4d9b.
Solidity: function updateRoyaltyReceiver(address royaltyReceiver) returns()
func (*Dagent721Transactor) UpdateSchedulePrompt ¶
func (_Dagent721 *Dagent721Transactor) UpdateSchedulePrompt(opts *bind.TransactOpts, agentId *big.Int, newPromptScheduler common.Address) (*types.Transaction, error)
UpdateSchedulePrompt is a paid mutator transaction binding the contract method 0x1ddbc69a.
Solidity: function updateSchedulePrompt(uint256 agentId, address newPromptScheduler) returns()
type Dagent721TransactorRaw ¶
type Dagent721TransactorRaw struct {
Contract *Dagent721Transactor // Generic write-only contract binding to access the raw methods on
}
Dagent721TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Dagent721TransactorRaw) Transact ¶
func (_Dagent721 *Dagent721TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Dagent721TransactorRaw) Transfer ¶
func (_Dagent721 *Dagent721TransactorRaw) 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 Dagent721TransactorSession ¶
type Dagent721TransactorSession struct { Contract *Dagent721Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Dagent721TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*Dagent721TransactorSession) AddNewAgentData ¶
func (_Dagent721 *Dagent721TransactorSession) AddNewAgentData(agentId *big.Int, promptKey string, sysPrompt []byte) (*types.Transaction, error)
AddNewAgentData is a paid mutator transaction binding the contract method 0x413b0efa.
Solidity: function addNewAgentData(uint256 agentId, string promptKey, bytes sysPrompt) returns()
func (*Dagent721TransactorSession) Approve ¶
func (_Dagent721 *Dagent721TransactorSession) 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 (*Dagent721TransactorSession) CreateMission ¶
func (_Dagent721 *Dagent721TransactorSession) CreateMission(agentId *big.Int, missionData []byte) (*types.Transaction, error)
CreateMission is a paid mutator transaction binding the contract method 0x6001ad44.
Solidity: function createMission(uint256 agentId, bytes missionData) returns()
func (*Dagent721TransactorSession) Infer ¶
func (_Dagent721 *Dagent721TransactorSession) Infer(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, feeAmount *big.Int) (*types.Transaction, error)
Infer is a paid mutator transaction binding the contract method 0x3b8117fa.
Solidity: function infer(uint256 agentId, bytes fwdCalldata, string externalData, string promptKey, uint256 feeAmount) returns()
func (*Dagent721TransactorSession) Infer0 ¶
func (_Dagent721 *Dagent721TransactorSession) Infer0(agentId *big.Int, fwdCalldata []byte, externalData string, promptKey string, flag bool, feeAmount *big.Int) (*types.Transaction, error)
Infer0 is a paid mutator transaction binding the contract method 0xfa064b19.
Solidity: function infer(uint256 agentId, bytes fwdCalldata, string externalData, string promptKey, bool flag, uint256 feeAmount) returns()
func (*Dagent721TransactorSession) Initialize ¶
func (_Dagent721 *Dagent721TransactorSession) Initialize(name_ string, symbol_ string, mintPrice_ *big.Int, royaltyReceiver_ common.Address, royaltyPortion_ uint16, nextTokenId_ *big.Int, gpuManager_ common.Address, tokenFee_ common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x1e18fb8c.
Solidity: function initialize(string name_, string symbol_, uint256 mintPrice_, address royaltyReceiver_, uint16 royaltyPortion_, uint256 nextTokenId_, address gpuManager_, address tokenFee_) returns()
func (*Dagent721TransactorSession) Mint ¶
func (_Dagent721 *Dagent721TransactorSession) Mint(to common.Address, uri string, data []byte, fee *big.Int, promptKey string, promptScheduler common.Address, modelId uint32) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0xb8ea1693.
Solidity: function mint(address to, string uri, bytes data, uint256 fee, string promptKey, address promptScheduler, uint32 modelId) returns(uint256)
func (*Dagent721TransactorSession) Pause ¶
func (_Dagent721 *Dagent721TransactorSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*Dagent721TransactorSession) RenounceOwnership ¶
func (_Dagent721 *Dagent721TransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*Dagent721TransactorSession) SafeTransferFrom ¶
func (_Dagent721 *Dagent721TransactorSession) 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 (*Dagent721TransactorSession) SafeTransferFrom0 ¶
func (_Dagent721 *Dagent721TransactorSession) 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 (*Dagent721TransactorSession) SetApprovalForAll ¶
func (_Dagent721 *Dagent721TransactorSession) 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 (*Dagent721TransactorSession) TopUpPoolBalance ¶
func (_Dagent721 *Dagent721TransactorSession) TopUpPoolBalance(agentId *big.Int, amount *big.Int) (*types.Transaction, error)
TopUpPoolBalance is a paid mutator transaction binding the contract method 0x67b611a0.
Solidity: function topUpPoolBalance(uint256 agentId, uint256 amount) returns()
func (*Dagent721TransactorSession) TransferFrom ¶
func (_Dagent721 *Dagent721TransactorSession) 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 (*Dagent721TransactorSession) TransferOwnership ¶
func (_Dagent721 *Dagent721TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*Dagent721TransactorSession) Unpause ¶
func (_Dagent721 *Dagent721TransactorSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*Dagent721TransactorSession) UpdateAgentData ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateAgentData(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int) (*types.Transaction, error)
UpdateAgentData is a paid mutator transaction binding the contract method 0xe96177c4.
Solidity: function updateAgentData(uint256 agentId, bytes sysPrompt, string promptKey, uint256 promptIdx) returns()
func (*Dagent721TransactorSession) UpdateAgentDataWithSignature ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateAgentDataWithSignature(agentId *big.Int, sysPrompt []byte, promptKey string, promptIdx *big.Int, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
UpdateAgentDataWithSignature is a paid mutator transaction binding the contract method 0x1c83fb2c.
Solidity: function updateAgentDataWithSignature(uint256 agentId, bytes sysPrompt, string promptKey, uint256 promptIdx, uint256 randomNonce, bytes signature) returns()
func (*Dagent721TransactorSession) UpdateAgentFee ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateAgentFee(agentId *big.Int, fee *big.Int) (*types.Transaction, error)
UpdateAgentFee is a paid mutator transaction binding the contract method 0xb1fd1526.
Solidity: function updateAgentFee(uint256 agentId, uint256 fee) returns()
func (*Dagent721TransactorSession) UpdateAgentModelId ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateAgentModelId(agentId *big.Int, newModelId uint32) (*types.Transaction, error)
UpdateAgentModelId is a paid mutator transaction binding the contract method 0x0ffc8cf4.
Solidity: function updateAgentModelId(uint256 agentId, uint32 newModelId) returns()
func (*Dagent721TransactorSession) UpdateAgentURI ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateAgentURI(agentId *big.Int, uri string) (*types.Transaction, error)
UpdateAgentURI is a paid mutator transaction binding the contract method 0x6b595822.
Solidity: function updateAgentURI(uint256 agentId, string uri) returns()
func (*Dagent721TransactorSession) UpdateAgentUriWithSignature ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateAgentUriWithSignature(agentId *big.Int, uri string, randomNonce *big.Int, signature []byte) (*types.Transaction, error)
UpdateAgentUriWithSignature is a paid mutator transaction binding the contract method 0xf5888779.
Solidity: function updateAgentUriWithSignature(uint256 agentId, string uri, uint256 randomNonce, bytes signature) returns()
func (*Dagent721TransactorSession) UpdateGPUManager ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateGPUManager(gpuManager common.Address) (*types.Transaction, error)
UpdateGPUManager is a paid mutator transaction binding the contract method 0x88ee5fb2.
Solidity: function updateGPUManager(address gpuManager) returns()
func (*Dagent721TransactorSession) UpdateMintPrice ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateMintPrice(mintPrice *big.Int) (*types.Transaction, error)
UpdateMintPrice is a paid mutator transaction binding the contract method 0x00728e46.
Solidity: function updateMintPrice(uint256 mintPrice) returns()
func (*Dagent721TransactorSession) UpdateRoyaltyPortion ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateRoyaltyPortion(royaltyPortion uint16) (*types.Transaction, error)
UpdateRoyaltyPortion is a paid mutator transaction binding the contract method 0x19e93993.
Solidity: function updateRoyaltyPortion(uint16 royaltyPortion) returns()
func (*Dagent721TransactorSession) UpdateRoyaltyReceiver ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateRoyaltyReceiver(royaltyReceiver common.Address) (*types.Transaction, error)
UpdateRoyaltyReceiver is a paid mutator transaction binding the contract method 0x29dc4d9b.
Solidity: function updateRoyaltyReceiver(address royaltyReceiver) returns()
func (*Dagent721TransactorSession) UpdateSchedulePrompt ¶
func (_Dagent721 *Dagent721TransactorSession) UpdateSchedulePrompt(agentId *big.Int, newPromptScheduler common.Address) (*types.Transaction, error)
UpdateSchedulePrompt is a paid mutator transaction binding the contract method 0x1ddbc69a.
Solidity: function updateSchedulePrompt(uint256 agentId, address newPromptScheduler) returns()
type Dagent721Transfer ¶
type Dagent721Transfer struct { From common.Address To common.Address TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
Dagent721Transfer represents a Transfer event raised by the Dagent721 contract.
type Dagent721TransferIterator ¶
type Dagent721TransferIterator struct { Event *Dagent721Transfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Dagent721 contract.
func (*Dagent721TransferIterator) Close ¶
func (it *Dagent721TransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721TransferIterator) Error ¶
func (it *Dagent721TransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721TransferIterator) Next ¶
func (it *Dagent721TransferIterator) 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 Dagent721Unpaused ¶
type Dagent721Unpaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
Dagent721Unpaused represents a Unpaused event raised by the Dagent721 contract.
type Dagent721UnpausedIterator ¶
type Dagent721UnpausedIterator struct { Event *Dagent721Unpaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Dagent721UnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the Dagent721 contract.
func (*Dagent721UnpausedIterator) Close ¶
func (it *Dagent721UnpausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Dagent721UnpausedIterator) Error ¶
func (it *Dagent721UnpausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Dagent721UnpausedIterator) Next ¶
func (it *Dagent721UnpausedIterator) 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.