BendUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 7,943 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "BendUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157382 | an hour ago | | | 0 | 0.024241770 | |
| 21156332 | 5 hours ago | | | 0 | 0.016890022 | |
| 21155157 | 8 hours ago | | | 0 | 0.017332723 | |
| 21154250 | 12 hours ago | | | 0 | 0.011983395 | |
| 21153084 | 15 hours ago | | | 0 | 0.011051347 | |
| 21151977 | 19 hours ago | | | 0 | 0.010097550 | |
| 21150984 | a day ago | | | 0 | 0.015305451 | |
| 21149847 | a day ago | | | 0 | 0.014017906 | |
| 21148809 | a day ago | | | 0 | 0.013590544 | |
| 21147865 | a day ago | | | 0 | 0.0080012447 |
ABI
ABI objects
Getter at block 21157696 getImplementation() view returns (address)
maxPriceDeviation() view returns (uint256)
200000000000000000
maxPriceDeviationWithTime() view returns (uint256)
100000000000000000
minUpdateTime() view returns (uint256)
600
owner() view returns (address)
0xe6b80f77a8b8fcd124ab748c720b7eaea83ddb4c
priceFeedAdmin() view returns (address)
0x14a2e477c5e4b679b87880a9b72a4638844b18b3
timeIntervalWithPrice() view returns (uint256)
1800
twapInterval() view returns (uint256)
21600
Read-only
calculateTwapPrice(address _nftContract) view returns (uint256)
getAssetMapping(address originAsset) view returns (address[])
getAssetPrice(address _nftContract) view returns (uint256)
getLatestRoundId(address _nftContract) view returns (uint256)
getLatestTimestamp(address _nftContract) view returns (uint256)
getPreviousPrice(address _nftContract, uint256 _numOfRoundBack) view returns (uint256)
getPreviousTimestamp(address _nftContract, uint256 _numOfRoundBack) view returns (uint256)
getPriceFeedLength(address _nftContract) view returns (uint256 length)
isAssetMapped(address originAsset, address mappedAsset) view returns (bool)
nftPaused(address) view returns (bool)
nftPriceFeedKeys(uint256) view returns (address)
nftPriceFeedMap(address) view returns (bool registered)
twapPriceMap(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAsset(address _nftContract)
initialize(address _admin, uint256 _maxPriceDeviation, uint256 _maxPriceDeviationWithTime, uint256 _timeIntervalWithPrice, uint256 _minUpdateTime, uint256 _twapInterval)
removeAsset(address _nftContract)
renounceOwnership()
setAssetData(address _nftContract, uint256 _price)
setAssetMapping(address originAsset, address mappedAsset, bool added)
setAssets(address[] _nftContracts)
setDataValidityParameters(uint256 _maxPriceDeviation, uint256 _maxPriceDeviationWithTime, uint256 _timeIntervalWithPrice, uint256 _minUpdateTime)
setMultipleAssetsData(address[] _nftContracts, uint256[] _prices)
setPause(address _nftContract, bool val)
setPriceFeedAdmin(address _admin)
setTwapInterval(uint256 _twapInterval)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetAdded(address indexed asset)
AssetMappingAdded(address indexed mappedAsset, address indexed originAsset)
AssetMappingRemoved(address indexed mappedAsset, address indexed originAsset)
AssetRemoved(address indexed asset)
FeedAdminUpdated(address indexed admin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAssetData(address indexed asset, uint256 price, uint256 timestamp, uint256 roundId)
SetAssetTwapPrice(address indexed asset, uint256 price, uint256 timestamp)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.