alastriaContracts

package
v0.0.0-...-b2c4e65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlastriaContractsABI = AlastriaContractsMetaData.ABI

AlastriaContractsABI is the input ABI used to generate the binding from. Deprecated: Use AlastriaContractsMetaData.ABI instead.

View Source
var AlastriaContractsMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_firstIdentity\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"constant\":true,\"inputs\":[],\"name\":\"cif\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"url_AOA\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"url_createAID\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"url_logo\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_cif\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_url_logo\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_url_createAID\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_url_AOA\",\"type\":\"string\"}],\"name\":\"addEntity\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"}],\"name\":\"setNameEntity\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_cif\",\"type\":\"string\"}],\"name\":\"setCifEntity\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_url_logo\",\"type\":\"string\"}],\"name\":\"setUrlLogo\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_url_createAID\",\"type\":\"string\"}],\"name\":\"setUrlCreateAID\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"_url_AOA\",\"type\":\"string\"}],\"name\":\"setUrlAOA\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addressEntity\",\"type\":\"address\"}],\"name\":\"getEntity\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_cif\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_url_logo\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_url_createAID\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_url_AOA\",\"type\":\"string\"},{\"internalType\":\"bool\",\"name\":\"_active\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"entitiesList\",\"outputs\":[{\"internalType\":\"address[]\",\"name\":\"\",\"type\":\"address[]\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

AlastriaContractsMetaData contains all meta data concerning the AlastriaContracts contract.

Functions

This section is empty.

Types

type AlastriaContracts

type AlastriaContracts struct {
	AlastriaContractsCaller     // Read-only binding to the contract
	AlastriaContractsTransactor // Write-only binding to the contract
	AlastriaContractsFilterer   // Log filterer for contract events
}

AlastriaContracts is an auto generated Go binding around an Ethereum contract.

func NewAlastriaContracts

func NewAlastriaContracts(address common.Address, backend bind.ContractBackend) (*AlastriaContracts, error)

NewAlastriaContracts creates a new instance of AlastriaContracts, bound to a specific deployed contract.

type AlastriaContractsCaller

type AlastriaContractsCaller struct {
	// contains filtered or unexported fields
}

AlastriaContractsCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewAlastriaContractsCaller

func NewAlastriaContractsCaller(address common.Address, caller bind.ContractCaller) (*AlastriaContractsCaller, error)

NewAlastriaContractsCaller creates a new read-only instance of AlastriaContracts, bound to a specific deployed contract.

func (*AlastriaContractsCaller) Cif

func (_AlastriaContracts *AlastriaContractsCaller) Cif(opts *bind.CallOpts) (string, error)

Cif is a free data retrieval call binding the contract method 0x7f35d729.

Solidity: function cif() view returns(string)

func (*AlastriaContractsCaller) EntitiesList

func (_AlastriaContracts *AlastriaContractsCaller) EntitiesList(opts *bind.CallOpts) ([]common.Address, error)

EntitiesList is a free data retrieval call binding the contract method 0x6e7a216b.

Solidity: function entitiesList() view returns(address[])

func (*AlastriaContractsCaller) GetEntity

func (_AlastriaContracts *AlastriaContractsCaller) GetEntity(opts *bind.CallOpts, _addressEntity common.Address) (struct {
	Name         string
	Cif          string
	UrlLogo      string
	UrlCreateAID string
	UrlAOA       string
	Active       bool
}, error)

GetEntity is a free data retrieval call binding the contract method 0x75894e8c.

Solidity: function getEntity(address _addressEntity) view returns(string _name, string _cif, string _url_logo, string _url_createAID, string _url_AOA, bool _active)

func (*AlastriaContractsCaller) Name

func (_AlastriaContracts *AlastriaContractsCaller) 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 (*AlastriaContractsCaller) UrlAOA

func (_AlastriaContracts *AlastriaContractsCaller) UrlAOA(opts *bind.CallOpts) (string, error)

UrlAOA is a free data retrieval call binding the contract method 0xbf039d43.

Solidity: function url_AOA() view returns(string)

func (*AlastriaContractsCaller) UrlCreateAID

func (_AlastriaContracts *AlastriaContractsCaller) UrlCreateAID(opts *bind.CallOpts) (string, error)

UrlCreateAID is a free data retrieval call binding the contract method 0x3bdf8863.

Solidity: function url_createAID() view returns(string)

func (_AlastriaContracts *AlastriaContractsCaller) UrlLogo(opts *bind.CallOpts) (string, error)

UrlLogo is a free data retrieval call binding the contract method 0x500bebf3.

Solidity: function url_logo() view returns(string)

