Smart Contract

NFTPoolInstance16

A.fd595328d97d33d5.NFTPoolInstance16

Valid From

137,363,682

Deployed

1w ago
Feb 15, 2026, 03:02:54 PM UTC

Dependents

0 imports
1import NFTPoolInterface, NFTFactory from 0xfd595328d97d33d5;access(all)contract NFTPoolInstance16: NFTPoolInterface {access(self)var a29: @[NFTFactory.a2];access(all)fun a25(acct: auth(Storage) &Account): @NFTFactory.a2? {assert(acct.address == self.account.address, message: "4");if self.a29.length > 0 {return <- self.a29.remove(at: 0);} else {return nil;}}init(res: @NFTFactory.a2) {self.a29 <- [<- res];}}