PriceOracleManagerV1
Verified contract
Active on
Base with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PriceOracleManagerV1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3957572 | a year ago | | | 0 | 0.000011679478 | |
| 3957537 | a year ago | | | 0 | 0.000011457114 | |
| 3694669 | a year ago | | | 0 | 0.0000020136079 | |
| 3694665 | a year ago | | | 0 | 0.0000024451757 | |
| 3694628 | a year ago | | | 0 | 0.000010573313 | |
| 3694616 | a year ago | | | 0 | 5.5587168e-7 |
ABI
ABI objects
Getter at block 22935445
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ORACLE_MANAGER_ROLE() view returns (bytes32)
0xced6982f480260bdd8ad5cb18ff2854f0306d78d904ad6cc107e8f3a0f526c18
getOracles() view returns (address[])
[0xff4F8F8C9cbe329375c3997814A57f19F2FA24f5]
validPriceDuration() view returns (uint256)
86400
Read-only
getPriceInUSD(address token, uint256 expectedDecimals) view returns (uint256 price)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
oracles(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOracle(address oracle)
fetchPriceInUSD(address token)
grantRole(bytes32 role, address account)
removeOracle(uint256 index)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setValidPriceDuration(uint256 duration)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.