nonpayable constant

StateMutability const nonpayable

Function that can modify the blockchain state but cannot receive Ether.

Implementation

static const StateMutability nonpayable = StateMutability._("nonpayable");