Batch Auction Smart Contract
Address
Read-Only Functions
function tokenPrice() public view returns (uint256)function tokensClaimable(address _user) public view returns (uint256)function auctionSuccessful() public view returns (bool)function auctionEnded() public view returns (bool)function finalizeTimeExpired() public view returns (bool)function getBaseInformation() external view returns(
address token,
uint64 startTime,
uint64 endTime,
bool finalized
)init function
Buy a token
Finalize Auction
Last updated
Was this helpful?