ZenterestPriceFeed
Verified contract
Active on
Ethereum with 7,050 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ZenterestPriceFeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16519089 | 2 years ago | | | 0 | 0.0042094500 | |
| 16514310 | 2 years ago | | | 0 | 0.0020523000 | |
| 16509542 | 2 years ago | | | 0 | 0.0019668861 | |
| 16504765 | 2 years ago | | | 0 | 0.0027710250 | |
| 16499985 | 2 years ago | | | 0 | 0.0049294500 | |
| 16495220 | 2 years ago | | | 0 | 0.0043134250 | |
| 16490438 | 2 years ago | | | 0 | 0.0020514000 | |
| 16485670 | 2 years ago | | | 0 | 0.0035937250 | |
| 16480898 | 2 years ago | | | 0 | 0.0043170250 | |
| 16476119 | 2 years ago | | | 0 | 0.0034903750 |
ABI
ABI objects
Getter at block 21157388
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x401e6af3286d9ec18e82b4cb7aa7e5e2c74eb6d1
reporter() view returns (address)
0xc56bdec94546d9f324762259984356abfd2daee3
Read-only
assetPrices(address token) view returns (uint256 price)
getUnderlyingPrice(address corroborative) view returns (uint256)
prices(address token) view returns (struct ZenterestPriceFeedPrice price)
State-modifying
Events acceptOwnership() returns (bool success)
changeReporter(address newReporterAddress) returns (bool success)
nominateNewOwner(address owner_) returns (bool success)
updateDelegatedPrice(struct ZenterestPriceFeedDelegatedPriceUpdate update) returns (bool success)
updateDelegatedPricesBatch(struct ZenterestPriceFeedDelegatedPriceUpdate[] updates) returns (uint256 updatedPricesCount)
updateDelegatedPricesSet(struct ZenterestPriceFeedPriceUpdate[] updates, struct ZenterestPriceFeedSignature signature) returns (uint256 updatedPricesCount)
updatePrice(struct ZenterestPriceFeedPriceUpdate update) returns (bool success)
updatePricesBatch(struct ZenterestPriceFeedPriceUpdate[] updates) returns (uint256 updatedPricesCount)
OwnerChanged(address indexed newOwner)
OwnerNominated(address indexed nominatedOwner)
PriceDelegated(address indexed token, address indexed submittedBy, uint256 newPriceMantissa, uint256 updatedAt, uint8 v, bytes32 r, bytes32 s)
PriceUpdated(address indexed token, uint256 newPriceMantissa, uint256 updatedAt)
ReporterChanged(address reporter)
constructor(address owner_, address reporter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.