Encode a transaction to remove an address from a pool's allowlist

Generates the encoded transaction to remove an address from the pool's
allowlist (revoking its DEPOSIT_ROLE). The caller must have the
ALLOW_LIST_MANAGER_ROLE on the pool.

Path Params
string
required

The unique identifier of the Lido staking contracts

Body Params

Request to add or remove an address from a pool's allowlist.

string
required
^0x[a-fA-F0-9]{40}$

The address to add to or remove from the pool's allowlist.

string
^0x[a-fA-F0-9]{40}$

Optional Ethereum address to simulate the transaction from. If provided, the transaction will be simulated and any revert errors will be returned.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json