OCPool
token
router
constructor
Initializes the contract setting the deployer as the initial owner.
Parameters
Name
Type
Description
_token
address
The address of the token contract.
withdraw
Transfers tokens from sender to receiver on the same chain.
Parameters
Name
Type
Description
_receiver
address
The address of the receiver.
_amount
uint256
The amount of tokens to transfer.
Last updated