Approve 389385fc| inputs | 0 | address | from | |
| 1 | address | spender | ||
| 2 | bytes32 | symbol | ||
| 3 | uint256 | value | ||
| 4 | uint256 | version |
Error 8ad05dce| inputs | 0 | bytes32 | message | |
| 1 | uint256 | version |
Issue 714f0596| inputs | 0 | bytes32 | symbol | |
| 1 | uint256 | value | ||
| 2 | address | by | ||
| 3 | uint256 | version |
OwnershipChange a036716a| inputs | 0 | address | from | |
| 1 | address | to | ||
| 2 | bytes32 | symbol | ||
| 3 | uint256 | version |
Recovery d38446e2| inputs | 0 | address | from | |
| 1 | address | to | ||
| 2 | address | by | ||
| 3 | uint256 | version |
Revoke 21195415| inputs | 0 | bytes32 | symbol | |
| 1 | uint256 | value | ||
| 2 | address | by | ||
| 3 | uint256 | version |
Transfer 940c4b35| inputs | 0 | address | from | |
| 1 | address | to | ||
| 2 | bytes32 | symbol | ||
| 3 | uint256 | value | ||
| 4 | string | reference | ||
| 5 | uint256 | version |
_address 6825c843Returns current address for a particular holder id.
| inputs | 0 | uint256 | _holderId | holder id. |
| outputs | 0 | address |
_balanceOf 5b7da338Returns asset balance for a particular holder id.
| inputs | 0 | uint256 | _holderId | holder id. |
| 1 | bytes32 | _symbol | asset symbol. | |
| outputs | 0 | uint256 |
allowance 1c8d5d38Returns asset allowance from one holder to another.
| inputs | 0 | address | _from | holder that allowed spending. |
| 1 | address | _spender | holder that is allowed to spend. | |
| 2 | bytes32 | _symbol | asset symbol. | |
| outputs | 0 | uint256 |
assets 9fda5b66| inputs | 0 | bytes32 |
balanceOf 4d30b6beReturns asset balance for a particular holder.
| inputs | 0 | address | _holder | holder address. |
| 1 | bytes32 | _symbol | asset symbol. | |
| outputs | 0 | uint256 |
baseUnit dc86e6f0Returns asset decimals.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | uint8 |
changeContractOwnership 557f4bc9Prepares ownership pass. * Can only be called by current owner.
| inputs | 0 | address | _to | address of the next owner. |
| outputs | 0 | bool |
changeOwnership fd83915ePasses asset ownership to specified address. * Only ownership is changed, balances are not touched. Can only be called by asset owner.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| 1 | address | _newOwner | address to become a new owner. | |
| outputs | 0 | bool |
claimContractOwnership 4592cd1dFinalize ownership pass. * Can only be called by pending owner.
| outputs | 0 | bool |
contractOwner ce606ee0description bebcc045Returns asset description.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | string |
distrust f0c06aa5Revoke trust to perform recovery procedure from an address.
| inputs | 0 | address | _to | trustee. |
| outputs | 0 | bool |
emitApprove d54c8c87| inputs | 0 | address | _from | |
| 1 | address | _spender | ||
| 2 | bytes32 | _symbol | ||
| 3 | uint256 | _value |
emitError e90459f8| inputs | 0 | bytes32 | _message |
emitIssue abafaa16| inputs | 0 | bytes32 | _symbol | |
| 1 | uint256 | _value | ||
| 2 | address | _by |
emitOwnershipChange a9612f72| inputs | 0 | address | _from | |
| 1 | address | _to | ||
| 2 | bytes32 | _symbol |
emitRecovery ea14457e| inputs | 0 | address | _from | |
| 1 | address | _to | ||
| 2 | address | _by |
emitRevoke c70bbc13| inputs | 0 | bytes32 | _symbol | |
| 1 | uint256 | _value | ||
| 2 | address | _by |
emitTransfer 515c1457| inputs | 0 | address | _from | |
| 1 | address | _to | ||
| 2 | bytes32 | _symbol | ||
| 3 | uint256 | _value | ||
| 4 | string | _reference |
eventsHistory f07629f8getHolderId 0af3e660Returns holder id for the specified address.
| inputs | 0 | address | _holder | holder address. |
| outputs | 0 | uint256 |
holders 2a11ced0| inputs | 0 | uint256 |
holdersCount 6b4ed21bisCreated 2f553d31Check asset existance.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | bool |
isOwner e96b462aCheck if specified address has asset owner rights.
| inputs | 0 | address | _owner | address to check. |
| 1 | bytes32 | _symbol | asset symbol. | |
| outputs | 0 | bool |
isReissuable c4eeeeb9Returns asset reissuability.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | bool |
isTrusted 6713e230Check if specified holder trusts an address with recovery procedure.
| inputs | 0 | address | _from | truster. |
| 1 | address | _to | trustee. | |
| outputs | 0 | bool |
issueAsset 085a4705Issues new asset token on the platform. * Tokens issued with this call go straight to contract owner. Each symbol can be issued only once, and only by contract owner.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| 1 | uint256 | _value | amount of tokens to issue immediately. | |
| 2 | string | _name | name of the asset. | |
| 3 | string | _description | description for the asset. | |
| 4 | uint8 | _baseUnit | number of decimals. | |
| 5 | bool | _isReissuable | dynamic or fixed supply. | |
| outputs | 0 | bool |
name 691f3431Returns asset name.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | string |
owner 02571be3Returns asset owner address.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | address |
pendingContractOwner 5aa77d3cproxies 6932af36| inputs | 0 | bytes32 |
proxyApprove 14712e2fSets asset spending allowance for a specified spender. * Can only be called by asset proxy.
| inputs | 0 | address | _spender | holder address to set allowance to. |
| 1 | uint256 | _value | amount to allow. | |
| 2 | bytes32 | _symbol | asset symbol. | |
| 3 | address | _sender | approve initiator address. | |
| outputs | 0 | bool |
proxyTransferFromWithReference 161ff662Prforms allowance transfer of asset balance between holders wallets. * Can only be called by asset proxy.
| inputs | 0 | address | _from | holder address to take from. |
| 1 | address | _to | holder address to give to. | |
| 2 | uint256 | _value | amount to transfer. | |
| 3 | bytes32 | _symbol | asset symbol. | |
| 4 | string | _reference | transfer comment to be included in a Transfer event. | |
| 5 | address | _sender | allowance transfer initiator address. | |
| outputs | 0 | bool |
proxyTransferWithReference 57a96dd0Transfers asset balance between holders wallets. * Can only be called by asset proxy.
| inputs | 0 | address | _to | holder address to give to. |
| 1 | uint256 | _value | amount to transfer. | |
| 2 | bytes32 | _symbol | asset symbol. | |
| 3 | string | _reference | transfer comment to be included in a Transfer event. | |
| 4 | address | _sender | transfer initiator address. | |
| outputs | 0 | bool |
recover 648bf774Perform recovery procedure. * This function logic is actually more of an addAccess(uint _holderId, address _to). It grants another address access to recovery subject wallets. Can only be called by trustee of recovery subject.
| inputs | 0 | address | _from | holder address to recover from. |
| 1 | address | _to | address to grant access to. | |
| outputs | 0 | bool |
reissueAsset e0873c06Issues additional asset tokens if the asset have dynamic supply. * Tokens issued with this call go straight to asset owner. Can only be called by asset owner.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| 1 | uint256 | _value | amount of additional tokens to issue. | |
| outputs | 0 | bool |
revokeAsset ca448a88Destroys specified amount of senders asset tokens.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| 1 | uint256 | _value | amount of tokens to destroy. | |
| outputs | 0 | bool |
setProxy 638a9ce9Sets Proxy contract address for a particular asset. * Can be set only once for each asset, and only by contract owner.
| inputs | 0 | address | _address | Proxy contract address. |
| 1 | bytes32 | _symbol | asset symbol. | |
| outputs | 0 | bool |
setupEventsHistory 02927d20Sets EventsHstory contract address. * Can be set only once, and only by contract owner.
| inputs | 0 | address | _eventsHistory | EventsHistory contract address. |
| outputs | 0 | bool |
totalSupply b524abcfReturns asset total supply.
| inputs | 0 | bytes32 | _symbol | asset symbol. |
| outputs | 0 | uint256 |
trust 4637d827Trust an address to perform recovery procedure for the caller.
| inputs | 0 | address | _to | trustee. |
| outputs | 0 | bool |