Priceoracle API
Contract is written in Vyper (0.1.0b9)
poolSize
@constant
def poolSize(contract_address: address) -> uint256contract.methods.poolSize(stablecoinswap_address).call()supportedTokens
supportedTokens: public(address[5])contract.methods.supported_tokens(index).call()normalized_token_prices
normalized_token_prices: public(map(address, uint256))contract.methods.normalized_token_prices(token_address).call()Last updated
Was this helpful?