[#Coin-04-IsSpent] = xref:Coin-04.adoc[Coin]::IsSpent :relfileprefix: ../ :mrdocs: Either this coin never existed (see e.g. coinEmpty in coins.cpp), or it did exist and has been spent. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsSpent() const; ---- == Return Value True if the coin is null or has been spent. [.small]#Created with https://www.mrdocs.com[MrDocs]#