FiniOracle
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($0.00)
No balances found for "FiniOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18337077 | a year ago | | | 0 | 0.00028470034 | |
| 16235290 | 2 years ago | | | 0 | 0.00038095392 | |
| 16235289 | 2 years ago | | | 0 | 0.00039154295 | |
| 16235288 | 2 years ago | | | 0 | 0.00038459278 | |
| 16235288 | 2 years ago | | | 0 | 0.00038459278 | |
| 16235286 | 2 years ago | | | 0 | 0.00039469291 | |
| 16235285 | 2 years ago | | | 0 | 0.00038730564 | |
| 16235284 | 2 years ago | | | 0 | 0.00039851034 | |
| 16235283 | 2 years ago | | | 0 | 0.00040139435 | |
| 16235279 | 2 years ago | | | 0 | 0.00041963120 |
ABI
ABI objects
Getter at block 21213060
fallbackUri() view returns (string)
https://api-public.finiliar.com/metadata/
metadataAddress() view returns (address)
0xfa52ec029c47afed7ff10dcf478149342441ceb4
owner() view returns (address)
0x8bdd0535d3971c3ab09c7f1e35266e047fe972ce
updateInterval() view returns (uint256)
360
Read-only
findRoundId(uint256 targetTimestamp, address feed, uint80 roundId, uint16 counter, uint16 jumpSize, bool jumpDirection) view returns (uint80)
getDelta(uint256 frequency, uint256 family) view returns (int256)
getMetadataForTokenId(uint256 tokenId) view returns (uint256, uint256)
getPreviousRoundId(uint256 frequency, uint256 family) view returns (uint80)
getPriceFromRoundId(uint80 roundId, uint256 family) view returns (int256)
getTargetTimestamp(uint256 frequency) view returns (uint256)
getUriForDelta(int256 delta, uint256 tokenId) view returns (string)
happyBreakpoints(uint256) view returns (int16)
happyStates(uint256, uint256) view returns (string)
jumpSizes(uint256) view returns (uint16)
neutralStates(uint256) view returns (string)
oracles(uint256) view returns (address)
pseudoRandom(uint256 tokenId) view returns (uint256)
sadBreakpoints(uint256) view returns (int16)
sadStates(uint256, uint256) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
useFallbackUri(uint256) view returns (bool)
State-modifying
Events addHappyBreakpoint(int16 value, string[] firstUris)
addHappyStateUri(uint256 breakpointIndex, string uri)
addNeutralStateUri(string uri)
addSadBreakpoint(int16 value, string[] firstUris)
addSadStateUri(uint256 breakpointIndex, string uri)
deleteHappyBreakpoint(uint256 index)
deleteHappyStateUri(uint256 breakpointIndex, uint256 uriIndex)
deleteNeutralStateUri(uint256 index)
deleteSadBreakpoint(uint256 index)
deleteSadStateUri(uint256 breakpointIndex, uint256 uriIndex)
renounceOwnership()
toggleFamilyFallbackUriSetting(uint256 familyIndex)
transferOwnership(address newOwner)
updateFallbackUri(string uri)
updateJumpSize(uint256 freqIndex, uint16 newSize)
updateOracleAddress(uint256 index, address newAddress)
updateUpdateInterval(uint256 interval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.