Ask Your Question
3

How should the input format be for address[][] in Etherscan/Ftmscan?

asked 2022-07-28 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-04-19 18:00:00 +0000

huitzilopochtli gravatar image

The input format for address[][] in Etherscan/Ftmscan should be a two-dimensional array of Ethereum addresses, with each inner array representing a set of related addresses.

For example:

[ ["0x1234567890123456789012345678901234567890", "0x0987654321098765432109876543210987654321"], ["0x5555555555555555555555555555555555555555", "0x6666666666666666666666666666666666666666"] ]

In this example, there are two sets of addresses, each contained within an inner array. The first set contains addresses "0x1234567890123456789012345678901234567890" and "0x0987654321098765432109876543210987654321", and the second set contains addresses "0x5555555555555555555555555555555555555555" and "0x6666666666666666666666666666666666666666".

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-28 11:00:00 +0000

Seen: 19 times

Last updated: Apr 19 '22