AccessControlledOffchainAggregator

Verified contract

Active on Ethereum with 1,246 txns
Deployed by via 0xb3e2e333 at 12422026
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 30 additional slots

No balances found for "AccessControlledOffchainAggregator"

0x02050aa5d4c50e16ea14893197fe0a35b72ac60aaa6138a5314f86ce18cb86a5
0x5af86e358244daa8b9ba1f80135ccc4dd65c8f7e86b87bd723603b214845a3ab
0x544588e7af82be3be78aad78a4d28e4259ff422be2ec133cf0ee2d76c16d128f
0x0b1a3b671b10b9893d9f1ed1a84ebe2642cf2a876ce50708074ceb69d4c0b5d8
0xed6d914da76c6be6b6b30ab328f3f194f7f04a4f0a7ef8695afd472d043a3ac2
0x774b93596e28b9a3fe5ae1b0e83c072462f2b10885d801f285b2ed9ecf186068
0xd0faaae475313562696ec22c0a2e3b71291951e134615c6ea801220980036f56
0xcde5cc2ed092978318d6dd13f566ebb2f75cc3f93c357d57a31b79cc1e9df1fb
0x7283f65cbf074ad9d2f5d47f21391885cc1f2bef6532f52f6e9c59d66906e05d
0x018388c936ca424580b36fb2fb0cf452bb407eeef9d559405ade18c67ff1d2dc

Functions
Getter at block 21259711
LINK(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
billingAccessController(view returns (address)
0x9db83cef9f68b63989e4e82d65d549e7ff2acda9
checkEnabled(view returns (bool)
true
decimals(view returns (uint8)
8
 
description(view returns (string)
getBilling(view returns (uint32 maximumGasPriceuint32 reasonableGasPriceuint32 microLinkPerEthuint32 linkGweiPerObservationuint32 linkGweiPerTransmission)
(maximumGasPrice=3000, reasonableGasPrice=100, microLinkPerEth=207000000, linkGweiPerObservation=32322644, linkGweiPerTransmission=193934846)
 
latestAnswer(view returns (int256)
latestConfigDetails(view returns (uint32 configCountuint32 blockNumberbytes16 configDigest)
(configCount=3, blockNumber=15398335, configDigest=0x2d32b2deb1692ddf073274145d8a2d61)
 
latestRound(view returns (uint256)
 
latestRoundData(view returns (uint80 roundIdint256 answeruint256 startedAtuint256 updatedAtuint80 answeredInRound)
 
latestTimestamp(view returns (uint256)
 
latestTransmissionDetails(view returns (bytes16 configDigestuint32 epochuint8 roundint192 latestAnsweruint64 latestTimestamp)
 
linkAvailableForPayment(view returns (int256 availableBalance)
maxAnswer(view returns (int192)
1000000000000
minAnswer(view returns (int192)
10000000
owner(view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
requesterAccessController(view returns (address)
0x641b698ad1c6e503470520b0eecb472c0589dfe6
transmitters(view returns (address[])
[0x0000000000000000000000000000000000000005, 0x0000000000000000000000000000000000000006, 0x0000000000000000000000000000000000000007, 0x0000000000000000000000000000000000000008]
typeAndVersion(pure returns (string)
AccessControlledOffchainAggregator 2.0.0
validatorConfig(view returns (address validatoruint32 gasLimit)
(validator=0x0000000000000000000000000000000000000000, gasLimit=0)
version(view returns (uint256)
4
Read-only
getAnswer(uint256 _roundIdview returns (int256)
getRoundData(uint80 _roundIdview returns (uint80 roundIdint256 answeruint256 startedAtuint256 updatedAtuint80 answeredInRound)
getTimestamp(uint256 _roundIdview returns (uint256)
hasAccess(address _userbytes _calldataview returns (bool)
oracleObservationCount(address _signerOrTransmitterview returns (uint16)
owedPayment(address _transmitterview returns (uint256)
State-modifying
acceptOwnership(
acceptPayeeship(address _transmitter
addAccess(address _user
disableAccessCheck(
enableAccessCheck(
removeAccess(address _user
requestNewRound(returns (uint80)
setBilling(uint32 _maximumGasPriceuint32 _reasonableGasPriceuint32 _microLinkPerEthuint32 _linkGweiPerObservationuint32 _linkGweiPerTransmission
setBillingAccessController(address _billingAccessController
setConfig(address[] _signersaddress[] _transmittersuint8 _thresholduint64 _encodedConfigVersionbytes _encoded
setPayees(address[] _transmittersaddress[] _payees
setRequesterAccessController(address _requesterAccessController
setValidatorConfig(address _newValidatoruint32 _newGasLimit
transferOwnership(address _to
transferPayeeship(address _transmitteraddress _proposed
transmit(bytes _reportbytes32[] _rsbytes32[] _ssbytes32 _rawVs
withdrawFunds(address _recipientuint256 _amount
withdrawPayment(address _transmitter
Events
AddedAccess(address user
AnswerUpdated(int256 indexed currentuint256 indexed roundIduint256 updatedAt
BillingAccessControllerSet(address oldaddress current
BillingSet(uint32 maximumGasPriceuint32 reasonableGasPriceuint32 microLinkPerEthuint32 linkGweiPerObservationuint32 linkGweiPerTransmission
CheckAccessDisabled(
CheckAccessEnabled(
ConfigSet(uint32 previousConfigBlockNumberuint64 configCountaddress[] signersaddress[] transmittersuint8 thresholduint64 encodedConfigVersionbytes encoded
NewRound(uint256 indexed roundIdaddress indexed startedByuint256 startedAt
NewTransmission(uint32 indexed aggregatorRoundIdint192 answeraddress transmitterint192[] observationsbytes observersbytes32 rawReportContext
OraclePaid(address transmitteraddress payeeuint256 amount
OwnershipTransferRequested(address indexed fromaddress indexed to
OwnershipTransferred(address indexed fromaddress indexed to
PayeeshipTransferRequested(address indexed transmitteraddress indexed currentaddress indexed proposed
PayeeshipTransferred(address indexed transmitteraddress indexed previousaddress indexed current
RemovedAccess(address user
RequesterAccessControllerSet(address oldaddress current
RoundRequested(address indexed requesterbytes16 configDigestuint32 epochuint8 round
ValidatorConfigSet(address indexed previousValidatoruint32 previousGasLimitaddress indexed currentValidatoruint32 currentGasLimit
Constructor
constructor(uint32 _maximumGasPriceuint32 _reasonableGasPriceuint32 _microLinkPerEthuint32 _linkGweiPerObservationuint32 _linkGweiPerTransmissionaddress _linkint192 _minAnswerint192 _maxAnsweraddress _billingAccessControlleraddress _requesterAccessControlleruint8 _decimalsstring description
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.