Transfer Manager module for verifing transations with a signed message (SignedTransferManager.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends:
SignedTransferManager
Constants & Variables
Events
Constructor
Arguments
Name
Type
Description
_securityToken
address
Address of the security token
_polyAddress
address
Address of the polytoken
This function returns the signature of configure function
Arguments
Name
Type
Description
function to check if a signature is still valid
Arguments
Name
Type
Description
_data
bytes
signature
Arguments
Name
Type
Description
_signer
address
allow verify transfer with signature
Arguments
Name
Type
Description
_from
address
address transfer from
_to
address
address transfer to
_amount
uint256
transfer amount
_data
bytes
signature
Sig needs to be valid (not used or deemed as invalid) Signer needs to be in the signers mapping |
allow verify transfer with signature
Arguments
Name
Type
Description
_from
address
address transfer from
_to
address
address transfer to
_amount
uint256
transfer amount
_data
bytes
signature
Sig needs to be valid (not used or deemed as invalid) Signer needs to be in the signers mapping |
allow signers to deem a signature invalid
Arguments
Name
Type
Description
_from
address
address transfer from
_to
address
address transfer to
_amount
uint256
transfer amount
_data
bytes
signature
Sig needs to be valid (not used or deemed as invalid) Signer needs to be in the signers mapping |
Return the permissions flag that are associated with ManualApproval transfer manager
Arguments
Name
Type
Description
Arguments
Name
Type
Description
_data
bytes
Arguments
Name
Type
Description
_signer
address
Arguments
Name
Type
Description
_data
bytes
⤾ overrides
⤾ overrides
⤾ overrides
⤾ overrides