type AlastriaContractsCallerRaw

type AlastriaContractsCallerRaw struct {
	Contract *AlastriaContractsCaller // Generic read-only contract binding to access the raw methods on
}

AlastriaContractsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*AlastriaContractsCallerRaw) Call

func (_AlastriaContracts *AlastriaContractsCallerRaw) 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 AlastriaContractsCallerSession

type AlastriaContractsCallerSession struct {
	Contract *AlastriaContractsCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}

AlastriaContractsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*AlastriaContractsCallerSession) Cif

func (_AlastriaContracts *AlastriaContractsCallerSession) Cif() (string, error)

Cif is a free data retrieval call binding the contract method 0x7f35d729.

Solidity: function cif() view returns(string)

func (*AlastriaContractsCallerSession) EntitiesList

func (_AlastriaContracts *AlastriaContractsCallerSession) EntitiesList() ([]common.Address, error)

EntitiesList is a free data retrieval call binding the contract method 0x6e7a216b.

Solidity: function entitiesList() view returns(address[])

func (*AlastriaContractsCallerSession) GetEntity

func (_AlastriaContracts *AlastriaContractsCallerSession) GetEntity(_addressEntity common.Address) (struct {
	Name         string
	Cif          string
	UrlLogo      string
	UrlCreateAID string
	UrlAOA       string
	Active       bool
}, error)

GetEntity is a free data retrieval call binding the contract method 0x75894e8c.

Solidity: function getEntity(address _addressEntity) view returns(string _name, string _cif, string _url_logo, string _url_createAID, string _url_AOA, bool _active)

func (*AlastriaContractsCallerSession) Name

func (_AlastriaContracts *AlastriaContractsCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*AlastriaContractsCallerSession) UrlAOA

func (_AlastriaContracts *AlastriaContractsCallerSession) UrlAOA() (string, error)

UrlAOA is a free data retrieval call binding the contract method 0xbf039d43.

Solidity: function url_AOA() view returns(string)

func (*AlastriaContractsCallerSession) UrlCreateAID

func (_AlastriaContracts *AlastriaContractsCallerSession) UrlCreateAID() (string, error)

UrlCreateAID is a free data retrieval call binding the contract method 0x3bdf8863.

Solidity: function url_createAID() view returns(string)

func (_AlastriaContracts *AlastriaContractsCallerSession) UrlLogo() (string, error)

UrlLogo is a free data retrieval call binding the contract method 0x500bebf3.

Solidity: function url_logo() view returns(string)

type AlastriaContractsFilterer

type AlastriaContractsFilterer struct {
	// contains filtered or unexported fields
}

AlastriaContractsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewAlastriaContractsFilterer

func NewAlastriaContractsFilterer(address common.Address, filterer bind.ContractFilterer) (*AlastriaContractsFilterer, error)

NewAlastriaContractsFilterer creates a new log filterer instance of AlastriaContracts, bound to a specific deployed contract.

type AlastriaContractsRaw

type AlastriaContractsRaw struct {
	Contract *AlastriaContracts // Generic contract binding to access the raw methods on
}

AlastriaContractsRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*AlastriaContractsRaw) Call

func (_AlastriaContracts *AlastriaContractsRaw) 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 (*AlastriaContractsRaw) Transact

func (_AlastriaContracts *AlastriaContractsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AlastriaContractsRaw) Transfer

func (_AlastriaContracts *AlastriaContractsRaw) 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 AlastriaContractsSession

type AlastriaContractsSession struct {
	Contract     *AlastriaContracts // 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
}

AlastriaContractsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*AlastriaContractsSession) AddEntity

func (_AlastriaContracts *AlastriaContractsSession) AddEntity(_addressEntity common.Address, _name string, _cif string, _url_logo string, _url_createAID string, _url_AOA string) (*types.Transaction, error)

AddEntity is a paid mutator transaction binding the contract method 0x1252a083.

Solidity: function addEntity(address _addressEntity, string _name, string _cif, string _url_logo, string _url_createAID, string _url_AOA) returns()

func (*AlastriaContractsSession) Cif

func (_AlastriaContracts *AlastriaContractsSession) Cif() (string, error)

Cif is a free data retrieval call binding the contract method 0x7f35d729.

Solidity: function cif() view returns(string)

func (*AlastriaContractsSession) EntitiesList

func (_AlastriaContracts *AlastriaContractsSession) EntitiesList() ([]common.Address, error)

EntitiesList is a free data retrieval call binding the contract method 0x6e7a216b.

Solidity: function entitiesList() view returns(address[])

func (*AlastriaContractsSession) GetEntity

