Skip to main content

TokenDrop.(constructor)

Constructs a new instance of the TokenDrop class

Signature:

constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStorage, options?: SDKOptions, contractWrapper?: ContractWrapper<DropERC20>);

Parameters

ParameterTypeDescription
networkNetworkOrSignerOrProvider
addressstring
storageIStorage
optionsSDKOptions(Optional)
contractWrapperContractWrapper<DropERC20>(Optional)