File: src/ArtGobblers.sol

316:          team = _team;

317:          community = _community;
File: script/deploy/DeployBase.s.sol

49:           teamColdWallet = _teamColdWallet;

52:           vrfCoordinator = _vrfCoordinator;

53:           linkToken = _linkToken;
File: src/Pages.sol

181:          community = _community;
File: src/Goo.sol

83:           artGobblers = _artGobblers;

84:           pages = _pages;
File: lib/solmate/src/auth/Owned.sol

30:           owner = _owner;

40:           owner = newOwner;
