ClankerVault
User Functions
// note: will revert if not called by the token's admin
function withdraw(
address token, // Token to withdraw
uint256 amount, // Withdrawal amount
address to // Recipient address
) external {...}// note: will revert if not called by the token's admin
function editAllocationAdmin(
address token, // Token to modify
address newAdmin // New administrator address
) external {...}Last updated