Ethereum Smart Contract

Smart contracts are the fundamental building blocks of Ethereum's application layer. They are computer programs stored on the blockchain that follow "if this then that" logic, and are guaranteed to execute according to the rules defined by its code, which cannot be changed once created.

Smart contracts allow secure and trusted transactions between anonymous parties without consulting a central authority.

The Listener allows you to listen for an event fired by an Ethereum Smart Contract.

The Action Agent allows you to fire Ethereum Smart Contract functions.

Packaged with category?

Pre-requisites

None at this time.

Current Version

  • Request the Ethereum Smart Contract Listener v1.04

  • Request the Ethereum Smart Contract Action Agent v1.03

Please contact XMPro if you're looking for an older version of this Agent.

Listener Release Notes

v1.04, 19 Mar 2024

  • Updated Nethereum Nuget to 4.19.0

2019

v1.03, 4 Mar 2019

  • Updated help URL

v1.02, 5 Feb 2019

  • Fixed integer type conversion errors

v1.01, 4 Feb 2019

  • Enlarged icon.

  • Improved the parsing of .abi files

  • Improved handling of known but untranslatable types (bytes, int/uint larger than 64 bytes)

    • Events with such parameters are available but do not output them

v1.0, 1 Feb 2019

  • Initial Release

Action Agent Release Notes

v1.03, 9 Apr 2024

  • Repackaged to include the Agent's Category

2019

v1.02, 5 Feb 2019

  • Updated help URL

v1.01, 4 Feb 2019

  • Enlarged icon.

  • Improved the parsing of .abi files

  • Improved handling of known but untranslatable types (bytes, int/uint larger than 64 bytes)

    • Events with such parameters are available but do not output them

v1.0, 1 Feb 2019

  • Initial Release

Last updated