nonpayable constant

Represents a nonpayable state mutability type.

Implementation

static const SmartContractAbiStateMutabilityType nonpayable =
    SmartContractAbiStateMutabilityType._(3, 'Nonpayable');