WePiggyPriceOracleV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "WePiggyPriceOracleV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WePiggyPriceOracleV1"
ABI
ABI objects
Getter at block 21205436
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
REPORTER_ROLE() view returns (bytes32)
0x3204c940063673962b481a0395619b3dbbd137589c419e993978c1c71bcf68ec
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
configs(address) view returns (address token, string symbol, uint256 upperBoundAnchorRatio, uint256 lowerBoundAnchorRatio)
getPrice(address token) view returns (uint256)
State-modifying
Events initialize()
renounceOwnership()
setPrice(address token, uint256 price, bool force)
setPrices(address[] tokens, uint256[] prices)
setTokenConfig(address token, string symbol, uint256 upperBoundAnchorRatio, uint256 lowerBoundAnchorRatio)
transferOwnership(address newOwner)
ConfigUpdated(address token, string symbol, uint256 upperBoundAnchorRatio, uint256 lowerBoundAnchorRatio)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(address token, uint256 price)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.