Standard Interface of ERC1594 (IERC1594.sol)

View Source: contracts/interfaces/token/IERC1594.solarrow-up-right

↘ Derived Contracts: SecurityTokenarrow-up-right

IERC1594

Events

event Issued(address indexed _operator, address indexed _to, uint256  _value, bytes  _data);
event Redeemed(address indexed _operator, address indexed _from, uint256  _value, bytes  _data);

Functions

transferWithData

⤿ Overridden Implementation(s): SecurityToken.transferWithDataarrow-up-right

Arguments

Name

Type

Description

_to

address

_value

uint256

_data

bytes

transferFromWithData

⤿ Overridden Implementation(s): SecurityToken.transferFromWithDataarrow-up-right

Arguments

Name

Type

Description

_from

address

_to

address

_value

uint256

_data

bytes

issue

⤿ Overridden Implementation(s): SecurityToken.issuearrow-up-right

Arguments

Name

Type

Description

_tokenHolder

address

_value

uint256

_data

bytes

redeem

⤿ Overridden Implementation(s): SecurityToken.redeemarrow-up-right

Arguments

Name

Type

Description

_value

uint256

_data

bytes

redeemFrom

⤿ Overridden Implementation(s): SecurityToken.redeemFromarrow-up-right

Arguments

Name

Type

Description

_tokenHolder

address

_value

uint256

_data

bytes

canTransfer

⤿ Overridden Implementation(s): SecurityToken.canTransferarrow-up-right

Arguments

Name

Type

Description

_to

address

_value

uint256

_data

bytes

canTransferFrom

⤿ Overridden Implementation(s): SecurityToken.canTransferFromarrow-up-right

Arguments

Name

Type

Description

_from

address

_to

address

_value

uint256

_data

bytes

Last updated

Was this helpful?