Saffron Position NFT

Introduction

Saffron Position NFT representing Junior Tranche deposits and lock time

Miscellaneous State Variables

Constructor

constructor(string memory name_, string memory symbol_) ERC721(name_, symbol_)

renew()

DEPRECATED

function renew(uint256 token_id) external

burn()

Burn Position NFT as part of a withdrawal

function burn(uint256 token_id) external

begin_unfreeze()

Begin to unfreeze an NFT so it may be withdrawn

function begin_unfreeze(address user, uint256 token_id) external

set_insurance_fund()

Set a new Saffron Insurance Fund to provide coverage

function set_insurance_fund(address to) external

baseURI()

NFT Metadata baseURI

function baseURI() external

tokenURI()

NFT metadata tokenURI

function tokenURI(uint256 token_id) external

Last updated