Skip to main content

ABI DECODER

Paste an ABI (JSON array) and calldata (hex). The decoder computes keccak256(sig)[0:4] for every function in the ABI, matches against the calldata selector, and decodes arguments. Everything runs locally — nothing leaves your browser.

DECODED

Selector: 0xa9059cbb

transfer transfer(address,uint256)nonpayable
typenamevalue
addressto0x1234567890abcdef1234567890abcdef12345678
uint256amount1000000000000000000

ABI FUNCTION SELECTORS

selectorsignature
0xa9059cbbtransfer(address,uint256)
0x70a08231balanceOf(address)