TBillPriceOracle
Verified contract
Active on
Ethereum with 873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TBillPriceOracle"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089174 | 32 minutes ago | | | 0 | 0.0012214516 | |
| 21089070 | an hour ago | | | 0 | 0.00037269934 | |
| 21086317 | 10 hours ago | | | 0 | 0.0032868281 | |
| 21081985 | a day ago | | | 0 | 0.0015614554 | |
| 21081895 | a day ago | | | 0 | 0.00036854261 | |
| 21074829 | 2 days ago | | | 0 | 0.0015694834 | |
| 21074739 | 2 days ago | | | 0 | 0.00033345560 | |
| 21072480 | 2 days ago | | | 0 | 0.0033034089 | |
| 21067661 | 3 days ago | | | 0 | 0.0019419353 | |
| 21067571 | 3 days ago | | | 0 | 0.00039100437 |
ABI
ABI objects
Getter at block 21089334
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEVIATION_FACTOR() view returns (uint256)
10000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
closeNavPrice() view returns (uint256)
107917460
decimals() view returns (uint8)
8
latestAnswer() view returns (uint256)
107952943
latestRound() view returns (uint80)
483
latestRoundData() view returns (uint80, uint256, uint256, uint256, uint80)
(483, 107952943, 1730420471, 1730420471, 483)
maxPriceDeviation() view returns (uint256)
15
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isValidPriceUpdate(uint256 newPrice) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateCloseNavPrice(uint256 price)
updateCloseNavPriceManually(uint256 price)
updateMaxPriceDeviation(uint256 newDeviation)
updatePrice(uint256 price)
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)
RoundUpdated(uint80 indexed roundId)
UpdateCloseNavPrice(uint256 oldPrice, uint256 newPrice)
UpdateCloseNavPriceManually(uint256 oldPrice, uint256 newPrice)
UpdateMaxPriceDeviation(uint256 oldDeviation, uint256 newDeviation)
UpdatePrice(uint256 oldPrice, uint256 newPrice)
constructor(uint8 decimals_, uint256 maxPriceDeviation_, uint256 initPrice_, uint256 closeNavPrice_, address operator_, address admin_)
This contract contains no fallback and receive objects.
This contract contains no error objects.