B3
TemplatesIntegrationsConnectors
Back to Integrations

Abi

Tag

3 integrations tagged with "abi"

Smart Contract Read

action

Read any data from a smart contract without spending gas. Provide the contract ABI and function name to call view/pure functions on any EVM chain.

Smart Contract Write

Smart Contract Write

action

Execute a state-changing function on any smart contract. Provide the contract ABI and function name; the transaction is signed and broadcast from your connected wallet. Use for: staking, governance votes, custom contract interactions.

Get Wallet Transactions

Get Wallet Transactions

action

Retrieve raw blockchain transactions for a wallet address via Sim Dune API with optional ABI decoding. Returns complete tx data: hash, block, timestamp, addresses, value, gas, input data, and logs. Set decode=true for human-readable function calls and events. Most recent first. Pagination: max 100/request, use nextOffset for older txs. Ideal for: transaction analysis, smart contract debugging, event extraction, building block explorers.

Back to Integrations
⌘K

Abi

Tag

3 integrations tagged with "abi"

Workflow
Action

Smart Contract Read

Read any data from a smart contract without spending gas. Provide the contract ABI and function name to call view/pure functions on any EVM chain.

2 workflows
18 runs
50% success
blockchainevmread+5
Type:evm-read
Fields:8 (2 required)
Smart Contract Write
Action

Smart Contract Write

Execute a state-changing function on any smart contract. Provide the contract ABI and function name; the transaction is signed and broadcast from your connected wallet. Use for: staking, governance votes, custom contract interactions.

2 runs
0% success
blockchainevmwrite+6
Type:evm-write
Fields:14 (2 required)
Get Wallet Transactions
Action

Get Wallet Transactions

Retrieve raw blockchain transactions for a wallet address via Sim Dune API with optional ABI decoding. Returns complete tx data: hash, block, timestamp, addresses, value, gas, input data, and logs. Set decode=true for human-readable function calls and events. Most recent first. Pagination: max 100/request, use nextOffset for older txs. Ideal for: transaction analysis, smart contract debugging, event extraction, building block explorers.

sim-duneblockchainwallet+9
Type:sim-dune-get-wallet-transactions
Fields:5 (1 required)
B3
TemplatesIntegrations