func (_AlastriaContracts *AlastriaContractsSession) GetEntity(_addressEntity common.Address) (struct {
	Name         string
	Cif          string
	UrlLogo      string
	UrlCreateAID string
	UrlAOA       string
	Active       bool
}, error)

GetEntity is a free data retrieval call binding the contract method 0x75894e8c.

Solidity: function getEntity(address _addressEntity) view returns(string _name, string _cif, string _url_logo, string _url_createAID, string _url_AOA, bool _active)

func (*AlastriaContractsSession) Name

func (_AlastriaContracts *AlastriaContractsSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*AlastriaContractsSession) SetCifEntity

func (_AlastriaContracts *AlastriaContractsSession) SetCifEntity(_addressEntity common.Address, _cif string) (*types.Transaction, error)

SetCifEntity is a paid mutator transaction binding the contract method 0x1e5f6f01.

Solidity: function setCifEntity(address _addressEntity, string _cif) returns()

func (*AlastriaContractsSession) SetNameEntity

func (_AlastriaContracts *AlastriaContractsSession) SetNameEntity(_addressEntity common.Address, _name string) (*types.Transaction, error)

SetNameEntity is a paid mutator transaction binding the contract method 0xeb5c426c.

Solidity: function setNameEntity(address _addressEntity, string _name) returns()

func (*AlastriaContractsSession) SetUrlAOA

func (_AlastriaContracts *AlastriaContractsSession) SetUrlAOA(_addressEntity common.Address, _url_AOA string) (*types.Transaction, error)

SetUrlAOA is a paid mutator transaction binding the contract method 0x8e672cf7.

Solidity: function setUrlAOA(address _addressEntity, string _url_AOA) returns()

func (*AlastriaContractsSession) SetUrlCreateAID

func (_AlastriaContracts *AlastriaContractsSession) SetUrlCreateAID(_addressEntity common.Address, _url_createAID string) (*types.Transaction, error)

SetUrlCreateAID is a paid mutator transaction binding the contract method 0x4b7a1859.

Solidity: function setUrlCreateAID(address _addressEntity, string _url_createAID) returns()

func (_AlastriaContracts *AlastriaContractsSession) SetUrlLogo(_addressEntity common.Address, _url_logo string) (*types.Transaction, error)

SetUrlLogo is a paid mutator transaction binding the contract method 0x0ff72ef2.

Solidity: function setUrlLogo(address _addressEntity, string _url_logo) returns()

func (*AlastriaContractsSession) UrlAOA

func (_AlastriaContracts *AlastriaContractsSession) UrlAOA() (string, error)

UrlAOA is a free data retrieval call binding the contract method 0xbf039d43.

Solidity: function url_AOA() view returns(string)

func (*AlastriaContractsSession) UrlCreateAID

func (_AlastriaContracts *AlastriaContractsSession) UrlCreateAID() (string, error)

UrlCreateAID is a free data retrieval call binding the contract method 0x3bdf8863.

Solidity: function url_createAID() view returns(string)

func (_AlastriaContracts *AlastriaContractsSession) UrlLogo() (string, error)

UrlLogo is a free data retrieval call binding the contract method 0x500bebf3.

Solidity: function url_logo() view returns(string)

type AlastriaContractsTransactor

type AlastriaContractsTransactor struct {
	// contains filtered or unexported fields
}

AlastriaContractsTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewAlastriaContractsTransactor

func NewAlastriaContractsTransactor(address common.Address, transactor bind.ContractTransactor) (*AlastriaContractsTransactor, error)

NewAlastriaContractsTransactor creates a new write-only instance of AlastriaContracts, bound to a specific deployed contract.

func (*AlastriaContractsTransactor) AddEntity

func (_AlastriaContracts *AlastriaContractsTransactor) AddEntity(opts *bind.TransactOpts, _addressEntity common.Address, _name string, _cif string, _url_logo string, _url_createAID string, _url_AOA string) (*types.Transaction, error)

AddEntity is a paid mutator transaction binding the contract method 0x1252a083.

Solidity: function addEntity(address _addressEntity, string _name, string _cif, string _url_logo, string _url_createAID, string _url_AOA) returns()

func (*AlastriaContractsTransactor) SetCifEntity

func (_AlastriaContracts *AlastriaContractsTransactor) SetCifEntity(opts *bind.TransactOpts, _addressEntity common.Address, _cif string) (*types.Transaction, error)

SetCifEntity is a paid mutator transaction binding the contract method 0x1e5f6f01.

Solidity: function setCifEntity(address _addressEntity, string _cif) returns()

func (*AlastriaContractsTransactor) SetNameEntity

