Solidity API
MockSpanningERC20
constructor
constructor(address delegateLegacyAddress) public
Creates the contract, initializing various base contracts.
Name | Type | Description |
---|---|---|
delegateLegacyAddress | address | - Legacy (local) Address of the Delegate |
mint
function mint(bytes32 receiverAddress, uint256 amount) public
burn
function burn(bytes32 senderAddress, uint256 amount) public
approve
function approve(bytes32 senderAddress, bytes32 receiverAddress, uint256 amount) public