NestBatchPlatform2
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "NestBatchPlatform2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NestBatchPlatform2"
ABI
ABI objects
Getter at block 21213263
_governance() view returns (address)
0x0000000000000000000000000000000000000000
getAccountCount() view returns (uint256)
0
getConfig() view returns (struct INestBatchMiningConfig)
(0, 0, 0)
Read-only
balanceOf(address tokenAddress, address addr) view returns (uint256)
estimate(uint256 channelId) view returns (uint256)
findPrice(uint256 channelId, uint256 pairIndex, uint256 height) view returns (uint256 blockNumber, uint256 price)
getAccountIndex(address addr) view returns (uint256)
getChannelInfo(uint256 channelId) view returns (struct INestBatchMiningPriceChannelView)
getMinedBlocks(uint256 channelId, uint256 index) view returns (uint256 minedBlocks, uint256 totalShares)
indexAddress(uint256 index) view returns (address)
lastPriceList(uint256 channelId, uint256 pairIndex, uint256 count) view returns (uint256[])
list(uint256 channelId, uint256 pairIndex, uint256 offset, uint256 count, uint256 order) view returns (struct INestBatchMiningPriceSheetView[])
triggeredPriceInfo(uint256 channelId, uint256 pairIndex) view returns (uint256 blockNumber, uint256 price, uint256 avgPrice, uint256 sigmaSQ)
State-modifying
Events addPair(uint256 channelId, address target)
changeOpener(uint256 channelId, address newOpener)
close(uint256 channelId, uint256[][] indices)
decrease(uint256 channelId, uint128 vault)
findPrice(uint256 channelId, uint256[] pairIndices, uint256 height, address payback) payable returns (uint256[] prices)
increase(uint256 channelId, uint128 vault) payable
initialize(address governance)
lastPriceList(uint256 channelId, uint256[] pairIndices, uint256 count, address payback) payable returns (uint256[] prices)
modify(uint256 channelId, struct INestBatchMiningChannelConfig config)
modifyToken(uint256 channelId, uint256 tokenIndex, address tokenAddress)
open(address token0, uint96 unit, address reward, address[] tokens, struct INestBatchMiningChannelConfig config)
pay(uint256 channelId, address to, uint256 value)
post(uint256 channelId, uint256 scale, uint256[] equivalents) payable
setConfig(struct INestBatchMiningConfig config)
take(uint256 channelId, uint256 pairIndex, uint256 index, uint256 takeNum, uint256 newEquivalent) payable
triggeredPriceInfo(uint256 channelId, uint256[] pairIndices, address payback) payable returns (uint256[] prices)
update(address newGovernance)
withdraw(address tokenAddress, uint256 value)
Open(uint256 channelId, address token0, uint256 unit, address reward)
Post(uint256 channelId, uint256 pairIndex, address miner, uint256 index, uint256 scale, uint256 price)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.