Skip to content

Solidity API

MockSpanningERC20

constructor

constructor(address delegateLegacyAddress) public

Creates the contract, initializing various base contracts.

NameTypeDescription
delegateLegacyAddressaddress- 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