Events in Solidity
Solidity events are signals that smart contracts can fire, which cause the arguments to be stored in the transaction's log. Events are crucial for smart contract developers because they allow smart contracts to index variables in order to rebuild the...
yakuzakiawe.hashnode.dev4 min read