StdReferenceTick
Verified contract
Active on
Ethereum with 11,143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "StdReferenceTick"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171153 | 15 minutes ago | | | 0 | 0.0024129213 | |
| 21171100 | 26 minutes ago | | | 0 | 0.0015993735 | |
| 21171065 | 33 minutes ago | | | 0 | 0.0013814374 | |
| 21170855 | an hour ago | | | 0 | 0.0018296415 | |
| 21170556 | 2 hours ago | | | 0 | 0.0012107689 | |
| 21170257 | 3 hours ago | | | 0 | 0.0010603521 | |
| 21169960 | 4 hours ago | | | 0 | 0.00098830105 | |
| 21169663 | 5 hours ago | | | 0 | 0.00080118213 | |
| 21169365 | 6 hours ago | | | 0 | 0.0010432365 | |
| 21169067 | 7 hours ago | | | 0 | 0.00086032861 |
ABI
ABI objects
Getter at block 21171226
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DELISTER_ROLE() view returns (bytes32)
0x8218c93854a03dca6c0506af642cbb15627b87c15730d807528eb1c9a017b442
LISTER_ROLE() view returns (bytes32)
0xf94103142c1baabe9ac2b5d1487bf783de9e69cfeea9a72f5c9c94afd7877b8c
MID_TICK() view returns (uint256)
262144
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
totalSymbolsCount() view returns (uint256)
3
Read-only
getPriceFromTick(uint256 x) pure returns (uint256 y)
getReferenceData(string _base, string _quote) view returns (struct IStdReferenceReferenceData r)
getReferenceDataBulk(string[] _bases, string[] _quotes) view returns (struct IStdReferenceReferenceData[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getSlotAndIndex(string symbol) view returns (uint256 slot, uint8 idx)
getTickAndTime(string symbol) view returns (uint256 tick, uint256 lastUpdated)
hasRole(bytes32 role, address account) view returns (bool)
idsToSymbols(uint256) view returns (string)
refs(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
symbolsToIDs(string) view returns (uint256)
State-modifying
Events delisting(string[] symbols)
grantRelayers(address[] accounts)
grantRole(bytes32 role, address account)
listing(string[] symbols)
relay(uint256 time, uint256 requestID, struct StdReferenceTickPrice[] ps)
relayRebase(uint256 time, uint256 requestID, struct StdReferenceTickPrice[] ps)
renounceRole(bytes32 role, address account)
revokeRelayers(address[] accounts)
revokeRole(bytes32 role, address account)
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(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.