The endTime
function in the MiniByte
contract is a view function that retrieves the value of a public variable representing the end time. It does not modify the state of the contract and simply returns the stored end time value.
uint256
: The function returns a single output, which is the end time as a uint256
.