Api3ServerV1
Verified contract
Active on
Base with 32,999 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00001 | $3,296.49 |
$0.03 | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 64.93617 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757249 | 2 minutes ago | | | 0 | 0.0000036972620 | |
| 22757205 | 4 minutes ago | | | 0 | 0.0000035277820 | |
| 22757184 | 4 minutes ago | | | 0 | 0.0000034658847 | |
| 22757177 | 4 minutes ago | | | 0 | 0.0000036251520 | |
| 22757054 | 9 minutes ago | | | 0 | 0.0000034654138 | |
| 22757049 | 9 minutes ago | | | 0 | 0.0000036306602 | |
| 22756890 | 14 minutes ago | | | 0 | 0.0000028373122 | |
| 22756863 | 15 minutes ago | | | 0 | 0.0000032567508 | |
| 22756857 | 15 minutes ago | | | 0 | 0.0000034295858 | |
| 22756838 | 16 minutes ago | | | 0 | 0.0000032754937 |
ABI
ABI objects
Getter at block 22757308
DAPI_NAME_SETTER_ROLE_DESCRIPTION() view returns (string)
dAPI name setter
accessControlRegistry() view returns (address)
0xcd7df573b0f0bb4f2f8dfff6650cde8c77431730
adminRole() view returns (bytes32)
0x314d8b6c5739534f8cb6693b0b596897a37f836248b1921e4d8ce40e321f95aa
adminRoleDescription() view returns (string)
Api3ServerV1 admin
dapiNameSetterRole() view returns (bytes32)
0x506652eb0b4224e045c54db6ba6c475a8391491caaeb28361d1ef847fb66fdc1
getBlockBasefee() view returns (uint256)
19955575
getBlockNumber() view returns (uint256)
22757308
getBlockTimestamp() view returns (uint256)
1732303963
getChainId() view returns (uint256)
8453
manager() view returns (address)
0x81bc85f329cdb28936fbb239f734ae495121f9a6
Read-only
containsBytecode(address account) view returns (bool)
dapiNameHashToDataFeedId(bytes32) view returns (bytes32)
dapiNameToDataFeedId(bytes32 dapiName) view returns (bytes32)
dataFeeds(bytes32 dataFeedId) view returns (int224 value, uint32 timestamp)
getBalance(address account) view returns (uint256)
oevProxyToBalance(address) view returns (uint256)
oevProxyToIdToDataFeed(address proxy, bytes32 dataFeedId) view returns (int224 value, uint32 timestamp)
readDataFeedWithDapiNameHash(bytes32 dapiNameHash) view returns (int224 value, uint32 timestamp)
readDataFeedWithDapiNameHashAsOevProxy(bytes32 dapiNameHash) view returns (int224 value, uint32 timestamp)
readDataFeedWithId(bytes32 dataFeedId) view returns (int224 value, uint32 timestamp)
readDataFeedWithIdAsOevProxy(bytes32 dataFeedId) view returns (int224 value, uint32 timestamp)
State-modifying
Events multicall(bytes[] data) returns (bytes[] returndata)
setDapiName(bytes32 dapiName, bytes32 dataFeedId)
tryMulticall(bytes[] data) returns (bool[] successes, bytes[] returndata)
updateBeaconSetWithBeacons(bytes32[] beaconIds) returns (bytes32 beaconSetId)
updateBeaconWithSignedData(address airnode, bytes32 templateId, uint256 timestamp, bytes data, bytes signature) returns (bytes32 beaconId)
updateOevProxyDataFeedWithSignedData(address oevProxy, bytes32 dataFeedId, bytes32 updateId, uint256 timestamp, bytes data, bytes[] packedOevUpdateSignatures) payable
withdraw(address oevProxy)
SetDapiName(bytes32 indexed dataFeedId, bytes32 indexed dapiName, address sender)
UpdatedBeaconSetWithBeacons(bytes32 indexed beaconSetId, int224 value, uint32 timestamp)
UpdatedBeaconWithSignedData(bytes32 indexed beaconId, int224 value, uint32 timestamp)
UpdatedOevProxyBeaconSetWithSignedData(bytes32 indexed beaconSetId, address indexed proxy, bytes32 indexed updateId, int224 value, uint32 timestamp)
UpdatedOevProxyBeaconWithSignedData(bytes32 indexed beaconId, address indexed proxy, bytes32 indexed updateId, int224 value, uint32 timestamp)
Withdrew(address indexed oevProxy, address oevBeneficiary, uint256 amount)
constructor(address _accessControlRegistry, string _adminRoleDescription, address _manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.