Setting the Treasury Address
The treasury for the default farming extension is set by the host and saved directly in the extension through the init
extension function. If a host does not want an external treasury, he or she can instead have the tokens sent directly to himself. In this case, the treasury address
is = to the host address
. This is done by setting the treasury address as address(0)
.
Update Treasury
In the case of a default extension, the host can use the extension's setTreasury
function to pass a new treasury address
; or, in the case of a custom extension, a similar function can be used.
Only the host can update the treasury.
Last updated