CharacterPortal
Inherits: ICharacterPortal, ONFT721Core
State Variables
_character
Character public immutable _character;
Functions
constructor
constructor(uint256 _minGasToTransferAndStore, address _lzEndpoint, address owner_)
ONFT721Core(_minGasToTransferAndStore, _lzEndpoint);
send
function send(
address from_,
uint16 dstChainId_,
address toAddress_,
uint256[] memory tokenIds_,
address payable refundAddress_,
bytes[] memory data_,
bytes memory adapterParams_
) external payable override;
_creditTo
function _creditTo(uint16, address _toAddress, uint256 _tokenId, bytes memory _data) internal virtual override;