NEST_2_OfferPrice
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x43d9…de20
Balances ($0.00)
No balances found for "NEST_2_OfferPrice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10231410 | 4 years ago | | | 0 | 0.0021182500 |
ABI
ABI objects
Getter at block 21163636
checkPriceCost() view returns (uint256)
10000000000000000
checkPriceCostProportion() view returns (uint256 user, uint256 abonus)
(user=2, abonus=8)
Read-only
checkLatestBlock(address token) view returns (uint256)
checkPriceForBlock(address tokenAddress, uint256 blockNum) view returns (uint256 ethAmount, uint256 erc20Amount, uint256 frontBlock)
checkPriceHistoricalAverage(address tokenAddress, uint256 blockNum) view returns (uint256)
checkPriceNow(address tokenAddress) view returns (uint256 ethAmount, uint256 erc20Amount, uint256 frontBlock)
State-modifying
Events addPrice(uint256 _ethAmount, uint256 _tokenAmount, address _tokenAddress)
changeMapping(address map)
changePrice(uint256 _ethAmount, uint256 _tokenAmount, address _tokenAddress, uint256 blockNum)
changePriceCost(uint256 amount)
changePriceCostProportion(uint256 user, uint256 abonus)
checkPriceForBlockPay(address tokenAddress, uint256 blockNum) payable returns (uint256 ethAmount, uint256 erc20Amount, uint256 frontBlock)
checkPriceHistoricalAveragePay(address tokenAddress, uint256 blockNum) payable returns (uint256)
updateAndCheckPriceNow(address _tokenAddress) payable returns (uint256 ethAmount, uint256 erc20Amount, address token)
nowTokenPrice(address a, uint256 b, uint256 c)
constructor(address map)
This contract contains no fallback and receive objects.
This contract contains no error objects.