Returns the name of the event.
Returns:
The event name.
31 32 33
# File 'lib/eth/contract/event.rb', line 31 def name @data["name"] end