Skip to main content

SushiMakerKashi

Methods

claimOwnership

function claimOwnership() external nonpayable

convert

function convert(contract IKashiWithdrawFee kashiPair) external nonpayable

Parameters

NameTypeDescription
kashiPaircontract IKashiWithdrawFeeundefined

convertMultiple

function convertMultiple(contract IKashiWithdrawFee[] kashiPair) external nonpayable

Parameters

NameTypeDescription
kashiPaircontract IKashiWithdrawFee[]undefined

owner

function owner() external view returns (address)

Returns

NameTypeDescription
_0addressundefined

pendingOwner

function pendingOwner() external view returns (address)

Returns

NameTypeDescription
_0addressundefined

setBridge

function setBridge(address token, address bridge) external nonpayable

Parameters

NameTypeDescription
tokenaddressundefined
bridgeaddressundefined

transferOwnership

function transferOwnership(address newOwner, bool direct, bool renounce) external nonpayable

Parameters

NameTypeDescription
newOwneraddressundefined
directboolundefined
renounceboolundefined

Events

LogBridgeSet

event LogBridgeSet(address indexed token, address indexed bridge)

Parameters

NameTypeDescription
token indexedaddressundefined
bridge indexedaddressundefined

LogConvert

event LogConvert(address indexed server, address indexed token0, uint256 amount0, uint256 amountBENTO, uint256 amountSUSHI)

Parameters

NameTypeDescription
server indexedaddressundefined
token0 indexedaddressundefined
amount0uint256undefined
amountBENTOuint256undefined
amountSUSHIuint256undefined

OwnershipTransferred

event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

Parameters

NameTypeDescription
previousOwner indexedaddressundefined
newOwner indexedaddressundefined