AcceptDividends
d67b9f17
inputs | 0 | uint256 | tokenId | |
1 | uint256 | value |
Approval
69e4aaf2
inputs | 0 | uint256 | tokenId | |
1 | address | owner | ||
2 | address | spender | ||
3 | uint256 | value |
Init
2327f5bf
inputs | 0 | uint256 | tokenId | |
1 | address | owner | ||
2 | uint256 | totalSupply |
ReleaseDividendsRights
ffc571bb
inputs | 0 | uint256 | tokenId | |
1 | address | _for | ||
2 | uint256 | value |
Transfer
f2dbd98d
inputs | 0 | uint256 | tokenId | |
1 | address | from | ||
2 | address | to | ||
3 | uint256 | value |
TestingToken
acceptDividends
31580446
Accept dividends
inputs | 0 | uint256 | _tokenId |
acceptDividends
8f371876
Accept dividends
inputs | 0 | uint256 | _tokenId | |
1 | uint256 | _tvalue |
allowance
0d550b75
Function to check the amount of tokens that an owner allowed to a spender.
inputs | 0 | uint256 | _tokenId | subtoken identifier |
1 | address | _owner | The address which owns the funds. | |
2 | address | _spender | The address which will spend the funds. | |
outputs | 0 | uint256 |
approve
8cb0a511
Approve the passed address to spend the specified amount of tokens on behalf of msg.sender.
inputs | 0 | uint256 | _tokenId | uint is subtoken identifier |
1 | address | _spender | The address which will spend the funds. | |
2 | uint256 | _value | The amount of tokens to be spent. |
balanceOf
3656eec2
Gets the balance of the specified address
inputs | 0 | uint256 | _tokenId | is subtoken identifier |
1 | address | _owner | address to query the balance of | |
outputs | 0 | uint256 |
decreaseApproval
bb88c016
Decrease the amount of tokens that an owner allowed to a spender.
inputs | 0 | uint256 | _tokenId | subtoken identifier. |
1 | address | _spender | The address which will spend the funds. | |
2 | uint256 | _subtractedValue | The amount of tokens to decrease the allowance by. |
dividendsRightsOf
c9a0ab7e
Gets the dividends rights of the specified address.
inputs | 0 | uint256 | _tokenId | subtoken identifier |
1 | address | _owner | The address to query the the balance of. | |
outputs | 0 | uint256 | balance |
increaseApproval
c9101f6c
Increase the amount of tokens that an owner allowed to a spender.
inputs | 0 | uint256 | _tokenId | subtoken identifier. |
1 | address | _spender | The address which will spend the funds. | |
2 | uint256 | _addedValue | The amount of tokens to increase the allowance by. |
init
a5843f08
init new subtoken a specified address
inputs | 0 | uint256 | _tokenId | subtoken identifier |
1 | uint256 | _value | uint the amount of tokens to be minted |
releaseDividendsRights
7ba47d9a
release dividends rights
inputs | 0 | uint256 | _tokenId | subtoken identifier |
1 | uint256 | _value | The amount of dividends to be transferred. |
releaseDividendsRightsForce
ff6350fc
release dividends rights for a specified address
inputs | 0 | uint256 | _tokenId | |
1 | address | _for | The address to transfer for. | |
2 | uint256 | _value | The amount of dividends to be transferred. |
totalSupply
bd85b039
Gets the total amount of tokens stored by the contract
inputs | 0 | uint256 | _tokenId | is subtoken identifier |
outputs | 0 | uint256 |
transfer
f8548e36
transfer token for a specified address
inputs | 0 | uint256 | _tokenId | subtoken identifier |
1 | address | _to | The address to transfer to. | |
2 | uint256 | _value | The amount to be transferred. |
transferFrom
1c0f12b6
Transfer tokens from one address to another
inputs | 0 | uint256 | _tokenId | subtoken identifier |
1 | address | _from | address The address which you want to send tokens from | |
2 | address | _to | address The address which you want to transfer to | |
3 | uint256 | _value | uint the amount of tokens to be transferred |