IssuedAsset
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits: Initializable, , , OwnableUpgradeable
Author: CapSign Inc.
Extends tokenization features specific to issued assets.
This contract is used to create issued assets.
Adds a new agent with admin privileges
Parameters
_agent
address
Address of the agent to add
Removes an agent
Parameters
_agent
address
Address of the agent to remove
Checks if an address is an agent
Parameters
_agent
address
Address to check
Returns
<none>
bool
True if the address is an agent, false otherwise
Sets the paused state
Parameters
_paused
bool
The new paused state
Emitted when an agent is added
Parameters
agent
address
Address of the agent that was added
Emitted when an agent is removed
Parameters
agent
address
Address of the agent that was removed
Emitted when the paused state is set
Parameters
paused
bool
The new paused state