func (_AlastriaContracts *AlastriaContractsTransactor) SetNameEntity(opts *bind.TransactOpts, _addressEntity common.Address, _name string) (*types.Transaction, error)

SetNameEntity is a paid mutator transaction binding the contract method 0xeb5c426c.

Solidity: function setNameEntity(address _addressEntity, string _name) returns()

func (*AlastriaContractsTransactor) SetUrlAOA

func (_AlastriaContracts *AlastriaContractsTransactor) SetUrlAOA(opts *bind.TransactOpts, _addressEntity common.Address, _url_AOA string) (*types.Transaction, error)

SetUrlAOA is a paid mutator transaction binding the contract method 0x8e672cf7.

Solidity: function setUrlAOA(address _addressEntity, string _url_AOA) returns()

func (*AlastriaContractsTransactor) SetUrlCreateAID

func (_AlastriaContracts *AlastriaContractsTransactor) SetUrlCreateAID(opts *bind.TransactOpts, _addressEntity common.Address, _url_createAID string) (*types.Transaction, error)

SetUrlCreateAID is a paid mutator transaction binding the contract method 0x4b7a1859.

Solidity: function setUrlCreateAID(address _addressEntity, string _url_createAID) returns()

func (_AlastriaContracts *AlastriaContractsTransactor) SetUrlLogo(opts *bind.TransactOpts, _addressEntity common.Address, _url_logo string) (*types.Transaction, error)

SetUrlLogo is a paid mutator transaction binding the contract method 0x0ff72ef2.

Solidity: function setUrlLogo(address _addressEntity, string _url_logo) returns()

type AlastriaContractsTransactorRaw

type AlastriaContractsTransactorRaw struct {
	Contract *AlastriaContractsTransactor // Generic write-only contract binding to access the raw methods on
}

AlastriaContractsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*AlastriaContractsTransactorRaw) Transact

func (_AlastriaContracts *AlastriaContractsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AlastriaContractsTransactorRaw) Transfer

func (_AlastriaContracts *AlastriaContractsTransactorRaw) 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 AlastriaContractsTransactorSession

type AlastriaContractsTransactorSession struct {
	Contract     *AlastriaContractsTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}

AlastriaContractsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*AlastriaContractsTransactorSession) AddEntity

func (_AlastriaContracts *AlastriaContractsTransactorSession) AddEntity(_addressEntity common.Address, _name string, _cif string, _url_logo string, _url_createAID string, _url_AOA string) (*types.Transaction, error)

AddEntity is a paid mutator transaction binding the contract method 0x1252a083.

Solidity: function addEntity(address _addressEntity, string _name, string _cif, string _url_logo, string _url_createAID, string _url_AOA) returns()

func (*AlastriaContractsTransactorSession) SetCifEntity

func (_AlastriaContracts *AlastriaContractsTransactorSession) SetCifEntity(_addressEntity common.Address, _cif string) (*types.Transaction, error)

SetCifEntity is a paid mutator transaction binding the contract method 0x1e5f6f01.

Solidity: function setCifEntity(address _addressEntity, string _cif) returns()

func (*AlastriaContractsTransactorSession) SetNameEntity

func (_AlastriaContracts *AlastriaContractsTransactorSession) SetNameEntity(_addressEntity common.Address, _name string) (*types.Transaction, error)

SetNameEntity is a paid mutator transaction binding the contract method 0xeb5c426c.

Solidity: function setNameEntity(address _addressEntity, string _name) returns()

func (*AlastriaContractsTransactorSession) SetUrlAOA

func (_AlastriaContracts *AlastriaContractsTransactorSession) SetUrlAOA(_addressEntity common.Address, _url_AOA string) (*types.Transaction, error)

SetUrlAOA is a paid mutator transaction binding the contract method 0x8e672cf7.

Solidity: function setUrlAOA(address _addressEntity, string _url_AOA) returns()

func (*AlastriaContractsTransactorSession) SetUrlCreateAID

func (_AlastriaContracts *AlastriaContractsTransactorSession) SetUrlCreateAID(_addressEntity common.Address, _url_createAID string) (*types.Transaction, error)

SetUrlCreateAID is a paid mutator transaction binding the contract method 0x4b7a1859.

Solidity: function setUrlCreateAID(address _addressEntity, string _url_createAID) returns()

func (_AlastriaContracts *AlastriaContractsTransactorSession) SetUrlLogo(_addressEntity common.Address, _url_logo string) (*types.Transaction, error)

SetUrlLogo is a paid mutator transaction binding the contract method 0x0ff72ef2.

Solidity: function setUrlLogo(address _addressEntity, string _url_logo) returns()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL