TestToken
Token used for different scenario testing (including other projects/snipper/etc.)
interface TestToken {
function mint(uint256 amount) public;
}Last updated
Token used for different scenario testing (including other projects/snipper/etc.)
interface TestToken {
function mint(uint256 amount) public;
}Last updated