6. Check Funds on Public Pool
Last updated
Last updated
Check detailed information on fund deposited in public liquidity pool.
TBD: Narratives
Item
Description
Contract Address
Public pool contract (referenced by Smart Contract Overview section)
Contract Name
SLDDAIPools1.sol
Function
function getLPAmountInfo() public view returns(uint256 deposit,uint256 availabe,uint256 locked)
Function Selector
0x53ac2d24
Invocation Type
Ethereum Call
Passing Parameters
None
Return Value
Total deposited amount; available amount; locked amount
POST
(BSC Mainnet) https://bsc-dataseed.binance.org/
Make a contract call to get deposited funds details of Shield Protocol V1. More details on how to make a contract call request via BSC RPC could be found here, https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_sendrawtransaction
jsonrpc
string
"2.0"
method
string
"eth_call"
params
array
the signed transaction data coerced into string array, for instance,
id
number
request sequence id, you could use timestamp as id
Request Body Example:
CURL Example: