Versions in this module Expand all Collapse all v1 v1.1.2 Jun 2, 2021 Changes in this version + const CentrifugeAssetABI + var CentrifugeAssetBin = "0x608060405234801561001057600080fd5b5061029e806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063654cf88c1461003b57806396add60014610057575b600080fd5b61005560048036038101906100509190610177565b610087565b005b610071600480360381019061006c9190610177565b610142565b60405161007e91906101ef565b60405180910390f35b60008082815260200190815260200160002060009054906101000a900460ff16156100e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100de9061020a565b60405180910390fd5b600160008083815260200190815260200160002060006101000a81548160ff021916908315150217905550807f08ae553713effae7116be03743b167b8b803449ee8fb912c2ec43dc2c824f53560405160405180910390a250565b60006020528060005260406000206000915054906101000a900460ff1681565b60008135905061017181610251565b92915050565b60006020828403121561018957600080fd5b600061019784828501610162565b91505092915050565b6101a98161023b565b82525050565b60006101bc60178361022a565b91507f617373657420697320616c72656164792073746f7265640000000000000000006000830152602082019050919050565b600060208201905061020460008301846101a0565b92915050565b60006020820190508181036000830152610223816101af565b9050919050565b600082825260208201905092915050565b60008115159050919050565b6000819050919050565b61025a81610247565b811461026557600080fd5b5056fea2646970667358221220635e7023f0d6831255c9d3247bcb04f1d174ac7a45614bc3e812928f8814ca9564736f6c63430006040033" + type CentrifugeAsset struct + func DeployCentrifugeAsset(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *CentrifugeAsset, error) + func NewCentrifugeAsset(address common.Address, backend bind.ContractBackend) (*CentrifugeAsset, error) + type CentrifugeAssetAssetStored struct + Asset [32]byte + Raw types.Log + type CentrifugeAssetAssetStoredIterator struct + Event *CentrifugeAssetAssetStored + func (it *CentrifugeAssetAssetStoredIterator) Close() error + func (it *CentrifugeAssetAssetStoredIterator) Error() error + func (it *CentrifugeAssetAssetStoredIterator) Next() bool + type CentrifugeAssetCaller struct + func NewCentrifugeAssetCaller(address common.Address, caller bind.ContractCaller) (*CentrifugeAssetCaller, error) + func (_CentrifugeAsset *CentrifugeAssetCaller) AssetsStored(opts *bind.CallOpts, arg0 [32]byte) (bool, error) + type CentrifugeAssetCallerRaw struct + Contract *CentrifugeAssetCaller + func (_CentrifugeAsset *CentrifugeAssetCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type CentrifugeAssetCallerSession struct + CallOpts bind.CallOpts + Contract *CentrifugeAssetCaller + func (_CentrifugeAsset *CentrifugeAssetCallerSession) AssetsStored(arg0 [32]byte) (bool, error) + type CentrifugeAssetFilterer struct + func NewCentrifugeAssetFilterer(address common.Address, filterer bind.ContractFilterer) (*CentrifugeAssetFilterer, error) + func (_CentrifugeAsset *CentrifugeAssetFilterer) FilterAssetStored(opts *bind.FilterOpts, asset [][32]byte) (*CentrifugeAssetAssetStoredIterator, error) + func (_CentrifugeAsset *CentrifugeAssetFilterer) ParseAssetStored(log types.Log) (*CentrifugeAssetAssetStored, error) + func (_CentrifugeAsset *CentrifugeAssetFilterer) WatchAssetStored(opts *bind.WatchOpts, sink chan<- *CentrifugeAssetAssetStored, ...) (event.Subscription, error) + type CentrifugeAssetRaw struct + Contract *CentrifugeAsset + func (_CentrifugeAsset *CentrifugeAssetRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_CentrifugeAsset *CentrifugeAssetRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_CentrifugeAsset *CentrifugeAssetRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type CentrifugeAssetSession struct + CallOpts bind.CallOpts + Contract *CentrifugeAsset + TransactOpts bind.TransactOpts + func (_CentrifugeAsset *CentrifugeAssetSession) AssetsStored(arg0 [32]byte) (bool, error) + func (_CentrifugeAsset *CentrifugeAssetSession) Store(asset [32]byte) (*types.Transaction, error) + type CentrifugeAssetTransactor struct + func NewCentrifugeAssetTransactor(address common.Address, transactor bind.ContractTransactor) (*CentrifugeAssetTransactor, error) + func (_CentrifugeAsset *CentrifugeAssetTransactor) Store(opts *bind.TransactOpts, asset [32]byte) (*types.Transaction, error) + type CentrifugeAssetTransactorRaw struct + Contract *CentrifugeAssetTransactor + func (_CentrifugeAsset *CentrifugeAssetTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_CentrifugeAsset *CentrifugeAssetTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type CentrifugeAssetTransactorSession struct + Contract *CentrifugeAssetTransactor + TransactOpts bind.TransactOpts + func (_CentrifugeAsset *CentrifugeAssetTransactorSession) Store(asset [32]byte) (*types.Transaction, error)