contract IAxelarGateway gateway
string destinationChain
string executableAddress
event Sent(uint256 num)
constructor(address gateway_, string destinationChain_, string executableAddress_) public
function send(uint256 num) external