NFTFloorOracle
Verified contract
Active on
Ethereum with 5,344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NFTFloorOracle"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20390909 | 4 months ago | | | 0 | 0.00031153524 | |
| 20390896 | 4 months ago | | | 0 | 0.00028848308 | |
| 20390891 | 4 months ago | | | 0 | 0.00030107724 | |
| 20390570 | 4 months ago | | | 0 | 0.00034698980 | |
| 20384136 | 4 months ago | | | 0 | 0.00084026470 | |
| 20384130 | 4 months ago | | | 0 | 0.00088154488 | |
| 19058634 | 10 months ago | | | 0 | 0.0047549159 | |
| 19058630 | 10 months ago | | | 0 | 0.0050404640 | |
| 19054009 | 10 months ago | | | 0 | 0.0046443514 | |
| 19051565 | 10 months ago | | | 0 | 0.0055527648 |
ABI
ABI objects
Getter at block 21172632
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPDATER_ROLE() view returns (bytes32)
0x73e573f9566d61418a34d5de3ff49360f9c51fec37f7486551670290f6285dab
config() view returns (uint128 expirationPeriod, uint128 maxPriceDeviation)
(expirationPeriod=2400, maxPriceDeviation=300)
getFeederSize() view returns (uint256)
3
Read-only
assetFeederMap(address) view returns (bool registered, uint8 index, bool paused)
assetPriceMap(address) view returns (uint256 twap, uint256 updatedAt, uint256 updatedTimestamp)
assets(uint256) view returns (address)
feederPositionMap(address) view returns (bool registered, uint8 index)
feeders(uint256) view returns (address)
getLastUpdateTime(address _asset) view returns (uint256 timestamp)
getPrice(address _asset) view returns (uint256 price)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAssets(address[] _assets)
addFeeders(address[] _feeders)
grantRole(bytes32 role, address account)
initialize(address _admin, address[] _feeders, address[] _assets)
removeAssets(address[] _assets)
removeFeeders(address[] _feeders)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setConfig(uint128 expirationPeriod, uint128 maxPriceDeviation)
setEmergencyPrice(address _asset, uint256 _twap)
setMultiplePrices(address[] _assets, uint256[] _twaps)
setPause(address _asset, bool _flag)
AssetAdded(address indexed asset)
AssetDataSet(address indexed asset, uint256 twap, uint256 lastUpdatedBlock)
AssetPaused(address indexed asset, bool paused)
AssetRemoved(address indexed asset)
FeederAdded(address indexed feeder)
FeederRemoved(address indexed feeder)
Initialized(uint8 version)
OracleConfigSet(uint128 expirationPeriod, uint128 maxPriceDeviation)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.